:root {
	--cm-navy: #0b1730;
	--cm-navy-line: #173158;
	--cm-text: #f7fbff;
	--cm-muted: #aebbd2;
	--cm-blue: #38b7f3;
	--cm-violet: #8d69e8;
	--cm-button: #39aef0;
	--cm-button-hover: #61c7ff;
}

* {
	box-sizing: border-box;
}

body {
	margin: 0;
	background:
		linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
		radial-gradient(circle at 13% 82%, rgba(47, 181, 244, 0.16), transparent 20%),
		radial-gradient(circle at 62% 35%, rgba(62, 95, 201, 0.18), transparent 27%),
		radial-gradient(circle at 88% 7%, rgba(111, 70, 202, 0.24), transparent 25%),
		linear-gradient(112deg, #061632 0%, #0a1739 44%, #111848 71%, #211b53 100%);
	background-attachment: fixed;
	background-size: 60px 60px, 60px 60px, auto, auto, auto, auto;
	color: #f7fbff;
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

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

.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.site-header {
	position: sticky;
	top: 0;
	z-index: 50;
	min-height: 87px;
	background: var(--cm-navy);
	border-bottom: 1px solid var(--cm-navy-line);
	box-shadow: 0 18px 44px rgba(4, 16, 38, 0.2);
}

.site-header__inner {
	display: flex;
	align-items: center;
	width: 100%;
	min-height: 87px;
	margin: 0 auto;
	padding: 0 64px 0 69px;
	gap: 28px;
}


.brand .custom-logo {
	display: block;
	width: auto;
	max-width: 260px;
	max-height: 64px;
}

.brand__mark {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	margin-right: 10px;
	border-radius: 50%;
	background:
		radial-gradient(circle at 50% 52%, rgba(141, 105, 232, 0.16) 0 24%, transparent 25%),
		linear-gradient(145deg, rgba(56, 183, 243, 0.16), rgba(141, 105, 232, 0.08));
}

.brand__mark::before,
.brand__mark::after {
	position: absolute;
	content: "";
	border: 2px solid var(--cm-blue);
	border-radius: 999px;
}

.brand__mark::before {
	inset: 9px;
	border-right-color: transparent;
}

.brand__mark::after {
	inset: 16px 18px 11px;
	border-color: var(--cm-violet);
	border-top-color: transparent;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}

.brand__orbit {
	position: absolute;
	inset: 4px;
	border: 1px solid rgba(56, 183, 243, 0.75);
	border-left-color: transparent;
	border-bottom-color: transparent;
	border-radius: 50%;
}

.brand__node {
	position: absolute;
	right: 12px;
	bottom: 13px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: var(--cm-blue);
	box-shadow: -13px -4px 0 0 var(--cm-violet);
}

.brand__copy {
	display: grid;
	gap: 1px;
	line-height: 1;
}

.brand__name {
	display: flex;
	align-items: baseline;
	font-size: 22px;
	font-weight: 800;
	letter-spacing: 0;
	text-transform: uppercase;
}

.brand__name span:first-child {
	color: var(--cm-blue);
}

.brand__name span:last-child {
	color: var(--cm-violet);
}

.brand__tagline {
	color: #aab6cb;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.85px;
	text-transform: uppercase;
}

.partner-badge {
	display: grid;
	place-items: center;
	width: 88px;
	height: 35px;
	margin-left: 2px;
	border-radius: 6px;
	background: linear-gradient(180deg, #35b7f7 0%, #2698de 100%);
	color: #ffffff;
	font-weight: 800;
	text-align: center;
	text-transform: uppercase;
	box-shadow: 0 12px 24px rgba(0, 115, 191, 0.22);
}

.partner-badge span {
	font-size: 8px;
	line-height: 1;
	letter-spacing: 0.8px;
}

.partner-badge small {
	margin-top: -5px;
	font-size: 6px;
	line-height: 1;
	letter-spacing: 1px;
}

.site-nav {
	margin-left: auto;
}

.site-nav .menu {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 32px;
	padding: 0;
	margin: 0;
	list-style: none;
}

.site-nav .menu-item {
	position: relative;
	margin: 0;
}

.site-nav__link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	color: var(--cm-muted);
	font-size: 15px;
	font-weight: 600;
	line-height: 1;
	white-space: nowrap;
	transition: color 180ms ease, background 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.site-nav__link:hover,
.site-nav__link:focus-visible,
.site-nav .current-menu-item > .site-nav__link {
	color: #ffffff;
}

.site-nav .menu > .menu-item:last-child {
	margin-left: 1px;
}

.site-nav .menu > .menu-item:last-child > .site-nav__link {
	min-width: 146px;
	min-height: 39px;
	padding: 0 20px;
	border-radius: 8px;
	background: linear-gradient(180deg, var(--cm-button) 0%, #2aa1e8 100%);
	color: #ffffff;
	box-shadow: 0 14px 28px rgba(44, 164, 236, 0.2);
}

.site-nav .menu > .menu-item:last-child > .site-nav__link::after {
	content: "\2192";
	margin-left: 4px;
	font-weight: 700;
}

.site-nav .menu > .menu-item:last-child > .site-nav__link:hover,
.site-nav .menu > .menu-item:last-child > .site-nav__link:focus-visible {
	background: linear-gradient(180deg, var(--cm-button-hover) 0%, #34adf2 100%);
	transform: translateY(-1px);
}

.nav-toggle {
	display: none;
	width: 42px;
	height: 42px;
	margin-left: auto;
	padding: 0;
	border: 1px solid rgba(174, 187, 210, 0.24);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.04);
	cursor: pointer;
}

.nav-toggle__bar {
	display: block;
	width: 18px;
	height: 2px;
	margin: 4px auto;
	border-radius: 2px;
	background: #ffffff;
}

.site-main {
	min-height: calc(100vh - 87px);
	background: transparent;
}

.front-placeholder {
	display: grid;
	min-height: 420px;
	place-items: center;
	background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
}

.front-placeholder__inner,
.page-shell {
	width: min(1120px, calc(100% - 40px));
	margin: 0 auto;
}

.front-placeholder h1,
.content-panel h1 {
	margin: 0;
	color: #0b1730;
	font-size: 48px;
	line-height: 1.08;
}

.page-shell {
	padding: 72px 0;
}

.content-panel {
	max-width: 780px;
}

.hero-section {
	position: relative;
	overflow: hidden;
	min-height: calc(100vh - 88px);
	padding: 50px 64px 64px;
	color: #ffffff;
}

.hero-section::before {
	position: absolute;
	inset: 0;
	content: "";
	pointer-events: none;
	background:
		linear-gradient(90deg, rgba(5, 19, 43, 0.2) 0%, rgba(10, 23, 57, 0) 42%),
		radial-gradient(circle at 7% 87%, rgba(38, 126, 201, 0.15), transparent 18%),
		radial-gradient(circle at 92% 12%, rgba(114, 77, 210, 0.18), transparent 22%);
}

.hero-section__inner {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(520px, 680px) minmax(360px, 430px);
	align-items: center;
	justify-content: space-between;
	width: 100%;
	min-height: calc(100vh - 202px);
	gap: 72px;
}

.hero-section__content {
	padding-left: 25px;
}

.hero-badge {
	display: inline-flex;
	align-items: center;
	min-height: 31px;
	padding: 0 16px;
	margin-bottom: 39px;
	border: 1px solid rgba(63, 187, 244, 0.36);
	border-radius: 999px;
	background: rgba(37, 164, 226, 0.12);
	box-shadow: inset 0 0 18px rgba(70, 187, 244, 0.07);
	color: #4dc7ff;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.4px;
}

.hero-badge__dot {
	width: 6px;
	height: 6px;
	margin-right: 10px;
	border-radius: 50%;
	background: #49c8ff;
	box-shadow: 0 0 12px rgba(73, 200, 255, 0.9);
}

.hero-title {
	max-width: 680px;
	margin: 0;
	font-size: clamp(54px, 4.8vw, 72px);
	font-weight: 800;
	line-height: 1.05;
	letter-spacing: 0;
}

.hero-title span {
	display: block;
}

.hero-title .is-highlighted {
	color: #4fc8ff;
}

.hero-description {
	max-width: 650px;
	margin-top: 31px;
	color: #dbe7ff;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.6;
}

.hero-description p {
	margin: 0;
}

.hero-actions {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 16px;
	margin-top: 43px;
}

.hero-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 53px;
	border-radius: 27px;
	font-size: 16px;
	font-weight: 800;
	line-height: 1;
	transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.hero-button:hover,
.hero-button:focus-visible {
	transform: translateY(-1px);
}

.hero-button--primary {
	min-width: 232px;
	padding: 0 28px;
	background: linear-gradient(180deg, #53c8fb 0%, #35aeea 100%);
	color: #ffffff;
	box-shadow: 0 18px 32px rgba(46, 166, 231, 0.2);
}

.hero-button--primary span {
	margin-left: 4px;
}

.hero-button--secondary {
	min-width: 183px;
	padding: 0 30px;
	border: 1px solid rgba(65, 190, 247, 0.35);
	background: rgba(7, 22, 50, 0.16);
	color: #4fc8ff;
}

.hero-button__play {
	width: 0;
	height: 0;
	margin-right: 14px;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 11px solid #4fc8ff;
}

.hero-stats {
	display: grid;
	grid-template-columns: repeat(3, minmax(120px, 1fr));
	max-width: 650px;
	margin-top: 60px;
	gap: 58px;
}

.hero-stat {
	display: grid;
	gap: 16px;
}

.hero-stat strong {
	color: #4fc8ff;
	font-size: 34px;
	font-weight: 800;
	line-height: 1;
}

.hero-stat span {
	color: #aebbd2;
	font-size: 14px;
	font-weight: 800;
	letter-spacing: 1.1px;
	line-height: 1.35;
	text-transform: uppercase;
}

.hero-section__visual {
	display: flex;
	justify-content: flex-end;
	padding-top: 148px;
	padding-right: 1px;
}

.hero-image-card {
	position: relative;
	width: min(430px, 100%);
	aspect-ratio: 430 / 362;
	overflow: hidden;
	border: 1px solid rgba(53, 176, 234, 0.28);
	border-radius: 28px;
	background:
		linear-gradient(145deg, rgba(20, 35, 80, 0.74), rgba(11, 24, 57, 0.9)),
		radial-gradient(circle at 18% 8%, rgba(77, 199, 255, 0.15), transparent 28%);
	box-shadow: inset 0 1px 0 rgba(83, 200, 251, 0.15), 0 24px 60px rgba(3, 14, 34, 0.22);
}

.hero-image-card__image {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 118%;
	height: 118%;
	max-width: none;
	object-fit: cover;
	transform: translate(-50%, -50%);
}

.hero-image-card__placeholder {
	display: grid;
	width: 100%;
	height: 100%;
	place-items: center;
	padding: 32px;
	color: #9fb2d2;
	font-size: 14px;
	font-weight: 700;
	text-align: center;
}

.whatsapp-float {
	position: fixed;
	right: 20px;
	bottom: 32px;
	z-index: 30;
	display: grid;
	width: 60px;
	height: 60px;
	place-items: center;
	border-radius: 50%;
	background: #20d86b;
	box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25);
}

.whatsapp-float span {
	position: relative;
	width: 27px;
	height: 27px;
	border: 3px solid #ffffff;
	border-radius: 50%;
}

.whatsapp-float span::before {
	position: absolute;
	right: 2px;
	bottom: 0;
	width: 7px;
	height: 7px;
	content: "";
	border-right: 3px solid #ffffff;
	border-bottom: 3px solid #ffffff;
	transform: rotate(28deg);
}

.whatsapp-float span::after {
	position: absolute;
	top: 6px;
	left: 7px;
	width: 9px;
	height: 13px;
	content: "";
	border: 2px solid #ffffff;
	border-top: 0;
	border-left: 0;
	border-radius: 0 0 7px 0;
	transform: rotate(-32deg);
}

.whatsapp-float i {
	color: #ffffff;
	font-size: 26px;
	line-height: 1;
}

.site-footer {
	position: relative;
	overflow: hidden;
	padding: 76px 56px 28px;
	border-top: 1px solid rgba(82, 191, 255, 0.16);
	background:
		linear-gradient(145deg, rgba(5, 16, 39, 0.96), rgba(13, 22, 58, 0.94)),
		radial-gradient(circle at 10% 20%, rgba(82, 191, 255, 0.12), transparent 28%),
		radial-gradient(circle at 90% 5%, rgba(141, 105, 232, 0.14), transparent 30%);
	color: #f7fbff;
}

.site-footer__inner {
	width: min(1180px, 100%);
	margin: 0 auto;
}

.site-footer__grid {
	display: grid;
	grid-template-columns: minmax(280px, 1.35fr) minmax(210px, 0.75fr) minmax(220px, 0.75fr) minmax(160px, 0.45fr);
	gap: 38px;
	align-items: start;
}

.footer-brand {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: #ffffff;
	font-size: 17px;
	font-weight: 900;
	line-height: 1;
}

.footer-brand .custom-logo {
	display: block;
	width: auto;
	max-width: 220px;
	max-height: 74px;
	object-fit: contain;
}

.footer-brand .custom-logo-link {
	display: inline-flex;
	align-items: center;
	width: auto;
	max-width: 220px;
}

.footer-brand__badge {
	padding: 4px 7px;
	border: 1px solid rgba(82, 191, 255, 0.24);
	border-radius: 999px;
	background: rgba(82, 191, 255, 0.08);
	color: #52bfff;
	font-size: 8px;
	font-weight: 800;
	text-transform: uppercase;
}

.site-footer__description,
.site-footer__campus p,
.footer-contact-list a,
.footer-link-list a {
	color: rgba(219, 231, 255, 0.76);
	font-size: 15px;
	font-weight: 500;
	line-height: 1.65;
}

.site-footer__description {
	max-width: 420px;
	margin-top: 20px;
}

.site-footer__description p,
.site-footer__campus p,
.site-footer__bottom p {
	margin: 0;
}

.site-footer__campus-list {
	margin-top: 30px;
	display: grid;
	gap: 20px;
}

.site-footer__campus {
	padding-left: 16px;
	border-left: 2px solid rgba(82, 191, 255, 0.42);
}

.site-footer__campus h2,
.site-footer__heading {
	margin: 0 0 18px;
	color: #ffffff;
	font-size: 18px;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.25;
	text-transform: uppercase;
}

.footer-contact-list,
.footer-link-list {
	display: grid;
	gap: 11px;
	padding: 0;
	margin: 0;
	list-style: none;
}

.footer-contact-list li {
	min-width: 0;
}

.footer-contact-list a {
	overflow-wrap: anywhere;
}

.footer-contact-list a:hover,
.footer-contact-list a:focus-visible,
.footer-link-list a:hover,
.footer-link-list a:focus-visible {
	color: #52bfff;
}

.footer-link-list a {
	display: inline-flex;
	align-items: center;
	gap: 7px;
}

.footer-link-list__arrow {
	color: #52bfff;
	font-weight: 900;
}

.footer-socials {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 4px;
}

.footer-social {
	display: inline-grid;
	width: 44px;
	height: 44px;
	place-items: center;
	border: 1px solid rgba(82, 191, 255, 0.24);
	border-radius: 50%;
	background: rgba(82, 191, 255, 0.08);
	color: #ffffff;
	font-size: 17px;
	font-weight: 900;
	text-transform: uppercase;
	transition: background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.footer-social:hover,
.footer-social:focus-visible {
	border-color: rgba(82, 191, 255, 0.54);
	background: rgba(82, 191, 255, 0.18);
	transform: translateY(-2px);
}

.site-footer__social-column .site-footer__heading {
	margin-bottom: 18px;
}

.site-footer__bottom {
	margin-top: 48px;
	padding-top: 24px;
	border-top: 1px solid rgba(82, 191, 255, 0.14);
	color: rgba(219, 231, 255, 0.66);
	font-size: 14px;
}

.trusted-section {
	position: relative;
	overflow: hidden;
	min-height: 150px;
	padding: 31px 0 37px;
	border-top: 1px solid rgba(83, 121, 184, 0.15);
	border-bottom: 1px solid rgba(83, 121, 184, 0.15);
	background: rgba(5, 18, 43, 0.08);
}

.trusted-section__label {
	margin: 0 0 26px;
	color: #9aa9c6;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 4px;
	line-height: 1.2;
	text-align: center;
	text-transform: uppercase;
}

.trusted-marquee {
	position: relative;
	width: 100%;
	overflow: hidden;
	mask-image: linear-gradient(90deg, transparent 0%, #000 14%, #000 86%, transparent 100%);
}

.trusted-marquee__track {
	display: flex;
	width: max-content;
	animation: trusted-marquee var(--trusted-duration, 24s) linear infinite;
}

.trusted-marquee:hover .trusted-marquee__track {
	animation-play-state: paused;
}

.trusted-marquee__group {
	display: flex;
	align-items: center;
	justify-content: space-around;
	min-width: 100vw;
	padding: 0 48px;
	gap: 54px;
}

.trusted-logo {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 120px;
	color: rgba(160, 172, 202, 0.34);
	font-size: 19px;
	font-weight: 800;
	line-height: 1;
	letter-spacing: 0;
	white-space: nowrap;
}

.steps-section {
	position: relative;
	padding: 20px 56px 40px;
	background: rgba(3, 15, 34, 0.1);
}

.steps-section__inner {
	width: min(1408px, 100%);
	margin: 0 auto;
}

.section-eyebrow {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	margin-bottom: 12px;
	color: #52bfff;
	font-size: 10px;
	
	letter-spacing: 3px;
	line-height: 1;
	text-transform: uppercase;
}

.section-eyebrow span {
	width: 36px;
	height: 1px;
	background: rgba(82, 191, 255, 0.72);
}

.steps-section__title {
	max-width: 980px;
	margin: 0 auto;
	color: #ffffff;
	font-size: clamp(30px, 3vw, 42px);
	
	line-height: 1.12;
	letter-spacing: 0;
	text-align: center;
}

.steps-section__subtitle {
	max-width: 585px;
	margin: 17px auto 0;
	color: rgba(174, 187, 210, 0.72);
	font-size: 14px;
	font-weight: 500;
	line-height: 1.55;
	text-align: center;
}

.steps-section__subtitle p {
	margin: 0;
	font-size:20px
}

.steps-grid {
	position: relative;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 60px;
	gap: 26px;
}

.steps-grid::before {
	position: absolute;
	top: 39px;
	right: 13%;
	left: 13%;
	height: 1px;
	content: "";
	background: linear-gradient(90deg, transparent 0%, rgba(55, 177, 239, 0.72) 12%, rgba(55, 177, 239, 0.72) 88%, transparent 100%);
}

.step-card {
	position: relative;
	z-index: 1;
	min-height: 230px;
	padding: 33px 25px 28px;
	border: 1px solid rgba(56, 183, 243, 0.24);
	border-radius: 10px;
	background: rgba(8, 31, 62, 0.78);
	box-shadow: inset 0 1px 0 rgba(83, 200, 251, 0.08), 0 20px 42px rgba(0, 0, 0, 0.12);
}

.step-card__number {
	display: grid;
	width: 42px;
	height: 42px;
	margin-bottom: 25px;
	place-items: center;
	border-radius: 50%;
	background: linear-gradient(145deg, #61cfff 0%, #316fe8 82%);
	color: #ffffff;
	font-size: 15px;
	font-weight: 800;
	box-shadow: 0 0 22px rgba(68, 156, 245, 0.48);
}

.step-card h3 {
	margin: 0 0 16px;
	color: #ffffff;
	font-size: 20px;
	line-height: 1.25;
}

.step-card__text {
	color: rgba(174, 187, 210, 0.66);
	font-size: 16px;
	font-weight: 500;
	line-height: 1.55;
}

.step-card__text p {
	margin: 0;
}

@keyframes trusted-marquee {
	from {
		transform: translateX(0);
	}

	to {
		transform: translateX(-50%);
	}
}

@media (prefers-reduced-motion: reduce) {
	.trusted-marquee__track {
		animation: none;
		transform: translateX(0);
	}
}

@media (max-width: 1180px) {
	.site-header__inner {
		padding: 0 28px;
		gap: 18px;
	}

	.site-nav .menu {
		gap: 22px;
	}

	.hero-section {
		padding-right: 32px;
		padding-left: 32px;
	}

	.hero-section__content {
		padding-left: 0;
	}

	.hero-section__inner {
		grid-template-columns: minmax(460px, 1fr) minmax(320px, 410px);
		gap: 42px;
	}

	.trusted-marquee__group {
		gap: 42px;
	}

	.steps-section {
		padding-right: 32px;
		padding-left: 32px;
	}

	.steps-grid {
		gap: 20px;
	}

	.site-footer {
		padding-right: 32px;
		padding-left: 32px;
	}

	.site-footer__grid {
		grid-template-columns: 1fr 1fr;
		gap: 38px;
	}

	.site-footer__brand {
		grid-column: 1 / -1;
	}
}

@media (max-width: 980px) {
	.site-header__inner {
		position: relative;
	}

	.partner-badge {
		display: none;
	}

	.nav-toggle {
		display: block;
	}

	.site-nav {
		position: absolute;
		top: 100%;
		right: 18px;
		left: 18px;
		display: none;
		padding: 16px;
		border: 1px solid rgba(174, 187, 210, 0.18);
		border-radius: 8px;
		background: #0d1c39;
		box-shadow: 0 24px 44px rgba(0, 0, 0, 0.22);
	}

	.site-header.is-menu-open .site-nav {
		display: block;
	}

	.site-nav .menu {
		align-items: stretch;
		flex-direction: column;
		gap: 4px;
	}

	.site-nav__link {
		justify-content: flex-start;
		width: 100%;
		padding: 0 12px;
	}

	.site-nav .menu > .menu-item:last-child {
		margin: 10px 0 0;
	}

	.site-nav .menu > .menu-item:last-child > .site-nav__link {
		justify-content: center;
		width: 100%;
	}

	.hero-section {
		padding: 44px 24px 56px;
	}

	.hero-section__inner {
		grid-template-columns: 1fr;
		min-height: 0;
		gap: 44px;
	}

	.hero-section__visual {
		justify-content: flex-start;
		padding-top: 0;
	}

	.hero-image-card {
		width: min(430px, 100%);
	}

	.trusted-section {
		padding: 28px 0 34px;
	}

	.trusted-section__label {
		padding: 0 20px;
		letter-spacing: 3px;
	}

	.trusted-logo {
		min-width: 108px;
		font-size: 17px;
	}

	.steps-section {
		padding: 42px 24px 52px;
	}

	.steps-grid {
		grid-template-columns: 1fr;
		margin-top: 38px;
	}

	.steps-grid::before {
		display: none;
	}

	.step-card {
		min-height: 0;
	}

	.site-footer__grid {
		grid-template-columns: 1fr;
	}

	.site-footer__brand {
		grid-column: auto;
	}
}

@media (max-width: 560px) {
	.site-header,
	.site-header__inner {
		min-height: 76px;
	}

	.site-header__inner {
		padding: 0 16px;
	}

	.brand {
		min-width: 0;
	}

	.brand__mark {
		width: 42px;
		height: 42px;
		margin-right: 8px;
	}

	.brand__name {
		font-size: 18px;
	}

	.brand__tagline {
		font-size: 9px;
		letter-spacing: 1px;
	}

	.hero-section {
		padding: 34px 16px 48px;
	}

	.hero-badge {
		margin-bottom: 30px;
		font-size: 12px;
	}

	.hero-title {
		font-size: 46px;
	}

	.hero-description {
		margin-top: 24px;
		font-size: 17px;
	}

	.hero-actions {
		align-items: stretch;
		flex-direction: column;
		margin-top: 32px;
	}

	.hero-button {
		width: 100%;
	}

	.hero-stats {
		grid-template-columns: 1fr;
		margin-top: 42px;
		gap: 26px;
	}

	.hero-section__visual {
		display: block;
	}

	.hero-image-card {
		border-radius: 20px;
	}

	.whatsapp-float {
		right: 16px;
		bottom: 20px;
		width: 54px;
		height: 54px;
	}

	.trusted-section__label {
		font-size: 11px;
		letter-spacing: 2.4px;
	}

	.trusted-marquee__group {
		padding: 0 28px;
		gap: 34px;
	}

	.steps-section {
		padding-right: 16px;
		padding-left: 16px;
	}

	.section-eyebrow {
		font-size: 9px;
		letter-spacing: 2px;
	}

	.section-eyebrow span {
		width: 26px;
	}

	.steps-section__title {
		font-size: 30px;
	}

	.steps-section__subtitle {
		font-size: 13px;
	}
}

.services-section{
    position:relative;
    padding:120px 0;
}

.services-container{
    width:min(1408px,100%);
    margin:0 auto;
}

.services-header{
    text-align:center;
    max-width:850px;
    margin:0 auto 70px;
}

.services-label{
    display:block;
    color:#35c4ff;
    font-size:12px;
    font-weight:700;
    letter-spacing:3px;
    margin-bottom:20px;
}

.services-header h2{
    margin:0;
    color:#fff;
    font-size: clamp(30px, 3vw, 42px);
    line-height:1.05;
}

.services-header p{
    max-width:700px;
    margin:30px auto 0;
    color:rgba(255,255,255,.7);
    font-size:20px;
    line-height:1.8;
}

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

.service-card{
    background:rgba(15,35,90,.6);
    border:1px solid rgba(77,124,255,.20);
    border-radius:22px;
    padding:28px;
    min-height:280px;
    backdrop-filter:blur(8px);
}

.service-icon{
    width:56px;
    height:56px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:14px;
    margin-bottom:25px;
    background:rgba(53,196,255,.10);
    border:1px solid rgba(53,196,255,.25);
}

.service-icon img{
    width:28px;
    height:28px;
    object-fit:contain;
}

.service-card h3{
    color:#fff;
    font-size:20px;
    margin:0 0 15px;
}

.service-card p{
    color:rgba(255,255,255,.70);
    line-height:1.8;
    margin-bottom:25px;
}

.service-card a{
    color:#35c4ff;
    font-weight:600;
}

@media(max-width:991px){

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

    .services-header h2{
        font-size:48px;
    }
}

@media(max-width:767px){

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

    .services-header h2{
        font-size:34px;
    }
}

@media(max-width:980px){
    .services-section{
        padding:80px 24px;
    }
}

.delivery-process-section{
    padding:40px 56px;
}

.delivery-process-container{
    width:min(1408px,100%);
    margin:0 auto;
}

.delivery-process-header{
    text-align:center;
    max-width:760px;
    margin:0 auto 60px;
}

.delivery-process-grid{
    position:relative;
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:40px;
}

.delivery-process-grid:before{
    content:"";
    position:absolute;
    top:18px;
    left:13%;
    right:13%;
    height:1px;
    background:rgba(56,183,243,.18);
}

.delivery-process-item{
    position:relative;
    text-align:center;
    z-index:2;
}

.delivery-process-number{
    width:38px;
    height:38px;
    margin:0 auto 28px;
    border-radius:50%;
    border:1px solid rgba(56,183,243,.22);
    background:rgba(56,183,243,.08);
    display:flex;
    align-items:center;
    justify-content:center;
    color:#52bfff;
    font-size:14px;
    font-weight:800;
}

.delivery-process-item h3{
    margin-bottom:14px;
}

.delivery-process-item p{
    max-width:260px;
    margin:0 auto;
}

@media(max-width:980px){

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

    .delivery-process-grid:before{
        display:none;
    }
}

@media(max-width:767px){

    .delivery-process-grid{
        grid-template-columns:1fr;
    }

    .delivery-process-section{
        padding:80px 24px;
    }
}

.why-choose-section{
    padding:120px 56px;
}

.why-choose-container{
    width:min(1408px,100%);
    margin:0 auto;
}

.why-choose-header{
    text-align:center;
    max-width:900px;
    margin:0 auto 60px;
}

.why-choose-stats{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:20px;
    align-items:center;
    margin-bottom:50px;
}

.why-stat-card{
    background:rgba(16,34,88,.7);
    border:1px solid rgba(77,124,255,.15);
    border-radius:24px;
    padding:40px 20px;
    text-align:center;
}

.why-stat-card--featured{
    transform:translateY(-30px);
    padding:60px 20px;
}

.why-stat-card h3{
    font-size:58px;
    margin-bottom:12px;
}

.why-choose-btn-wrap{
    text-align:center;
}

.why-choose-btn{
    display:inline-block;
    background:#f4a940;
    color:#000;
    padding:16px 34px;
    border-radius:999px;
    font-weight:700;
}

@media(max-width:991px){

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

    .why-stat-card--featured{
        transform:none;
    }
}

@media(max-width:767px){

    .why-choose-section{
        padding:80px 24px;
    }

    .why-choose-stats{
        grid-template-columns:1fr;
    }
}


.industries-container{
    width:min(1408px,100%);
    margin:0 auto;
}

.industries-header{
    max-width:760px;
    margin:0 auto 60px;
    text-align:center;
}

.industries-slider{
    display:grid;
    grid-template-columns:repeat(5,1fr);
    gap:24px;
}

.industry-card{
    position:relative;
    display:block;
    overflow:hidden;
    border-radius:24px;
    height:420px;
    border:1px solid rgba(82,191,255,.12);
    transition:.35s;
}

.industry-card:hover{
    transform:translateY(-10px);
}

.industry-card img{
    width:100%;
    height:100%;
    object-fit:cover;
}

.industry-overlay{
    position:absolute;
    inset:0;
    background:linear-gradient(
        to top,
        rgba(2,9,38,.95),
        rgba(2,9,38,.15)
    );
}

.industry-content{
    position:absolute;
    left:24px;
    right:24px;
    bottom:24px;
}

.industry-content h3{
    margin:0;
    color:#fff;
}

.industry-arrow{
    width:46px;
    height:46px;
    border-radius:50%;
    background:#fff;
    color:#07153b;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    margin-top:20px;
    font-weight:700;
}

@media(max-width:1200px){

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

@media(max-width:767px){

    .industries-section{
        padding:80px 24px;
    }

    .industries-slider{
        grid-template-columns:1fr;
    }
}
.industry-content{
    position:absolute;
    left:24px;
    right:24px;
    bottom:24px;
    z-index:2;
}

.industry-content h3{
    margin:0;
    transform:translateY(20px);
    transition:.35s;
}

.industry-desc{
    opacity:0;
    visibility:hidden;
    transform:translateY(15px);
    transition:.35s;
    margin-top:0;
}

.industry-card:hover .industry-desc{
    opacity:1;
    visibility:visible;
    transform:translateY(0);
    margin-top:12px;
}

.industry-card:hover .industry-content h3{
    transform:translateY(0);
}

.industry-card:hover .industry-desc{
    opacity:1;
    max-height:120px;
    margin-top:12px;
}

.industry-builder-section{
    padding:120px 56px;
}

.industry-builder-container{
    width:min(1408px,100%);
    margin:0 auto;
}

.industry-builder-header{
    max-width:900px;
    margin:0 auto 60px;
    text-align:center;
}

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

.industry-builder-card{
    background:rgba(9,22,58,.75);
    border:1px solid rgba(56,183,243,.12);
    border-radius:22px;
    padding:32px;
    transition:.35s;
}

.industry-builder-card:hover{
    transform:translateY(-8px);
    border-color:rgba(56,183,243,.35);
    box-shadow:0 20px 40px rgba(0,0,0,.25);
}

.industry-box-icon{
    width:52px;
    height:52px;
    border-radius:14px;
    background:rgba(56,183,243,.08);
    border:1px solid rgba(56,183,243,.15);

    display:flex;
    align-items:center;
    justify-content:center;

    color:#52bfff;
    font-size:20px;

    margin-bottom:24px;
}

.industry-builder-card h3{
    margin-bottom:22px;
}

.industry-builder-list{
    margin:0;
    padding:0;
    list-style:none;
}

.industry-builder-list li{
    position:relative;
    padding-left:22px;
    margin-bottom:14px;
}

.industry-builder-list li:before{
    content:"\2713";
    position:absolute;
    left:0;
    color:#52bfff;
}

@media(max-width:991px){

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

@media(max-width:767px){

    .industry-builder-section{
        padding:80px 24px;
    }

    .industry-builder-grid{
        grid-template-columns:1fr;
    }
}



.testimonials-container{
    width:min(1408px,100%);
    margin:0 auto;
}

.testimonials-header{
    text-align:center;
    max-width:700px;
    margin:0 auto 60px;
}

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

.testimonial-card{
    background:rgba(9,22,58,.75);
    border:1px solid rgba(56,183,243,.12);
    border-radius:20px;
    padding:28px;
    transition:.35s;
}

.testimonial-card:hover{
    transform:translateY(-8px);
    border-color:rgba(56,183,243,.30);
}

.testimonial-star{
    color:#ffd34d;
    font-size:18px;
    margin-bottom:18px;
}

.testimonial-quote{
    margin-bottom:28px;
    line-height:1.8;
    font-style:italic;
}

.testimonial-author{
    display:flex;
    align-items:center;
    gap:14px;
}

.testimonial-avatar{
    width:42px;
    height:42px;
    border-radius:50%;
    background:linear-gradient(135deg,#3f8cff,#52bfff);
    color:#fff;

    display:flex;
    align-items:center;
    justify-content:center;

    font-size:13px;
    font-weight:700;
}

.testimonial-info h4{
    margin:0;
}

.testimonial-info span{
    font-size:13px;
    opacity:.7;
}

@media(max-width:991px){

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

@media(max-width:767px){

    .testimonials-section{
        padding:80px 24px;
    }
}

.home-cta-section{
    position:relative;
    padding:120px 24px;
    text-align:center;
    overflow:hidden;
	  margin-top: 60px;

    background:
    radial-gradient(circle at 20% 50%, rgba(82,191,255,.08), transparent 35%),
    radial-gradient(circle at 80% 20%, rgba(139,92,246,.18), transparent 40%),
    linear-gradient(90deg,#07153b 0%, #0b1f59 55%, #1f216d 100%);
}

.home-cta-section:before{
    content:"";
    position:absolute;
    inset:0;

    background:
    radial-gradient(
        circle at center,
        rgba(255,255,255,.03),
        transparent 60%
    );

    pointer-events:none;
}

.home-cta-heading span{
    background:linear-gradient(
        90deg,
        #52bfff,
        #7bc7ff
    );

    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
}

.home-cta-container{
    max-width:900px;
    margin:0 auto;
}

.home-cta-heading{
    max-width:700px;
    margin:20px auto;
}

.home-cta-description{
    max-width:620px;
    margin:0 auto 40px;
}

.home-cta-buttons{
    display:flex;
    justify-content:center;
    gap:16px;
    flex-wrap:wrap;
}

.home-cta-btn{
    padding:14px 30px;
    border-radius:999px;
    text-decoration:none;
    transition:.3s;
}

.home-cta-btn-primary{
    background:#52bfff;
    color:#fff;
}

.home-cta-btn-primary:hover{
    transform:translateY(-3px);
}

.home-cta-btn-secondary{
    border:1px solid rgba(82,191,255,.25);
    color:#fff;
}

.home-cta-btn-secondary:hover{
    border-color:#52bfff;
}
