:root {
      --blue: #1268e8;
      --blue-dark: #06459f;
      --green: #37cf2f;
      --green-dark: #22a91d;
      --navy: #062a52;
      --text: #17324d;
      --muted: #64748b;
      --light-blue: #eef7ff;
      --light-green: #efffed;
      --border: #dbe8f3;
      --white: #ffffff;
      --shadow: 0 18px 45px rgba(6, 42, 82, 0.12);
      --radius: 22px;
    }

* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: var(--text);
	background: var(--white);
	line-height: 1.6;
}

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

a {
	color: inherit;
	text-decoration: none;
}

.form-control{
	font-family:Inter;
	font-size: 16px;
	padding-top: 12px;
	padding-bottom: 12px;
}

.form-select{
	font-family:Inter;
	font-size: 16px;
	padding-top: 12px;
	padding-bottom: 12px;
}

.form-label{
	font-family:Inter;
	font-size: 16px;
	font-weight:600;
	width: 100%;
	text-align: left;
}

.form-label .required-mark {
	color: #d9534f; 
	margin-left: 2px;
	font-size: 14px;
}

.form-subject{
	font-family:Inter;
	font-size: 24px;
	display: flex;
	align-items: center;
	font-weight:400;
}

.form-container{
	padding: 10px 15px 10px 15px;
	min-height: 300px;
}

.form-field{
	margin-bottom: 10px;
}

.container {
	width: min(1180px, calc(100% - 40px));
	margin: 0 auto;
}

/* HEADER */

.site-header {
	position: sticky;
	top: 0;
	z-index: 1000;
	background: rgba(255, 255, 255, 0.96);
	border-bottom: 1px solid rgba(6, 42, 82, 0.08);
	backdrop-filter: blur(12px);
}

.nav-wrap {
	min-height: 80px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 28px;
}

.logo-link {
	display: inline-flex;
	align-items: center;
	flex-shrink: 0;
}

.logo-link img {
	width: 300px;
	max-height: 62px;
	object-fit: contain;
	object-position: left center;
}

.nav-links {
	display: flex;
	align-items: center;
	gap: 7px;
	font-size: 15px;
	font-weight: 700;
}

.nav-links a {
	padding: 10px 13px;
	border-radius: 9px;
	transition: 0.2s ease;
}

.nav-links a:hover,
.nav-links a.active {
	color: var(--blue);
	background: var(--light-blue);
}

.nav-links .demo-button {
	margin-left: 4px;
	padding-inline: 18px;
	color: white;
	background: var(--blue);
}

.nav-links .demo-button:hover {
	color: white;
	background: var(--blue-dark);
}

.menu-toggle {
	display: none;
	border: 0;
	background: transparent;
	color: var(--navy);
	font-size: 30px;
	cursor: pointer;
}

/* HERO */

.hero {
	overflow: hidden;
	padding: 5px 0 75px;
	background:
		radial-gradient(circle at 88% 15%, rgba(55, 207, 47, 0.14), transparent 27%),
		radial-gradient(circle at 7% 84%, rgba(18, 104, 232, 0.14), transparent 26%),
		linear-gradient(180deg, #f7fcff 0%, #ffffff 100%);
}

.hero-copy {
	max-width: 3000px;
	margin: 0 auto 50px;
	text-align: center;
}

.eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 7px 14px;
	color: var(--blue);
	background: white;
	border: 1px solid #cce6ff;
	border-radius: 999px;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	box-shadow: 0 8px 24px rgba(18, 104, 232, 0.08);
}

h1 {
	max-width: 990px;
	margin: 20px auto 18px;
	color: var(--navy);
	font-size: clamp(42px, 6vw, 72px);
	line-height: 1.04;
	letter-spacing: -3px;
}

.hero-copy p {
	max-width: 875px;
	margin: 0 auto;
	color: var(--muted);
	font-size: clamp(17px, 2vw, 21px);
}

/* Hero Title */
.ml-hero-title{
		font-size:58px !important;
		font-weight:700;
		line-height:1.05;
		text-align:center;
		letter-spacing:-2px;
		margin:20px auto;
}

.ml-hero-title span{
		display:block;
}
/* LEAD FLOW GRAPHIC */

.flow-panel {
	padding: 35px 28px;
	background: rgba(255, 255, 255, 0.94);
	border: 1px solid rgba(18, 104, 232, 0.14);
	border-radius: 28px;
	box-shadow: var(--shadow);
}

.lead-flow {
	display: grid;
	grid-template-columns:
		minmax(145px, 1fr) auto
		minmax(145px, 1fr) auto
		minmax(145px, 1fr) auto
		minmax(145px, 1fr) auto
		minmax(145px, 1fr);
	align-items: center;
	gap: 13px;
}

.flow-step {
	min-height: 150px;
	padding: 22px 15px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	border: 1px solid var(--border);
	border-radius: 20px;
	background: linear-gradient(180deg, #ffffff, #f5fbff);
	box-shadow: 0 12px 28px rgba(6, 42, 82, 0.07);
}

.flow-step:nth-of-type(3),
.flow-step:nth-of-type(7) {
	background: linear-gradient(180deg, #ffffff, #f3fff1);
}

.flow-icon {
	width: 62px;
	height: 62px;
	margin-bottom: 13px;
	display: grid;
	place-items: center;
	border-radius: 18px;
	background: linear-gradient(145deg, var(--light-blue), #dcefff);
	font-size: 30px;
}

.flow-step:nth-of-type(3) .flow-icon,
.flow-step:nth-of-type(7) .flow-icon {
	background: linear-gradient(145deg, var(--light-green), #ddffda);
}

.flow-step strong {
	color: var(--navy);
	font-size: 16px;
	line-height: 1.25;
}

.flow-arrow {
	color: var(--green);
	font-size: 29px;
	font-weight: 900;
}

/* GENERAL SECTIONS */

section {
	padding: 88px 0;
}

.section-heading {
	max-width: 780px;
	margin: 0 auto 45px;
	text-align: center;
}

.section-heading h2 {
	margin: 0 0 12px;
	color: var(--navy);
	font-size: clamp(32px, 4vw, 48px);
	line-height: 1.15;
	letter-spacing: -1.5px;
}

.section-heading p {
	margin: 0;
	color: var(--muted);
	font-size: 18px;
}

/* BUILT FOR YOUR BUSINESS */

.built-section {
	color: white;
	background:
		radial-gradient(circle at 90% 20%, rgba(55, 207, 47, 0.15), transparent 24%),
		linear-gradient(135deg, #031f3d, #073f79);
}

.built-section .section-heading h2 {
	color: white;
}

.built-section .section-heading p {
	color: #c4d7e9;
}

.benefit-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 18px;
}

.benefit-card {
	padding: 30px 20px;
	text-align: center;
	border: 1px solid rgba(255, 255, 255, 0.13);
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.065);
}

.benefit-card .icon {
	font-size: 31px;
}

.benefit-card strong {
	display: block;
	margin-top: 10px;
	font-size: 25px;
	line-height: 1.1;
}

.benefit-card span {
	color: #c4d7e9;
	font-size: 14px;
}

/* HOW IT WORKS */

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

.card {
	position: relative;
	overflow: hidden;
	min-height: 315px;
	padding: 36px 30px;
	border: 1px solid var(--border);
	border-radius: var(--radius);
	background: white;
	box-shadow: 0 12px 35px rgba(6, 42, 82, 0.08);
}

.card-after::after {
	content: "";
	position: absolute;
	width: 145px;
	height: 145px;
	right: -60px;
	bottom: -60px;
	border-radius: 50%;
	background: var(--light-green);
}

.card-after:nth-child(2)::after {
	background: var(--light-blue);
}

.card-icon {
	width: 68px;
	height: 68px;
	display: grid;
	place-items: center;
	border-radius: 19px;
	background: linear-gradient(145deg, var(--blue), var(--blue-dark));
	font-size: 32px;
	box-shadow: 0 14px 28px rgba(18, 104, 232, 0.2);
}

.card:nth-child(2) .card-icon {
	background: linear-gradient(145deg, var(--green), var(--green-dark));
}

.card h3 {
	margin: 23px 0 10px;
	color: var(--navy);
	font-size: 28px;
}

.card p {
	margin: 0;
	color: var(--muted);
	font-size: 16px;
}

/* LARGE NUMBERS */

.numbers-section {
	background: #f5fbff;
}

.number-list {
	max-width: 920px;
	margin: 0 auto;
	overflow: hidden;
	background: white;
	border: 1px solid var(--border);
	border-radius: 24px;
	box-shadow: var(--shadow);
}

.number-row {
	display: grid;
	grid-template-columns: 230px 1fr;
	align-items: center;
	gap: 30px;
	padding: 29px 38px;
	border-bottom: 1px solid var(--border);
}

.number-row:last-child {
	border-bottom: 0;
}

.number-row strong {
	color: var(--blue);
	font-size: clamp(34px, 5vw, 52px);
	line-height: 1;
	letter-spacing: -2px;
}

.number-row:nth-child(even) strong {
	color: var(--green-dark);
}

.number-row span {
	color: var(--text);
	font-size: 18px;
	font-weight: 700;
}

/* CTA */

.cta-section {
	padding: 95px 0;
}

.cta-box {
	position: relative;
	overflow: hidden;
	padding: 68px 30px;
	text-align: center;
	color: white;
	border-radius: 30px;
	background: linear-gradient(135deg, var(--blue-dark), var(--blue) 58%, var(--green-dark));
	box-shadow: 0 22px 55px rgba(6, 42, 82, 0.22);
}

.cta-box::before,
.cta-box::after {
	content: "";
	position: absolute;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.08);
}

.cta-box::before {
	width: 230px;
	height: 230px;
	left: -90px;
	top: -100px;
}

.cta-box::after {
	width: 310px;
	height: 310px;
	right: -120px;
	bottom: -170px;
}

.cta-box h2 {
	position: relative;
	margin: 0 0 15px;
	font-size: clamp(34px, 5vw, 52px);
	line-height: 1.1;
	letter-spacing: -1.5px;
}

.cta-box p {
	position: relative;
	max-width: 740px;
	margin: 0 auto 31px;
	color: #e5f2ff;
	font-size: 18px;
}

.cta-actions {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 13px;
}

.button {
	min-height: 52px;
	padding: 13px 24px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 12px;
	font-weight: 800;
	transition: 0.2s ease;
}

.button-primary {
	color: var(--blue-dark);
	background: white;
}

.button-primary:hover {
	transform: translateY(-2px);
	background: #f0f8ff;
}

.button-secondary {
	color: white;
	border: 1px solid rgba(255, 255, 255, 0.5);
	background: rgba(255, 255, 255, 0.08);
}

.button-secondary:hover {
	background: rgba(255, 255, 255, 0.16);
}

/* FOOTER */

footer {
	padding: 31px 0;
	color: #b6c9dc;
	background: #031f3d;
	font-size: 14px;
}

.footer-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 20px;
}

footer a {
	color: white;
}

/* RESPONSIVE */

@media (max-width: 1080px) {
	.lead-flow {
		grid-template-columns: repeat(5, 1fr);
	}

	.flow-arrow {
		display: none;
	}

	.flow-step {
		min-width: 0;
	}
}

@media (max-width: 880px) {
	.logo-link img {
		width: 245px;
	}

	.menu-toggle {
		display: block;
	}

	.nav-links {
		position: absolute;
		top: 76px;
		left: 20px;
		right: 20px;
		display: none;
		padding: 14px;
		flex-direction: column;
		align-items: stretch;
		background: white;
		border: 1px solid var(--border);
		border-radius: 16px;
		box-shadow: var(--shadow);
	}

	.nav-links.open {
		display: flex;
	}

	.nav-links a {
		text-align: center;
	}

	.nav-links .demo-button {
		margin-left: 0;
	}

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

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

@media (max-width: 680px) {
	.container {
		width: min(100% - 26px, 1180px);
	}

	.logo-link img {
		width: 210px;
	}

	.hero {
		padding-top: 58px;
	}

	h1 {
		letter-spacing: -2px;
	}

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

	.flow-step {
		min-height: 115px;
		padding: 19px;
		flex-direction: row;
		justify-content: flex-start;
		gap: 16px;
		text-align: left;
	}

	.flow-icon {
		flex: 0 0 62px;
		margin-bottom: 0;
	}

	.benefit-grid {
		grid-template-columns: 1fr;
	}

	.number-row {
		grid-template-columns: 1fr;
		gap: 8px;
		padding: 26px;
		text-align: center;
	}

	section {
		padding: 68px 0;
	}
}