/* End custom CSS */

.elementor-25610 .elementor-element.elementor-element-b69633b {
	--display: flex;
	--flex-direction: column;
	--container-widget-width: 100%;
	--container-widget-height: initial;
	--container-widget-flex-grow: 0;
	--container-widget-align-self: initial;
	--flex-wrap-mobile: wrap;
	--margin-top: 0px;
	--margin-bottom: 0px;
	--margin-left: 0px;
	--margin-right: 0px;
	--padding-top: 0px;
	--padding-bottom: 0px;
	--padding-left: 0px;
	--padding-right: 0px;
}

.elementor-25610 .elementor-element.elementor-element-0d86f42 > .elementor-widget-container {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

/* Start custom CSS for container, class: .elementor-element-b69633b */
:root {
	--primary: #f15c22;
	--primary-hover: #d94f19;
	--secondary: #000;
	--tertiary: #e5e7eb;
	--neutral: #fff;
	--muted: #5b6472;
	--border: #e5e7eb;
	--accent-soft: #fff3ec;
	--shadow: rgba(0, 0, 0, .15);
	--error: #d92d20;
	--radius-card: 8px;
	--radius-btn: 5px;
	--radius-lg: 12px;
	--radius-pill: 9999px;
	--sp-s: 16px;
	--sp-m: 24px;
	--sp-l: 40px;
	--sp-section: 90px;
	--maxw: 1280px;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	font-family: "PT Sans", sans-serif;
	font-size: 16px;
	line-height: 27px;
	color: var(--muted);
	background: var(--neutral);
	-webkit-font-smoothing: antialiased;
}

h1 {
	font-family: "Manrope", sans-serif;
	font-size: 36px;
	font-weight: 800;
	line-height: 41px;
	letter-spacing: -1px;
	color: var(--secondary);
}

h2 {
	font-family: "Montserrat", sans-serif;
	font-size: 29px;
	font-weight: 500;
	line-height: 1.3;
	color: var(--secondary);
}

h3 {
	font-family: "Montserrat", sans-serif;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.35;
	color: var(--secondary);
}

h4 {
	font-family: "Montserrat", sans-serif;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.4;
	color: var(--secondary);
}

p {
	margin-bottom: var(--sp-s);
}

a {
	color: var(--primary);
	text-decoration: none;
}

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

.container {
	max-width: var(--maxw);
	margin: 0 auto;
	padding: 0 24px;
}

section {
	padding: var(--sp-section) 0;
}

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

.eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	color: var(--primary);
	margin-bottom: var(--sp-s);
}

.eyebrow::before {
	content: "";
	width: 28px;
	height: 2px;
	background: var(--primary);
	display: inline-block;
}

.section-head {
	max-width: 820px;
	margin-bottom: var(--sp-l);
}

.section-head p {
	margin-top: var(--sp-s);
}

.center {
	text-align: center;
}

.center .section-head {
	margin-left: auto;
	margin-right: auto;
}

.center .eyebrow::before {
	display: none;
}

.btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	font-family: "PT Sans", sans-serif;
	font-size: 16px;
	font-weight: 400;
	height: 39px;
	padding: 7px 20px;
	border-radius: var(--radius-btn);
	cursor: pointer;
	border: 1px solid transparent;
	transition: all .25s ease;
	text-decoration: none;
	white-space: nowrap;
}

.btn-primary {
	background: var(--primary);
	color: #fff;
	box-shadow: 0 4px 12px rgba(241, 92, 34, .25);
}

.btn-primary:hover {
	background: var(--primary-hover);
	box-shadow: 0 6px 16px rgba(241, 92, 34, .35);
	transform: translateY(-1px);
}

.btn-secondary {
	background: transparent;
	color: var(--secondary);
	border: 1px solid var(--secondary);
}

.btn-secondary:hover {
	background: var(--secondary);
	color: #fff;
}

.btn-lg {
	height: 46px;
	padding: 10px 28px;
}

.card {
	background: var(--neutral);
	border: 1px solid var(--border);
	border-radius: var(--radius-card);
	padding: var(--sp-m);
	box-shadow: 0 2px 8px rgba(0, 0, 0, .05);
	transition: transform .3s ease, box-shadow .3s ease;
}

.card:hover {
	transform: translateY(-4px);
	box-shadow: 0 12px 28px var(--shadow);
}

.grid {
	display: grid;
	gap: var(--sp-m);
}

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

.grid-3 {
	grid-template-columns: repeat(3, 1fr);
}

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

.icon-badge {
	width: 48px;
	height: 48px;
	border-radius: var(--radius-card);
	background: var(--accent-soft);
	color: var(--primary);
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: var(--sp-s);
	flex-shrink: 0;
}

.icon-badge svg {
	width: 24px;
	height: 24px;
	stroke: var(--primary);
	fill: none;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

/* ============ HERO ============ */
.hero {
	background: linear-gradient(180deg, #fff 0%, var(--accent-soft) 100%);
	padding: 70px 0 var(--sp-section);
	overflow: hidden;
}

.hero-grid {
	display: grid;
	grid-template-columns: 1.15fr .85fr;
	gap: 56px;
	align-items: center;
}

.hero h1 {
	margin-bottom: var(--sp-s);
}

.hero-sub {
	font-size: 17px;
	margin-bottom: var(--sp-m);
}

.hero-ctas {
	display: flex;
	gap: var(--sp-s);
	flex-wrap: wrap;
	margin-bottom: var(--sp-m);
}

.hero-note {
	font-size: 14px;
	line-height: 22px;
	color: var(--muted);
}

.trust-badges {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: var(--sp-m);
}

.trust-badge {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	background: #fff;
	border: 1px solid var(--border);
	border-radius: var(--radius-pill);
	padding: 6px 14px;
	font-size: 14px;
	color: var(--secondary);
	box-shadow: 0 1px 4px rgba(0, 0, 0, .05);
}

.trust-badge svg {
	width: 15px;
	height: 15px;
	stroke: var(--primary);
	fill: none;
	stroke-width: 2.4;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.snapshot {
	background: #fff;
	border: 1px solid var(--border);
	border-radius: var(--radius-lg);
	padding: var(--sp-m);
	box-shadow: 0 18px 44px rgba(0, 0, 0, .12);
}

.snapshot-tag {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	font-size: 13px;
	font-weight: 700;
	color: var(--primary);
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 12px;
}

.snapshot-tag .dot {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--primary);
	animation: pulse 1.8s infinite;
}

@keyframes pulse {
	0%, 100% {
		opacity: 1;
	}
	
	50% {
		opacity: .35;
	}
}

.snapshot h4 {
	margin-bottom: 4px;
}

.snapshot .sub {
	font-size: 14px;
	margin-bottom: var(--sp-s);
}

.stat-row {
	margin-bottom: 14px;
}

.stat-label {
	display: flex;
	justify-content: space-between;
	font-size: 14px;
	margin-bottom: 6px;
	color: var(--secondary);
}

.stat-label strong {
	color: var(--primary);
}

.stat-track {
	height: 8px;
	background: var(--tertiary);
	border-radius: var(--radius-pill);
	overflow: hidden;
}

.stat-fill {
	height: 100%;
	width: 0;
	background: var(--primary);
	border-radius: var(--radius-pill);
	transition: width 1.2s cubic-bezier(.25, .8, .35, 1);
}

.snapshot-facts {
	border-top: 1px solid var(--border);
	margin-top: var(--sp-s);
	padding-top: var(--sp-s);
	display: grid;
	gap: 8px;
}

.snapshot-fact {
	display: flex;
	justify-content: space-between;
	font-size: 14px;
}

.snapshot-fact span {
	color: var(--muted);
}

.snapshot-fact strong {
	color: var(--secondary);
	text-align: right;
}

/* ============ PAIN POINTS ============ */
.pain-card h4 {
	font-size: 20px;
	margin-bottom: 8px;
}

.pain-card p {
	font-size: 14px;
	line-height: 23px;
	margin: 0;
}

/* ============ TABLES ============ */
.table-wrap {
	overflow-x: auto;
	border: 1px solid var(--border);
	border-radius: var(--radius-lg);
	background: #fff;
	box-shadow: 0 2px 8px rgba(0, 0, 0, .05);
}

table {
	width: 100%;
	border-collapse: collapse;
	font-size: 15px;
	min-width: 640px;
}

th {
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	font-size: 14px;
	text-align: left;
	color: #fff;
	background: var(--secondary);
	padding: 14px 18px;
	letter-spacing: .3px;
}

td {
	padding: 13px 18px;
	border-top: 1px solid var(--border);
	color: var(--muted);
	vertical-align: top;
}

td:first-child {
	color: var(--secondary);
	font-weight: 700;
}

tbody tr:nth-child(even) {
	background: #fafafa;
}

tbody tr:hover {
	background: var(--accent-soft);
}

.tick {
	color: var(--primary);
	font-weight: 700;
}

.cross {
	color: var(--muted);
}

/* ============ SCENARIO / CALLOUT ============ */
.callout {
	background: var(--accent-soft);
	border-left: 4px solid var(--primary);
	border-radius: var(--radius-card);
	padding: var(--sp-m);
	margin-top: var(--sp-l);
}

.callout h4 {
	margin-bottom: 10px;
}

.callout p:last-child {
	margin: 0;
}

/* ============ DECISION GUIDE ============ */
.decision {
	counter-reset: step;
	display: grid;
	gap: var(--sp-s);
	margin-top: var(--sp-l);
}

.decision-step {
	display: flex;
	gap: var(--sp-s);
	background: #fff;
	border: 1px solid var(--border);
	border-radius: var(--radius-card);
	padding: var(--sp-s) var(--sp-m);
	align-items: flex-start;
}

.decision-step::before {
	counter-increment: step;
	content: counter(step);
	width: 34px;
	height: 34px;
	border-radius: 50%;
	background: var(--primary);
	color: #fff;
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	font-size: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	margin-top: 2px;
}

.decision-step p {
	margin: 0;
	font-size: 15px;
	line-height: 24px;
}

.decision-step strong {
	color: var(--secondary);
}

/* ============ SERVICES ============ */
.service-card h4 {
	font-size: 20px;
	margin-bottom: 8px;
}

.service-card p {
	font-size: 14px;
	line-height: 23px;
	margin: 0;
}

/* ============ TIMELINE ============ */
.timeline {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: var(--sp-s);
	position: relative;
	margin-top: var(--sp-l);
}

.timeline::before {
	content: "";
	position: absolute;
	top: 26px;
	left: 6%;
	right: 6%;
	height: 2px;
	background: var(--tertiary);
	z-index: 0;
}

.tstep {
	position: relative;
	z-index: 1;
	text-align: center;
	padding: 0 6px;
}

.tstep-num {
	width: 52px;
	height: 52px;
	border-radius: 50%;
	margin: 0 auto 14px;
	background: #fff;
	border: 2px solid var(--primary);
	color: var(--primary);
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	font-size: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all .3s ease;
}

.tstep:hover .tstep-num {
	background: var(--primary);
	color: #fff;
	transform: scale(1.08);
}

.tstep h4 {
	font-size: 16px;
	margin-bottom: 6px;
}

.tstep p {
	font-size: 13px;
	line-height: 20px;
	margin: 0;
}

/* ============ INDUSTRIES ============ */
.industry-chips {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: var(--sp-m);
}

.industry-chip {
	background: #fff;
	border: 1px solid var(--border);
	border-radius: var(--radius-pill);
	padding: 9px 20px;
	font-size: 15px;
	color: var(--secondary);
	transition: all .25s ease;
	cursor: default;
}

.industry-chip:hover {
	border-color: var(--primary);
	color: var(--primary);
	background: var(--accent-soft);
	transform: translateY(-2px);
}

/* ============ CHECKLIST ============ */
.checklist {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: var(--sp-s);
	margin-top: var(--sp-l);
}

.check-item {
	display: flex;
	gap: 14px;
	background: #fff;
	border: 1px solid var(--border);
	border-radius: var(--radius-card);
	padding: var(--sp-s) var(--sp-m);
	transition: transform .3s ease, box-shadow .3s ease;
}

.check-item:hover {
	transform: translateY(-4px);
	box-shadow: 0 10px 24px var(--shadow);
}

.check-item .cm {
	width: 26px;
	height: 26px;
	border-radius: 50%;
	background: var(--primary);
	flex-shrink: 0;
	margin-top: 2px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.check-item .cm svg {
	width: 14px;
	height: 14px;
	stroke: #fff;
	fill: none;
	stroke-width: 3;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.check-item h4 {
	font-size: 16px;
	margin-bottom: 3px;
}

.check-item p {
	font-size: 14px;
	line-height: 22px;
	margin: 0;
}

/* ============ FAQ ============ */
.faq-list {
	max-width: 900px;
	margin: var(--sp-l) auto 0;
}

.faq-item {
	background: #fff;
	border: 1px solid var(--border);
	border-radius: var(--radius-card);
	margin-bottom: 12px;
	overflow: hidden;
	transition: box-shadow .3s ease;
}

.faq-item.open {
	box-shadow: 0 8px 24px rgba(0, 0, 0, .08);
}

.faq-q {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: var(--sp-s);
	background: none;
	border: none;
	cursor: pointer;
	text-align: left;
	font-family: "Montserrat", sans-serif;
	font-size: 17px;
	font-weight: 500;
	color: var(--secondary);
	padding: 18px var(--sp-m);
}

.faq-q .chev {
	width: 26px;
	height: 26px;
	border-radius: 50%;
	background: var(--accent-soft);
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: transform .3s ease;
}

.faq-q .chev svg {
	width: 13px;
	height: 13px;
	stroke: var(--primary);
	fill: none;
	stroke-width: 2.5;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.faq-item.open .chev {
	transform: rotate(180deg);
}

.faq-a {
	max-height: 0;
	overflow: hidden;
	transition: max-height .35s ease;
}

.faq-a-inner {
	padding: 0 var(--sp-m) 20px;
	font-size: 15px;
	line-height: 25px;
}

.faq-a-inner p {
	margin: 0;
}

/* ============ QUOTE ============ */
.quote {
	max-width: 860px;
	margin: 0 auto;
	text-align: center;
}

.quote blockquote {
	font-family: "Montserrat", sans-serif;
	font-size: 22px;
	font-weight: 500;
	line-height: 1.55;
	color: var(--secondary);
	margin-bottom: var(--sp-m);
}

.quote blockquote::before {
	content: "“";
	color: var(--primary);
	font-size: 48px;
	line-height: 0;
	vertical-align: -14px;
	margin-right: 6px;
	font-family: Georgia, serif;
}

.quote-by {
	font-size: 14px;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	color: var(--secondary);
	font-weight: 700;
}

.quote-role {
	font-size: 14px;
	color: var(--muted);
}

/* ============ FINAL CTA ============ */
.final-cta {
	background: var(--secondary);
	border-radius: var(--radius-lg);
	padding: 56px 48px;
	text-align: center;
	color: #fff;
	background-image: radial-gradient(circle at 85% 15%, rgba(241, 92, 34, .28), transparent 45%), radial-gradient(circle at 10% 90%, rgba(241, 92, 34, .18), transparent 40%);
}

.final-cta h2 {
	color: #fff;
	margin-bottom: var(--sp-s);
}

.final-cta p {
	color: rgba(255, 255, 255, .82);
	max-width: 720px;
	margin: 0 auto var(--sp-m);
}

.final-cta .btn-secondary {
	color: #fff;
	border-color: #fff;
}

.final-cta .btn-secondary:hover {
	background: #fff;
	color: var(--secondary);
}

.final-cta .hero-ctas {
	justify-content: center;
	margin-bottom: var(--sp-s);
}

.final-cta .fine {
	font-size: 14px;
	color: rgba(255, 255, 255, .6);
	margin: 0;
}

/* ============ MID CTA STRIPS ============ */
.cta-strip {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: var(--sp-m);
	background: var(--accent-soft);
	border: 1px solid #fbd9c6;
	border-radius: var(--radius-lg);
	padding: var(--sp-m) var(--sp-l);
	margin-top: var(--sp-l);
	flex-wrap: wrap;
}

.cta-strip h4 {
	margin: 0;
}

.cta-strip p {
	margin: 4px 0 0;
	font-size: 14px;
}

/* ============ STICKY & FLOATING ============ */
.sticky-cta {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 90;
	background: #fff;
	border-top: 1px solid var(--border);
	box-shadow: 0 -6px 24px rgba(0, 0, 0, .1);
	padding: 12px 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: var(--sp-s);
	transform: translateY(110%);
	transition: transform .4s ease;
}

.sticky-cta.visible {
	transform: translateY(0);
}

.sticky-cta span {
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
	color: var(--secondary);
	font-size: 15px;
}

.float-btns {
	position: fixed;
	right: 22px;
	bottom: 86px;
	z-index: 95;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.float-btn {
	width: 52px;
	height: 52px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 8px 20px rgba(0, 0, 0, .22);
	transition: transform .25s ease;
}

.float-btn:hover {
	transform: scale(1.1);
}

.float-btn.call {
	background: var(--primary);
}

.float-btn.wa {
	background: #25d366;
}

.float-btn svg {
	width: 24px;
	height: 24px;
	fill: #fff;
}

#toTop {
	position: fixed;
	left: 22px;
	bottom: 86px;
	z-index: 95;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background: #fff;
	border: 1px solid var(--border);
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	pointer-events: none;
	transition: opacity .3s ease;
	box-shadow: 0 6px 16px rgba(0, 0, 0, .12);
}

#toTop.visible {
	opacity: 1;
	pointer-events: auto;
}

#toTop svg {
	width: 18px;
	height: 18px;
	stroke: var(--secondary);
	fill: none;
	stroke-width: 2.2;
	stroke-linecap: round;
	stroke-linejoin: round;
}

/* ============ REVEAL ANIMATION ============ */
.reveal {
	opacity: 0;
	transform: translateY(26px);
	transition: opacity .7s ease, transform .7s ease;
}

.reveal.in {
	opacity: 1;
	transform: none;
}

/* ============ RESPONSIVE ============ */
@media (max-width:1024px) {
	.grid-4 {
		grid-template-columns: repeat(2, 1fr);
	}
	
	.grid-3 {
		grid-template-columns: repeat(2, 1fr);
	}
	
	.timeline {
		grid-template-columns: repeat(3, 1fr);
		row-gap: var(--sp-l);
	}
	
	.timeline::before {
		display: none;
	}
	
	.hero-grid {
		grid-template-columns: 1fr;
		gap: var(--sp-l);
	}
}

@media (max-width:640px) {
	section {
		padding: 56px 0;
	}
	
	h1 {
		font-size: 30px;
		line-height: 36px;
	}
	
	h2 {
		font-size: 24px;
	}
	
	.grid-2, .grid-3, .grid-4 {
		grid-template-columns: 1fr;
	}
	
	.timeline {
		grid-template-columns: 1fr 1fr;
	}
	
	.checklist {
		grid-template-columns: 1fr;
	}
	
	.cta-strip {
		justify-content: center;
		text-align: center;
	}
	
	.sticky-cta span {
		display: none;
	}
	
	.float-btns {
		bottom: 78px;
		right: 16px;
	}
	
	#toTop {
		left: 16px;
		bottom: 78px;
	}
	
	.final-cta {
		padding: 40px 24px;
	}
}
