:root {
	--ink: #12284c;
	--blue: #184b8f;
	--blue-deep: #0f315f;
	--green: #0b9f54;
	--orange: #f47920;
	--paper: #ffffff;
	--mist: #f4f8fb;
	--line: #dce7ef;
}

html {
	scroll-behavior: smooth;
}

body.site-shell {
	background: var(--paper);
	color: var(--ink);
	overflow-x: hidden;
}

body.site-shell nav {
	border-bottom: 1px solid rgba(220, 231, 239, 0.9);
	box-shadow: 0 8px 30px rgba(18, 40, 76, 0.06);
}

body.site-shell nav > div:first-child > div {
	height: 72px;
}

.brand-name {
	color: var(--ink) !important;
	font-size: 20px !important;
	letter-spacing: 0;
}

.brand-tagline {
	color: var(--green) !important;
	font-size: 10px !important;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

body.site-shell nav img {
	object-fit: contain !important;
}

body.site-shell nav a {
	color: #526177;
	transition: color 0.2s ease, background 0.2s ease;
}

body.site-shell nav a:hover {
	color: var(--green);
}

body.site-shell .popup-trigger {
	border-radius: 8px !important;
	box-shadow: 0 8px 18px rgba(11, 159, 84, 0.16);
}

.landing-hero {
	position: relative;
	background:
		linear-gradient(115deg, rgba(232, 247, 239, 0.9), rgba(245, 249, 255, 0.96) 55%, #eef4fc) !important;
	color: var(--ink) !important;
}

.landing-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	background-image: radial-gradient(rgba(24, 75, 143, 0.11) 1px, transparent 1px);
	background-size: 22px 22px;
	mask-image: linear-gradient(to right, black, transparent 58%);
}

.landing-hero > div {
	position: relative;
	padding-top: 56px !important;
	padding-bottom: 56px !important;
}

.landing-hero .grid {
	gap: 32px;
}

.landing-hero .inline-flex:first-child {
	background: #fff !important;
	border-color: #cce7d8 !important;
	color: var(--green) !important;
	box-shadow: 0 8px 22px rgba(18, 40, 76, 0.06);
}

.landing-hero h1 {
	max-width: 680px;
	color: var(--ink);
	font-size: clamp(2.5rem, 5vw, 4.65rem) !important;
	line-height: 1.06 !important;
	letter-spacing: 0;
}

.landing-hero h1 span {
	color: var(--green);
}

.landing-hero h1 + p {
	max-width: 650px;
	color: #526177 !important;
	font-size: 18px !important;
	line-height: 1.75 !important;
}

.hero-note {
	display: flex;
	align-items: flex-start;
	gap: 14px;
	max-width: 650px;
	margin: -8px 0 24px;
	padding: 15px 16px;
	background: rgba(255, 255, 255, 0.9);
	border: 1px solid var(--line);
	border-left: 4px solid var(--orange);
	border-radius: 8px;
	box-shadow: 0 10px 28px rgba(18, 40, 76, 0.07);
}

.hero-note-icon {
	display: grid;
	flex: 0 0 38px;
	width: 38px;
	height: 38px;
	place-items: center;
	border-radius: 8px;
	background: #fff1e6;
	color: var(--orange);
}

.hero-note strong {
	color: var(--ink);
	font-size: 14px;
}

.hero-note p {
	margin-top: 3px;
	color: #657287;
	font-size: 13px;
	line-height: 1.55;
}

.landing-hero .flex.flex-wrap.gap-4.mb-8 {
	gap: 8px !important;
}

.landing-hero .flex.flex-wrap.gap-4.mb-8 > div {
	min-width: 0 !important;
	padding: 10px 15px !important;
	background: #fff !important;
	border: 1px solid var(--line) !important;
	border-radius: 8px !important;
	box-shadow: 0 5px 16px rgba(18, 40, 76, 0.05);
}

.landing-hero .flex.flex-wrap.gap-4.mb-8 > div > div:first-child {
	color: var(--blue);
	font-size: 20px;
}

.landing-hero .flex.flex-wrap.gap-4.mb-8 > div > div:last-child {
	color: #657287 !important;
	font-size: 12px;
}

.landing-hero .bg-white.text-\[\#ff6b00\] {
	background: var(--blue) !important;
	color: #fff !important;
}

.landing-hero .hero-phone {
	width: auto;
	height: min(720px, 75vw);
	max-width: none;
	filter: drop-shadow(0 28px 28px rgba(18, 40, 76, 0.18));
	transform: translateX(3%);
}

body.site-shell section:not(.landing-hero) {
	position: relative;
}

body.site-shell section.py-16 {
	padding-top: 88px !important;
	padding-bottom: 88px !important;
}

body.site-shell section.bg-slate-50 {
	background: var(--mist) !important;
}

body.site-shell section h2 {
	color: var(--ink) !important;
	font-size: clamp(2rem, 3.6vw, 3rem) !important;
	line-height: 1.15;
	letter-spacing: 0;
}

body.site-shell section h2::before {
	content: "MULTI RECHARGE HUB";
	display: block;
	margin-bottom: 10px;
	color: var(--green);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.18em;
}

.section-card {
	overflow: hidden;
	border-color: var(--line) !important;
	border-radius: 8px !important;
	box-shadow: 0 18px 44px rgba(18, 40, 76, 0.09) !important;
}

.section-card img {
	transition: transform 0.55s ease;
}

.section-card:hover img {
	transform: scale(1.025);
}

body.site-shell .soft-card,
body.site-shell .service-card {
	position: relative;
	border-radius: 8px !important;
	border: 1px solid var(--line) !important;
	box-shadow: none !important;
}

body.site-shell .soft-card {
	border-top: 3px solid var(--orange) !important;
	background: #fff !important;
}

body.site-shell .service-card {
	border-top: 3px solid var(--green) !important;
}

body.site-shell .feature-card:hover,
body.site-shell .service-card:hover,
body.site-shell .testimonial-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 16px 32px rgba(18, 40, 76, 0.09) !important;
}

#how-it-works .space-y-5 {
	position: relative;
}

#how-it-works .space-y-5::before {
	content: "";
	position: absolute;
	top: 25px;
	bottom: 25px;
	left: 27px;
	width: 2px;
	background: #d7e4ee;
}

#how-it-works .space-y-5 > div {
	position: relative;
	padding: 12px;
	background: #fff;
	border: 1px solid #e5edf3;
	border-radius: 8px;
}

body.site-shell footer {
	background: var(--blue-deep) !important;
}

.floating-whatsapp,
.back-to-top {
	border-radius: 12px !important;
}

.modal {
	overflow-x: hidden;
	overflow-y: auto;
	overscroll-behavior: contain;
	backdrop-filter: blur(7px);
	background: rgba(15, 49, 95, 0.5) !important;
}

.modal-content {
	border: 1px solid rgba(255, 255, 255, 0.6);
	border-radius: 12px !important;
	box-shadow: 0 28px 70px rgba(15, 49, 95, 0.25) !important;
}

#lead-modal .lead-modal-content {
	max-width: 440px;
	max-height: calc(100dvh - 40px);
	padding: 0;
	overflow-x: hidden;
	overflow-y: auto;
	overscroll-behavior: contain;
	-webkit-overflow-scrolling: touch;
	border: 0;
}

.lead-modal-content::before {
	content: "";
	display: block;
	height: 5px;
	background: linear-gradient(90deg, var(--blue) 0 52%, var(--green) 52% 82%, var(--orange) 82%);
}

.lead-modal-header {
	display: flex;
	align-items: center;
	gap: 13px;
	padding: 20px 22px 12px;
}

.lead-brand-mark {
	flex: 0 0 52px;
	width: 52px;
	height: 52px;
	padding: 3px;
	overflow: hidden;
	border: 1px solid var(--line);
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 8px 20px rgba(18, 40, 76, 0.09);
}

.lead-brand-mark img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.lead-step {
	display: block;
	margin-bottom: 3px;
	color: var(--green);
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.12em;
}

.lead-modal-header h3 {
	margin: 0;
	color: var(--ink);
	font-size: 25px;
	font-weight: 800;
	line-height: 1.15;
}

.lead-intro {
	margin: 0 22px 16px;
	padding: 11px 13px;
	border-left: 3px solid var(--orange);
	border-radius: 4px 8px 8px 4px;
	background: #f7fafc;
	color: #5e6d81;
	font-size: 13px;
	line-height: 1.55;
}

.lead-progress {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 22px 14px;
	color: #7a8798;
	font-size: 11px;
	font-weight: 600;
}

.lead-progress-bars {
	display: flex;
	gap: 6px;
}

.lead-progress-bars span {
	display: block;
	width: 42px;
	height: 5px;
	border-radius: 5px;
	background: #dce5ec;
}

.lead-progress-bars span.active {
	background: var(--blue);
}

.lead-progress-step-two {
	padding-bottom: 10px;
}

.lead-progress-step-two > button {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	color: #657287;
	font-weight: 700;
}

.lead-progress-step-two > button:hover {
	color: var(--blue);
}

.lead-progress-status {
	display: flex;
	align-items: center;
	gap: 9px;
}

.lead-fields {
	display: grid;
	gap: 12px;
	padding: 0 22px 20px;
}

.lead-step-one-fields {
	padding-top: 4px;
}

.lead-field-note {
	margin: 6px 0 0;
	color: #8491a2;
	font-size: 10px;
}

.lead-field label {
	display: block;
	margin-bottom: 5px;
	color: var(--ink);
	font-size: 13px;
	font-weight: 700;
}

.lead-field label span {
	color: #758196;
	font-weight: 500;
}

.lead-control {
	position: relative;
}

.lead-control > i {
	position: absolute;
	top: 50%;
	left: 13px;
	z-index: 1;
	width: 16px;
	color: #8391a5;
	font-size: 13px;
	text-align: center;
	transform: translateY(-50%);
}

.lead-control-textarea > i {
	top: 14px;
	transform: none;
}

#lead-modal .lead-input,
#lead-modal .lead-textarea {
	min-height: 46px;
	padding: 10px 13px 10px 40px;
	border: 1px solid #ced9e3;
	border-radius: 8px !important;
	background: #fbfdff;
	color: var(--ink);
	font-size: 14px;
}

#lead-modal .lead-textarea {
	min-height: 64px;
	max-height: 90px;
}

#lead-modal .lead-input::placeholder,
#lead-modal .lead-textarea::placeholder {
	color: #9aa6b5;
}

#lead-modal .lead-input:focus,
#lead-modal .lead-textarea:focus {
	border-color: var(--blue);
	background: #fff;
	box-shadow: 0 0 0 3px rgba(24, 75, 143, 0.1);
}

.lead-control:focus-within > i {
	color: var(--blue);
}

.lead-role-options {
	display: grid;
	gap: 7px;
}

.lead-role-btn {
	display: grid;
	grid-template-columns: 22px 1fr 16px;
	align-items: center;
	gap: 9px;
	width: 100%;
	min-height: 40px;
	padding: 8px 11px;
	border: 1px solid #d7e1e9;
	border-radius: 8px;
	background: #fff;
	color: #5e6d81;
	font-size: 12px;
	font-weight: 700;
	text-align: left;
	transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.lead-role-btn > i {
	color: #8b98a9;
	text-align: center;
}

.lead-role-btn:hover {
	border-color: #9db4cb;
}

.lead-role-btn.active {
	border-color: var(--blue);
	background: #eef4fb;
	color: var(--blue-deep);
}

.lead-role-btn.active > i {
	color: var(--blue);
}

.lead-role-dot {
	display: block;
	width: 15px;
	height: 15px;
	border: 2px solid #bdc8d3;
	border-radius: 50%;
	box-shadow: inset 0 0 0 3px #fff;
}

.lead-role-btn.active .lead-role-dot {
	border-color: var(--blue);
	background: var(--blue);
}

#submit-btn,
#lead-continue-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	width: 100%;
	min-height: 48px;
	margin-top: 2px;
	padding: 10px 18px;
	background: var(--green) !important;
	border-radius: 8px !important;
	color: #fff;
	font-size: 15px;
	font-weight: 800;
	box-shadow: 0 10px 22px rgba(11, 159, 84, 0.2);
	transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

#submit-btn:hover,
#lead-continue-btn:hover {
	background: #078849 !important;
	transform: translateY(-1px);
	box-shadow: 0 13px 26px rgba(11, 159, 84, 0.25);
}

.lead-assurance {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 7px;
	color: #6f7d90;
	font-size: 10px;
	line-height: 1.4;
}

.lead-assurance i {
	color: var(--green);
}

@media (max-width: 767px) {
	#lead-modal {
		align-items: flex-start;
		padding: max(12px, env(safe-area-inset-top)) 12px max(12px, env(safe-area-inset-bottom));
	}

	body.site-shell nav > div:first-child > div {
		height: 64px;
	}

	body.site-shell nav .h-14.w-14 {
		width: 44px;
		height: 44px;
		border-radius: 10px;
	}

	.brand-name {
		font-size: 15px !important;
	}

	.brand-tagline {
		font-size: 8px !important;
	}

	.landing-hero > div {
		padding-top: 42px !important;
		padding-bottom: 34px !important;
	}

	.landing-hero .grid > div:first-child {
		text-align: center;
	}

	.landing-hero .inline-flex:first-child,
	.hero-note {
		margin-left: auto;
		margin-right: auto;
		text-align: left;
	}

	.landing-hero .flex.flex-wrap.gap-4.mb-8,
	.landing-hero .flex.flex-col.sm\:flex-row {
		justify-content: center;
	}

	.landing-hero .hero-phone {
		width: 112%;
		height: auto;
		transform: none;
	}

	body.site-shell section.py-16 {
		padding-top: 64px !important;
		padding-bottom: 64px !important;
	}

	body.site-shell section h2 {
		font-size: 2rem !important;
	}

	#lead-modal .lead-modal-content {
		max-width: 100%;
		max-height: calc(100dvh - max(24px, env(safe-area-inset-top) + env(safe-area-inset-bottom)));
		margin: auto 0;
	}

	.lead-modal-header {
		padding: 16px 17px 10px;
	}

	.lead-brand-mark {
		flex-basis: 44px;
		width: 44px;
		height: 44px;
	}

	.lead-modal-header h3 {
		font-size: 21px;
	}

	.lead-intro {
		margin: 0 17px 12px;
		padding: 9px 11px;
		font-size: 12px;
	}

	.lead-fields {
		gap: 9px;
		padding: 0 17px 15px;
	}

	.lead-progress {
		padding-right: 17px;
		padding-left: 17px;
	}

	#lead-modal .lead-input,
	#lead-modal .lead-textarea {
		min-height: 43px;
	}

	#lead-modal .lead-textarea {
		min-height: 56px;
	}
}

@media (prefers-reduced-motion: no-preference) {
	.landing-hero h1,
	.landing-hero h1 + p,
	.hero-note,
	.landing-hero .hero-phone {
		animation: reveal-up 0.7s both;
	}

	.landing-hero h1 + p { animation-delay: 0.08s; }
	.hero-note { animation-delay: 0.16s; }
	.landing-hero .hero-phone { animation-delay: 0.12s; }

	@keyframes reveal-up {
		from { opacity: 0; transform: translateY(18px); }
		to { opacity: 1; transform: translateY(0); }
	}
}
