/* End custom CSS */

.elementor-25004 .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-25004 .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 {
	--ink: #23201d;
	--petrol: #f15c22;
	--teal: #f15c22;
	--gold: #f15c22;
	--gold-deep: #d2610c;
	--paper: #f8f4f0;
	--card: #fff;
	--line: #e6ddd4;
	--body: #4c443c;
	--radius: 14px;
	--shadow: 0 10px 30px rgba(35, 32, 29, .08);
	--display: "Epilogue", sans-serif;
	--sans: "Inter", system-ui, sans-serif;
	--mono: "IBM Plex Mono", monospace;
}

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

html {
	scroll-behavior: smooth;
}

body {
	font-family: var(--sans);
	color: var(--body);
	background: var(--paper);
	line-height: 1.65;
	font-size: 16px;
	-webkit-font-smoothing: antialiased;
}

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

h1, h2, h3 {
	font-family: "Montserrat";
	color: var(--ink);
	line-height: 1.15;
	letter-spacing: -.01em;
}

h1 {
	font-size: clamp(1.9rem, 4.4vw, 2.3rem);
	font-weight: 800;
}

h2 {
	font-size: clamp(1.5rem, 3vw, 2.25rem);
	font-weight: 700;
}

h3 {
	font-size: 1.1rem;
	font-weight: 600;
}

p {
	margin-bottom: 1rem;
}

.wrap {
	max-width: 1170px;
	margin: 0 auto;
	padding: 0 clamp(1.1rem, 4vw, 2rem);
}

section {
	padding: clamp(3rem, 7vw, 5.5rem) 0;
}

.eyebrow {
	font-family: var(--mono);
	font-size: 1rem;
	font-weight: 600;
	letter-spacing: .14em;
	text-transform: uppercase;
	color: var(--teal);
	display: block;
	margin-bottom: .8rem;
}

.section-head {
	max-width: 680px;
	margin-bottom: clamp(1.8rem, 4vw, 3rem);
}

.section-head p {
	margin-top: .8rem;
}

.btn {
	display: inline-flex;
	align-items: center;
	gap: .55rem;
	font-family: var(--sans);
	font-weight: 600;
	font-size: 1rem;
	padding: .85rem 2.1rem;
	border-radius: 999px;
	text-decoration: none;
	transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
	cursor: pointer;
	border: 0;
}

.btn-gold {
	background: linear-gradient(180deg, var(--gold), var(--gold-deep));
	color: #fff;
	box-shadow: 0 8px 20px rgba(210, 97, 12, .35);
}

.btn-gold:hover {
	transform: translateY(-2px);
	box-shadow: 0 12px 26px rgba(210, 97, 12, .45);
}

.btn-ghost {
	background: transparent;
	color: var(--ink);
	border: 1.5px solid var(--line);
}

.btn-ghost:hover {
	border-color: var(--petrol);
	color: var(--petrol);
}

.btn:focus-visible {
	outline: 3px solid var(--teal);
	outline-offset: 3px;
}

/* HERO */
.hero {
	background: radial-gradient(1100px 520px at 85% -10%, rgba(221, 102, 15, .28), transparent 60%), radial-gradient(800px 420px at -10% 110%, rgba(245, 130, 32, .18), transparent 55%), var(--ink);
	color: #ede6df;
	padding: clamp(3.5rem, 8vw, 6rem) 0;
}

.hero-grid {
	display: grid;
	grid-template-columns: 1.15fr .85fr;
	gap: clamp(2rem, 5vw, 4.5rem);
	align-items: center;
}

.hero h1 {
	color: #fff;
}

.hero h1 em {
	font-style: normal;
	color: var(--gold);
}

.hero-lede {
	font-size: 1.36rem;
	color: #cec2b7;
	margin: 1.3rem 0 1.9rem;
	max-width: 60rem;
}

.hero-ctas {
	display: flex;
	flex-wrap: wrap;
	gap: .9rem;
	margin-bottom: 2rem;
}

.hero .btn-ghost {
	color: #f2ebe3;
	border-color: rgba(255, 255, 255, .28);
}

.hero .btn-ghost:hover {
	border-color: var(--gold);
	color: var(--gold);
}

.badges {
	display: flex;
	flex-wrap: wrap;
	gap: .6rem;
}

.badge {
	font-family: var(--mono);
	font-size: .72rem;
	letter-spacing: .05em;
	padding: .25rem .45rem;
	border: 1px solid rgba(255, 255, 255, .2);
	border-radius: 999px;
	color: #dbd0c5;
	background: rgba(255, 255, 255, .05);
}

.badge b {
	color: var(--gold);
	font-weight: 600;
}

/* Signature: animated invoice validation */
.invoice-card {
	background: #fdfdfb;
	color: var(--ink);
	border-radius: 18px;
	box-shadow: 0 30px 60px rgba(0, 0, 0, .4);
	padding: 1.6rem 1.5rem 1.4rem;
	max-width: 400px;
	margin-left: auto;
	position: relative;
	font-size: .85rem;
}

.invoice-card::before {
	content: "";
	position: absolute;
	inset: -14px;
	border: 1px dashed rgba(255, 255, 255, .18);
	border-radius: 26px;
	pointer-events: none;
}

.inv-top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 2px solid var(--ink);
	padding-bottom: .7rem;
	margin-bottom: .9rem;
}

.inv-top .tag {
	font-family: var(--mono);
	font-size: .66rem;
	background: var(--ink);
	color: #fff;
	padding: .25rem .6rem;
	border-radius: 5px;
	letter-spacing: .08em;
}

.inv-top strong {
	font-family: var(--display);
	font-size: 1rem;
}

.inv-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: .5rem .2rem;
	border-bottom: 1px solid #f0e9e1;
	font-family: var(--mono);
	font-size: .74rem;
	color: #6e6053;
}

.inv-row .check {
	width: 17px;
	height: 17px;
	border-radius: 50%;
	background: #f4e8dc;
	display: grid;
	place-items: center;
	flex: none;
	transition: background .35s;
}

.inv-row .check svg {
	width: 10px;
	height: 10px;
	stroke: #fff;
	stroke-width: 3;
	fill: none;
	opacity: 0;
	transition: opacity .3s;
}

.inv-row.done .check {
	background: var(--teal);
}

.inv-row.done .check svg {
	opacity: 1;
}

.inv-status {
	margin-top: 1rem;
	font-family: var(--mono);
	font-size: .7rem;
	letter-spacing: .1em;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	gap: .5rem;
	color: #9c8e81;
}

.inv-status .dot {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #e9a567;
	animation: pulse 1.2s infinite;
}

.inv-status.live {
	color: var(--teal);
}

.inv-status.live .dot {
	background: var(--teal);
	animation: none;
}

@keyframes pulse {
	50% {
		opacity: .3;
	}
}

/* WHY NOW */
.two-col {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 1.2rem;
}

.reason {
	background: var(--card);
	border: 1px solid var(--line);
	border-radius: var(--radius);
	padding: 1.5rem;
	transition: transform .2s, box-shadow .2s;
}

.reason:hover {
	transform: translateY(-3px);
	box-shadow: var(--shadow);
}

.reason h3 {
	margin-bottom: .45rem;
}

.reason p {
	margin: 0;
	font-size: 1.2rem;
}

.reason .k {
	font-family: var(--mono);
	font-size: .9rem;
	color: var(--gold-deep);
	letter-spacing: .12em;
	text-transform: uppercase;
	display: block;
	margin-bottom: .6rem;
}

/* WHY KGRN */
.dark {
	background: var(--ink);
	color: #d8cdc2;
}

.dark h2, .dark h3 {
	color: #fff;
}

.dark .eyebrow {
	color: var(--gold);
}

.cards-3 {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1.1rem;
}

.fcard {
	background: rgba(255, 255, 255, .045);
	border: 1px solid rgba(255, 255, 255, .1);
	border-radius: var(--radius);
	padding: 1.5rem;
	transition: border-color .2s, background .2s;
}

.fcard:hover {
	border-color: rgba(245, 130, 32, .55);
	background: rgba(255, 255, 255, .07);
}

.fcard .ic {
	width: 42px;
	height: 42px;
	border-radius: 11px;
	background: rgba(221, 102, 15, .25);
	display: grid;
	place-items: center;
	margin-bottom: 1rem;
}

.fcard .ic svg {
	width: 21px;
	height: 21px;
	stroke: #f15c22;
	stroke-width: 1.8;
	fill: none;
}

.fcard p {
	font-size: .1rem;
	margin: 0;
	color: #bfb2a6;
}

.fcard h3 {
	margin-bottom: .4rem;
	font-size: 1.52rem;
}

/* SERVICES */
.svc-list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: .9rem;
}

.svc {
	display: flex;
	gap: 1rem;
	background: var(--card);
	border: 1px solid var(--line);
	border-radius: var(--radius);
	padding: 1.2rem 1.3rem;
	align-items: flex-start;
}

.svc .n {
	font-family: var(--mono);
	color: var(--gold-deep);
	font-weight: 600;
	font-size: 1.5rem;
	padding-top: .2rem;
	flex: none;
}

.svc h3 {
	font-size: 1.5rem;
	margin-bottom: .25rem;
}

.svc p {
	margin: 0;
	font-size: 1.2rem;
}

.svc-cta {
	margin-top: 2rem;
	text-align: center;
}

/* ERP */
.erp-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: .8rem;
}

.erp {
	border-radius: 10px;
	padding: 1rem;
	text-align: center;
	font-weight: 600;
	font-size: 1.52rem;
	transition: border-color .2s, color .2s;
	background: rgba(255, 255, 255, .05);
	color: #f2ebe3;
	border: 1px solid rgba(255, 255, 255, .14);
}

.erp:hover {
	border-color: var(--gold);
	color: var(--gold);
}

.erp-note {
	margin-top: 1.4rem;
	font-size: .93rem;
	background: rgba(221, 102, 15, .15);
	border-left: 4px solid var(--gold);
	padding: 1rem 1.2rem;
	border-radius: 0 10px 10px 0;
}

.erp-note p {
	margin: 0;
	font-size: 1.23rem;
	color: #d8cdc2;
}

/* PROCESS */
.steps {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 1rem;
	counter-reset: step;
}

.step {
	position: relative;
	background: var(--card);
	border: 1px solid var(--line);
	border-radius: var(--radius);
	padding: 1.4rem 1.2rem;
}

.step::before {
	counter-increment: step;
	content: "0" counter(step);
	font-family: var(--mono);
	font-weight: 600;
	font-size: 1.25rem;
	color: #fff;
	background: var(--petrol);
	border-radius: 7px;
	padding: .3rem .55rem;
	display: inline-block;
	margin-bottom: .9rem;
}

.step h3 {
	font-size: 1.38rem;
	margin-bottom: .35rem;
}

.step p {
	margin: 0;
	font-size: 1.26rem;
}

/* TRUST */
.trust-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1rem;
}

.trust {
	padding: 1.3rem;
	border-radius: var(--radius);
	background: var(--card);
	border: 1px solid var(--line);
}

.trust h3 {
	font-size: 1.28rem;
	margin-bottom: .3rem;
	display: flex;
	align-items: center;
	gap: .5rem;
}

.trust h3::before {
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 2px;
	background: var(--gold);
	flex: none;
}

.trust p {
	margin: 0;
	font-size: 1.2rem;
}

/* LOCAL / CONTACT */
.local-grid {
	display: grid;
	grid-template-columns: 1.05fr .95fr;
	gap: clamp(1.5rem, 4vw, 3rem);
	align-items: start;
}

.contact-card {
	background: var(--card);
	border: 1px solid var(--line);
	border-radius: var(--radius);
	overflow: hidden;
	box-shadow: var(--shadow);
}

.map-ph {
	background: linear-gradient(135deg, #a34a0c, #f15c22);
	height: 210px;
	display: grid;
	place-items: center;
	color: #fff;
	text-align: center;
	padding: 1rem;
}

.map-ph a {
	color: #fff;
	font-weight: 600;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.map-ph span {
	font-family: var(--mono);
	font-size: .7rem;
	letter-spacing: .1em;
	text-transform: uppercase;
	opacity: .75;
	display: block;
	margin-bottom: .4rem;
}

.contact-body {
	padding: 1.5rem;
}

.contact-body dl {
	display: grid;
	gap: .8rem;
}

.contact-body dt {
	font-family: var(--mono);
	font-size: .68rem;
	letter-spacing: .12em;
	text-transform: uppercase;
	color: #9c8e81;
}

.contact-body dd {
	color: var(--ink);
	font-weight: 500;
}

.contact-body a.tel {
	color: var(--petrol);
	font-weight: 700;
	text-decoration: none;
	font-size: 1.15rem;
}

.contact-body .btn {
	margin-top: 1.2rem;
	width: 100%;
	justify-content: center;
}

/* FAQ */
.faq {
	max-width: 800px;
}

.faq-item {
	background: var(--card);
	border: 1px solid var(--line);
	border-radius: 12px;
	margin-bottom: .7rem;
	overflow: hidden;
}

.faq-q {
	width: 100%;
	text-align: left;
	background: none;
	border: 0;
	font-family: "inter";
	font-weight: 600;
	font-size: 1.5rem;
	color: #fff;
	padding: 1.1rem 1.3rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 1rem;
	cursor: pointer;
}

.faq-q:focus-visible {
	outline: 3px solid var(--teal);
	outline-offset: -3px;
}

.faq-q .chev {
	flex: none;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: #f5eadf;
	display: grid;
	place-items: center;
	transition: transform .25s;
}

.faq-q .chev svg {
	width: 11px;
	height: 11px;
	stroke: var(--petrol);
	stroke-width: 2.5;
	fill: none;
}

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

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

.faq-a p {
	padding: 0 1.3rem 1.2rem;
	margin: 0;
	font-size: .94rem;
}

/* AREAS & LINKS */
.pill-row {
	display: flex;
	flex-wrap: wrap;
	gap: .6rem;
}

.pill {
	font-size: 1.2rem;
	font-weight: 500;
	padding: .5rem 1rem;
	border-radius: 999px;
	background: var(--card);
	border: 1px solid var(--line);
	color: var(--ink);
}

.link-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: .6rem;
	margin-top: 1.2rem;
}

.link-grid a {
	display: flex;
	align-items: center;
	gap: .5rem;
	font-size: 1.2rem;
	color: var(--petrol);
	text-decoration: none;
	padding: .65rem .9rem;
	border-radius: 9px;
	background: var(--card);
	border: 1px solid var(--line);
	transition: border-color .2s;
}

.link-grid a:hover {
	border-color: var(--teal);
}

.link-grid a::before {
	content: "→";
	color: var(--gold-deep);
	font-weight: 700;
}

/* FINAL CTA */
.final {
	background: radial-gradient(900px 400px at 50% 120%, rgba(245, 130, 32, .25), transparent 60%), var(--ink);
	color: #d8cdc2;
	text-align: center;
}

.final h2 {
	color: #fff;
	max-width: 720px;
	margin: 0 auto 1rem;
}

.final p {
	max-width: 600px;
	margin: 0 auto 2rem;
}

.final .meta {
	margin-top: 1.6rem;
	font-family: var(--mono);
	font-size: .78rem;
	color: #a99b8e;
}

.final .meta a {
	color: var(--gold);
	text-decoration: none;
	font-weight: 600;
}

/* Sticky mobile CTA */
.sticky-cta {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 50;
	display: none;
	padding: .7rem .9rem calc(.7rem + env(safe-area-inset-bottom));
	background: rgba(35, 32, 29, .96);
	backdrop-filter: blur(8px);
}

.sticky-cta .btn {
	width: 100%;
	justify-content: center;
	padding: .85rem;
}

/* Reveal */
.reveal {
	opacity: 0;
	transform: translateY(18px);
	transition: opacity .6s ease, transform .6s ease;
}

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

@media (prefers-reduced-motion:reduce) {
	html {
		scroll-behavior: auto;
	}
	
	.reveal {
		opacity: 1;
		transform: none;
		transition: none;
	}
	
	.inv-status .dot {
		animation: none;
	}
}

/* RESPONSIVE */
@media (max-width:980px) {
	.cards-3, .trust-grid {
		grid-template-columns: repeat(2, 1fr);
	}
	
	.steps {
		grid-template-columns: repeat(2, 1fr);
	}
	
	.erp-grid {
		grid-template-columns: repeat(3, 1fr);
	}
	
	.link-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width:768px) {
	.hero-grid, .local-grid {
		grid-template-columns: 1fr;
	}
	
	.invoice-card {
		margin: 2.2rem auto 0;
		max-width: 360px;
	}
	
	.two-col, .svc-list {
		grid-template-columns: 1fr;
	}
	
	.sticky-cta {
		display: block;
	}
	
	body {
		padding-bottom: 64px;
	}
}

@media (max-width:520px) {
	.cards-3, .trust-grid, .steps {
		grid-template-columns: 1fr;
	}
	
	.erp-grid {
		grid-template-columns: repeat(2, 1fr);
	}
	
	.link-grid {
		grid-template-columns: 1fr;
	}
	
	.hero-ctas .btn {
		width: 100%;
		justify-content: center;
	}
}
