:root {
		--c: #C6093B;
		--cd: #A4072F;
		--clight: rgba(198, 9, 59, 0.07);
		--navy: #A4072F;
		--navy2: #7A0522;
		--c3: #8C1049;
		--c4: #72104E;
		--c5: #58104F;
		--w: #FFFFFF;
		--ow: #F8F8F8;
		--lg: #F1F1F1;
		--bo: #E5E5E5;
		--bo2: #D0D0D0;
		--td: #111111;
		--tm: #444444;
		--tu: #888888;
	}
	*, *::before, *::after {
		box-sizing: border-box;
		margin: 0;
		padding: 0
	}
	html {
		scroll-behavior: smooth;
		-webkit-font-smoothing: antialiased
	}
	body {
		font-family: 'Inter', sans-serif;
		background: var(--w);
		color: var(--td);
		overflow-x: hidden;
		line-height: 1.6
	}
	a {
		text-decoration: none;
		color: inherit
	}
	.nav {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		z-index: 400;
		background: var(--c);
		height: 70px;
		display: flex;
		align-items: center;
		transition: box-shadow .3s;
	}
	.nav.scrolled {
		box-shadow: 0 2px 24px rgba(198, 9, 59, 0.35);
	}
	.nav-inner {
		max-width: 1280px;
		margin: 0 auto;
		padding: 0 48px;
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.nav-logo {
		display: flex;
		flex-direction: column;
		gap: 1px;
		text-decoration: none;
	}
	.nav-svg {
		height: 34px;
		width: auto;
		display: block;
	}
	.nav-svg path, .nav-svg rect {
		fill: #fff!important;
	}
	.nav-jrb {
		font-size: 11px;
		font-weight: 300;
		color: rgba(255, 255, 255, 0.6);
		letter-spacing: 0.35em;
		padding-left: 43px;
		line-height: 1;
	}
	.nav-menu {
		display: flex;
		align-items: center;
		gap: 28px;
	}
	.nav-link {
		font-size: 13px;
		color: rgba(255, 255, 255, 0.75);
		letter-spacing: 0.01em;
		transition: color .15s;
		position: relative;
	}
	.nav-link:hover, .nav-link.on {
		color: #fff;
	}
	.nav-link.on::after {
		content: '';
		position: absolute;
		bottom: -4px;
		left: 0;
		right: 0;
		height: 2px;
		background: rgba(255, 255, 255, 0.5);
		border-radius: 1px;
	}
	.nav-talk {
		background: #fff;
		color: var(--c);
		font-size: 13px;
		font-weight: 700;
		padding: 8px 22px;
		border-radius: 2px;
		letter-spacing: 0.01em;
		transition: opacity .15s, transform .15s;
		margin-left: 8px;
	}
	.nav-talk:hover {
		opacity: .9;
		transform: translateY(-1px);
	}
	.nav-ham {
		display: none;
		background: none;
		border: none;
		cursor: pointer;
		flex-direction: column;
		gap: 5px;
		padding: 6px;
	}
	.nav-ham span {
		display: block;
		width: 20px;
		height: 1.5px;
		background: #fff;
		border-radius: 1px;
	}
	.trust-bar {
		background: var(--navy);
		padding: 14px 48px;
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 40px;
		flex-wrap: wrap;
		border-top: 2px solid rgba(255, 255, 255, 0.15);
	}
	.tb-i {
		display: flex;
		align-items: center;
		gap: 10px;
		font-size: 12px;
		color: rgba(255, 255, 255, 0.75);
		font-weight: 500;
		letter-spacing: 0.02em;
	}
	.tb-i::before {
		content: '';
		width: 4px;
		height: 4px;
		background: var(--c);
		border-radius: 50%;
		flex-shrink: 0;
	}
	.sec {
		padding: 96px 48px;
	}
	.wrap {
		max-width: 1280px;
		margin: 0 auto;
	}
	.label {
		font-size: 15px;
		font-weight: 700;
		letter-spacing: 0.1em;
		text-transform: uppercase;
		color: var(--c);
		display: flex;
		align-items: center;
		gap: 12px;
		margin-bottom: 18px;
	}
	.label::before {
		content: '';
		width: 28px;
		height: 1.5px;
		background: var(--c);
	}
	.label-w {
		font-size: 15px;
		font-weight: 700;
		letter-spacing: 0.1em;
		text-transform: uppercase;
		color: rgba(255, 255, 255, 0.9);
		display: flex;
		align-items: center;
		gap: 12px;
		margin-bottom: 18px;
	}
	.label-w::before {
		content: '';
		width: 28px;
		height: 1.5px;
		background: rgba(255, 255, 255, 0.6);
	}
	.h1 {
		font-family: 'Sora', sans-serif;
		font-size: clamp(40px, 5.5vw, 72px);
		font-weight: 800;
		line-height: 1.05;
		letter-spacing: -0.03em;
		color: var(--td);
	}
	.h2 {
		font-family: 'Sora', sans-serif;
		font-size: clamp(28px, 3.2vw, 44px);
		font-weight: 800;
		line-height: 1.12;
		letter-spacing: -0.025em;
		color: var(--td);
	}
	.h3 {
		font-family: 'Sora', sans-serif;
		font-size: clamp(18px, 2vw, 24px);
		font-weight: 700;
		line-height: 1.25;
		letter-spacing: -0.02em;
		color: var(--td);
	}
	.h1-w {
		font-family: 'Sora', sans-serif;
		font-size: clamp(40px, 5.5vw, 72px);
		font-weight: 800;
		line-height: 1.05;
		letter-spacing: -0.03em;
		color: #fff;
	}
	.h2-w {
		font-family: 'Sora', sans-serif;
		font-size: clamp(28px, 3.2vw, 44px);
		font-weight: 800;
		line-height: 1.12;
		letter-spacing: -0.025em;
		color: #fff;
	}
	.h3-w {
		font-family: 'Sora', sans-serif;
		font-size: clamp(18px, 2vw, 22px);
		font-weight: 700;
		line-height: 1.3;
		color: #fff;
	}
	.em {
		color: var(--c);
	}
	.body {
		font-size: 16px;
		font-weight: 300;
		color: var(--tm);
		line-height: 1.8;
	}
	.body-sm {
		font-size: 14px;
		font-weight: 300;
		color: var(--tm);
		line-height: 1.75;
	}
	.body-w {
		font-size: 16px;
		font-weight: 300;
		color: rgba(255, 255, 255, 0.62);
		line-height: 1.8;
	}
	.btn {
		display: inline-flex;
		align-items: center;
		gap: 8px;
		font-size: 14px;
		font-weight: 600;
		padding: 13px 28px;
		border-radius: 2px;
		border: none;
		cursor: pointer;
		font-family: 'Inter', sans-serif;
		transition: all .2s;
		letter-spacing: 0.01em;
	}
	.btn-red {
		background: var(--c);
		color: #fff;
	}
	.btn-red:hover {
		background: var(--cd);
		transform: translateY(-1px);
	}
	.btn-white {
		background: #fff;
		color: var(--c);
	}
	.btn-white:hover {
		opacity: .9;
		transform: translateY(-1px);
	}
	.btn-ghost {
		background: transparent;
		color: var(--td);
		border: 1.5px solid var(--bo2);
	}
	.btn-ghost:hover {
		border-color: var(--c);
		color: var(--c);
	}
	.btn-ghost-w {
		background: transparent;
		color: #fff;
		border: 1.5px solid rgba(255, 255, 255, 0.3);
	}
	.btn-ghost-w:hover {
		border-color: rgba(255, 255, 255, 0.7);
	}
	.page-hero {
		background: var(--c);
		padding: 140px 48px 80px;
		position: relative;
		overflow: hidden;
	}
	.page-hero-bg {
		position: absolute;
		right: -20px;
		bottom: -20px;
		font-family: 'Sora', sans-serif;
		font-size: clamp(100px, 16vw, 200px);
		font-weight: 800;
		color: rgba(255, 255, 255, 0.05);
		line-height: 1;
		pointer-events: none;
		user-select: none;
		letter-spacing: -0.04em;
	}
	.page-hero-inner {
		max-width: 1280px;
		margin: 0 auto;
		position: relative;
		z-index: 1;
	}
	.page-hero-breadcrumb {
		font-size: 12px;
		color: rgba(255, 255, 255, 0.5);
		letter-spacing: 0.06em;
		margin-bottom: 20px;
		display: flex;
		align-items: center;
		gap: 8px;
	}
	.page-hero-breadcrumb a {
		color: rgba(255, 255, 255, 0.5);
		transition: color .2s;
	}
	.page-hero-breadcrumb a:hover {
		color: #fff;
	}
	.page-hero-breadcrumb::before {
		content: '';
		width: 20px;
		height: 1px;
		background: rgba(255, 255, 255, 0.3);
	}
	.footer {
		background: var(--navy2);
		padding: 64px 48px 32px;
		border-top: 3px solid rgba(255, 255, 255, 0.18);
	}
	.footer-wrap {
		max-width: 1280px;
		margin: 0 auto;
	}
	.footer-top {
		display: grid;
		grid-template-columns: 2.2fr 1fr 1fr 1fr;
		gap: 56px;
		padding-bottom: 48px;
		border-bottom: 1px solid rgba(255, 255, 255, 0.12);
	}
	.f-svg {
		height: 22px;
		width: auto;
		margin-bottom: 3px;
	}
	.f-svg path, .f-svg rect {
		fill: #fff!important;
	}
	.f-jrb {
		font-size: 10px;
		font-weight: 300;
		color: rgba(255, 255, 255, 0.6);
		letter-spacing: 0.35em;
		padding-left: 26px;
		display: block;
		margin-bottom: 18px;
	}
	.f-tagline {
		font-size: 13px;
		color: rgba(255, 255, 255, 0.62);
		line-height: 1.75;
		max-width: 240px;
	}
	.f-contact {
		margin-top: 20px;
		font-size: 13px;
		line-height: 1.9;
		color: rgba(255, 255, 255, 0.62);
	}
	.f-contact a {
		color: rgba(255, 255, 255, 0.85);
	}
	.f-col-head {
		font-size: 10.5px;
		font-weight: 700;
		color: rgba(255, 255, 255, 0.65);
		letter-spacing: 0.12em;
		text-transform: uppercase;
		margin-bottom: 18px;
	}
	.f-links {
		display: flex;
		flex-direction: column;
		gap: 11px;
	}
	.f-link {
		font-size: 13px;
		color: rgba(255, 255, 255, 0.72);
		transition: color .15s;
	}
	.f-link:hover {
		color: #fff;
	}
	.footer-bot {
		padding-top: 24px;
		display: flex;
		align-items: center;
		justify-content: space-between;
		flex-wrap: wrap;
		gap: 12px;
	}
	.f-copy {
		font-size: 11.5px;
		color: rgba(255, 255, 255, 0.50);
	}
	.f-socials {
		display: flex;
		gap: 8px;
	}
	.f-soc {
		width: 30px;
		height: 30px;
		background: rgba(0, 0, 0, 0.12);
		border-radius: 3px;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 11.5px;
		font-weight: 700;
		color: rgba(255, 255, 255, 0.4);
		transition: background .15s, color .15s;
	}
	.f-soc:hover {
		background: var(--c);
		color: #fff;
	}
	.wa-pill {
		display: inline-flex;
		align-items: center;
		gap: 8px;
		background: #25D366;
		color: #fff;
		font-size: 12px;
		font-weight: 600;
		padding: 7px 16px;
		border-radius: 2px;
	}
	.wa-pill:hover {
		opacity: .88;
	}
	.cta-band {
		background: var(--c);
		padding: 72px 48px;
		position: relative;
		overflow: hidden;
	}
	.cta-band-bg {
		position: absolute;
		right: -10px;
		top: 50%;
		transform: translateY(-50%);
		font-family: 'Sora', sans-serif;
		font-size: clamp(100px, 16vw, 200px);
		font-weight: 800;
		color: rgba(255, 255, 255, 0.05);
		line-height: 1;
		pointer-events: none;
		user-select: none;
	}
	.cta-band-inner {
		max-width: 1280px;
		margin: 0 auto;
		position: relative;
		z-index: 1;
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 48px;
		flex-wrap: wrap;
	}
	.cta-band-ck {
		font-size: 13px;
		color: rgba(255, 255, 255, 0.55);
		display: flex;
		align-items: center;
		gap: 10px;
	}
	.cta-band-ck::before {
		content: '';
		width: 14px;
		height: 1px;
		background: rgba(255, 255, 255, 0.3);
		flex-shrink: 0;
	}
	@media(max-width:960px) {
		.nav-menu {
			display: none;
		}
		.nav-ham {
			display: flex;
		}
		.nav-menu.open {
			display: flex;
			flex-direction: column;
			position: absolute;
			top: 70px;
			left: 0;
			right: 0;
			background: var(--c);
			padding: 24px 48px;
			gap: 18px;
			border-top: 1px solid rgba(255, 255, 255, 0.12);
		}
		.sec {
			padding: 64px 24px;
		}
		.trust-bar, .page-hero, .cta-band, .footer {
			padding-left: 24px;
			padding-right: 24px;
		}
		.footer-top {
			grid-template-columns: 1fr 1fr;
			gap: 32px;
		}
		.footer-top>:first-child {
			grid-column: 1/-1;
		}
		.cta-band-inner {
			flex-direction: column;
			align-items: flex-start;
		}
	}
	@media(max-width:580px) {
		.sec {
			padding: 48px 20px;
		}
		.footer-top {
			grid-template-columns: 1fr;
		}
		.page-hero {
			padding: 120px 20px 60px;
		}
	}
	.hero {
		background: var(--c);
		min-height: 100vh;
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
		padding: 0 48px 80px;
		position: relative;
		overflow: hidden;
	}
	.hero-bg-num {
		position: absolute;
		right: -40px;
		top: 50%;
		transform: translateY(-50%);
		font-family: 'Sora', sans-serif;
		font-size: clamp(200px, 28vw, 380px);
		font-weight: 800;
		color: rgba(255, 255, 255, 0.04);
		line-height: 1;
		pointer-events: none;
		letter-spacing: -0.05em;
		user-select: none;
	}
	.hero-inner {
		max-width: 1280px;
		margin: 0 auto;
		width: 100%;
		position: relative;
		z-index: 2;
	}
	.hero-top {
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
		padding-top: 120px;
		margin-bottom: 80px;
	}
	.hero-tag {
		font-size: 15px;
		font-weight: 700;
		color: rgba(255, 255, 255, 0.9);
		letter-spacing: 0.1em;
		text-transform: uppercase;
		display: flex;
		align-items: center;
		gap: 12px;
	}
	.hero-tag::before {
		content: '';
		width: 32px;
		height: 2px;
		background: rgba(255, 255, 255, 0.65);
	}
	.hero-h {
		font-family: 'Sora', sans-serif;
		font-size: clamp(46px, 6.5vw, 88px);
		font-weight: 800;
		color: #fff;
		line-height: 1.02;
		letter-spacing: -0.035em;
		max-width: 980px;
		margin-bottom: 40px;
	}
	.hero-h span {
		color: rgba(255, 255, 255, 0.3);
	}
	.hero-bottom {
		display: flex;
		align-items: flex-end;
		justify-content: space-between;
		gap: 40px;
		padding-top: 48px;
		border-top: 1px solid rgba(255, 255, 255, 0.15);
	}
	.hero-desc {
		font-size: 16px;
		color: rgba(255, 255, 255, 0.65);
		line-height: 1.75;
		max-width: 480px;
		font-weight: 300;
	}
	.hero-btns {
		display: flex;
		gap: 12px;
		flex-shrink: 0;
	}
	/* ECOVIS INT */

	.ecovis-int {
		background: var(--navy);
		padding: 80px 48px;
	}
	.ecovis-int-inner {
		max-width: 1280px;
		margin: 0 auto;
	}
	.ecovis-int-header {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 72px;
		align-items: end;
		margin-bottom: 56px;
		padding-bottom: 48px;
		border-bottom: 1px solid rgba(255, 255, 255, 0.13);
	}
	.ecovis-int-stats {
		display: grid;
		grid-template-columns: repeat(5, 1fr);
		gap: 1px;
		background: rgba(0, 0, 0, 0.12);
	}
	.int-stat {
		background: rgba(0, 0, 0, 0.1);
		padding: 36px 24px;
		text-align: center;
		transition: background .2s;
	}
	.int-stat:hover {
		background: rgba(0, 0, 0, 0.12);
	}
	.int-stat-n {
		font-family: 'Sora', sans-serif;
		font-size: clamp(28px, 3vw, 40px);
		font-weight: 800;
		color: #fff;
		line-height: 1;
		margin-bottom: 8px;
	}
	.int-stat-n sup {
		font-size: 0.45em;
	}
	.int-stat-l {
		font-size: 11px;
		color: rgba(255, 255, 255, 0.65);
		letter-spacing: 0.06em;
		text-transform: uppercase;
		line-height: 1.4;
	}
	/* POSITIONING */

	.positioning {
		background: var(--w);
		padding: 80px 48px;
	}
	.positioning-inner {
		max-width: 1280px;
		margin: 0 auto;
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 96px;
		align-items: center;
	}
	.pos-big {
		font-family: 'Sora', sans-serif;
		font-size: clamp(18px, 2vw, 24px);
		font-weight: 300;
		color: var(--tm);
		line-height: 1.7;
		max-width: 520px;
	}
	.pos-big strong {
		font-weight: 700;
		color: var(--td);
	}
	.pos-facts {
		display: flex;
		flex-direction: column;
		gap: 0;
		border-top: 1px solid var(--bo);
	}
	.pos-fact {
		display: flex;
		align-items: flex-start;
		gap: 24px;
		padding: 24px 0;
		border-bottom: 1px solid var(--bo);
	}
	.pos-fact-num {
		font-family: 'Sora', sans-serif;
		font-size: 13px;
		font-weight: 700;
		color: var(--c);
		width: 28px;
		flex-shrink: 0;
		margin-top: 2px;
	}
	.pos-fact-t {
		font-size: 15px;
		font-weight: 600;
		color: var(--td);
		margin-bottom: 4px;
	}
	.pos-fact-d {
		font-size: 13.5px;
		color: var(--tm);
		line-height: 1.6;
	}
	/* SERVICES */

	.svc-sec {
		background: var(--ow);
	}
	.svc-header {
		display: flex;
		align-items: flex-end;
		justify-content: space-between;
		margin-bottom: 56px;
	}
	.svc-grid {
		display: grid;
		grid-template-columns: repeat(5, 1fr);
		gap: 1px;
		background: var(--bo);
	}
	.svc-card {
		background: var(--w);
		padding: 40px 28px;
		display: flex;
		flex-direction: column;
		text-decoration: none;
		transition: background .25s, transform .2s;
		position: relative;
		overflow: hidden;
	}
	.svc-card::before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		height: 3px;
		background: transparent;
		transition: background .2s;
	}
	.svc-card:hover::before {
		background: var(--c);
	}
	.svc-card:hover {
		background: #7A0522;
		transform: translateY(-6px);
	}
	.svc-card:hover .svc-n, .svc-card:hover .svc-t, .svc-card:hover .svc-tagline, .svc-card:hover .svc-p, .svc-card:hover .svc-arr {
		color: #fff!important;
		opacity: 1;
	}
	.svc-card:hover .svc-tagline {
		color: rgba(255, 255, 255, 0.6)!important;
	}
	.svc-n {
		font-size: 11px;
		font-weight: 600;
		color: var(--tu);
		letter-spacing: 0.1em;
		margin-bottom: 24px;
		transition: color .2s;
	}
	.svc-ico {
		font-size: 26px;
		margin-bottom: 18px;
	}
	.svc-t {
		font-family: 'Sora', sans-serif;
		font-size: 17px;
		font-weight: 700;
		color: var(--td);
		margin-bottom: 8px;
		line-height: 1.25;
		transition: color .2s;
	}
	.svc-tagline {
		font-size: 13px;
		font-weight: 500;
		color: var(--c);
		margin-bottom: 12px;
		line-height: 1.4;
		transition: color .2s;
		font-style: italic;
	}
	.svc-p {
		font-size: 13px;
		color: var(--tm);
		line-height: 1.65;
		flex: 1;
		transition: color .2s;
	}
	.svc-arr {
		display: inline-block;
		margin-top: 20px;
		font-size: 13px;
		font-weight: 600;
		color: var(--c);
		transition: color .2s;
	}
	/* WHY */

	.why-sec {
		background: var(--navy);
		padding: 96px 48px;
		position: relative;
		overflow: hidden;
	}
	.why-inner {
		max-width: 1280px;
		margin: 0 auto;
	}
	.why-header {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 72px;
		align-items: end;
		margin-bottom: 64px;
		padding-bottom: 48px;
		border-bottom: 1px solid rgba(255, 255, 255, 0.13);
	}
	.why-grid {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 40px;
	}
	.why-card {
		padding-top: 28px;
		border-top: 1px solid rgba(255, 255, 255, 0.13);
	}
	.why-num {
		font-family: 'Sora', sans-serif;
		font-size: 11px;
		font-weight: 700;
		color: rgba(255, 255, 255, 0.45);
		letter-spacing: 0.1em;
		margin-bottom: 14px;
	}
	.why-t {
		font-family: 'Sora', sans-serif;
		font-size: 17px;
		font-weight: 700;
		color: #fff;
		margin-bottom: 10px;
		line-height: 1.3;
	}
	.why-d {
		font-size: 13.5px;
		color: rgba(255, 255, 255, 0.72);
		line-height: 1.72;
	}
	/* TESTIMONIALS */

	.testi-sec {
		background: var(--ow);
		padding: 96px 48px;
	}
	.testi-inner {
		max-width: 1280px;
		margin: 0 auto;
	}
	.testi-grid {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 24px;
		margin-top: 52px;
	}
	.testi-card {
		background: var(--w);
		border: 1px solid var(--bo);
		padding: 40px 32px;
		position: relative;
	}
	.testi-card::before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		height: 3px;
		background: var(--c);
		transform: scaleX(0);
		transition: transform .3s;
		transform-origin: left;
	}
	.testi-card:hover::before {
		transform: scaleX(1);
	}
	.testi-mark {
		font-family: 'Sora', sans-serif;
		font-size: 52px;
		color: var(--c);
		line-height: .8;
		margin-bottom: 20px;
		opacity: 0.25;
	}
	.testi-q {
		font-size: 14px;
		color: var(--tm);
		line-height: 1.82;
		margin-bottom: 28px;
	}
	.testi-hr {
		height: 1px;
		background: var(--bo);
		margin-bottom: 20px;
	}
	.testi-name {
		font-size: 14px;
		font-weight: 700;
		color: var(--td);
	}
	.testi-co {
		font-size: 12px;
		color: var(--c);
		margin-top: 2px;
		font-weight: 500;
	}
	/* CTA */

	.cta-sec {
		background: var(--c);
		padding: 96px 48px;
		position: relative;
		overflow: hidden;
	}
	.cta-bg-t {
		position: absolute;
		right: -20px;
		top: 50%;
		transform: translateY(-50%);
		font-family: 'Sora', sans-serif;
		font-size: clamp(120px, 18vw, 240px);
		font-weight: 800;
		color: rgba(255, 255, 255, 0.05);
		line-height: 1;
		pointer-events: none;
		user-select: none;
	}
	.cta-inner {
		max-width: 1280px;
		margin: 0 auto;
		position: relative;
		z-index: 1;
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 60px;
		flex-wrap: wrap;
	}
	.cta-ck {
		font-size: 13px;
		color: rgba(255, 255, 255, 0.6);
		display: flex;
		align-items: center;
		gap: 10px;
	}
	.cta-ck::before {
		content: '';
		width: 16px;
		height: 1px;
		background: rgba(255, 255, 255, 0.35);
		flex-shrink: 0;
	}
	/* RESPONSIVE */

	@media(max-width:1100px) {
		.svc-grid {
			grid-template-columns: repeat(3, 1fr);
		}
		.ecovis-int-stats {
			grid-template-columns: repeat(3, 1fr);
		}
	}
	@media(max-width:960px) {
		.hero {
			padding: 0 24px 64px;
		}
		.hero-top {
			padding-top: 100px;
			flex-direction: column;
			gap: 16px;
			margin-bottom: 48px;
		}
		.hero-bottom {
			flex-direction: column;
			align-items: flex-start;
		}
		.ecovis-int, .positioning {
			padding: 64px 24px;
		}
		.ecovis-int-header {
			grid-template-columns: 1fr;
			gap: 32px;
		}
		.ecovis-int-stats {
			grid-template-columns: repeat(3, 1fr);
		}
		.positioning-inner {
			grid-template-columns: 1fr;
			gap: 40px;
		}
		.svc-grid {
			grid-template-columns: repeat(2, 1fr);
		}
		.why-header {
			grid-template-columns: 1fr;
			gap: 24px;
		}
		.why-grid {
			grid-template-columns: 1fr 1fr;
		}
		.testi-grid {
			grid-template-columns: 1fr;
		}
		.cta-inner {
			flex-direction: column;
		}
		.why-sec, .testi-sec, .cta-sec {
			padding: 64px 24px;
		}
	}
	@media(max-width:600px) {
		.svc-grid {
			grid-template-columns: 1fr;
		}
		.why-grid {
			grid-template-columns: 1fr;
		}
		.ecovis-int-stats {
			grid-template-columns: repeat(2, 1fr);
		}
	}
	/* GLOBAL PRESENCE */

	.presence-sec {
		background: var(--ow);
		padding: 96px 48px;
	}
	.presence-inner {
		max-width: 1280px;
		margin: 0 auto;
	}
	.presence-header {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 72px;
		align-items: end;
		margin-bottom: 56px;
		padding-bottom: 48px;
		border-bottom: 1px solid var(--bo);
	}
	.regions-grid {
		display: grid;
		grid-template-columns: repeat(4, 1fr);
		gap: 1px;
		background: var(--bo);
		margin-bottom: 1px;
	}
	.region-card {
		background: var(--w);
		padding: 36px 28px;
		transition: background .2s, transform .2s, box-shadow .2s;
	}
	.region-card:hover {
		background: var(--w);
		transform: translateY(-4px);
		box-shadow: 0 12px 40px rgba(198, 9, 59, 0.08);
	}
	.region-ico {
		font-size: 28px;
		margin-bottom: 16px;
	}
	.region-name {
		font-family: 'Sora', sans-serif;
		font-size: 18px;
		font-weight: 700;
		color: var(--td);
		margin-bottom: 6px;
	}
	.region-hub {
		font-size: 12px;
		font-weight: 600;
		color: var(--c);
		letter-spacing: 0.04em;
		margin-bottom: 14px;
	}
	.region-countries {
		font-size: 12.5px;
		color: var(--tu);
		line-height: 1.75;
		margin-bottom: 16px;
	}
	.region-tag {
		font-size: 11.5px;
		font-weight: 600;
		color: var(--c);
		padding: 6px 0;
		border-top: 1px solid var(--bo);
	}
	.presence-footer-strip {
		background: var(--w);
		border: 1px solid var(--bo);
		border-top: none;
		display: flex;
		align-items: center;
		justify-content: space-around;
		padding: 28px 36px;
		flex-wrap: wrap;
		gap: 20px;
	}
	.pfs-item {
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 4px;
	}
	.pfs-n {
		font-family: 'Sora', sans-serif;
		font-size: 24px;
		font-weight: 800;
		color: var(--td);
	}
	.pfs-l {
		font-size: 11px;
		color: var(--tu);
		letter-spacing: 0.06em;
		text-transform: uppercase;
	}
	.pfs-div {
		width: 1px;
		height: 32px;
		background: var(--bo);
	}
	@media(max-width:960px) {
		.presence-header {
			grid-template-columns: 1fr;
			gap: 28px;
		}
		.regions-grid {
			grid-template-columns: 1fr 1fr;
		}
		.pfs-div {
			display: none;
		}
		.presence-sec {
			padding: 64px 24px;
		}
	}
	@media(max-width:560px) {
		.regions-grid {
			grid-template-columns: 1fr;
		}
		.presence-footer-strip {
			justify-content: flex-start;
			gap: 24px;
		}
	}
	.grid-b {
		display: grid;
		grid-template-columns: repeat(4, 1fr);
		gap: 3px;
		background: var(--bo);
		margin-bottom: 3px;
	}
	.card-rb {
		background: var(--w);
		display: flex;
		flex-direction: column;
		overflow: hidden;
		text-decoration: none;
		transition: transform .25s, box-shadow .25s;
		position: relative;
	}
	.card-rb:hover {
		transform: translateY(-8px);
		box-shadow: 0 20px 48px rgba(198, 9, 59, 0.16);
	}
	.card-rb-top {
		height: 88px;
		display: flex;
		align-items: flex-end;
		padding: 0 24px 14px;
		position: relative;
		overflow: hidden;
	}
	.card-rb-mosaic {
		position: absolute;
		inset: 0;
		display: grid;
		grid-template-columns: repeat(6, 1fr);
		grid-template-rows: repeat(3, 1fr);
		gap: 2px;
	}
	.card-rb-ico {
		position: relative;
		z-index: 1;
		display: flex;
		align-items: center;
	}
	.card-rb-ico svg {
		width: 34px;
		height: 34px;
	}
	.card-rb-num {
		font-size: 10px;
		font-weight: 700;
		color: rgba(255, 255, 255, 0.6);
		letter-spacing: 0.14em;
		position: absolute;
		top: 12px;
		right: 14px;
		z-index: 1;
	}
	.card-rb-body {
		padding: 22px 24px 26px;
		flex: 1;
		display: flex;
		flex-direction: column;
	}
	.card-rb-name {
		font-family: 'Sora', sans-serif;
		font-size: 15px;
		font-weight: 800;
		color: var(--td);
		margin-bottom: 6px;
		line-height: 1.2;
		transition: color .2s;
	}
	.card-rb-hub {
		font-size: 11.5px;
		font-weight: 500;
		color: var(--c);
		margin-bottom: 10px;
		font-style: italic;
		line-height: 1.4;
		transition: color .2s;
	}
	.card-rb-countries {
		font-size: 12px;
		color: var(--tm);
		line-height: 1.65;
		flex: 1;
		transition: color .2s;
	}
	.card-rb-tag {
		margin-top: 16px;
		font-size: 12px;
		font-weight: 700;
		color: var(--c);
		display: flex;
		align-items: center;
		gap: 6px;
		transition: color .2s;
	}
	.card-rb-tag::after {
		content: '→';
	}
	.card-rb:hover .card-rb-name, .card-rb:hover .card-rb-countries, .card-rb:hover .card-rb-tag {
		color: #fff;
	}
	.card-rb:hover .card-rb-hub {
		color: rgba(255, 255, 255, 0.55);
	}
	.card-rb:hover .card-rb-body {
		background: var(--cd);
	}
	.strip-b {
		background: var(--navy);
		display: flex;
		align-items: stretch;
	}
	.strip-b-item {
		flex: 1;
		padding: 24px 20px;
		text-align: center;
		border-right: 1px solid rgba(255, 255, 255, 0.06);
	}
	.strip-b-item:last-child {
		border-right: none;
	}
	.strip-b-n {
		font-family: 'Sora', sans-serif;
		font-size: 26px;
		font-weight: 800;
		color: #fff;
		line-height: 1;
		margin-bottom: 5px;
	}
	.strip-b-l {
		font-size: 10px;
		color: rgba(255, 255, 255, 0.65);
		letter-spacing: 0.08em;
		text-transform: uppercase;
	}
	.grid-a {
		display: grid;
		grid-template-columns: repeat(4, 1fr);
		gap: 3px;
		background: var(--bo);
	}
	.card-a {
		background: var(--w);
		display: flex;
		flex-direction: column;
		overflow: hidden;
		text-decoration: none;
		transition: transform .25s, box-shadow .25s;
		position: relative;
	}
	.card-a:hover {
		transform: translateY(-8px);
		box-shadow: 0 20px 48px rgba(198, 9, 59, 0.16);
	}
	.card-a-top {
		height: 80px;
		display: flex;
		align-items: flex-end;
		padding: 0 22px 14px;
		position: relative;
		overflow: hidden;
	}
	.card-a-top-mosaic {
		position: absolute;
		inset: 0;
		display: grid;
		grid-template-columns: repeat(6, 1fr);
		grid-template-rows: repeat(3, 1fr);
		gap: 2px;
	}
	.card-a-ico {
		position: relative;
		z-index: 1;
		display: flex;
		align-items: center;
	}
	.card-a-ico svg {
		width: 32px;
		height: 32px;
	}
	.card-a-num {
		font-size: 10px;
		font-weight: 700;
		color: rgba(255, 255, 255, 0.6);
		letter-spacing: 0.14em;
		position: absolute;
		top: 12px;
		right: 14px;
		z-index: 1;
	}
	.card-a-body {
		padding: 20px 22px 24px;
		flex: 1;
		display: flex;
		flex-direction: column;
	}
	.card-a-t {
		font-family: 'Sora', sans-serif;
		font-size: 15px;
		font-weight: 800;
		color: var(--td);
		margin-bottom: 6px;
		line-height: 1.2;
		transition: color .2s;
	}
	.card-a-line {
		font-size: 11.5px;
		font-weight: 500;
		color: var(--c);
		margin-bottom: 10px;
		font-style: italic;
		line-height: 1.4;
		transition: color .2s;
	}
	.card-a-p {
		font-size: 12px;
		color: var(--tm);
		line-height: 1.65;
		flex: 1;
		transition: color .2s;
	}
	.card-a-arr {
		margin-top: 16px;
		font-size: 12px;
		font-weight: 700;
		color: var(--c);
		display: flex;
		align-items: center;
		gap: 6px;
		transition: color .2s;
	}
	.card-a-arr::after {
		content: '→';
	}
	.card-a:hover .card-a-t, .card-a:hover .card-a-p, .card-a:hover .card-a-arr {
		color: #fff;
	}
	.card-a:hover .card-a-line {
		color: rgba(255, 255, 255, 0.55);
	}
	.card-a:hover .card-a-body {
		background: var(--cd);
	}
	.card-a:hover .card-a-p li {
		color: #fff;
		border-bottom-color: rgba(255, 255, 255, 0.15);
	}
	.card-a:hover .card-a-p li span {
		background: #fff;
	}
	/* ── NAV ── */

	.nav {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		z-index: 100;
		background: var(--navy);
		height: 64px;
		display: flex;
		align-items: center;
	}
	.nav-inner {
		max-width: 1280px;
		margin: 0 auto;
		width: 100%;
		padding: 0 40px;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.nav-logo-text {
		font-family: 'Sora', sans-serif;
		font-size: 18px;
		font-weight: 800;
		color: #fff;
		letter-spacing: -0.02em;
	}
	.nav-logo-text span {
		opacity: 0.45;
		font-weight: 400;
		font-size: 13px;
		margin-left: 6px;
		letter-spacing: 0.1em;
	}
	.nav-links {
		display: flex;
		align-items: center;
		gap: 4px;
	}
	.nav-link {
		font-size: 13.5px;
		font-weight: 500;
		color: rgba(255, 255, 255, 0.75);
		padding: 8px 14px;
		text-decoration: none;
		letter-spacing: 0.01em;
		transition: color .15s;
	}
	.nav-link:hover {
		color: #fff;
	}
	.nav-talk {
		background: #fff;
		color: var(--c);
		font-size: 13px;
		font-weight: 700;
		padding: 9px 22px;
		font-family: 'Sora', sans-serif;
		text-decoration: none;
		letter-spacing: 0.01em;
		transition: opacity .15s;
	}
	.nav-talk:hover {
		opacity: 0.9;
	}
	/* ── DROPDOWN TRIGGER ── */

	.nav-drop {
		position: relative;
		display: inline-flex;
		align-items: center;
		gap: 4px;
		cursor: default;
	}
	.nav-drop>.nav-link {
		cursor: default;
	}
	.drop-icon {
		display: flex;
		align-items: center;
		padding-top: 1px;
	}
	.drop-icon svg {
		width: 10px;
		height: 10px;
		transition: transform .3s cubic-bezier(.4, 0, .2, 1);
	}
	.drop-icon path {
		stroke: rgba(255, 255, 255, 0.55);
		transition: stroke .15s;
	}
	.nav-drop:hover .drop-icon svg {
		transform: rotate(180deg);
	}
	.nav-drop:hover .drop-icon path {
		stroke: rgba(255, 255, 255, 0.9);
	}
	.nav-drop:hover .nav-link {
		color: #fff;
	}
	/* ── MEGA MENU ── */

	.mega {
		position: absolute;
		top: calc(100% + 14px);
		left: 50%;
		transform: translateX(-50%) translateY(10px);
		width: 880px;
		background: var(--w);
		opacity: 0;
		visibility: hidden;
		transition: opacity .25s cubic-bezier(.4, 0, .2, 1), transform .25s cubic-bezier(.4, 0, .2, 1), visibility .25s;
		z-index: 200;
		display: grid;
		grid-template-columns: 224px 1fr;
		box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.06), 0 8px 16px rgba(0, 0, 0, 0.05), 0 24px 64px rgba(0, 0, 0, 0.1);
	}
	.nav-drop:hover .mega {
		opacity: 1;
		visibility: visible;
		transform: translateX(-50%) translateY(0);
	}
	/* Left panel */

	.mega-l {
		background: var(--navy);
		padding: 40px 32px;
		display: flex;
		flex-direction: column;
		position: relative;
		overflow: hidden;
	}
	.mega-l-mosaic {
		position: absolute;
		inset: 0;
		display: grid;
		grid-template-columns: repeat(6, 1fr);
		grid-template-rows: repeat(8, 1fr);
		gap: 2px;
		pointer-events: none;
	}
	.mega-l-content {
		position: relative;
		z-index: 1;
		flex: 1;
		display: flex;
		flex-direction: column;
	}
	.mega-l-label {
		font-size: 10px;
		font-weight: 700;
		color: rgba(255, 255, 255, 0.45);
		letter-spacing: 0.14em;
		text-transform: uppercase;
		margin-bottom: 16px;
		display: flex;
		align-items: center;
		gap: 8px;
	}
	.mega-l-label::before {
		content: '';
		width: 16px;
		height: 1px;
		background: rgba(255, 255, 255, 0.35);
	}
	.mega-l-h {
		font-family: 'Sora', sans-serif;
		font-size: 19px;
		font-weight: 800;
		color: #fff;
		line-height: 1.2;
		margin-bottom: 10px;
		letter-spacing: -0.02em;
	}
	.mega-l-p {
		font-size: 12px;
		color: rgba(255, 255, 255, 0.5);
		line-height: 1.65;
		margin-bottom: 28px;
		font-weight: 300;
	}
	.mega-l-btn {
		display: inline-flex;
		align-items: center;
		gap: 6px;
		background: rgba(255, 255, 255, 0.1);
		border: 1px solid rgba(255, 255, 255, 0.18);
		color: #fff;
		font-size: 12px;
		font-weight: 600;
		padding: 9px 18px;
		text-decoration: none;
		letter-spacing: 0.02em;
		transition: all .2s;
	}
	.mega-l-btn:hover {
		background: rgba(255, 255, 255, 0.18);
	}
	.mega-l-stat {
		margin-top: auto;
		padding-top: 24px;
		border-top: 1px solid rgba(255, 255, 255, 0.1);
	}
	.mega-l-stat-n {
		font-family: 'Sora', sans-serif;
		font-size: 24px;
		font-weight: 800;
		color: #fff;
		line-height: 1;
		margin-bottom: 4px;
	}
	.mega-l-stat-d {
		font-size: 10.5px;
		color: rgba(255, 255, 255, 0.4);
		letter-spacing: 0.06em;
		text-transform: uppercase;
	}
	/* Right panel */

	.mega-r {
		padding: 32px 32px 28px;
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 0 28px;
	}
	.mega-col-head {
		font-size: 9.5px;
		font-weight: 700;
		color: var(--tu);
		letter-spacing: 0.14em;
		text-transform: uppercase;
		margin-bottom: 14px;
		padding-bottom: 10px;
		border-bottom: 1px solid var(--bo);
	}
	.mega-svc {
		display: block;
		padding: 11px 0;
		border-bottom: 1px solid #F4F4F4;
		text-decoration: none;
		position: relative;
	}
	.mega-svc:last-of-type {
		border-bottom: none;
	}
	.mega-svc-name {
		font-size: 13px;
		font-weight: 600;
		color: var(--td);
		line-height: 1.2;
		margin-bottom: 3px;
		transition: color .15s;
	}
	.mega-svc-desc {
		font-size: 11px;
		color: var(--tu);
		line-height: 1.4;
		transition: color .15s;
	}
	.mega-svc::before {
		content: '';
		position: absolute;
		left: -6px;
		top: 50%;
		transform: translateY(-50%);
		width: 2px;
		height: 0;
		background: var(--c);
		transition: height .2s;
	}
	.mega-svc:hover::before {
		height: 70%;
	}
	.mega-svc:hover .mega-svc-name {
		color: var(--c);
	}
	.mega-svc:hover .mega-svc-desc {
		color: #666;
	}
	/* Footer bar */

	.mega-foot {
		grid-column: 1/-1;
		margin-top: 18px;
		padding-top: 14px;
		border-top: 1px solid var(--bo);
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.mega-foot-link {
		font-size: 12px;
		font-weight: 600;
		color: var(--c);
		text-decoration: none;
		display: flex;
		align-items: center;
		gap: 5px;
		letter-spacing: 0.01em;
	}
	.mega-foot-link svg {
		width: 12px;
		height: 12px;
		transition: transform .15s;
	}
	.mega-foot-link:hover svg {
		transform: translateX(3px);
	}
	.mega-foot-note {
		font-size: 11px;
		color: var(--tu);
	}
	/* ── Scroll Animations ── */

	.fade-up {
		opacity: 0;
		transform: translateY(28px);
		transition: opacity .65s cubic-bezier(.4, 0, .2, 1), transform .65s cubic-bezier(.4, 0, .2, 1);
	}
	.fade-up.visible {
		opacity: 1;
		transform: translateY(0);
	}
	.fade-in {
		opacity: 0;
		transition: opacity .7s ease;
	}
	.fade-in.visible {
		opacity: 1;
	}
	.stagger-1 {
		transition-delay: .08s;
	}
	.stagger-2 {
		transition-delay: .16s;
	}
	.stagger-3 {
		transition-delay: .24s;
	}
	.stagger-4 {
		transition-delay: .32s;
	}
	.stagger-5 {
		transition-delay: .40s;
	}
	/* ── Page Fade Transition ── */

	.page-transition {
		position: fixed;
		inset: 0;
		background: var(--navy);
		z-index: 9999;
		pointer-events: none;
		opacity: 0;
		transition: opacity .22s ease;
	}
	.page-transition.active {
		opacity: 1;
	}
	/* ── Floating WhatsApp ── */

	.wa-float {
		position: fixed;
		bottom: 28px;
		right: 28px;
		z-index: 500;
		display: flex;
		align-items: center;
		gap: 10px;
		background: #25D366;
		color: #fff;
		font-size: 13px;
		font-weight: 600;
		padding: 12px 20px 12px 16px;
		border-radius: 100px;
		text-decoration: none;
		box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4);
		transition: transform .2s, box-shadow .2s;
		white-space: nowrap;
	}
	.wa-float:hover {
		transform: translateY(-3px);
		box-shadow: 0 8px 28px rgba(37, 211, 102, 0.5);
	}
	.wa-float svg {
		width: 20px;
		height: 20px;
		flex-shrink: 0;
	}
	.wa-float-label {
		display: inline;
	}
	@media(max-width:600px) {
		.wa-float-label {
			display: none;
		}
		.wa-float {
			padding: 13px;
			border-radius: 50%;
			bottom: 80px;
		}
	}
	/* ── Sticky Mobile CTA ── */

	.mobile-cta-bar {
		display: none;
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: 490;
		background: #fff;
		border-top: 1px solid var(--bo);
		padding: 10px 16px;
		gap: 8px;
	}
	@media(max-width:768px) {
		.mobile-cta-bar {
			display: flex;
		}
	}
	.mobile-cta-bar a {
		flex: 1;
		text-align: center;
		font-size: 13px;
		font-weight: 700;
		padding: 11px 8px;
		text-decoration: none;
	}
	.mob-cta-primary {
		background: var(--c);
		color: #fff;
	}
	.mob-cta-wa {
		background: #25D366;
		color: #fff;
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 6px;
		max-width: 52px;
		flex: 0 0 52px;
		border-radius: 4px;
	}
	/* ── Cookie Banner ── */

	.cookie-bar {
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: 600;
		background: #111;
		color: rgba(255, 255, 255, 0.82);
		font-size: 13px;
		padding: 16px 28px;
		display: flex;
		align-items: center;
		gap: 20px;
		flex-wrap: wrap;
		transform: translateY(0);
		transition: transform .3s;
	}
	.cookie-bar.hidden {
		transform: translateY(110%);
	}
	.cookie-bar p {
		margin: 0;
		flex: 1;
		min-width: 200px;
		line-height: 1.6;
	}
	.cookie-bar a {
		color: rgba(255, 255, 255, 0.6);
		text-decoration: underline;
	}
	.cookie-bar-btns {
		display: flex;
		gap: 10px;
		flex-shrink: 0;
	}
	.cookie-accept {
		background: var(--c);
		color: #fff;
		border: none;
		font-size: 13px;
		font-weight: 600;
		padding: 9px 22px;
		cursor: pointer;
		font-family: inherit;
	}
	.cookie-decline {
		background: transparent;
		color: rgba(255, 255, 255, 0.5);
		border: 1px solid rgba(255, 255, 255, 0.2);
		font-size: 13px;
		padding: 9px 18px;
		cursor: pointer;
		font-family: inherit;
	}

	
	.grid-a {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

/* Tablet */
@media (max-width: 1024px) {
  .grid-a {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Mobile */
@media (max-width: 600px) {
  .grid-a {
    grid-template-columns: 1fr;
  }
}
.svc-sec .wrap {
  padding: 0 20px;
}

@media (max-width: 600px) {
  .svc-sec .wrap {
    padding: 0 15px;
  }

  .svc-sec > div {
    padding: 0 15px !important;
  }
}
.svc-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

@media (max-width: 768px) {
  .svc-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .svc-header a {
    width: 100%;
    text-align: center;
  }
}
.card-a {
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 12px;
  overflow: hidden;
}

.card-a-body {
  padding: 15px;
}

/* Mobile text improvement */
@media (max-width: 600px) {
  .card-a-t {
    font-size: 18px;
  }

  .card-a-line {
    font-size: 13px;
  }

  .card-a-p li {
    font-size: 12px;
  }
}
.card-a-top {
  min-height: 120px;
}
.btn {
  padding: 10px 18px;
  font-size: 14px;
}

@media (max-width: 600px) {
  .btn {
    width: 100%;
  }
}

.grid-b {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

/* Tablet */
@media (max-width: 1024px) {
  .grid-b {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Mobile */
@media (max-width: 600px) {
  .grid-b {
    grid-template-columns: 1fr;
  }
}

.presence-header {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}

.presence-header > div {
  flex: 1;
}

/* Mobile */
@media (max-width: 768px) {
  .presence-header {
    flex-direction: column;
  }

  .presence-header p {
    max-width: 100%;
  }

  .presence-header a {
    width: 100%;
    text-align: center;
  }
}

.presence-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 48px;
}

@media (max-width: 600px) {
  .presence-inner {
    padding: 0 15px;
  }
}
.card-rb {
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.card-rb-body {
  padding: 15px;
}

/* Mobile text scaling */
@media (max-width: 600px) {
  .card-rb-name {
    font-size: 18px;
  }

  .card-rb-countries {
    font-size: 13px;
    line-height: 1.6;
  }

  .card-rb-tag {
    font-size: 12px;
  }
}
.card-rb-top {
  min-height: 120px;
}
.strip-b {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin-top: 40px;
  gap: 20px;
  text-align: center;
}

/* Tablet */
@media (max-width: 1024px) {
  .strip-b {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* Mobile */
@media (max-width: 600px) {
  .strip-b {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  h2 {
    font-size: 26px !important;
    line-height: 1.3 !important;
  }

  .strip-b-n {
    font-size: 22px;
  }

  .strip-b-l {
    font-size: 12px;
  }
}


.nav-link {
    display: block;
    padding: .5rem 1rem;
    color: #ffffff !important;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}

.footer {
    background: #7a0522 !important;
}

/* ===== CONTAINER ===== */
.wrap {
  max-width: 1280px;
  margin: auto;
  padding: 0 40px;
}

@media (max-width: 600px) {
  .wrap {
    padding: 0 15px;
  }
}

/* ===== HEADER ===== */
.insights-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 40px;
  gap: 20px;
}

.insights-link {
  font-size: 13px;
  font-weight: 700;
  color: var(--c);
  text-decoration: none;
}

@media (max-width: 768px) {
  .insights-header {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* ===== GRID ===== */
.insights-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

/* Tablet */
@media (max-width: 1024px) {
  .insights-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Mobile */
@media (max-width: 600px) {
  .insights-grid {
    grid-template-columns: 1fr;
  }
}

/* ===== CARD ===== */
.insight-card {
  background: var(--w);
  display: flex;
  flex-direction: column;
  text-decoration: none;
  overflow: hidden;
  transition: 0.3s;
}

.insight-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(0,0,0,0.1);
}

/* TOP */
.insight-top {
  padding: 24px;
  min-height: 80px;
  display: flex;
  align-items: flex-end;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

/* BODY */
.insight-body {
  padding: 20px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.insight-date {
  font-size: 11px;
  color: var(--tu);
  margin-bottom: 10px;
}

.insight-title {
  font-size: 16px;
  font-weight: 700;
  color: var(--td);
  margin-bottom: 10px;
  flex: 1;
}

.insight-read {
  font-size: 12px;
  font-weight: 600;
  color: var(--c);
}

/* MOBILE TEXT */
@media (max-width: 600px) {
  .h2 {
    font-size: 24px !important;
  }

  .insight-title {
    font-size: 15px;
  }
}

.btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #fff !important;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    background-color: rgba(0,0,0,0);
    border: 1px solid #fff !important;
    padding: .375rem .75rem;
    font-size: 1rem;
    border-radius: 10px;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}


/*abt css*/




:root {
	--c: #C6093B;
	--cd: #A4072F;
	--clight: rgba(198, 9, 59, 0.07);
	--navy: #A4072F;
	--navy2: #7A0522;
	--c3: #8C1049;
	--c4: #72104E;
	--c5: #58104F;
	--w: #FFFFFF;
	--ow: #F8F8F8;
	--lg: #F1F1F1;
	--bo: #E5E5E5;
	--bo2: #D0D0D0;
	--td: #111111;
	--tm: #444444;
	--tu: #888888;
}
*, *::before, *::after {
	box-sizing: border-box;
	margin: 0;
	padding: 0
}
html {
	scroll-behavior: smooth;
	-webkit-font-smoothing: antialiased
}
body {
	font-family: 'Inter', sans-serif;
	background: var(--w);
	color: var(--td);
	overflow-x: hidden;
	line-height: 1.6
}
a {
	text-decoration: none;
	color: inherit
}
.nav {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 400;
	background: var(--c);
	height: 70px;
	display: flex;
	align-items: center;
	transition: box-shadow .3s;
}
.nav.scrolled {
	box-shadow: 0 2px 24px rgba(198, 9, 59, 0.35);
}
.nav-inner {
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 48px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.nav-logo {
	display: flex;
	flex-direction: column;
	gap: 1px;
	text-decoration: none;
}
.nav-svg {
	height: 34px;
	width: auto;
	display: block;
}
.nav-svg path, .nav-svg rect {
	fill: #fff!important;
}
.nav-jrb {
	font-size: 11px;
	font-weight: 300;
	color: rgba(255, 255, 255, 0.6);
	letter-spacing: 0.35em;
	padding-left: 43px;
	line-height: 1;
}
.nav-menu {
	display: flex;
	align-items: center;
	gap: 28px;
}
.nav-link {
	font-size: 13px;
	color: rgba(255, 255, 255, 0.75);
	letter-spacing: 0.01em;
	transition: color .15s;
	position: relative;
}
.nav-link:hover, .nav-link.on {
	color: #fff;
}
.nav-link.on::after {
	content: '';
	position: absolute;
	bottom: -4px;
	left: 0;
	right: 0;
	height: 2px;
	background: rgba(255, 255, 255, 0.5);
	border-radius: 1px;
}
.nav-talk {
	background: #fff;
	color: var(--c);
	font-size: 13px;
	font-weight: 700;
	padding: 8px 22px;
	border-radius: 2px;
	letter-spacing: 0.01em;
	transition: opacity .15s, transform .15s;
	margin-left: 8px;
}
.nav-talk:hover {
	opacity: .9;
	transform: translateY(-1px);
}
.nav-ham {
	display: none;
	background: none;
	border: none;
	cursor: pointer;
	flex-direction: column;
	gap: 5px;
	padding: 6px;
}
.nav-ham span {
	display: block;
	width: 20px;
	height: 1.5px;
	background: #fff;
	border-radius: 1px;
}
.trust-bar {
	background: var(--navy);
	padding: 14px 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 40px;
	flex-wrap: wrap;
	border-top: 2px solid rgba(255, 255, 255, 0.15);
}
.tb-i {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 12px;
	color: rgba(255, 255, 255, 0.75);
	font-weight: 500;
	letter-spacing: 0.02em;
}
.tb-i::before {
	content: '';
	width: 4px;
	height: 4px;
	background: var(--c);
	border-radius: 50%;
	flex-shrink: 0;
}
.sec {
	padding: 96px 48px;
}
.wrap {
	max-width: 1280px;
	margin: 0 auto;
}
.label {
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--c);
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 18px;
}
.label::before {
	content: '';
	width: 28px;
	height: 1.5px;
	background: var(--c);
}
.label-w {
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.9);
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 18px;
}
.label-w::before {
	content: '';
	width: 28px;
	height: 1.5px;
	background: rgba(255, 255, 255, 0.6);
}
.h1 {
	font-family: 'Sora', sans-serif;
	font-size: clamp(40px, 5.5vw, 72px);
	font-weight: 800;
	line-height: 1.05;
	letter-spacing: -0.03em;
	color: var(--td);
}
.h2 {
	font-family: 'Sora', sans-serif;
	font-size: clamp(28px, 3.2vw, 44px);
	font-weight: 800;
	line-height: 1.12;
	letter-spacing: -0.025em;
	color: var(--td);
}
.h3 {
	font-family: 'Sora', sans-serif;
	font-size: clamp(18px, 2vw, 24px);
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: -0.02em;
	color: var(--td);
}
.h1-w {
	font-family: 'Sora', sans-serif;
	font-size: clamp(40px, 5.5vw, 72px);
	font-weight: 800;
	line-height: 1.05;
	letter-spacing: -0.03em;
	color: #fff;
}
.h2-w {
	font-family: 'Sora', sans-serif;
	font-size: clamp(28px, 3.2vw, 44px);
	font-weight: 800;
	line-height: 1.12;
	letter-spacing: -0.025em;
	color: #fff;
}
.h3-w {
	font-family: 'Sora', sans-serif;
	font-size: clamp(18px, 2vw, 22px);
	font-weight: 700;
	line-height: 1.3;
	color: #fff;
}
.em {
	color: var(--c);
}
.body {
	font-size: 16px;
	font-weight: 300;
	color: var(--tm);
	line-height: 1.8;
}
.body-sm {
	font-size: 14px;
	font-weight: 300;
	color: var(--tm);
	line-height: 1.75;
}
.body-w {
	font-size: 16px;
	font-weight: 300;
	color: rgba(255, 255, 255, 0.62);
	line-height: 1.8;
}
.btn {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 14px;
	font-weight: 600;
	padding: 13px 28px;
	border-radius: 2px;
	border: none;
	cursor: pointer;
	font-family: 'Inter', sans-serif;
	transition: all .2s;
	letter-spacing: 0.01em;
}
.btn-red {
	background: var(--c);
	color: #fff;
}
.btn-red:hover {
	background: var(--cd);
	transform: translateY(-1px);
}
.btn-white {
	background: #fff;
	color: var(--c);
}
.btn-white:hover {
	opacity: .9;
	transform: translateY(-1px);
}
.btn-ghost {
	background: transparent;
	color: var(--td);
	border: 1.5px solid var(--bo2);
}
.btn-ghost:hover {
	border-color: var(--c);
	color: var(--c);
}
.btn-ghost-w {
	background: transparent;
	color: #fff;
	border: 1.5px solid rgba(255, 255, 255, 0.3);
}
.btn-ghost-w:hover {
	border-color: rgba(255, 255, 255, 0.7);
}
.page-hero {
	background: var(--c);
	padding: 140px 48px 80px;
	position: relative;
	overflow: hidden;
}
.page-hero-bg {
	position: absolute;
	right: -20px;
	bottom: -20px;
	font-family: 'Sora', sans-serif;
	font-size: clamp(100px, 16vw, 200px);
	font-weight: 800;
	color: rgba(255, 255, 255, 0.05);
	line-height: 1;
	pointer-events: none;
	user-select: none;
	letter-spacing: -0.04em;
}
.page-hero-inner {
	max-width: 1280px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}
.page-hero-breadcrumb {
	font-size: 12px;
	color: rgba(255, 255, 255, 0.5);
	letter-spacing: 0.06em;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	gap: 8px;
}
.page-hero-breadcrumb a {
	color: rgba(255, 255, 255, 0.5);
	transition: color .2s;
}
.page-hero-breadcrumb a:hover {
	color: #fff;
}
.page-hero-breadcrumb::before {
	content: '';
	width: 20px;
	height: 1px;
	background: rgba(255, 255, 255, 0.3);
}
.footer {
	background: var(--navy2);
	padding: 64px 48px 32px;
	border-top: 3px solid rgba(255, 255, 255, 0.18);
}
.footer-wrap {
	max-width: 1280px;
	margin: 0 auto;
}
.footer-top {
	display: grid;
	grid-template-columns: 2.2fr 1fr 1fr 1fr;
	gap: 56px;
	padding-bottom: 48px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.f-svg {
	height: 22px;
	width: auto;
	margin-bottom: 3px;
}
.f-svg path, .f-svg rect {
	fill: #fff!important;
}
.f-jrb {
	font-size: 10px;
	font-weight: 300;
	color: rgba(255, 255, 255, 0.60);
	letter-spacing: 0.35em;
	padding-left: 26px;
	display: block;
	margin-bottom: 18px;
}
.f-tagline {
	font-size: 13px;
	color: rgba(255, 255, 255, 0.62);
	line-height: 1.75;
	max-width: 240px;
}
.f-contact {
	margin-top: 20px;
	font-size: 13px;
	line-height: 1.9;
	color: rgba(255, 255, 255, 0.62);
}
.f-contact a {
	color: rgba(255, 255, 255, 0.85);
}
.f-col-head {
	font-size: 10.5px;
	font-weight: 700;
	color: rgba(255, 255, 255, 0.65);
	letter-spacing: 0.12em;
	text-transform: uppercase;
	margin-bottom: 18px;
}
.f-links {
	display: flex;
	flex-direction: column;
	gap: 11px;
}
.f-link {
	font-size: 13px;
	color: rgba(255, 255, 255, 0.72);
	transition: color .15s;
}
.f-link:hover {
	color: #fff;
}
.footer-bot {
	padding-top: 24px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 12px;
}
.f-copy {
	font-size: 11.5px;
	color: rgba(255, 255, 255, 0.50);
}
.f-socials {
	display: flex;
	gap: 8px;
}
.f-soc {
	width: 30px;
	height: 30px;
	background: rgba(0, 0, 0, 0.12);
	border-radius: 3px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 11.5px;
	font-weight: 700;
	color: rgba(255, 255, 255, 0.4);
	transition: background .15s, color .15s;
}
.f-soc:hover {
	background: var(--c);
	color: #fff;
}
.wa-pill {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background: #25D366;
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	padding: 7px 16px;
	border-radius: 2px;
}
.wa-pill:hover {
	opacity: .88;
}
.cta-band {
	background: var(--c);
	padding: 72px 48px;
	position: relative;
	overflow: hidden;
}
.cta-band-bg {
	position: absolute;
	right: -10px;
	top: 50%;
	transform: translateY(-50%);
	font-family: 'Sora', sans-serif;
	font-size: clamp(100px, 16vw, 200px);
	font-weight: 800;
	color: rgba(255, 255, 255, 0.05);
	line-height: 1;
	pointer-events: none;
	user-select: none;
}
.cta-band-inner {
	max-width: 1280px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 48px;
	flex-wrap: wrap;
}
.cta-band-ck {
	font-size: 13px;
	color: rgba(255, 255, 255, 0.55);
	display: flex;
	align-items: center;
	gap: 10px;
}
.cta-band-ck::before {
	content: '';
	width: 14px;
	height: 1px;
	background: rgba(255, 255, 255, 0.3);
	flex-shrink: 0;
}
@media(max-width:960px) {
	.nav-menu {
		display: none;
	}
	.nav-ham {
		display: flex;
	}
	.nav-menu.open {
		display: flex;
		flex-direction: column;
		position: absolute;
		top: 70px;
		left: 0;
		right: 0;
		background: var(--c);
		padding: 24px 48px;
		gap: 18px;
		border-top: 1px solid rgba(255, 255, 255, 0.12);
	}
	.sec {
		padding: 64px 24px;
	}
	.trust-bar, .page-hero, .cta-band, .footer {
		padding-left: 24px;
		padding-right: 24px;
	}
	.footer-top {
		grid-template-columns: 1fr 1fr;
		gap: 32px;
	}
	.footer-top>:first-child {
		grid-column: 1/-1;
	}
	.cta-band-inner {
		flex-direction: column;
		align-items: flex-start;
	}
}
@media(max-width:580px) {
	.sec {
		padding: 48px 20px;
	}
	.footer-top {
		grid-template-columns: 1fr;
	}
	.page-hero {
		padding: 120px 20px 60px;
	}
}
.hero {
	background: var(--c);
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: 0 48px 80px;
	position: relative;
	overflow: hidden;
}
.hero-bg-num {
	position: absolute;
	right: -40px;
	top: 50%;
	transform: translateY(-50%);
	font-family: 'Sora', sans-serif;
	font-size: clamp(200px, 28vw, 380px);
	font-weight: 800;
	color: rgba(255, 255, 255, 0.04);
	line-height: 1;
	pointer-events: none;
	letter-spacing: -0.05em;
	user-select: none;
}
.hero-inner {
	max-width: 1280px;
	margin: 0 auto;
	width: 100%;
	position: relative;
	z-index: 1;
}
.hero-top {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding-top: 120px;
	margin-bottom: 80px;
}
.hero-tag {
	font-size: 15px;
	font-weight: 700;
	color: rgba(255, 255, 255, 0.9);
	letter-spacing: 0.1em;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	gap: 12px;
}
.hero-tag::before {
	content: '';
	width: 32px;
	height: 2px;
	background: rgba(255, 255, 255, 0.65);
}
.hero-h {
	font-family: 'Sora', sans-serif;
	font-size: clamp(46px, 6.5vw, 88px);
	font-weight: 800;
	color: #fff;
	line-height: 1.02;
	letter-spacing: -0.035em;
	max-width: 980px;
	margin-bottom: 40px;
}
.hero-h span {
	color: rgba(255, 255, 255, 0.3);
}
.hero-bottom {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 40px;
	padding-top: 48px;
	border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.hero-desc {
	font-size: 16px;
	color: rgba(255, 255, 255, 0.65);
	line-height: 1.75;
	max-width: 480px;
	font-weight: 300;
}
.hero-btns {
	display: flex;
	gap: 12px;
	flex-shrink: 0;
}
/* ECOVIS INT */

.ecovis-int {
	background: var(--navy);
	padding: 80px 48px;
}
.ecovis-int-inner {
	max-width: 1280px;
	margin: 0 auto;
}
.ecovis-int-header {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 72px;
	align-items: end;
	margin-bottom: 56px;
	padding-bottom: 48px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}
.ecovis-int-stats {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 1px;
	background: rgba(0, 0, 0, 0.12);
}
.int-stat {
	background: rgba(0, 0, 0, 0.1);
	padding: 36px 24px;
	text-align: center;
	transition: background .2s;
}
.int-stat:hover {
	background: rgba(0, 0, 0, 0.12);
}
.int-stat-n {
	font-family: 'Sora', sans-serif;
	font-size: clamp(28px, 3vw, 40px);
	font-weight: 800;
	color: #fff;
	line-height: 1;
	margin-bottom: 8px;
}
.int-stat-n sup {
	font-size: 0.45em;
}
.int-stat-l {
	font-size: 11px;
	color: rgba(255, 255, 255, 0.65);
	letter-spacing: 0.06em;
	text-transform: uppercase;
	line-height: 1.4;
}
/* POSITIONING */

.positioning {
	background: var(--w);
	padding: 80px 48px;
}
.positioning-inner {
	max-width: 1280px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 96px;
	align-items: center;
}
.pos-big {
	font-family: 'Sora', sans-serif;
	font-size: clamp(18px, 2vw, 24px);
	font-weight: 300;
	color: var(--tm);
	line-height: 1.7;
	max-width: 520px;
}
.pos-big strong {
	font-weight: 700;
	color: var(--td);
}
.pos-facts {
	display: flex;
	flex-direction: column;
	gap: 0;
	border-top: 1px solid var(--bo);
}
.pos-fact {
	display: flex;
	align-items: flex-start;
	gap: 24px;
	padding: 24px 0;
	border-bottom: 1px solid var(--bo);
}
.pos-fact-num {
	font-family: 'Sora', sans-serif;
	font-size: 13px;
	font-weight: 700;
	color: var(--c);
	width: 28px;
	flex-shrink: 0;
	margin-top: 2px;
}
.pos-fact-t {
	font-size: 15px;
	font-weight: 600;
	color: var(--td);
	margin-bottom: 4px;
}
.pos-fact-d {
	font-size: 13.5px;
	color: var(--tm);
	line-height: 1.6;
}
/* SERVICES */

.svc-sec {
	background: var(--ow);
}
.svc-header {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	margin-bottom: 56px;
}
.svc-grid {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 1px;
	background: var(--bo);
}
.svc-card {
	background: var(--w);
	padding: 40px 28px;
	display: flex;
	flex-direction: column;
	text-decoration: none;
	transition: background .25s, transform .2s;
	position: relative;
	overflow: hidden;
}
.svc-card::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 3px;
	background: transparent;
	transition: background .2s;
}
.svc-card:hover::before {
	background: var(--c);
}
.svc-card:hover {
	background: #7A0522;
	transform: translateY(-6px);
}
.svc-card:hover .svc-n, .svc-card:hover .svc-t, .svc-card:hover .svc-tagline, .svc-card:hover .svc-p, .svc-card:hover .svc-arr {
	color: #fff!important;
	opacity: 1;
}
.svc-card:hover .svc-tagline {
	color: rgba(255, 255, 255, 0.6)!important;
}
.svc-n {
	font-size: 11px;
	font-weight: 600;
	color: var(--tu);
	letter-spacing: 0.1em;
	margin-bottom: 24px;
	transition: color .2s;
}
.svc-ico {
	font-size: 26px;
	margin-bottom: 18px;
}
.svc-t {
	font-family: 'Sora', sans-serif;
	font-size: 17px;
	font-weight: 700;
	color: var(--td);
	margin-bottom: 8px;
	line-height: 1.25;
	transition: color .2s;
}
.svc-tagline {
	font-size: 13px;
	font-weight: 500;
	color: var(--c);
	margin-bottom: 12px;
	line-height: 1.4;
	transition: color .2s;
	font-style: italic;
}
.svc-p {
	font-size: 13px;
	color: var(--tm);
	line-height: 1.65;
	flex: 1;
	transition: color .2s;
}
.svc-arr {
	display: inline-block;
	margin-top: 20px;
	font-size: 13px;
	font-weight: 600;
	color: var(--c);
	transition: color .2s;
}
/* WHY */

.why-sec {
	background: var(--navy);
	padding: 96px 48px;
	position: relative;
	overflow: hidden;
}
.why-inner {
	max-width: 1280px;
	margin: 0 auto;
}
.why-header {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 72px;
	align-items: end;
	margin-bottom: 64px;
	padding-bottom: 48px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}
.why-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 40px;
}
.why-card {
	padding-top: 28px;
	border-top: 1px solid rgba(255, 255, 255, 0.13);
}
.why-num {
	font-family: 'Sora', sans-serif;
	font-size: 11px;
	font-weight: 700;
	color: rgba(255, 255, 255, 0.45);
	letter-spacing: 0.1em;
	margin-bottom: 14px;
}
.why-t {
	font-family: 'Sora', sans-serif;
	font-size: 17px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 10px;
	line-height: 1.3;
}
.why-d {
	font-size: 13.5px;
	color: rgba(255, 255, 255, 0.72);
	line-height: 1.72;
}
/* CTA */

.cta-sec {
	background: var(--c);
	padding: 96px 48px;
	position: relative;
	overflow: hidden;
}
.cta-bg-t {
	position: absolute;
	right: -20px;
	top: 50%;
	transform: translateY(-50%);
	font-family: 'Sora', sans-serif;
	font-size: clamp(120px, 18vw, 240px);
	font-weight: 800;
	color: rgba(255, 255, 255, 0.05);
	line-height: 1;
	pointer-events: none;
	user-select: none;
}
.cta-inner {
	max-width: 1280px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 60px;
	flex-wrap: wrap;
}
.cta-ck {
	font-size: 13px;
	color: rgba(255, 255, 255, 0.6);
	display: flex;
	align-items: center;
	gap: 10px;
}
.cta-ck::before {
	content: '';
	width: 16px;
	height: 1px;
	background: rgba(255, 255, 255, 0.35);
	flex-shrink: 0;
}
/* RESPONSIVE */

@media(max-width:1100px) {
	.svc-grid {
		grid-template-columns: repeat(3, 1fr);
	}
	.ecovis-int-stats {
		grid-template-columns: repeat(3, 1fr);
	}
}
@media(max-width:960px) {
	.hero {
		padding: 0 24px 64px;
	}
	.hero-top {
		padding-top: 100px;
		flex-direction: column;
		gap: 16px;
		margin-bottom: 48px;
	}
	.hero-bottom {
		flex-direction: column;
		align-items: flex-start;
	}
	.ecovis-int, .positioning {
		padding: 64px 24px;
	}
	.ecovis-int-header {
		grid-template-columns: 1fr;
		gap: 32px;
	}
	.ecovis-int-stats {
		grid-template-columns: repeat(3, 1fr);
	}
	.positioning-inner {
		grid-template-columns: 1fr;
		gap: 40px;
	}
	.svc-grid {
		grid-template-columns: repeat(2, 1fr);
	}
	.why-header {
		grid-template-columns: 1fr;
		gap: 24px;
	}
	.why-grid {
		grid-template-columns: 1fr 1fr;
	}
	.cta-inner {
		flex-direction: column;
	}
	.why-sec, .cta-sec {
		padding: 64px 24px;
	}
}
@media(max-width:600px) {
	.svc-grid {
		grid-template-columns: 1fr;
	}
	.why-grid {
		grid-template-columns: 1fr;
	}
	.ecovis-int-stats {
		grid-template-columns: repeat(2, 1fr);
	}
}
/* GLOBAL PRESENCE */

.presence-sec {
	background: var(--ow);
	padding: 96px 48px;
}
.presence-inner {
	max-width: 1280px;
	margin: 0 auto;
}
.presence-header {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 72px;
	align-items: end;
	margin-bottom: 56px;
	padding-bottom: 48px;
	border-bottom: 1px solid var(--bo);
}
.regions-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 1px;
	background: var(--bo);
	margin-bottom: 1px;
}
.region-card {
	background: var(--w);
	padding: 36px 28px;
	transition: background .2s, transform .2s, box-shadow .2s;
}
.region-card:hover {
	background: var(--w);
	transform: translateY(-4px);
	box-shadow: 0 12px 40px rgba(198, 9, 59, 0.08);
}
.region-ico {
	font-size: 28px;
	margin-bottom: 16px;
}
.region-name {
	font-family: 'Sora', sans-serif;
	font-size: 18px;
	font-weight: 700;
	color: var(--td);
	margin-bottom: 6px;
}
.region-hub {
	font-size: 12px;
	font-weight: 600;
	color: var(--c);
	letter-spacing: 0.04em;
	margin-bottom: 14px;
}
.region-countries {
	font-size: 12.5px;
	color: var(--tu);
	line-height: 1.75;
	margin-bottom: 16px;
}
.region-tag {
	font-size: 11.5px;
	font-weight: 600;
	color: var(--c);
	padding: 6px 0;
	border-top: 1px solid var(--bo);
}
.presence-footer-strip {
	background: var(--w);
	border: 1px solid var(--bo);
	border-top: none;
	display: flex;
	align-items: center;
	justify-content: space-around;
	padding: 28px 36px;
	flex-wrap: wrap;
	gap: 20px;
}
.pfs-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 4px;
}
.pfs-n {
	font-family: 'Sora', sans-serif;
	font-size: 24px;
	font-weight: 800;
	color: var(--td);
}
.pfs-l {
	font-size: 11px;
	color: var(--tu);
	letter-spacing: 0.06em;
	text-transform: uppercase;
}
.pfs-div {
	width: 1px;
	height: 32px;
	background: var(--bo);
}
@media(max-width:960px) {
	.presence-header {
		grid-template-columns: 1fr;
		gap: 28px;
	}
	.regions-grid {
		grid-template-columns: 1fr 1fr;
	}
	.pfs-div {
		display: none;
	}
	.presence-sec {
		padding: 64px 24px;
	}
}
@media(max-width:560px) {
	.regions-grid {
		grid-template-columns: 1fr;
	}
	.presence-footer-strip {
		justify-content: flex-start;
		gap: 24px;
	}
}
/* PAGE HERO */

.pg-hero {
	background: var(--c);
	padding: 140px 48px 80px;
	position: relative;
	overflow: hidden;
}
.pg-hero-bg {
	position: absolute;
	right: -20px;
	bottom: -10px;
	font-family: 'Sora', sans-serif;
	font-size: clamp(100px, 16vw, 220px);
	font-weight: 800;
	color: rgba(255, 255, 255, 0.05);
	line-height: 1;
	pointer-events: none;
	user-select: none;
	letter-spacing: -0.04em;
}
.pg-hero-wrap {
	max-width: 1280px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}
.breadcrumb {
	font-size: 12px;
	color: rgba(255, 255, 255, 0.5);
	letter-spacing: 0.06em;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	gap: 8px;
}
.breadcrumb::before {
	content: '';
	width: 20px;
	height: 1px;
	background: rgba(255, 255, 255, 0.3);
	flex-shrink: 0;
}
.breadcrumb a {
	color: rgba(255, 255, 255, 0.5);
	transition: color .2s;
}
.breadcrumb a:hover {
	color: #fff;
}
.breadcrumb span {
	color: rgba(255, 255, 255, 0.50);
}
/* SECTIONS */

.sec {
	padding: 96px 48px;
}
.sec-w {
	background: var(--w);
}
.sec-ow {
	background: var(--ow);
}
.sec-navy {
	background: var(--navy);
}
.wrap {
	max-width: 1280px;
	margin: 0 auto;
}
/* LABELS */

.lbl {
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--c);
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 14px;
}
.lbl::before {
	content: '';
	width: 22px;
	height: 1.5px;
	background: var(--c);
}
.lbl-w {
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.45);
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 14px;
}
.lbl-w::before {
	content: '';
	width: 22px;
	height: 1.5px;
	background: rgba(255, 255, 255, 0.35);
}
/* HEADINGS */

.h1 {
	font-family: 'Sora', sans-serif;
	font-size: clamp(36px, 5vw, 68px);
	font-weight: 800;
	line-height: 1.05;
	letter-spacing: -0.03em;
	color: var(--td);
}
.h2 {
	font-family: 'Sora', sans-serif;
	font-size: clamp(26px, 3vw, 42px);
	font-weight: 800;
	line-height: 1.12;
	letter-spacing: -0.025em;
	color: var(--td);
}
.h3 {
	font-family: 'Sora', sans-serif;
	font-size: clamp(18px, 1.8vw, 24px);
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: -0.02em;
	color: var(--td);
}
.h1-w {
	font-family: 'Sora', sans-serif;
	font-size: clamp(36px, 5vw, 68px);
	font-weight: 800;
	line-height: 1.05;
	letter-spacing: -0.03em;
	color: #fff;
}
.h2-w {
	font-family: 'Sora', sans-serif;
	font-size: clamp(26px, 3vw, 42px);
	font-weight: 800;
	line-height: 1.12;
	letter-spacing: -0.025em;
	color: #fff;
}
.h3-w {
	font-family: 'Sora', sans-serif;
	font-size: clamp(18px, 1.8vw, 22px);
	font-weight: 700;
	line-height: 1.3;
	color: #fff;
}
/* TEXT */

.body {
	font-size: 15.5px;
	font-weight: 300;
	color: var(--tm);
	line-height: 1.8;
}
.body-sm {
	font-size: 14px;
	font-weight: 300;
	color: var(--tm);
	line-height: 1.75;
}
.body-w {
	font-size: 15.5px;
	font-weight: 300;
	color: rgba(255, 255, 255, 0.62);
	line-height: 1.8;
}
/* BUTTONS */

.btn {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 14px;
	font-weight: 600;
	padding: 13px 28px;
	border-radius: 2px;
	border: none;
	cursor: pointer;
	font-family: 'Inter', sans-serif;
	transition: all .2s;
	letter-spacing: 0.01em;
	text-decoration: none;
}
.btn-red {
	background: var(--c);
	color: #fff;
}
.btn-red:hover {
	background: var(--cd);
	transform: translateY(-1px);
}
.btn-white {
	background: #fff;
	color: var(--c);
}
.btn-white:hover {
	opacity: .9;
	transform: translateY(-1px);
}
.btn-ghost {
	background: transparent;
	color: var(--td);
	border: 1.5px solid var(--bo2);
}
.btn-ghost:hover {
	border-color: var(--c);
	color: var(--c);
}
.btn-ghost-w {
	background: transparent;
	color: #fff;
	border: 1.5px solid rgba(255, 255, 255, 0.3);
}
.btn-ghost-w:hover {
	border-color: rgba(255, 255, 255, 0.7);
}
/* SHARED CARDS */

.why-grid-3 {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1px;
	background: var(--bo);
}
.why-c {
	background: var(--w);
	padding: 32px 26px;
	transition: background .2s;
}
.why-c:hover {
	background: var(--ow);
}
.why-c-n {
	font-size: 11px;
	font-weight: 700;
	color: var(--c);
	letter-spacing: 0.1em;
	margin-bottom: 12px;
}
.why-c-t {
	font-family: 'Sora', sans-serif;
	font-size: 16px;
	font-weight: 700;
	color: var(--td);
	margin-bottom: 8px;
}
.why-c-d {
	font-size: 13.5px;
	color: var(--tm);
	line-height: 1.7;
}
.why-grid-3-navy {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 40px;
}
.why-cn {
	padding-top: 28px;
	border-top: 1px solid rgba(255, 255, 255, 0.13);
}
.why-cn-n {
	font-size: 11px;
	font-weight: 700;
	color: rgba(255, 255, 255, 0.45);
	letter-spacing: 0.1em;
	margin-bottom: 12px;
}
.why-cn-t {
	font-family: 'Sora', sans-serif;
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 8px;
}
.why-cn-d {
	font-size: 13.5px;
	color: rgba(255, 255, 255, 0.48);
	line-height: 1.7;
}
/* 2-col intro */

.intro-grid {
	display: grid;
	grid-template-columns: 1.15fr 1fr;
	gap: 80px;
	align-items: start;
}
/* Service sub list */

.sub-list {
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 9px;
	margin-top: 16px;
}
.sub-list li {
	display: flex;
	align-items: flex-start;
	gap: 11px;
	font-size: 14px;
	color: var(--tm);
	line-height: 1.6;
}
.sub-list li::before {
	content: '→';
	color: var(--c);
	font-weight: 700;
	flex-shrink: 0;
	margin-top: 1px;
}
/* Detail panel */

.dp {
	background: var(--ow);
	border: 1px solid var(--bo);
	padding: 28px;
}
.dp-title {
	font-size: 10.5px;
	font-weight: 700;
	color: var(--c);
	letter-spacing: 0.12em;
	text-transform: uppercase;
	margin-bottom: 14px;
}
.dp-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}
.tag {
	font-size: 12px;
	font-weight: 600;
	color: var(--navy);
	background: var(--w);
	border: 1px solid var(--bo);
	padding: 5px 12px;
	border-radius: 100px;
}
.tag-red {
	font-size: 12px;
	font-weight: 600;
	color: #fff;
	background: var(--c);
	padding: 5px 12px;
	border-radius: 100px;
}
/* Service 2x2 grid */

.svc-2x2 {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 24px;
	margin-top: 48px;
}
.svc-box {
	background: var(--w);
	border: 1px solid var(--bo);
	padding: 32px;
	transition: border-color .2s, transform .2s;
}
.svc-box:hover {
	border-color: var(--c);
	transform: translateY(-3px);
}
.svc-box-ico {
	font-size: 24px;
	margin-bottom: 14px;
}
/* Steps */

.steps {
	display: flex;
	flex-direction: column;
	gap: 0;
	margin-top: 48px;
	max-width: 820px;
}
.step {
	display: flex;
	gap: 28px;
	padding: 28px 0;
	border-bottom: 1px solid var(--bo);
}
.step:last-child {
	border-bottom: none;
}
.step-n {
	font-family: 'Sora', sans-serif;
	font-size: 32px;
	font-weight: 800;
	color: var(--c);
	opacity: .2;
	line-height: 1;
	flex-shrink: 0;
	width: 48px;
}
.step-t {
	font-family: 'Sora', sans-serif;
	font-size: 17px;
	font-weight: 700;
	color: var(--td);
	margin-bottom: 7px;
}
.step-d {
	font-size: 14px;
	color: var(--tm);
	line-height: 1.72;
}
/* FAQ */

.faq-wrap {
	display: flex;
	flex-direction: column;
	gap: 4px;
	margin-top: 48px;
	max-width: 860px;
}
.fq {
	border: 1px solid var(--bo);
	background: var(--w);
	cursor: pointer;
	transition: border-color .2s;
}
.fq.open {
	border-color: var(--c);
}
.fq-q {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 24px;
	gap: 16px;
	font-size: 15px;
	font-weight: 600;
	color: var(--td);
	line-height: 1.4;
}
.fq-arr {
	color: var(--c);
	font-size: 16px;
	transition: transform .25s;
	flex-shrink: 0;
}
.fq.open .fq-arr {
	transform: rotate(180deg);
}
.fq-a {
	display: none;
	padding: 0 24px 20px;
	font-size: 14px;
	color: var(--tm);
	line-height: 1.75;
	border-top: 1px solid var(--bo);
	padding-top: 16px;
}
.fq.open .fq-a {
	display: block;
}
/* Related */

.related-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 16px;
	margin-top: 44px;
}
.rel {
	background: var(--ow);
	border: 1px solid var(--bo);
	padding: 24px 20px;
	text-decoration: none;
	display: block;
	transition: border-color .2s, transform .2s;
}
.rel:hover {
	border-color: var(--c);
	transform: translateY(-3px);
}
.rel-ico {
	font-size: 22px;
	margin-bottom: 10px;
}
.rel-t {
	font-family: 'Sora', sans-serif;
	font-size: 14px;
	font-weight: 700;
	color: var(--td);
	margin-bottom: 4px;
}
.rel-arr {
	font-size: 12px;
	font-weight: 600;
	color: var(--c);
	margin-top: 8px;
	display: block;
}
/* CTA BAND */

.cta-band {
	background: var(--c);
	padding: 80px 48px;
	position: relative;
	overflow: hidden;
}
.cta-band-bg {
	position: absolute;
	right: -10px;
	top: 50%;
	transform: translateY(-50%);
	font-family: 'Sora', sans-serif;
	font-size: clamp(100px, 16vw, 200px);
	font-weight: 800;
	color: rgba(255, 255, 255, 0.05);
	line-height: 1;
	pointer-events: none;
	user-select: none;
}
.cta-band-in {
	max-width: 1280px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 48px;
	flex-wrap: wrap;
}
.cta-ck {
	font-size: 13px;
	color: rgba(255, 255, 255, 0.6);
	display: flex;
	align-items: center;
	gap: 10px;
}
.cta-ck::before {
	content: '';
	width: 14px;
	height: 1px;
	background: rgba(255, 255, 255, 0.35);
	flex-shrink: 0;
}
/* TESTI CARD */

/* RESPONSIVE */

@media(max-width:960px) {
	.sec {
		padding: 64px 24px;
	}
	.pg-hero {
		padding: 120px 24px 60px;
	}
	.intro-grid {
		grid-template-columns: 1fr;
		gap: 40px;
	}
	.why-grid-3 {
		grid-template-columns: 1fr 1fr;
	}
	.why-grid-3-navy {
		grid-template-columns: 1fr 1fr;
		gap: 28px;
	}
	.related-grid {
		grid-template-columns: 1fr 1fr;
	}
	.svc-2x2 {
		grid-template-columns: 1fr;
	}
	.cta-band {
		padding: 64px 24px;
	}
	.cta-band-in {
		flex-direction: column;
		align-items: flex-start;
	}
}
@media(max-width:580px) {
	.sec {
		padding: 48px 20px;
	}
	.why-grid-3, .why-grid-3-navy {
		grid-template-columns: 1fr;
	}
	.related-grid {
		grid-template-columns: 1fr 1fr;
	}
}
/* ── NAV ── */

.nav {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
	background: var(--navy);
	height: 64px;
	display: flex;
	align-items: center;
}
.nav-inner {
	max-width: 1280px;
	margin: 0 auto;
	width: 100%;
	padding: 0 40px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.nav-logo-text {
	font-family: 'Sora', sans-serif;
	font-size: 18px;
	font-weight: 800;
	color: #fff;
	letter-spacing: -0.02em;
}
.nav-logo-text span {
	opacity: 0.45;
	font-weight: 400;
	font-size: 13px;
	margin-left: 6px;
	letter-spacing: 0.1em;
}
.nav-links {
	display: flex;
	align-items: center;
	gap: 4px;
}
.nav-link {
	font-size: 13.5px;
	font-weight: 500;
	color: rgba(255, 255, 255, 0.75);
	padding: 8px 14px;
	text-decoration: none;
	letter-spacing: 0.01em;
	transition: color .15s;
}
.nav-link:hover {
	color: #fff;
}
.nav-talk {
	background: #fff;
	color: var(--c);
	font-size: 13px;
	font-weight: 700;
	padding: 9px 22px;
	font-family: 'Sora', sans-serif;
	text-decoration: none;
	letter-spacing: 0.01em;
	transition: opacity .15s;
}
.nav-talk:hover {
	opacity: 0.9;
}
/* ── DROPDOWN TRIGGER ── */

.nav-drop {
	position: relative;
	display: inline-flex;
	align-items: center;
	gap: 4px;
	cursor: default;
}
.nav-drop>.nav-link {
	cursor: default;
}
.drop-icon {
	display: flex;
	align-items: center;
	padding-top: 1px;
}
.drop-icon svg {
	width: 10px;
	height: 10px;
	transition: transform .3s cubic-bezier(.4, 0, .2, 1);
}
.drop-icon path {
	stroke: rgba(255, 255, 255, 0.55);
	transition: stroke .15s;
}
.nav-drop:hover .drop-icon svg {
	transform: rotate(180deg);
}
.nav-drop:hover .drop-icon path {
	stroke: rgba(255, 255, 255, 0.9);
}
.nav-drop:hover .nav-link {
	color: #fff;
}
/* ── MEGA MENU ── */

.mega {
	position: absolute;
	top: calc(100% + 14px);
	left: 50%;
	transform: translateX(-50%) translateY(10px);
	width: 880px;
	background: var(--w);
	opacity: 0;
	visibility: hidden;
	transition: opacity .25s cubic-bezier(.4, 0, .2, 1), transform .25s cubic-bezier(.4, 0, .2, 1), visibility .25s;
	z-index: 200;
	display: grid;
	grid-template-columns: 224px 1fr;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.06), 0 8px 16px rgba(0, 0, 0, 0.05), 0 24px 64px rgba(0, 0, 0, 0.1);
}
.nav-drop:hover .mega {
	opacity: 1;
	visibility: visible;
	transform: translateX(-50%) translateY(0);
}
/* Left panel */

.mega-l {
	background: var(--navy);
	padding: 40px 32px;
	display: flex;
	flex-direction: column;
	position: relative;
	overflow: hidden;
}
.mega-l-mosaic {
	position: absolute;
	inset: 0;
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	grid-template-rows: repeat(8, 1fr);
	gap: 2px;
	pointer-events: none;
}
.mega-l-content {
	position: relative;
	z-index: 1;
	flex: 1;
	display: flex;
	flex-direction: column;
}
.mega-l-label {
	font-size: 10px;
	font-weight: 700;
	color: rgba(255, 255, 255, 0.45);
	letter-spacing: 0.14em;
	text-transform: uppercase;
	margin-bottom: 16px;
	display: flex;
	align-items: center;
	gap: 8px;
}
.mega-l-label::before {
	content: '';
	width: 16px;
	height: 1px;
	background: rgba(255, 255, 255, 0.35);
}
.mega-l-h {
	font-family: 'Sora', sans-serif;
	font-size: 19px;
	font-weight: 800;
	color: #fff;
	line-height: 1.2;
	margin-bottom: 10px;
	letter-spacing: -0.02em;
}
.mega-l-p {
	font-size: 12px;
	color: rgba(255, 255, 255, 0.5);
	line-height: 1.65;
	margin-bottom: 28px;
	font-weight: 300;
}
.mega-l-btn {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.18);
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	padding: 9px 18px;
	text-decoration: none;
	letter-spacing: 0.02em;
	transition: all .2s;
}
.mega-l-btn:hover {
	background: rgba(255, 255, 255, 0.18);
}
.mega-l-stat {
	margin-top: auto;
	padding-top: 24px;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.mega-l-stat-n {
	font-family: 'Sora', sans-serif;
	font-size: 24px;
	font-weight: 800;
	color: #fff;
	line-height: 1;
	margin-bottom: 4px;
}
.mega-l-stat-d {
	font-size: 10.5px;
	color: rgba(255, 255, 255, 0.4);
	letter-spacing: 0.06em;
	text-transform: uppercase;
}
/* Right panel */

.mega-r {
	padding: 32px 32px 28px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 0 28px;
}
.mega-col-head {
	font-size: 9.5px;
	font-weight: 700;
	color: var(--tu);
	letter-spacing: 0.14em;
	text-transform: uppercase;
	margin-bottom: 14px;
	padding-bottom: 10px;
	border-bottom: 1px solid var(--bo);
}
.mega-svc {
	display: block;
	padding: 11px 0;
	border-bottom: 1px solid #F4F4F4;
	text-decoration: none;
	position: relative;
}
.mega-svc:last-of-type {
	border-bottom: none;
}
.mega-svc-name {
	font-size: 13px;
	font-weight: 600;
	color: var(--td);
	line-height: 1.2;
	margin-bottom: 3px;
	transition: color .15s;
}
.mega-svc-desc {
	font-size: 11px;
	color: var(--tu);
	line-height: 1.4;
	transition: color .15s;
}
.mega-svc::before {
	content: '';
	position: absolute;
	left: -6px;
	top: 50%;
	transform: translateY(-50%);
	width: 2px;
	height: 0;
	background: var(--c);
	transition: height .2s;
}
.mega-svc:hover::before {
	height: 70%;
}
.mega-svc:hover .mega-svc-name {
	color: var(--c);
}
.mega-svc:hover .mega-svc-desc {
	color: #666;
}
/* Footer bar */

.mega-foot {
	grid-column: 1/-1;
	margin-top: 18px;
	padding-top: 14px;
	border-top: 1px solid var(--bo);
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.mega-foot-link {
	font-size: 12px;
	font-weight: 600;
	color: var(--c);
	text-decoration: none;
	display: flex;
	align-items: center;
	gap: 5px;
	letter-spacing: 0.01em;
}
.mega-foot-link svg {
	width: 12px;
	height: 12px;
	transition: transform .15s;
}
.mega-foot-link:hover svg {
	transform: translateX(3px);
}
.mega-foot-note {
	font-size: 11px;
	color: var(--tu);
}
/* ── Scroll Animations ── */

.fade-up {
	opacity: 0;
	transform: translateY(28px);
	transition: opacity .65s cubic-bezier(.4, 0, .2, 1), transform .65s cubic-bezier(.4, 0, .2, 1);
}
.fade-up.visible {
	opacity: 1;
	transform: translateY(0);
}
.fade-in {
	opacity: 0;
	transition: opacity .7s ease;
}
.fade-in.visible {
	opacity: 1;
}
.stagger-1 {
	transition-delay: .08s;
}
.stagger-2 {
	transition-delay: .16s;
}
.stagger-3 {
	transition-delay: .24s;
}
.stagger-4 {
	transition-delay: .32s;
}
.stagger-5 {
	transition-delay: .40s;
}
/* ── Page Fade Transition ── */

.page-transition {
	position: fixed;
	inset: 0;
	background: var(--navy);
	z-index: 9999;
	pointer-events: none;
	opacity: 0;
	transition: opacity .22s ease;
}
.page-transition.active {
	opacity: 1;
}
/* ── Floating WhatsApp ── */

.wa-float {
	position: fixed;
	bottom: 28px;
	right: 28px;
	z-index: 500;
	display: flex;
	align-items: center;
	gap: 10px;
	background: #25D366;
	color: #fff;
	font-size: 13px;
	font-weight: 600;
	padding: 12px 20px 12px 16px;
	border-radius: 100px;
	text-decoration: none;
	box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4);
	transition: transform .2s, box-shadow .2s;
	white-space: nowrap;
}
.wa-float:hover {
	transform: translateY(-3px);
	box-shadow: 0 8px 28px rgba(37, 211, 102, 0.5);
}
.wa-float svg {
	width: 20px;
	height: 20px;
	flex-shrink: 0;
}
.wa-float-label {
	display: inline;
}
@media(max-width:600px) {
	.wa-float-label {
		display: none;
	}
	.wa-float {
		padding: 13px;
		border-radius: 50%;
		bottom: 80px;
	}
}
/* ── Sticky Mobile CTA ── */

.mobile-cta-bar {
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 490;
	background: #fff;
	border-top: 1px solid var(--bo);
	padding: 10px 16px;
	gap: 8px;
}
@media(max-width:768px) {
	.mobile-cta-bar {
		display: flex;
	}
}
.mobile-cta-bar a {
	flex: 1;
	text-align: center;
	font-size: 13px;
	font-weight: 700;
	padding: 11px 8px;
	text-decoration: none;
}
.mob-cta-primary {
	background: var(--c);
	color: #fff;
}
.mob-cta-wa {
	background: #25D366;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	max-width: 52px;
	flex: 0 0 52px;
	border-radius: 4px;
}
/* ── Cookie Banner ── */

.cookie-bar {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 600;
	background: #111;
	color: rgba(255, 255, 255, 0.82);
	font-size: 13px;
	padding: 16px 28px;
	display: flex;
	align-items: center;
	gap: 20px;
	flex-wrap: wrap;
	transform: translateY(0);
	transition: transform .3s;
}
.cookie-bar.hidden {
	transform: translateY(110%);
}
.cookie-bar p {
	margin: 0;
	flex: 1;
	min-width: 200px;
	line-height: 1.6;
}
.cookie-bar a {
	color: rgba(255, 255, 255, 0.6);
	text-decoration: underline;
}
.cookie-bar-btns {
	display: flex;
	gap: 10px;
	flex-shrink: 0;
}
.cookie-accept {
	background: var(--c);
	color: #fff;
	border: none;
	font-size: 13px;
	font-weight: 600;
	padding: 9px 22px;
	cursor: pointer;
	font-family: inherit;
}
.cookie-decline {
	background: transparent;
	color: rgba(255, 255, 255, 0.5);
	border: 1px solid rgba(255, 255, 255, 0.2);
	font-size: 13px;
	padding: 9px 18px;
	cursor: pointer;
	font-family: inherit;
}

/* Mobile Responsive Fix */
@media (max-width: 768px) {

  .sec-navy .wrap {
    grid-template-columns: 1fr !important;
    gap: 40px !important;
  }

  /* Stats grid */
  .sec-navy .wrap > div:last-child {
    grid-template-columns: repeat(2, 1fr) !important;
  }

  /* Reduce padding inside stat boxes */
  .sec-navy .wrap > div:last-child div {
    padding: 20px 10px !important;
  }

  /* Text adjustments */
  .h2-w {
    font-size: 24px !important;
    line-height: 1.3 !important;
  }

  .body-w {
    font-size: 14px !important;
  }

  /* Location line */
  .sec-navy .wrap div[style*="font-size:12px"] {
    font-size: 11px !important;
    line-height: 1.6;
  }

}
@media (max-width: 480px) {
  .sec-navy .wrap > div:last-child {
    grid-template-columns: 1fr !important;
  }
}
.sec-navy .wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: center;
}

/* MOBILE FIX */
@media (max-width: 768px) {

  /* All team grids → 1 column */
  #team .wrap > div[style*="grid-template-columns"] {
    grid-template-columns: 1fr !important;
  }

  /* Reduce gaps */
  #team .wrap > div[style*="grid-template-columns"] {
    gap: 12px !important;
  }

  /* Card layout → stack properly */
  #team .fade-up {
    flex-direction: column !important;
    align-items: center !important;
    text-align: center;
  }

  /* Image size adjust */
  #team .fade-up img {
    width: 72px !important;
    height: 72px !important;
  }

  /* Remove fixed avatar wrapper size */
  #team .fade-up div[style*="width:64px"] {
    width: 72px !important;
    height: 72px !important;
  }

  /* Padding reduce */
  #team .fade-up {
    padding: 18px !important;
  }

  /* Heading */
  #team .h2 {
    font-size: 24px !important;
    line-height: 1.3;
  }

  /* Paragraph */
  #team .body {
    font-size: 14px !important;
  }

  /* Section labels spacing */
  #team .wrap > div[style*="text-transform:uppercase"] {
    font-size: 9px !important;
    margin: 30px 0 10px !important;
  }

  /* Bottom bar */
  #team .wrap > div[style*="margin-top:20px"] {
    flex-direction: column !important;
    gap: 10px;
    align-items: flex-start !important;
  }

}



/*Acccount*/




:root {
	--c: #C6093B;
	--cd: #A4072F;
	--clight: rgba(198, 9, 59, 0.07);
	--navy: #A4072F;
	--navy2: #7A0522;
	--c3: #8C1049;
	--c4: #72104E;
	--c5: #58104F;
	--w: #FFFFFF;
	--ow: #F8F8F8;
	--lg: #F1F1F1;
	--bo: #E5E5E5;
	--bo2: #D0D0D0;
	--td: #111111;
	--tm: #444444;
	--tu: #888888;
}
*, *::before, *::after {
	box-sizing: border-box;
	margin: 0;
	padding: 0
}
html {
	scroll-behavior: smooth;
	-webkit-font-smoothing: antialiased
}
body {
	font-family: 'Inter', sans-serif;
	background: var(--w);
	color: var(--td);
	overflow-x: hidden;
	line-height: 1.6
}
a {
	text-decoration: none;
	color: inherit
}
.nav {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 400;
	background: var(--c);
	height: 70px;
	display: flex;
	align-items: center;
	transition: box-shadow .3s;
}
.nav.scrolled {
	box-shadow: 0 2px 24px rgba(198, 9, 59, 0.35);
}
.nav-inner {
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 48px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.nav-logo {
	display: flex;
	flex-direction: column;
	gap: 1px;
	text-decoration: none;
}
.nav-svg {
	height: 34px;
	width: auto;
	display: block;
}
.nav-svg path, .nav-svg rect {
	fill: #fff!important;
}
.nav-jrb {
	font-size: 11px;
	font-weight: 300;
	color: rgba(255, 255, 255, 0.6);
	letter-spacing: 0.35em;
	padding-left: 43px;
	line-height: 1;
}
.nav-menu {
	display: flex;
	align-items: center;
	gap: 28px;
}
.nav-link {
	font-size: 13px;
	color: rgba(255, 255, 255, 0.75);
	letter-spacing: 0.01em;
	transition: color .15s;
	position: relative;
}
.nav-link:hover, .nav-link.on {
	color: #fff;
}
.nav-link.on::after {
	content: '';
	position: absolute;
	bottom: -4px;
	left: 0;
	right: 0;
	height: 2px;
	background: rgba(255, 255, 255, 0.5);
	border-radius: 1px;
}
.nav-talk {
	background: #fff;
	color: var(--c);
	font-size: 13px;
	font-weight: 700;
	padding: 8px 22px;
	border-radius: 2px;
	letter-spacing: 0.01em;
	transition: opacity .15s, transform .15s;
	margin-left: 8px;
}
.nav-talk:hover {
	opacity: .9;
	transform: translateY(-1px);
}
.nav-ham {
	display: none;
	background: none;
	border: none;
	cursor: pointer;
	flex-direction: column;
	gap: 5px;
	padding: 6px;
}
.nav-ham span {
	display: block;
	width: 20px;
	height: 1.5px;
	background: #fff;
	border-radius: 1px;
}
.trust-bar {
	background: var(--navy);
	padding: 14px 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 40px;
	flex-wrap: wrap;
	border-top: 2px solid rgba(255, 255, 255, 0.15);
}
.tb-i {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 12px;
	color: rgba(255, 255, 255, 0.75);
	font-weight: 500;
	letter-spacing: 0.02em;
}
.tb-i::before {
	content: '';
	width: 4px;
	height: 4px;
	background: var(--c);
	border-radius: 50%;
	flex-shrink: 0;
}
.sec {
	padding: 96px 48px;
}
.wrap {
	max-width: 1280px;
	margin: 0 auto;
}
.label {
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--c);
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 18px;
}
.label::before {
	content: '';
	width: 28px;
	height: 1.5px;
	background: var(--c);
}
.label-w {
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.9);
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 18px;
}
.label-w::before {
	content: '';
	width: 28px;
	height: 1.5px;
	background: rgba(255, 255, 255, 0.6);
}
.h1 {
	font-family: 'Sora', sans-serif;
	font-size: clamp(40px, 5.5vw, 72px);
	font-weight: 800;
	line-height: 1.05;
	letter-spacing: -0.03em;
	color: var(--td);
}
.h2 {
	font-family: 'Sora', sans-serif;
	font-size: clamp(28px, 3.2vw, 44px);
	font-weight: 800;
	line-height: 1.12;
	letter-spacing: -0.025em;
	color: var(--td);
}
.h3 {
	font-family: 'Sora', sans-serif;
	font-size: clamp(18px, 2vw, 24px);
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: -0.02em;
	color: var(--td);
}
.h1-w {
	font-family: 'Sora', sans-serif;
	font-size: clamp(40px, 5.5vw, 72px);
	font-weight: 800;
	line-height: 1.05;
	letter-spacing: -0.03em;
	color: #fff;
}
.h2-w {
	font-family: 'Sora', sans-serif;
	font-size: clamp(28px, 3.2vw, 44px);
	font-weight: 800;
	line-height: 1.12;
	letter-spacing: -0.025em;
	color: #fff;
}
.h3-w {
	font-family: 'Sora', sans-serif;
	font-size: clamp(18px, 2vw, 22px);
	font-weight: 700;
	line-height: 1.3;
	color: #fff;
}
.em {
	color: var(--c);
}
.body {
	font-size: 16px;
	font-weight: 300;
	color: var(--tm);
	line-height: 1.8;
}
.body-sm {
	font-size: 14px;
	font-weight: 300;
	color: var(--tm);
	line-height: 1.75;
}
.body-w {
	font-size: 16px;
	font-weight: 300;
	color: rgba(255, 255, 255, 0.62);
	line-height: 1.8;
}
.btn {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 14px;
	font-weight: 600;
	padding: 13px 28px;
	border-radius: 2px;
	border: none;
	cursor: pointer;
	font-family: 'Inter', sans-serif;
	transition: all .2s;
	letter-spacing: 0.01em;
}
.btn-red {
	background: var(--c);
	color: #fff;
}
.btn-red:hover {
	background: var(--cd);
	transform: translateY(-1px);
}
.btn-white {
	background: #fff;
	color: var(--c);
}
.btn-white:hover {
	opacity: .9;
	transform: translateY(-1px);
}
.btn-ghost {
	background: transparent;
	color: var(--td);
	border: 1.5px solid var(--bo2);
}
.btn-ghost:hover {
	border-color: var(--c);
	color: var(--c);
}
.btn-ghost-w {
	background: transparent;
	color: #fff;
	border: 1.5px solid rgba(255, 255, 255, 0.3);
}
.btn-ghost-w:hover {
	border-color: rgba(255, 255, 255, 0.7);
}
.page-hero {
	background: var(--c);
	padding: 140px 48px 80px;
	position: relative;
	overflow: hidden;
}
.page-hero-bg {
	position: absolute;
	right: -20px;
	bottom: -20px;
	font-family: 'Sora', sans-serif;
	font-size: clamp(100px, 16vw, 200px);
	font-weight: 800;
	color: rgba(255, 255, 255, 0.05);
	line-height: 1;
	pointer-events: none;
	user-select: none;
	letter-spacing: -0.04em;
}
.page-hero-inner {
	max-width: 1280px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}
.page-hero-breadcrumb {
	font-size: 12px;
	color: rgba(255, 255, 255, 0.5);
	letter-spacing: 0.06em;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	gap: 8px;
}
.page-hero-breadcrumb a {
	color: rgba(255, 255, 255, 0.5);
	transition: color .2s;
}
.page-hero-breadcrumb a:hover {
	color: #fff;
}
.page-hero-breadcrumb::before {
	content: '';
	width: 20px;
	height: 1px;
	background: rgba(255, 255, 255, 0.3);
}
.footer {
	background: var(--navy2);
	padding: 64px 48px 32px;
	border-top: 3px solid rgba(255, 255, 255, 0.18);
}
.footer-wrap {
	max-width: 1280px;
	margin: 0 auto;
}
.footer-top {
	display: grid;
	grid-template-columns: 2.2fr 1fr 1fr 1fr;
	gap: 56px;
	padding-bottom: 48px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.f-svg {
	height: 22px;
	width: auto;
	margin-bottom: 3px;
}
.f-svg path, .f-svg rect {
	fill: #fff!important;
}
.f-jrb {
	font-size: 10px;
	font-weight: 300;
	color: rgba(255, 255, 255, 0.60);
	letter-spacing: 0.35em;
	padding-left: 26px;
	display: block;
	margin-bottom: 18px;
}
.f-tagline {
	font-size: 13px;
	color: rgba(255, 255, 255, 0.62);
	line-height: 1.75;
	max-width: 240px;
}
.f-contact {
	margin-top: 20px;
	font-size: 13px;
	line-height: 1.9;
	color: rgba(255, 255, 255, 0.62);
}
.f-contact a {
	color: rgba(255, 255, 255, 0.85);
}
.f-col-head {
	font-size: 10.5px;
	font-weight: 700;
	color: rgba(255, 255, 255, 0.65);
	letter-spacing: 0.12em;
	text-transform: uppercase;
	margin-bottom: 18px;
}
.f-links {
	display: flex;
	flex-direction: column;
	gap: 11px;
}
.f-link {
	font-size: 13px;
	color: rgba(255, 255, 255, 0.72);
	transition: color .15s;
}
.f-link:hover {
	color: #fff;
}
.footer-bot {
	padding-top: 24px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 12px;
}
.f-copy {
	font-size: 11.5px;
	color: rgba(255, 255, 255, 0.50);
}
.f-socials {
	display: flex;
	gap: 8px;
}
.f-soc {
	width: 30px;
	height: 30px;
	background: rgba(0, 0, 0, 0.12);
	border-radius: 3px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 11.5px;
	font-weight: 700;
	color: rgba(255, 255, 255, 0.4);
	transition: background .15s, color .15s;
}
.f-soc:hover {
	background: var(--c);
	color: #fff;
}
.wa-pill {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background: #25D366;
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	padding: 7px 16px;
	border-radius: 2px;
}
.wa-pill:hover {
	opacity: .88;
}
.cta-band {
	background: var(--c);
	padding: 72px 48px;
	position: relative;
	overflow: hidden;
}
.cta-band-bg {
	position: absolute;
	right: -10px;
	top: 50%;
	transform: translateY(-50%);
	font-family: 'Sora', sans-serif;
	font-size: clamp(100px, 16vw, 200px);
	font-weight: 800;
	color: rgba(255, 255, 255, 0.05);
	line-height: 1;
	pointer-events: none;
	user-select: none;
}
.cta-band-inner {
	max-width: 1280px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 48px;
	flex-wrap: wrap;
}
.cta-band-ck {
	font-size: 13px;
	color: rgba(255, 255, 255, 0.55);
	display: flex;
	align-items: center;
	gap: 10px;
}
.cta-band-ck::before {
	content: '';
	width: 14px;
	height: 1px;
	background: rgba(255, 255, 255, 0.3);
	flex-shrink: 0;
}
@media(max-width:960px) {
	.nav-menu {
		display: none;
	}
	.nav-ham {
		display: flex;
	}
	.nav-menu.open {
		display: flex;
		flex-direction: column;
		position: absolute;
		top: 70px;
		left: 0;
		right: 0;
		background: var(--c);
		padding: 24px 48px;
		gap: 18px;
		border-top: 1px solid rgba(255, 255, 255, 0.12);
	}
	.sec {
		padding: 64px 24px;
	}
	.trust-bar, .page-hero, .cta-band, .footer {
		padding-left: 24px;
		padding-right: 24px;
	}
	.footer-top {
		grid-template-columns: 1fr 1fr;
		gap: 32px;
	}
	.footer-top>:first-child {
		grid-column: 1/-1;
	}
	.cta-band-inner {
		flex-direction: column;
		align-items: flex-start;
	}
}
@media(max-width:580px) {
	.sec {
		padding: 48px 20px;
	}
	.footer-top {
		grid-template-columns: 1fr;
	}
	.page-hero {
		padding: 120px 20px 60px;
	}
}
.hero {
	background: var(--c);
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: 0 48px 80px;
	position: relative;
	overflow: hidden;
}
.hero-bg-num {
	position: absolute;
	right: -40px;
	top: 50%;
	transform: translateY(-50%);
	font-family: 'Sora', sans-serif;
	font-size: clamp(200px, 28vw, 380px);
	font-weight: 800;
	color: rgba(255, 255, 255, 0.04);
	line-height: 1;
	pointer-events: none;
	letter-spacing: -0.05em;
	user-select: none;
}
.hero-inner {
	max-width: 1280px;
	margin: 0 auto;
	width: 100%;
	position: relative;
	z-index: 1;
}
.hero-top {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding-top: 120px;
	margin-bottom: 80px;
}
.hero-tag {
	font-size: 15px;
	font-weight: 700;
	color: rgba(255, 255, 255, 0.9);
	letter-spacing: 0.1em;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	gap: 12px;
}
.hero-tag::before {
	content: '';
	width: 32px;
	height: 2px;
	background: rgba(255, 255, 255, 0.65);
}
.hero-h {
	font-family: 'Sora', sans-serif;
	font-size: clamp(46px, 6.5vw, 88px);
	font-weight: 800;
	color: #fff;
	line-height: 1.02;
	letter-spacing: -0.035em;
	max-width: 980px;
	margin-bottom: 40px;
}
.hero-h span {
	color: rgba(255, 255, 255, 0.3);
}
.hero-bottom {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 40px;
	padding-top: 48px;
	border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.hero-desc {
	font-size: 16px;
	color: rgba(255, 255, 255, 0.65);
	line-height: 1.75;
	max-width: 480px;
	font-weight: 300;
}
.hero-btns {
	display: flex;
	gap: 12px;
	flex-shrink: 0;
}
/* ECOVIS INT */

.ecovis-int {
	background: var(--navy);
	padding: 80px 48px;
}
.ecovis-int-inner {
	max-width: 1280px;
	margin: 0 auto;
}
.ecovis-int-header {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 72px;
	align-items: end;
	margin-bottom: 56px;
	padding-bottom: 48px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}
.ecovis-int-stats {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 1px;
	background: rgba(0, 0, 0, 0.12);
}
.int-stat {
	background: rgba(0, 0, 0, 0.1);
	padding: 36px 24px;
	text-align: center;
	transition: background .2s;
}
.int-stat:hover {
	background: rgba(0, 0, 0, 0.12);
}
.int-stat-n {
	font-family: 'Sora', sans-serif;
	font-size: clamp(28px, 3vw, 40px);
	font-weight: 800;
	color: #fff;
	line-height: 1;
	margin-bottom: 8px;
}
.int-stat-n sup {
	font-size: 0.45em;
}
.int-stat-l {
	font-size: 11px;
	color: rgba(255, 255, 255, 0.65);
	letter-spacing: 0.06em;
	text-transform: uppercase;
	line-height: 1.4;
}
/* POSITIONING */

.positioning {
	background: var(--w);
	padding: 80px 48px;
}
.positioning-inner {
	max-width: 1280px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 96px;
	align-items: center;
}
.pos-big {
	font-family: 'Sora', sans-serif;
	font-size: clamp(18px, 2vw, 24px);
	font-weight: 300;
	color: var(--tm);
	line-height: 1.7;
	max-width: 520px;
}
.pos-big strong {
	font-weight: 700;
	color: var(--td);
}
.pos-facts {
	display: flex;
	flex-direction: column;
	gap: 0;
	border-top: 1px solid var(--bo);
}
.pos-fact {
	display: flex;
	align-items: flex-start;
	gap: 24px;
	padding: 24px 0;
	border-bottom: 1px solid var(--bo);
}
.pos-fact-num {
	font-family: 'Sora', sans-serif;
	font-size: 13px;
	font-weight: 700;
	color: var(--c);
	width: 28px;
	flex-shrink: 0;
	margin-top: 2px;
}
.pos-fact-t {
	font-size: 15px;
	font-weight: 600;
	color: var(--td);
	margin-bottom: 4px;
}
.pos-fact-d {
	font-size: 13.5px;
	color: var(--tm);
	line-height: 1.6;
}
/* SERVICES */

.svc-sec {
	background: var(--ow);
}
.svc-header {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	margin-bottom: 56px;
}
.svc-grid {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 1px;
	background: var(--bo);
}
.svc-card {
	background: var(--w);
	padding: 40px 28px;
	display: flex;
	flex-direction: column;
	text-decoration: none;
	transition: background .25s, transform .2s;
	position: relative;
	overflow: hidden;
}
.svc-card::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 3px;
	background: transparent;
	transition: background .2s;
}
.svc-card:hover::before {
	background: var(--c);
}
.svc-card:hover {
	background: #7A0522;
	transform: translateY(-6px);
}
.svc-card:hover .svc-n, .svc-card:hover .svc-t, .svc-card:hover .svc-tagline, .svc-card:hover .svc-p, .svc-card:hover .svc-arr {
	color: #fff!important;
	opacity: 1;
}
.svc-card:hover .svc-tagline {
	color: rgba(255, 255, 255, 0.6)!important;
}
.svc-n {
	font-size: 11px;
	font-weight: 600;
	color: var(--tu);
	letter-spacing: 0.1em;
	margin-bottom: 24px;
	transition: color .2s;
}
.svc-ico {
	font-size: 26px;
	margin-bottom: 18px;
}
.svc-t {
	font-family: 'Sora', sans-serif;
	font-size: 17px;
	font-weight: 700;
	color: var(--td);
	margin-bottom: 8px;
	line-height: 1.25;
	transition: color .2s;
}
.svc-tagline {
	font-size: 13px;
	font-weight: 500;
	color: var(--c);
	margin-bottom: 12px;
	line-height: 1.4;
	transition: color .2s;
	font-style: italic;
}
.svc-p {
	font-size: 13px;
	color: var(--tm);
	line-height: 1.65;
	flex: 1;
	transition: color .2s;
}
.svc-arr {
	display: inline-block;
	margin-top: 20px;
	font-size: 13px;
	font-weight: 600;
	color: var(--c);
	transition: color .2s;
}
/* WHY */

.why-sec {
	background: var(--navy);
	padding: 96px 48px;
	position: relative;
	overflow: hidden;
}
.why-inner {
	max-width: 1280px;
	margin: 0 auto;
}
.why-header {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 72px;
	align-items: end;
	margin-bottom: 64px;
	padding-bottom: 48px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}
.why-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 40px;
}
.why-card {
	padding-top: 28px;
	border-top: 1px solid rgba(255, 255, 255, 0.13);
}
.why-num {
	font-family: 'Sora', sans-serif;
	font-size: 11px;
	font-weight: 700;
	color: rgba(255, 255, 255, 0.45);
	letter-spacing: 0.1em;
	margin-bottom: 14px;
}
.why-t {
	font-family: 'Sora', sans-serif;
	font-size: 17px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 10px;
	line-height: 1.3;
}
.why-d {
	font-size: 13.5px;
	color: rgba(255, 255, 255, 0.72);
	line-height: 1.72;
}
/* TESTIMONIALS */

.testi-sec {
	background: var(--ow);
	padding: 96px 48px;
}
.testi-inner {
	max-width: 1280px;
	margin: 0 auto;
}
.testi-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
	margin-top: 52px;
}
.testi-card {
	background: var(--w);
	border: 1px solid var(--bo);
	padding: 40px 32px;
	position: relative;
}
.testi-card::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 3px;
	background: var(--c);
	transform: scaleX(0);
	transition: transform .3s;
	transform-origin: left;
}
.testi-card:hover::before {
	transform: scaleX(1);
}
.testi-mark {
	font-family: 'Sora', sans-serif;
	font-size: 52px;
	color: var(--c);
	line-height: .8;
	margin-bottom: 20px;
	opacity: 0.25;
}
.testi-q {
	font-size: 14px;
	color: var(--tm);
	line-height: 1.82;
	margin-bottom: 28px;
}
.testi-hr {
	height: 1px;
	background: var(--bo);
	margin-bottom: 20px;
}
.testi-name {
	font-size: 14px;
	font-weight: 700;
	color: var(--td);
}
.testi-co {
	font-size: 12px;
	color: var(--c);
	margin-top: 2px;
	font-weight: 500;
}
/* CTA */

.cta-sec {
	background: var(--c);
	padding: 96px 48px;
	position: relative;
	overflow: hidden;
}
.cta-bg-t {
	position: absolute;
	right: -20px;
	top: 50%;
	transform: translateY(-50%);
	font-family: 'Sora', sans-serif;
	font-size: clamp(120px, 18vw, 240px);
	font-weight: 800;
	color: rgba(255, 255, 255, 0.05);
	line-height: 1;
	pointer-events: none;
	user-select: none;
}
.cta-inner {
	max-width: 1280px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 60px;
	flex-wrap: wrap;
}
.cta-ck {
	font-size: 13px;
	color: rgba(255, 255, 255, 0.6);
	display: flex;
	align-items: center;
	gap: 10px;
}
.cta-ck::before {
	content: '';
	width: 16px;
	height: 1px;
	background: rgba(255, 255, 255, 0.35);
	flex-shrink: 0;
}
/* RESPONSIVE */

@media(max-width:1100px) {
	.svc-grid {
		grid-template-columns: repeat(3, 1fr);
	}
	.ecovis-int-stats {
		grid-template-columns: repeat(3, 1fr);
	}
}
@media(max-width:960px) {
	.hero {
		padding: 0 24px 64px;
	}
	.hero-top {
		padding-top: 100px;
		flex-direction: column;
		gap: 16px;
		margin-bottom: 48px;
	}
	.hero-bottom {
		flex-direction: column;
		align-items: flex-start;
	}
	.ecovis-int, .positioning {
		padding: 64px 24px;
	}
	.ecovis-int-header {
		grid-template-columns: 1fr;
		gap: 32px;
	}
	.ecovis-int-stats {
		grid-template-columns: repeat(3, 1fr);
	}
	.positioning-inner {
		grid-template-columns: 1fr;
		gap: 40px;
	}
	.svc-grid {
		grid-template-columns: repeat(2, 1fr);
	}
	.why-header {
		grid-template-columns: 1fr;
		gap: 24px;
	}
	.why-grid {
		grid-template-columns: 1fr 1fr;
	}
	.testi-grid {
		grid-template-columns: 1fr;
	}
	.cta-inner {
		flex-direction: column;
	}
	.why-sec, .testi-sec, .cta-sec {
		padding: 64px 24px;
	}
}
@media(max-width:600px) {
	.svc-grid {
		grid-template-columns: 1fr;
	}
	.why-grid {
		grid-template-columns: 1fr;
	}
	.ecovis-int-stats {
		grid-template-columns: repeat(2, 1fr);
	}
}
/* GLOBAL PRESENCE */

.presence-sec {
	background: var(--ow);
	padding: 96px 48px;
}
.presence-inner {
	max-width: 1280px;
	margin: 0 auto;
}
.presence-header {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 72px;
	align-items: end;
	margin-bottom: 56px;
	padding-bottom: 48px;
	border-bottom: 1px solid var(--bo);
}
.regions-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 1px;
	background: var(--bo);
	margin-bottom: 1px;
}
.region-card {
	background: var(--w);
	padding: 36px 28px;
	transition: background .2s, transform .2s, box-shadow .2s;
}
.region-card:hover {
	background: var(--w);
	transform: translateY(-4px);
	box-shadow: 0 12px 40px rgba(198, 9, 59, 0.08);
}
.region-ico {
	font-size: 28px;
	margin-bottom: 16px;
}
.region-name {
	font-family: 'Sora', sans-serif;
	font-size: 18px;
	font-weight: 700;
	color: var(--td);
	margin-bottom: 6px;
}
.region-hub {
	font-size: 12px;
	font-weight: 600;
	color: var(--c);
	letter-spacing: 0.04em;
	margin-bottom: 14px;
}
.region-countries {
	font-size: 12.5px;
	color: var(--tu);
	line-height: 1.75;
	margin-bottom: 16px;
}
.region-tag {
	font-size: 11.5px;
	font-weight: 600;
	color: var(--c);
	padding: 6px 0;
	border-top: 1px solid var(--bo);
}
.presence-footer-strip {
	background: var(--w);
	border: 1px solid var(--bo);
	border-top: none;
	display: flex;
	align-items: center;
	justify-content: space-around;
	padding: 28px 36px;
	flex-wrap: wrap;
	gap: 20px;
}
.pfs-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 4px;
}
.pfs-n {
	font-family: 'Sora', sans-serif;
	font-size: 24px;
	font-weight: 800;
	color: var(--td);
}
.pfs-l {
	font-size: 11px;
	color: var(--tu);
	letter-spacing: 0.06em;
	text-transform: uppercase;
}
.pfs-div {
	width: 1px;
	height: 32px;
	background: var(--bo);
}
@media(max-width:960px) {
	.presence-header {
		grid-template-columns: 1fr;
		gap: 28px;
	}
	.regions-grid {
		grid-template-columns: 1fr 1fr;
	}
	.pfs-div {
		display: none;
	}
	.presence-sec {
		padding: 64px 24px;
	}
}
@media(max-width:560px) {
	.regions-grid {
		grid-template-columns: 1fr;
	}
	.presence-footer-strip {
		justify-content: flex-start;
		gap: 24px;
	}
}
/* PAGE HERO */

.pg-hero {
	background: var(--c);
	padding: 140px 48px 80px;
	position: relative;
	overflow: hidden;
}
.pg-hero-bg {
	position: absolute;
	right: -20px;
	bottom: -10px;
	font-family: 'Sora', sans-serif;
	font-size: clamp(100px, 16vw, 220px);
	font-weight: 800;
	color: rgba(255, 255, 255, 0.05);
	line-height: 1;
	pointer-events: none;
	user-select: none;
	letter-spacing: -0.04em;
}
.pg-hero-wrap {
	max-width: 1280px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}
.breadcrumb {
	font-size: 12px;
	color: rgba(255, 255, 255, 0.5);
	letter-spacing: 0.06em;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	gap: 8px;
}
.breadcrumb::before {
	content: '';
	width: 20px;
	height: 1px;
	background: rgba(255, 255, 255, 0.3);
	flex-shrink: 0;
}
.breadcrumb a {
	color: rgba(255, 255, 255, 0.5);
	transition: color .2s;
}
.breadcrumb a:hover {
	color: #fff;
}
.breadcrumb span {
	color: rgba(255, 255, 255, 0.50);
}
/* SECTIONS */

.sec {
	padding: 96px 48px;
}
.sec-w {
	background: var(--w);
}
.sec-ow {
	background: var(--ow);
}
.sec-navy {
	background: var(--navy);
}
.wrap {
	max-width: 1280px;
	margin: 0 auto;
}
/* LABELS */

.lbl {
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--c);
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 14px;
}
.lbl::before {
	content: '';
	width: 22px;
	height: 1.5px;
	background: var(--c);
}
.lbl-w {
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.45);
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 14px;
}
.lbl-w::before {
	content: '';
	width: 22px;
	height: 1.5px;
	background: rgba(255, 255, 255, 0.35);
}
/* HEADINGS */

.h1 {
	font-family: 'Sora', sans-serif;
	font-size: clamp(36px, 5vw, 68px);
	font-weight: 800;
	line-height: 1.05;
	letter-spacing: -0.03em;
	color: var(--td);
}
.h2 {
	font-family: 'Sora', sans-serif;
	font-size: clamp(26px, 3vw, 42px);
	font-weight: 800;
	line-height: 1.12;
	letter-spacing: -0.025em;
	color: var(--td);
}
.h3 {
	font-family: 'Sora', sans-serif;
	font-size: clamp(18px, 1.8vw, 24px);
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: -0.02em;
	color: var(--td);
}
.h1-w {
	font-family: 'Sora', sans-serif;
	font-size: clamp(36px, 5vw, 68px);
	font-weight: 800;
	line-height: 1.05;
	letter-spacing: -0.03em;
	color: #fff;
}
.h2-w {
	font-family: 'Sora', sans-serif;
	font-size: clamp(26px, 3vw, 42px);
	font-weight: 800;
	line-height: 1.12;
	letter-spacing: -0.025em;
	color: #fff;
}
.h3-w {
	font-family: 'Sora', sans-serif;
	font-size: clamp(18px, 1.8vw, 22px);
	font-weight: 700;
	line-height: 1.3;
	color: #fff;
}
/* TEXT */

.body {
	font-size: 15.5px;
	font-weight: 300;
	color: var(--tm);
	line-height: 1.8;
}
.body-sm {
	font-size: 14px;
	font-weight: 300;
	color: var(--tm);
	line-height: 1.75;
}
.body-w {
	font-size: 15.5px;
	font-weight: 300;
	color: rgba(255, 255, 255, 0.62);
	line-height: 1.8;
}
/* BUTTONS */

.btn {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 14px;
	font-weight: 600;
	padding: 13px 28px;
	border-radius: 2px;
	border: none;
	cursor: pointer;
	font-family: 'Inter', sans-serif;
	transition: all .2s;
	letter-spacing: 0.01em;
	text-decoration: none;
}
.btn-red {
	background: var(--c);
	color: #fff;
}
.btn-red:hover {
	background: var(--cd);
	transform: translateY(-1px);
}
.btn-white {
	background: #fff;
	color: var(--c);
}
.btn-white:hover {
	opacity: .9;
	transform: translateY(-1px);
}
.btn-ghost {
	background: transparent;
	color: var(--td);
	border: 1.5px solid var(--bo2);
}
.btn-ghost:hover {
	border-color: var(--c);
	color: var(--c);
}
.btn-ghost-w {
	background: transparent;
	color: #fff;
	border: 1.5px solid rgba(255, 255, 255, 0.3);
}
.btn-ghost-w:hover {
	border-color: rgba(255, 255, 255, 0.7);
}
/* SHARED CARDS */

.why-grid-3 {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1px;
	background: var(--bo);
}
.why-c {
	background: var(--w);
	padding: 32px 26px;
	transition: background .2s;
}
.why-c:hover {
	background: var(--ow);
}
.why-c-n {
	font-size: 11px;
	font-weight: 700;
	color: var(--c);
	letter-spacing: 0.1em;
	margin-bottom: 12px;
}
.why-c-t {
	font-family: 'Sora', sans-serif;
	font-size: 16px;
	font-weight: 700;
	color: var(--td);
	margin-bottom: 8px;
}
.why-c-d {
	font-size: 13.5px;
	color: var(--tm);
	line-height: 1.7;
}
.why-grid-3-navy {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 40px;
}
.why-cn {
	padding-top: 28px;
	border-top: 1px solid rgba(255, 255, 255, 0.13);
}
.why-cn-n {
	font-size: 11px;
	font-weight: 700;
	color: rgba(255, 255, 255, 0.45);
	letter-spacing: 0.1em;
	margin-bottom: 12px;
}
.why-cn-t {
	font-family: 'Sora', sans-serif;
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 8px;
}
.why-cn-d {
	font-size: 13.5px;
	color: rgba(255, 255, 255, 0.48);
	line-height: 1.7;
}
/* 2-col intro */

.intro-grid {
	display: grid;
	grid-template-columns: 1.15fr 1fr;
	gap: 80px;
	align-items: start;
}
/* Service sub list */

.sub-list {
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 9px;
	margin-top: 16px;
}
.sub-list li {
	display: flex;
	align-items: flex-start;
	gap: 11px;
	font-size: 14px;
	color: var(--tm);
	line-height: 1.6;
}
.sub-list li::before {
	content: '→';
	color: var(--c);
	font-weight: 700;
	flex-shrink: 0;
	margin-top: 1px;
}
/* Detail panel */

.dp {
	background: var(--ow);
	border: 1px solid var(--bo);
	padding: 28px;
}
.dp-title {
	font-size: 10.5px;
	font-weight: 700;
	color: var(--c);
	letter-spacing: 0.12em;
	text-transform: uppercase;
	margin-bottom: 14px;
}
.dp-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}
.tag {
	font-size: 12px;
	font-weight: 600;
	color: var(--navy);
	background: var(--w);
	border: 1px solid var(--bo);
	padding: 5px 12px;
	border-radius: 100px;
}
.tag-red {
	font-size: 12px;
	font-weight: 600;
	color: #fff;
	background: var(--c);
	padding: 5px 12px;
	border-radius: 100px;
}
/* Service 2x2 grid */

.svc-2x2 {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 24px;
	margin-top: 48px;
}
.svc-box {
	background: var(--w);
	border: 1px solid var(--bo);
	padding: 32px;
	transition: border-color .2s, transform .2s;
}
.svc-box:hover {
	border-color: var(--c);
	transform: translateY(-3px);
}
.svc-box-ico {
	font-size: 24px;
	margin-bottom: 14px;
}
/* Steps */

.steps {
	display: flex;
	flex-direction: column;
	gap: 0;
	margin-top: 48px;
	max-width: 820px;
}
.step {
	display: flex;
	gap: 28px;
	padding: 28px 0;
	border-bottom: 1px solid var(--bo);
}
.step:last-child {
	border-bottom: none;
}
.step-n {
	font-family: 'Sora', sans-serif;
	font-size: 32px;
	font-weight: 800;
	color: var(--c);
	opacity: .2;
	line-height: 1;
	flex-shrink: 0;
	width: 48px;
}
.step-t {
	font-family: 'Sora', sans-serif;
	font-size: 17px;
	font-weight: 700;
	color: var(--td);
	margin-bottom: 7px;
}
.step-d {
	font-size: 14px;
	color: var(--tm);
	line-height: 1.72;
}
/* FAQ */

.faq-wrap {
	display: flex;
	flex-direction: column;
	gap: 4px;
	margin-top: 48px;
	max-width: 860px;
}
.fq {
	border: 1px solid var(--bo);
	background: var(--w);
	cursor: pointer;
	transition: border-color .2s;
}
.fq.open {
	border-color: var(--c);
}
.fq-q {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 24px;
	gap: 16px;
	font-size: 15px;
	font-weight: 600;
	color: var(--td);
	line-height: 1.4;
}
.fq-arr {
	color: var(--c);
	font-size: 16px;
	transition: transform .25s;
	flex-shrink: 0;
}
.fq.open .fq-arr {
	transform: rotate(180deg);
}
.fq-a {
	display: none;
	padding: 0 24px 20px;
	font-size: 14px;
	color: var(--tm);
	line-height: 1.75;
	border-top: 1px solid var(--bo);
	padding-top: 16px;
}
.fq.open .fq-a {
	display: block;
}
/* Related */

.related-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 16px;
	margin-top: 44px;
}
.rel {
	background: var(--ow);
	border: 1px solid var(--bo);
	padding: 24px 20px;
	text-decoration: none;
	display: block;
	transition: border-color .2s, transform .2s;
}
.rel:hover {
	border-color: var(--c);
	transform: translateY(-3px);
}
.rel-ico {
	font-size: 22px;
	margin-bottom: 10px;
}
.rel-t {
	font-family: 'Sora', sans-serif;
	font-size: 14px;
	font-weight: 700;
	color: var(--td);
	margin-bottom: 4px;
}
.rel-arr {
	font-size: 12px;
	font-weight: 600;
	color: var(--c);
	margin-top: 8px;
	display: block;
}
/* CTA BAND */

.cta-band {
	background: var(--c);
	padding: 80px 48px;
	position: relative;
	overflow: hidden;
}
.cta-band-bg {
	position: absolute;
	right: -10px;
	top: 50%;
	transform: translateY(-50%);
	font-family: 'Sora', sans-serif;
	font-size: clamp(100px, 16vw, 200px);
	font-weight: 800;
	color: rgba(255, 255, 255, 0.05);
	line-height: 1;
	pointer-events: none;
	user-select: none;
}
.cta-band-in {
	max-width: 1280px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 48px;
	flex-wrap: wrap;
}
.cta-ck {
	font-size: 13px;
	color: rgba(255, 255, 255, 0.6);
	display: flex;
	align-items: center;
	gap: 10px;
}
.cta-ck::before {
	content: '';
	width: 14px;
	height: 1px;
	background: rgba(255, 255, 255, 0.35);
	flex-shrink: 0;
}
/* TESTI CARD */

.testi-card {
	background: var(--w);
	border: 1px solid var(--bo);
	padding: 36px 32px;
	position: relative;
}
.testi-card::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 3px;
	background: var(--c);
	transform: scaleX(0);
	transition: transform .3s;
	transform-origin: left;
}
.testi-card:hover::before {
	transform: scaleX(1);
}
.testi-mark {
	font-family: 'Sora', sans-serif;
	font-size: 52px;
	color: var(--c);
	line-height: .8;
	margin-bottom: 20px;
	opacity: 0.22;
}
.testi-q {
	font-size: 14px;
	color: var(--tm);
	line-height: 1.82;
	margin-bottom: 24px;
}
.testi-hr {
	height: 1px;
	background: var(--bo);
	margin-bottom: 18px;
}
.testi-name {
	font-size: 14px;
	font-weight: 700;
	color: var(--td);
}
.testi-co {
	font-size: 12px;
	color: var(--c);
	margin-top: 2px;
	font-weight: 500;
}
/* RESPONSIVE */

@media(max-width:960px) {
	.sec {
		padding: 64px 24px;
	}
	.pg-hero {
		padding: 120px 24px 60px;
	}
	.intro-grid {
		grid-template-columns: 1fr;
		gap: 40px;
	}
	.why-grid-3 {
		grid-template-columns: 1fr 1fr;
	}
	.why-grid-3-navy {
		grid-template-columns: 1fr 1fr;
		gap: 28px;
	}
	.related-grid {
		grid-template-columns: 1fr 1fr;
	}
	.svc-2x2 {
		grid-template-columns: 1fr;
	}
	.cta-band {
		padding: 64px 24px;
	}
	.cta-band-in {
		flex-direction: column;
		align-items: flex-start;
	}
}
@media(max-width:580px) {
	.sec {
		padding: 48px 20px;
	}
	.why-grid-3, .why-grid-3-navy {
		grid-template-columns: 1fr;
	}
	.related-grid {
		grid-template-columns: 1fr 1fr;
	}
}
.pg-hero-label {
	font-size: 15px;
	font-weight: 700;
	color: rgba(255, 255, 255, 0.9);
	letter-spacing: 0.1em;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 20px;
}
.pg-hero-label::before {
	content: '';
	width: 28px;
	height: 1.5px;
	background: rgba(255, 255, 255, 0.6);
}
.pg-hero-h {
	font-family: 'Sora', sans-serif;
	font-size: clamp(44px, 6vw, 80px);
	font-weight: 800;
	line-height: 1.02;
	letter-spacing: -0.03em;
	color: #fff;
	margin-bottom: 24px;
}
.pg-hero-sub {
	font-size: 16px;
	color: rgba(255, 255, 255, 0.75);
	line-height: 1.75;
	max-width: 620px;
	font-weight: 300;
	margin-bottom: 36px;
}
.pg-hero-btns {
	display: flex;
	gap: 14px;
	flex-wrap: wrap;
}
.btn-w {
	background: #fff;
	color: var(--c);
	text-decoration: none;
}
.btn-w:hover {
	opacity: .9;
	transform: translateY(-1px);
}
.btn-c {
	background: var(--c);
	color: #fff;
	text-decoration: none;
}
.btn-c:hover {
	background: var(--cd);
	transform: translateY(-1px);
}
/* ── NAV ── */

.nav {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
	background: var(--navy);
	height: 64px;
	display: flex;
	align-items: center;
}
.nav-inner {
	max-width: 1280px;
	margin: 0 auto;
	width: 100%;
	padding: 0 40px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.nav-logo-text {
	font-family: 'Sora', sans-serif;
	font-size: 18px;
	font-weight: 800;
	color: #fff;
	letter-spacing: -0.02em;
}
.nav-logo-text span {
	opacity: 0.45;
	font-weight: 400;
	font-size: 13px;
	margin-left: 6px;
	letter-spacing: 0.1em;
}
.nav-links {
	display: flex;
	align-items: center;
	gap: 4px;
}
.nav-link {
	font-size: 13.5px;
	font-weight: 500;
	color: rgba(255, 255, 255, 0.75);
	padding: 8px 14px;
	text-decoration: none;
	letter-spacing: 0.01em;
	transition: color .15s;
}
.nav-link:hover {
	color: #fff;
}
.nav-talk {
	background: #fff;
	color: var(--c);
	font-size: 13px;
	font-weight: 700;
	padding: 9px 22px;
	font-family: 'Sora', sans-serif;
	text-decoration: none;
	letter-spacing: 0.01em;
	transition: opacity .15s;
}
.nav-talk:hover {
	opacity: 0.9;
}
/* ── DROPDOWN TRIGGER ── */

.nav-drop {
	position: relative;
	display: inline-flex;
	align-items: center;
	gap: 4px;
	cursor: default;
}
.nav-drop>.nav-link {
	cursor: default;
}
.drop-icon {
	display: flex;
	align-items: center;
	padding-top: 1px;
}
.drop-icon svg {
	width: 10px;
	height: 10px;
	transition: transform .3s cubic-bezier(.4, 0, .2, 1);
}
.drop-icon path {
	stroke: rgba(255, 255, 255, 0.55);
	transition: stroke .15s;
}
.nav-drop:hover .drop-icon svg {
	transform: rotate(180deg);
}
.nav-drop:hover .drop-icon path {
	stroke: rgba(255, 255, 255, 0.9);
}
.nav-drop:hover .nav-link {
	color: #fff;
}
/* ── MEGA MENU ── */

.mega {
	position: absolute;
	top: calc(100% + 14px);
	left: 50%;
	transform: translateX(-50%) translateY(10px);
	width: 880px;
	background: var(--w);
	opacity: 0;
	visibility: hidden;
	transition: opacity .25s cubic-bezier(.4, 0, .2, 1), transform .25s cubic-bezier(.4, 0, .2, 1), visibility .25s;
	z-index: 200;
	display: grid;
	grid-template-columns: 224px 1fr;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.06), 0 8px 16px rgba(0, 0, 0, 0.05), 0 24px 64px rgba(0, 0, 0, 0.1);
}
.nav-drop:hover .mega {
	opacity: 1;
	visibility: visible;
	transform: translateX(-50%) translateY(0);
}
/* Left panel */

.mega-l {
	background: var(--navy);
	padding: 40px 32px;
	display: flex;
	flex-direction: column;
	position: relative;
	overflow: hidden;
}
.mega-l-mosaic {
	position: absolute;
	inset: 0;
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	grid-template-rows: repeat(8, 1fr);
	gap: 2px;
	pointer-events: none;
}
.mega-l-content {
	position: relative;
	z-index: 1;
	flex: 1;
	display: flex;
	flex-direction: column;
}
.mega-l-label {
	font-size: 10px;
	font-weight: 700;
	color: rgba(255, 255, 255, 0.45);
	letter-spacing: 0.14em;
	text-transform: uppercase;
	margin-bottom: 16px;
	display: flex;
	align-items: center;
	gap: 8px;
}
.mega-l-label::before {
	content: '';
	width: 16px;
	height: 1px;
	background: rgba(255, 255, 255, 0.35);
}
.mega-l-h {
	font-family: 'Sora', sans-serif;
	font-size: 19px;
	font-weight: 800;
	color: #fff;
	line-height: 1.2;
	margin-bottom: 10px;
	letter-spacing: -0.02em;
}
.mega-l-p {
	font-size: 12px;
	color: rgba(255, 255, 255, 0.5);
	line-height: 1.65;
	margin-bottom: 28px;
	font-weight: 300;
}
.mega-l-btn {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.18);
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	padding: 9px 18px;
	text-decoration: none;
	letter-spacing: 0.02em;
	transition: all .2s;
}
.mega-l-btn:hover {
	background: rgba(255, 255, 255, 0.18);
}
.mega-l-stat {
	margin-top: auto;
	padding-top: 24px;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.mega-l-stat-n {
	font-family: 'Sora', sans-serif;
	font-size: 24px;
	font-weight: 800;
	color: #fff;
	line-height: 1;
	margin-bottom: 4px;
}
.mega-l-stat-d {
	font-size: 10.5px;
	color: rgba(255, 255, 255, 0.4);
	letter-spacing: 0.06em;
	text-transform: uppercase;
}
/* Right panel */

.mega-r {
	padding: 32px 32px 28px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 0 28px;
}
.mega-col-head {
	font-size: 9.5px;
	font-weight: 700;
	color: var(--tu);
	letter-spacing: 0.14em;
	text-transform: uppercase;
	margin-bottom: 14px;
	padding-bottom: 10px;
	border-bottom: 1px solid var(--bo);
}
.mega-svc {
	display: block;
	padding: 11px 0;
	border-bottom: 1px solid #F4F4F4;
	text-decoration: none;
	position: relative;
}
.mega-svc:last-of-type {
	border-bottom: none;
}
.mega-svc-name {
	font-size: 13px;
	font-weight: 600;
	color: var(--td);
	line-height: 1.2;
	margin-bottom: 3px;
	transition: color .15s;
}
.mega-svc-desc {
	font-size: 11px;
	color: var(--tu);
	line-height: 1.4;
	transition: color .15s;
}
.mega-svc::before {
	content: '';
	position: absolute;
	left: -6px;
	top: 50%;
	transform: translateY(-50%);
	width: 2px;
	height: 0;
	background: var(--c);
	transition: height .2s;
}
.mega-svc:hover::before {
	height: 70%;
}
.mega-svc:hover .mega-svc-name {
	color: var(--c);
}
.mega-svc:hover .mega-svc-desc {
	color: #666;
}
/* Footer bar */

.mega-foot {
	grid-column: 1/-1;
	margin-top: 18px;
	padding-top: 14px;
	border-top: 1px solid var(--bo);
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.mega-foot-link {
	font-size: 12px;
	font-weight: 600;
	color: var(--c);
	text-decoration: none;
	display: flex;
	align-items: center;
	gap: 5px;
	letter-spacing: 0.01em;
}
.mega-foot-link svg {
	width: 12px;
	height: 12px;
	transition: transform .15s;
}
.mega-foot-link:hover svg {
	transform: translateX(3px);
}
.mega-foot-note {
	font-size: 11px;
	color: var(--tu);
}
/* ── Scroll Animations ── */

.fade-up {
	opacity: 0;
	transform: translateY(28px);
	transition: opacity .65s cubic-bezier(.4, 0, .2, 1), transform .65s cubic-bezier(.4, 0, .2, 1);
}
.fade-up.visible {
	opacity: 1;
	transform: translateY(0);
}
.fade-in {
	opacity: 0;
	transition: opacity .7s ease;
}
.fade-in.visible {
	opacity: 1;
}
.stagger-1 {
	transition-delay: .08s;
}
.stagger-2 {
	transition-delay: .16s;
}
.stagger-3 {
	transition-delay: .24s;
}
.stagger-4 {
	transition-delay: .32s;
}
.stagger-5 {
	transition-delay: .40s;
}
/* ── Page Fade Transition ── */

.page-transition {
	position: fixed;
	inset: 0;
	background: var(--navy);
	z-index: 9999;
	pointer-events: none;
	opacity: 0;
	transition: opacity .22s ease;
}
.page-transition.active {
	opacity: 1;
}
/* ── Floating WhatsApp ── */

.wa-float {
	position: fixed;
	bottom: 28px;
	right: 28px;
	z-index: 500;
	display: flex;
	align-items: center;
	gap: 10px;
	background: #25D366;
	color: #fff;
	font-size: 13px;
	font-weight: 600;
	padding: 12px 20px 12px 16px;
	border-radius: 100px;
	text-decoration: none;
	box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4);
	transition: transform .2s, box-shadow .2s;
	white-space: nowrap;
}
.wa-float:hover {
	transform: translateY(-3px);
	box-shadow: 0 8px 28px rgba(37, 211, 102, 0.5);
}
.wa-float svg {
	width: 20px;
	height: 20px;
	flex-shrink: 0;
}
.wa-float-label {
	display: inline;
}
@media(max-width:600px) {
	.wa-float-label {
		display: none;
	}
	.wa-float {
		padding: 13px;
		border-radius: 50%;
		bottom: 80px;
	}
}
/* ── Sticky Mobile CTA ── */

.mobile-cta-bar {
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 490;
	background: #fff;
	border-top: 1px solid var(--bo);
	padding: 10px 16px;
	gap: 8px;
}
@media(max-width:768px) {
	.mobile-cta-bar {
		display: flex;
	}
}
.mobile-cta-bar a {
	flex: 1;
	text-align: center;
	font-size: 13px;
	font-weight: 700;
	padding: 11px 8px;
	text-decoration: none;
}
.mob-cta-primary {
	background: var(--c);
	color: #fff;
}
.mob-cta-wa {
	background: #25D366;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	max-width: 52px;
	flex: 0 0 52px;
	border-radius: 4px;
}
/* ── Cookie Banner ── */

.cookie-bar {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 600;
	background: #111;
	color: rgba(255, 255, 255, 0.82);
	font-size: 13px;
	padding: 16px 28px;
	display: flex;
	align-items: center;
	gap: 20px;
	flex-wrap: wrap;
	transform: translateY(0);
	transition: transform .3s;
}
.cookie-bar.hidden {
	transform: translateY(110%);
}
.cookie-bar p {
	margin: 0;
	flex: 1;
	min-width: 200px;
	line-height: 1.6;
}
.cookie-bar a {
	color: rgba(255, 255, 255, 0.6);
	text-decoration: underline;
}
.cookie-bar-btns {
	display: flex;
	gap: 10px;
	flex-shrink: 0;
}
.cookie-accept {
	background: var(--c);
	color: #fff;
	border: none;
	font-size: 13px;
	font-weight: 600;
	padding: 9px 22px;
	cursor: pointer;
	font-family: inherit;
}
.cookie-decline {
	background: transparent;
	color: rgba(255, 255, 255, 0.5);
	border: 1px solid rgba(255, 255, 255, 0.2);
	font-size: 13px;
	padding: 9px 18px;
	cursor: pointer;
	font-family: inherit;
}


/* MOBILE */
@media (max-width: 768px) {

  /* Outer padding reduce */
  div[style*="padding:0 48px"] {
    padding: 0 16px !important;
  }

  /* Grid → 1 column */
  div[style*="grid-template-columns:repeat(4,1fr)"] {
    grid-template-columns: 1fr !important;
    border-left: none !important;
  }

  /* Each card */
  div[style*="grid-template-columns:repeat(4,1fr)"] > div {
    border-right: none !important;
    border-bottom: 1px solid rgba(255,255,255,0.08);
    padding: 22px 16px !important;
    text-align: center;
  }

  /* Last item border हटाओ */
  div[style*="grid-template-columns:repeat(4,1fr)"] > div:last-child {
    border-bottom: none;
  }

  /* Number size */
  div[style*="font-size:32px"] {
    font-size: 24px !important;
  }

  /* Text size */
  div[style*="font-size:13px"] {
    font-size: 12px !important;
  }

}
@media (max-width: 1024px) {
  div[style*="grid-template-columns:repeat(4,1fr)"] {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

/* MOBILE */
@media (max-width: 768px) {

  /* Main grid → stack */
  .sec-w .wrap {
    grid-template-columns: 1fr !important;
    gap: 40px !important;
  }

  /* Heading */
  .sec-w .h2 {
    font-size: 24px !important;
    line-height: 1.3;
  }

  /* Paragraph */
  .sec-w .body {
    font-size: 14px !important;
  }

  /* Right list spacing */
  .sec-w .wrap > div:last-child {
    border-top: none !important;
  }

  /* Each list item */
  .sec-w .wrap > div:last-child > div {
    padding: 16px 0 !important;
    gap: 12px !important;
  }

  /* Make list cleaner */
  .sec-w .wrap > div:last-child > div {
    align-items: flex-start !important;
  }

  /* Dot spacing */
  .sec-w .wrap span,
  .sec-w .wrap div[style*="width:8px"] {
    margin-top: 6px !important;
  }

}
@media (max-width: 1024px) {
  .sec-w .wrap {
    grid-template-columns: 1fr !important;
  }
}

.btn {
    background-color: #a40830 !important;
}

/* MOBILE */
@media (max-width: 768px) {

  /* Grid → 1 column */
  .sec-ow .wrap > div[style*="grid-template-columns"] {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
    background: transparent !important;
  }

  /* Each card */
  .sec-ow .wrap > div[style*="grid-template-columns"] > div {
    padding: 22px 18px !important;
    border: 1px solid var(--bo);
  }

  /* Heading */
  .sec-ow .h2 {
    font-size: 24px !important;
    line-height: 1.3;
  }

  /* Paragraph */
  .sec-ow .body {
    font-size: 14px !important;
    margin-bottom: 32px !important;
  }

  /* List text */
  .sec-ow li {
    font-size: 13px !important;
    line-height: 1.6;
  }

}

@media (max-width: 1024px) {
  .sec-ow .wrap > div[style*="grid-template-columns"] {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

/* MOBILE */
@media (max-width: 768px) {

  /* Grid → 1 column */
  .sec-ow .wrap > div[style*="grid-template-columns"] {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
    background: transparent !important;
  }

  /* Cards */
  .sec-ow .wrap > div[style*="grid-template-columns"] > div {
    padding: 22px 18px !important;
    border: 1px solid var(--bo);
  }

  /* Heading */
  .sec-ow .h2 {
    font-size: 24px !important;
    line-height: 1.3;
  }

  /* Paragraph */
  .sec-ow .body {
    font-size: 14px !important;
    margin-bottom: 32px !important;
  }

  /* Inner text */
  .sec-ow p {
    font-size: 13px !important;
  }

  /* List items */
  .sec-ow li {
    font-size: 13px !important;
    line-height: 1.6;
  }

  /* Buttons full width */
  .sec-ow .btn {
    display: inline-block;
    width: 100%;
    text-align: center;
  }

}
/* MOBILE */
@media (max-width: 768px) {

  /* Grid → 1 column */
  .sec-ow .wrap > div[style*="grid-template-columns"] {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
    background: transparent !important;
  }

  /* Cards */
  .sec-ow .wrap > div[style*="grid-template-columns"] > div {
    padding: 20px 16px !important;
    border: 1px solid var(--bo);
  }

  /* Heading */
  .sec-ow .h2 {
    font-size: 24px !important;
    line-height: 1.3;
  }

  /* Paragraph */
  .sec-ow .body {
    font-size: 14px !important;
    margin-bottom: 30px !important;
  }

  /* Inner text */
  .sec-ow p {
    font-size: 13px !important;
  }

  /* List */
  .sec-ow li {
    font-size: 13px !important;
    line-height: 1.6;
  }

  /* Button full width */
  .sec-ow .btn {
    display: block;
    width: 100%;
    text-align: center;
  }

}


/*audit*/


:root {
	--c: #C6093B;
	--cd: #A4072F;
	--clight: rgba(198, 9, 59, 0.07);
	--navy: #A4072F;
	--navy2: #7A0522;
	--c3: #8C1049;
	--c4: #72104E;
	--c5: #58104F;
	--w: #FFFFFF;
	--ow: #F8F8F8;
	--lg: #F1F1F1;
	--bo: #E5E5E5;
	--bo2: #D0D0D0;
	--td: #111111;
	--tm: #444444;
	--tu: #888888;
}
*, *::before, *::after {
	box-sizing: border-box;
	margin: 0;
	padding: 0
}
html {
	scroll-behavior: smooth;
	-webkit-font-smoothing: antialiased
}
body {
	font-family: 'Inter', sans-serif;
	background: var(--w);
	color: var(--td);
	overflow-x: hidden;
	line-height: 1.6
}
a {
	text-decoration: none;
	color: inherit
}
.nav {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 400;
	background: var(--c);
	height: 70px;
	display: flex;
	align-items: center;
	transition: box-shadow .3s;
}
.nav.scrolled {
	box-shadow: 0 2px 24px rgba(198, 9, 59, 0.35);
}
.nav-inner {
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 48px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.nav-logo {
	display: flex;
	flex-direction: column;
	gap: 1px;
	text-decoration: none;
}
.nav-svg {
	height: 34px;
	width: auto;
	display: block;
}
.nav-svg path, .nav-svg rect {
	fill: #fff!important;
}
.nav-jrb {
	font-size: 11px;
	font-weight: 300;
	color: rgba(255, 255, 255, 0.6);
	letter-spacing: 0.35em;
	padding-left: 43px;
	line-height: 1;
}
.nav-menu {
	display: flex;
	align-items: center;
	gap: 28px;
}
.nav-link {
	font-size: 13px;
	color: rgba(255, 255, 255, 0.75);
	letter-spacing: 0.01em;
	transition: color .15s;
	position: relative;
}
.nav-link:hover, .nav-link.on {
	color: #fff;
}
.nav-link.on::after {
	content: '';
	position: absolute;
	bottom: -4px;
	left: 0;
	right: 0;
	height: 2px;
	background: rgba(255, 255, 255, 0.5);
	border-radius: 1px;
}
.nav-talk {
	background: #fff;
	color: var(--c);
	font-size: 13px;
	font-weight: 700;
	padding: 8px 22px;
	border-radius: 2px;
	letter-spacing: 0.01em;
	transition: opacity .15s, transform .15s;
	margin-left: 8px;
}
.nav-talk:hover {
	opacity: .9;
	transform: translateY(-1px);
}
.nav-ham {
	display: none;
	background: none;
	border: none;
	cursor: pointer;
	flex-direction: column;
	gap: 5px;
	padding: 6px;
}
.nav-ham span {
	display: block;
	width: 20px;
	height: 1.5px;
	background: #fff;
	border-radius: 1px;
}
.trust-bar {
	background: var(--navy);
	padding: 14px 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 40px;
	flex-wrap: wrap;
	border-top: 2px solid rgba(255, 255, 255, 0.15);
}
.tb-i {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 12px;
	color: rgba(255, 255, 255, 0.75);
	font-weight: 500;
	letter-spacing: 0.02em;
}
.tb-i::before {
	content: '';
	width: 4px;
	height: 4px;
	background: var(--c);
	border-radius: 50%;
	flex-shrink: 0;
}
.sec {
	padding: 96px 48px;
}
.wrap {
	max-width: 1280px;
	margin: 0 auto;
}
.label {
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--c);
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 18px;
}
.label::before {
	content: '';
	width: 28px;
	height: 1.5px;
	background: var(--c);
}
.label-w {
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.9);
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 18px;
}
.label-w::before {
	content: '';
	width: 28px;
	height: 1.5px;
	background: rgba(255, 255, 255, 0.6);
}
.h1 {
	font-family: 'Sora', sans-serif;
	font-size: clamp(40px, 5.5vw, 72px);
	font-weight: 800;
	line-height: 1.05;
	letter-spacing: -0.03em;
	color: var(--td);
}
.h2 {
	font-family: 'Sora', sans-serif;
	font-size: clamp(28px, 3.2vw, 44px);
	font-weight: 800;
	line-height: 1.12;
	letter-spacing: -0.025em;
	color: var(--td);
}
.h3 {
	font-family: 'Sora', sans-serif;
	font-size: clamp(18px, 2vw, 24px);
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: -0.02em;
	color: var(--td);
}
.h1-w {
	font-family: 'Sora', sans-serif;
	font-size: clamp(40px, 5.5vw, 72px);
	font-weight: 800;
	line-height: 1.05;
	letter-spacing: -0.03em;
	color: #fff;
}
.h2-w {
	font-family: 'Sora', sans-serif;
	font-size: clamp(28px, 3.2vw, 44px);
	font-weight: 800;
	line-height: 1.12;
	letter-spacing: -0.025em;
	color: #fff;
}
.h3-w {
	font-family: 'Sora', sans-serif;
	font-size: clamp(18px, 2vw, 22px);
	font-weight: 700;
	line-height: 1.3;
	color: #fff;
}
.em {
	color: var(--c);
}
.body {
	font-size: 16px;
	font-weight: 300;
	color: var(--tm);
	line-height: 1.8;
}
.body-sm {
	font-size: 14px;
	font-weight: 300;
	color: var(--tm);
	line-height: 1.75;
}
.body-w {
	font-size: 16px;
	font-weight: 300;
	color: rgba(255, 255, 255, 0.62);
	line-height: 1.8;
}
.btn {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 14px;
	font-weight: 600;
	padding: 13px 28px;
	border-radius: 2px;
	border: none;
	cursor: pointer;
	font-family: 'Inter', sans-serif;
	transition: all .2s;
	letter-spacing: 0.01em;
}
.btn-red {
	background: var(--c);
	color: #fff;
}
.btn-red:hover {
	background: var(--cd);
	transform: translateY(-1px);
}
.btn-white {
	background: #fff;
	color: var(--c);
}
.btn-white:hover {
	opacity: .9;
	transform: translateY(-1px);
}
.btn-ghost {
	background: transparent;
	color: var(--td);
	border: 1.5px solid var(--bo2);
}
.btn-ghost:hover {
	border-color: var(--c);
	color: var(--c);
}
.btn-ghost-w {
	background: transparent;
	color: #fff;
	border: 1.5px solid rgba(255, 255, 255, 0.3);
}
.btn-ghost-w:hover {
	border-color: rgba(255, 255, 255, 0.7);
}
.page-hero {
	background: var(--c);
	padding: 140px 48px 80px;
	position: relative;
	overflow: hidden;
}
.page-hero-bg {
	position: absolute;
	right: -20px;
	bottom: -20px;
	font-family: 'Sora', sans-serif;
	font-size: clamp(100px, 16vw, 200px);
	font-weight: 800;
	color: rgba(255, 255, 255, 0.05);
	line-height: 1;
	pointer-events: none;
	user-select: none;
	letter-spacing: -0.04em;
}
.page-hero-inner {
	max-width: 1280px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}
.page-hero-breadcrumb {
	font-size: 12px;
	color: rgba(255, 255, 255, 0.5);
	letter-spacing: 0.06em;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	gap: 8px;
}
.page-hero-breadcrumb a {
	color: rgba(255, 255, 255, 0.5);
	transition: color .2s;
}
.page-hero-breadcrumb a:hover {
	color: #fff;
}
.page-hero-breadcrumb::before {
	content: '';
	width: 20px;
	height: 1px;
	background: rgba(255, 255, 255, 0.3);
}
.footer {
	background: var(--navy2);
	padding: 64px 48px 32px;
	border-top: 3px solid rgba(255, 255, 255, 0.18);
}
.footer-wrap {
	max-width: 1280px;
	margin: 0 auto;
}
.footer-top {
	display: grid;
	grid-template-columns: 2.2fr 1fr 1fr 1fr;
	gap: 56px;
	padding-bottom: 48px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.f-svg {
	height: 22px;
	width: auto;
	margin-bottom: 3px;
}
.f-svg path, .f-svg rect {
	fill: #fff!important;
}
.f-jrb {
	font-size: 10px;
	font-weight: 300;
	color: rgba(255, 255, 255, 0.60);
	letter-spacing: 0.35em;
	padding-left: 26px;
	display: block;
	margin-bottom: 18px;
}
.f-tagline {
	font-size: 13px;
	color: rgba(255, 255, 255, 0.62);
	line-height: 1.75;
	max-width: 240px;
}
.f-contact {
	margin-top: 20px;
	font-size: 13px;
	line-height: 1.9;
	color: rgba(255, 255, 255, 0.62);
}
.f-contact a {
	color: rgba(255, 255, 255, 0.85);
}
.f-col-head {
	font-size: 10.5px;
	font-weight: 700;
	color: rgba(255, 255, 255, 0.65);
	letter-spacing: 0.12em;
	text-transform: uppercase;
	margin-bottom: 18px;
}
.f-links {
	display: flex;
	flex-direction: column;
	gap: 11px;
}
.f-link {
	font-size: 13px;
	color: rgba(255, 255, 255, 0.72);
	transition: color .15s;
}
.f-link:hover {
	color: #fff;
}
.footer-bot {
	padding-top: 24px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 12px;
}
.f-copy {
	font-size: 11.5px;
	color: rgba(255, 255, 255, 0.50);
}
.f-socials {
	display: flex;
	gap: 8px;
}
.f-soc {
	width: 30px;
	height: 30px;
	background: rgba(0, 0, 0, 0.12);
	border-radius: 3px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 11.5px;
	font-weight: 700;
	color: rgba(255, 255, 255, 0.4);
	transition: background .15s, color .15s;
}
.f-soc:hover {
	background: var(--c);
	color: #fff;
}
.wa-pill {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background: #25D366;
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	padding: 7px 16px;
	border-radius: 2px;
}
.wa-pill:hover {
	opacity: .88;
}
.cta-band {
	background: var(--c);
	padding: 72px 48px;
	position: relative;
	overflow: hidden;
}
.cta-band-bg {
	position: absolute;
	right: -10px;
	top: 50%;
	transform: translateY(-50%);
	font-family: 'Sora', sans-serif;
	font-size: clamp(100px, 16vw, 200px);
	font-weight: 800;
	color: rgba(255, 255, 255, 0.05);
	line-height: 1;
	pointer-events: none;
	user-select: none;
}
.cta-band-inner {
	max-width: 1280px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 48px;
	flex-wrap: wrap;
}
.cta-band-ck {
	font-size: 13px;
	color: rgba(255, 255, 255, 0.55);
	display: flex;
	align-items: center;
	gap: 10px;
}
.cta-band-ck::before {
	content: '';
	width: 14px;
	height: 1px;
	background: rgba(255, 255, 255, 0.3);
	flex-shrink: 0;
}
@media(max-width:960px) {
	.nav-menu {
		display: none;
	}
	.nav-ham {
		display: flex;
	}
	.nav-menu.open {
		display: flex;
		flex-direction: column;
		position: absolute;
		top: 70px;
		left: 0;
		right: 0;
		background: var(--c);
		padding: 24px 48px;
		gap: 18px;
		border-top: 1px solid rgba(255, 255, 255, 0.12);
	}
	.sec {
		padding: 64px 24px;
	}
	.trust-bar, .page-hero, .cta-band, .footer {
		padding-left: 24px;
		padding-right: 24px;
	}
	.footer-top {
		grid-template-columns: 1fr 1fr;
		gap: 32px;
	}
	.footer-top>:first-child {
		grid-column: 1/-1;
	}
	.cta-band-inner {
		flex-direction: column;
		align-items: flex-start;
	}
}
@media(max-width:580px) {
	.sec {
		padding: 48px 20px;
	}
	.footer-top {
		grid-template-columns: 1fr;
	}
	.page-hero {
		padding: 120px 20px 60px;
	}
}
.hero {
	background: var(--c);
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: 0 48px 80px;
	position: relative;
	overflow: hidden;
}
.hero-bg-num {
	position: absolute;
	right: -40px;
	top: 50%;
	transform: translateY(-50%);
	font-family: 'Sora', sans-serif;
	font-size: clamp(200px, 28vw, 380px);
	font-weight: 800;
	color: rgba(255, 255, 255, 0.04);
	line-height: 1;
	pointer-events: none;
	letter-spacing: -0.05em;
	user-select: none;
}
.hero-inner {
	max-width: 1280px;
	margin: 0 auto;
	width: 100%;
	position: relative;
	z-index: 1;
}
.hero-top {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding-top: 120px;
	margin-bottom: 80px;
}
.hero-tag {
	font-size: 15px;
	font-weight: 700;
	color: rgba(255, 255, 255, 0.9);
	letter-spacing: 0.1em;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	gap: 12px;
}
.hero-tag::before {
	content: '';
	width: 32px;
	height: 2px;
	background: rgba(255, 255, 255, 0.65);
}
.hero-h {
	font-family: 'Sora', sans-serif;
	font-size: clamp(46px, 6.5vw, 88px);
	font-weight: 800;
	color: #fff;
	line-height: 1.02;
	letter-spacing: -0.035em;
	max-width: 980px;
	margin-bottom: 40px;
}
.hero-h span {
	color: rgba(255, 255, 255, 0.3);
}
.hero-bottom {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 40px;
	padding-top: 48px;
	border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.hero-desc {
	font-size: 16px;
	color: rgba(255, 255, 255, 0.65);
	line-height: 1.75;
	max-width: 480px;
	font-weight: 300;
}
.hero-btns {
	display: flex;
	gap: 12px;
	flex-shrink: 0;
}
/* ECOVIS INT */

.ecovis-int {
	background: var(--navy);
	padding: 80px 48px;
}
.ecovis-int-inner {
	max-width: 1280px;
	margin: 0 auto;
}
.ecovis-int-header {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 72px;
	align-items: end;
	margin-bottom: 56px;
	padding-bottom: 48px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}
.ecovis-int-stats {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 1px;
	background: rgba(0, 0, 0, 0.12);
}
.int-stat {
	background: rgba(0, 0, 0, 0.1);
	padding: 36px 24px;
	text-align: center;
	transition: background .2s;
}
.int-stat:hover {
	background: rgba(0, 0, 0, 0.12);
}
.int-stat-n {
	font-family: 'Sora', sans-serif;
	font-size: clamp(28px, 3vw, 40px);
	font-weight: 800;
	color: #fff;
	line-height: 1;
	margin-bottom: 8px;
}
.int-stat-n sup {
	font-size: 0.45em;
}
.int-stat-l {
	font-size: 11px;
	color: rgba(255, 255, 255, 0.65);
	letter-spacing: 0.06em;
	text-transform: uppercase;
	line-height: 1.4;
}
/* POSITIONING */

.positioning {
	background: var(--w);
	padding: 80px 48px;
}
.positioning-inner {
	max-width: 1280px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 96px;
	align-items: center;
}
.pos-big {
	font-family: 'Sora', sans-serif;
	font-size: clamp(18px, 2vw, 24px);
	font-weight: 300;
	color: var(--tm);
	line-height: 1.7;
	max-width: 520px;
}
.pos-big strong {
	font-weight: 700;
	color: var(--td);
}
.pos-facts {
	display: flex;
	flex-direction: column;
	gap: 0;
	border-top: 1px solid var(--bo);
}
.pos-fact {
	display: flex;
	align-items: flex-start;
	gap: 24px;
	padding: 24px 0;
	border-bottom: 1px solid var(--bo);
}
.pos-fact-num {
	font-family: 'Sora', sans-serif;
	font-size: 13px;
	font-weight: 700;
	color: var(--c);
	width: 28px;
	flex-shrink: 0;
	margin-top: 2px;
}
.pos-fact-t {
	font-size: 15px;
	font-weight: 600;
	color: var(--td);
	margin-bottom: 4px;
}
.pos-fact-d {
	font-size: 13.5px;
	color: var(--tm);
	line-height: 1.6;
}
/* SERVICES */

.svc-sec {
	background: var(--ow);
}
.svc-header {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	margin-bottom: 56px;
}
.svc-grid {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 1px;
	background: var(--bo);
}
.svc-card {
	background: var(--w);
	padding: 40px 28px;
	display: flex;
	flex-direction: column;
	text-decoration: none;
	transition: background .25s, transform .2s;
	position: relative;
	overflow: hidden;
}
.svc-card::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 3px;
	background: transparent;
	transition: background .2s;
}
.svc-card:hover::before {
	background: var(--c);
}
.svc-card:hover {
	background: #7A0522;
	transform: translateY(-6px);
}
.svc-card:hover .svc-n, .svc-card:hover .svc-t, .svc-card:hover .svc-tagline, .svc-card:hover .svc-p, .svc-card:hover .svc-arr {
	color: #fff!important;
	opacity: 1;
}
.svc-card:hover .svc-tagline {
	color: rgba(255, 255, 255, 0.6)!important;
}
.svc-n {
	font-size: 11px;
	font-weight: 600;
	color: var(--tu);
	letter-spacing: 0.1em;
	margin-bottom: 24px;
	transition: color .2s;
}
.svc-ico {
	font-size: 26px;
	margin-bottom: 18px;
}
.svc-t {
	font-family: 'Sora', sans-serif;
	font-size: 17px;
	font-weight: 700;
	color: var(--td);
	margin-bottom: 8px;
	line-height: 1.25;
	transition: color .2s;
}
.svc-tagline {
	font-size: 13px;
	font-weight: 500;
	color: var(--c);
	margin-bottom: 12px;
	line-height: 1.4;
	transition: color .2s;
	font-style: italic;
}
.svc-p {
	font-size: 13px;
	color: var(--tm);
	line-height: 1.65;
	flex: 1;
	transition: color .2s;
}
.svc-arr {
	display: inline-block;
	margin-top: 20px;
	font-size: 13px;
	font-weight: 600;
	color: var(--c);
	transition: color .2s;
}
/* WHY */

.why-sec {
	background: var(--navy);
	padding: 96px 48px;
	position: relative;
	overflow: hidden;
}
.why-inner {
	max-width: 1280px;
	margin: 0 auto;
}
.why-header {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 72px;
	align-items: end;
	margin-bottom: 64px;
	padding-bottom: 48px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}
.why-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 40px;
}
.why-card {
	padding-top: 28px;
	border-top: 1px solid rgba(255, 255, 255, 0.13);
}
.why-num {
	font-family: 'Sora', sans-serif;
	font-size: 11px;
	font-weight: 700;
	color: rgba(255, 255, 255, 0.45);
	letter-spacing: 0.1em;
	margin-bottom: 14px;
}
.why-t {
	font-family: 'Sora', sans-serif;
	font-size: 17px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 10px;
	line-height: 1.3;
}
.why-d {
	font-size: 13.5px;
	color: rgba(255, 255, 255, 0.72);
	line-height: 1.72;
}
/* TESTIMONIALS */

.testi-sec {
	background: var(--ow);
	padding: 96px 48px;
}
.testi-inner {
	max-width: 1280px;
	margin: 0 auto;
}
.testi-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
	margin-top: 52px;
}
.testi-card {
	background: var(--w);
	border: 1px solid var(--bo);
	padding: 40px 32px;
	position: relative;
}
.testi-card::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 3px;
	background: var(--c);
	transform: scaleX(0);
	transition: transform .3s;
	transform-origin: left;
}
.testi-card:hover::before {
	transform: scaleX(1);
}
.testi-mark {
	font-family: 'Sora', sans-serif;
	font-size: 52px;
	color: var(--c);
	line-height: .8;
	margin-bottom: 20px;
	opacity: 0.25;
}
.testi-q {
	font-size: 14px;
	color: var(--tm);
	line-height: 1.82;
	margin-bottom: 28px;
}
.testi-hr {
	height: 1px;
	background: var(--bo);
	margin-bottom: 20px;
}
.testi-name {
	font-size: 14px;
	font-weight: 700;
	color: var(--td);
}
.testi-co {
	font-size: 12px;
	color: var(--c);
	margin-top: 2px;
	font-weight: 500;
}
/* CTA */

.cta-sec {
	background: var(--c);
	padding: 96px 48px;
	position: relative;
	overflow: hidden;
}
.cta-bg-t {
	position: absolute;
	right: -20px;
	top: 50%;
	transform: translateY(-50%);
	font-family: 'Sora', sans-serif;
	font-size: clamp(120px, 18vw, 240px);
	font-weight: 800;
	color: rgba(255, 255, 255, 0.05);
	line-height: 1;
	pointer-events: none;
	user-select: none;
}
.cta-inner {
	max-width: 1280px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 60px;
	flex-wrap: wrap;
}
.cta-ck {
	font-size: 13px;
	color: rgba(255, 255, 255, 0.6);
	display: flex;
	align-items: center;
	gap: 10px;
}
.cta-ck::before {
	content: '';
	width: 16px;
	height: 1px;
	background: rgba(255, 255, 255, 0.35);
	flex-shrink: 0;
}
/* RESPONSIVE */

@media(max-width:1100px) {
	.svc-grid {
		grid-template-columns: repeat(3, 1fr);
	}
	.ecovis-int-stats {
		grid-template-columns: repeat(3, 1fr);
	}
}
@media(max-width:960px) {
	.hero {
		padding: 0 24px 64px;
	}
	.hero-top {
		padding-top: 100px;
		flex-direction: column;
		gap: 16px;
		margin-bottom: 48px;
	}
	.hero-bottom {
		flex-direction: column;
		align-items: flex-start;
	}
	.ecovis-int, .positioning {
		padding: 64px 24px;
	}
	.ecovis-int-header {
		grid-template-columns: 1fr;
		gap: 32px;
	}
	.ecovis-int-stats {
		grid-template-columns: repeat(3, 1fr);
	}
	.positioning-inner {
		grid-template-columns: 1fr;
		gap: 40px;
	}
	.svc-grid {
		grid-template-columns: repeat(2, 1fr);
	}
	.why-header {
		grid-template-columns: 1fr;
		gap: 24px;
	}
	.why-grid {
		grid-template-columns: 1fr 1fr;
	}
	.testi-grid {
		grid-template-columns: 1fr;
	}
	.cta-inner {
		flex-direction: column;
	}
	.why-sec, .testi-sec, .cta-sec {
		padding: 64px 24px;
	}
}
@media(max-width:600px) {
	.svc-grid {
		grid-template-columns: 1fr;
	}
	.why-grid {
		grid-template-columns: 1fr;
	}
	.ecovis-int-stats {
		grid-template-columns: repeat(2, 1fr);
	}
}
/* GLOBAL PRESENCE */

.presence-sec {
	background: var(--ow);
	padding: 96px 48px;
}
.presence-inner {
	max-width: 1280px;
	margin: 0 auto;
}
.presence-header {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 72px;
	align-items: end;
	margin-bottom: 56px;
	padding-bottom: 48px;
	border-bottom: 1px solid var(--bo);
}
.regions-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 1px;
	background: var(--bo);
	margin-bottom: 1px;
}
.region-card {
	background: var(--w);
	padding: 36px 28px;
	transition: background .2s, transform .2s, box-shadow .2s;
}
.region-card:hover {
	background: var(--w);
	transform: translateY(-4px);
	box-shadow: 0 12px 40px rgba(198, 9, 59, 0.08);
}
.region-ico {
	font-size: 28px;
	margin-bottom: 16px;
}
.region-name {
	font-family: 'Sora', sans-serif;
	font-size: 18px;
	font-weight: 700;
	color: var(--td);
	margin-bottom: 6px;
}
.region-hub {
	font-size: 12px;
	font-weight: 600;
	color: var(--c);
	letter-spacing: 0.04em;
	margin-bottom: 14px;
}
.region-countries {
	font-size: 12.5px;
	color: var(--tu);
	line-height: 1.75;
	margin-bottom: 16px;
}
.region-tag {
	font-size: 11.5px;
	font-weight: 600;
	color: var(--c);
	padding: 6px 0;
	border-top: 1px solid var(--bo);
}
.presence-footer-strip {
	background: var(--w);
	border: 1px solid var(--bo);
	border-top: none;
	display: flex;
	align-items: center;
	justify-content: space-around;
	padding: 28px 36px;
	flex-wrap: wrap;
	gap: 20px;
}
.pfs-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 4px;
}
.pfs-n {
	font-family: 'Sora', sans-serif;
	font-size: 24px;
	font-weight: 800;
	color: var(--td);
}
.pfs-l {
	font-size: 11px;
	color: var(--tu);
	letter-spacing: 0.06em;
	text-transform: uppercase;
}
.pfs-div {
	width: 1px;
	height: 32px;
	background: var(--bo);
}
@media(max-width:960px) {
	.presence-header {
		grid-template-columns: 1fr;
		gap: 28px;
	}
	.regions-grid {
		grid-template-columns: 1fr 1fr;
	}
	.pfs-div {
		display: none;
	}
	.presence-sec {
		padding: 64px 24px;
	}
}
@media(max-width:560px) {
	.regions-grid {
		grid-template-columns: 1fr;
	}
	.presence-footer-strip {
		justify-content: flex-start;
		gap: 24px;
	}
}
/* PAGE HERO */

.pg-hero {
	background: var(--c);
	padding: 140px 48px 80px;
	position: relative;
	overflow: hidden;
}
.pg-hero-bg {
	position: absolute;
	right: -20px;
	bottom: -10px;
	font-family: 'Sora', sans-serif;
	font-size: clamp(100px, 16vw, 220px);
	font-weight: 800;
	color: rgba(255, 255, 255, 0.05);
	line-height: 1;
	pointer-events: none;
	user-select: none;
	letter-spacing: -0.04em;
}
.pg-hero-wrap {
	max-width: 1280px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}
.breadcrumb {
	font-size: 12px;
	color: rgba(255, 255, 255, 0.5);
	letter-spacing: 0.06em;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	gap: 8px;
}
.breadcrumb::before {
	content: '';
	width: 20px;
	height: 1px;
	background: rgba(255, 255, 255, 0.3);
	flex-shrink: 0;
}
.breadcrumb a {
	color: rgba(255, 255, 255, 0.5);
	transition: color .2s;
}
.breadcrumb a:hover {
	color: #fff;
}
.breadcrumb span {
	color: rgba(255, 255, 255, 0.50);
}
/* SECTIONS */

.sec {
	padding: 96px 48px;
}
.sec-w {
	background: var(--w);
}
.sec-ow {
	background: var(--ow);
}
.sec-navy {
	background: var(--navy);
}
.wrap {
	max-width: 1280px;
	margin: 0 auto;
}
/* LABELS */

.lbl {
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--c);
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 14px;
}
.lbl::before {
	content: '';
	width: 22px;
	height: 1.5px;
	background: var(--c);
}
.lbl-w {
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.45);
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 14px;
}
.lbl-w::before {
	content: '';
	width: 22px;
	height: 1.5px;
	background: rgba(255, 255, 255, 0.35);
}
/* HEADINGS */

.h1 {
	font-family: 'Sora', sans-serif;
	font-size: clamp(36px, 5vw, 68px);
	font-weight: 800;
	line-height: 1.05;
	letter-spacing: -0.03em;
	color: var(--td);
}
.h2 {
	font-family: 'Sora', sans-serif;
	font-size: clamp(26px, 3vw, 42px);
	font-weight: 800;
	line-height: 1.12;
	letter-spacing: -0.025em;
	color: var(--td);
}
.h3 {
	font-family: 'Sora', sans-serif;
	font-size: clamp(18px, 1.8vw, 24px);
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: -0.02em;
	color: var(--td);
}
.h1-w {
	font-family: 'Sora', sans-serif;
	font-size: clamp(36px, 5vw, 68px);
	font-weight: 800;
	line-height: 1.05;
	letter-spacing: -0.03em;
	color: #fff;
}
.h2-w {
	font-family: 'Sora', sans-serif;
	font-size: clamp(26px, 3vw, 42px);
	font-weight: 800;
	line-height: 1.12;
	letter-spacing: -0.025em;
	color: #fff;
}
.h3-w {
	font-family: 'Sora', sans-serif;
	font-size: clamp(18px, 1.8vw, 22px);
	font-weight: 700;
	line-height: 1.3;
	color: #fff;
}
/* TEXT */

.body {
	font-size: 15.5px;
	font-weight: 300;
	color: var(--tm);
	line-height: 1.8;
}
.body-sm {
	font-size: 14px;
	font-weight: 300;
	color: var(--tm);
	line-height: 1.75;
}
.body-w {
	font-size: 15.5px;
	font-weight: 300;
	color: rgba(255, 255, 255, 0.62);
	line-height: 1.8;
}
/* BUTTONS */

.btn {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 14px;
	font-weight: 600;
	padding: 13px 28px;
	border-radius: 2px;
	border: none;
	cursor: pointer;
	font-family: 'Inter', sans-serif;
	transition: all .2s;
	letter-spacing: 0.01em;
	text-decoration: none;
}
.btn-red {
	background: var(--c);
	color: #fff;
}
.btn-red:hover {
	background: var(--cd);
	transform: translateY(-1px);
}
.btn-white {
	background: #fff;
	color: var(--c);
}
.btn-white:hover {
	opacity: .9;
	transform: translateY(-1px);
}
.btn-ghost {
	background: transparent;
	color: var(--td);
	border: 1.5px solid var(--bo2);
}
.btn-ghost:hover {
	border-color: var(--c);
	color: var(--c);
}
.btn-ghost-w {
	background: transparent;
	color: #fff;
	border: 1.5px solid rgba(255, 255, 255, 0.3);
}
.btn-ghost-w:hover {
	border-color: rgba(255, 255, 255, 0.7);
}
/* SHARED CARDS */

.why-grid-3 {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1px;
	background: var(--bo);
}
.why-c {
	background: var(--w);
	padding: 32px 26px;
	transition: background .2s;
}
.why-c:hover {
	background: var(--ow);
}
.why-c-n {
	font-size: 11px;
	font-weight: 700;
	color: var(--c);
	letter-spacing: 0.1em;
	margin-bottom: 12px;
}
.why-c-t {
	font-family: 'Sora', sans-serif;
	font-size: 16px;
	font-weight: 700;
	color: var(--td);
	margin-bottom: 8px;
}
.why-c-d {
	font-size: 13.5px;
	color: var(--tm);
	line-height: 1.7;
}
.why-grid-3-navy {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 40px;
}
.why-cn {
	padding-top: 28px;
	border-top: 1px solid rgba(255, 255, 255, 0.13);
}
.why-cn-n {
	font-size: 11px;
	font-weight: 700;
	color: rgba(255, 255, 255, 0.45);
	letter-spacing: 0.1em;
	margin-bottom: 12px;
}
.why-cn-t {
	font-family: 'Sora', sans-serif;
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 8px;
}
.why-cn-d {
	font-size: 13.5px;
	color: rgba(255, 255, 255, 0.48);
	line-height: 1.7;
}
/* 2-col intro */

.intro-grid {
	display: grid;
	grid-template-columns: 1.15fr 1fr;
	gap: 80px;
	align-items: start;
}
/* Service sub list */

.sub-list {
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 9px;
	margin-top: 16px;
}
.sub-list li {
	display: flex;
	align-items: flex-start;
	gap: 11px;
	font-size: 14px;
	color: var(--tm);
	line-height: 1.6;
}
.sub-list li::before {
	content: '→';
	color: var(--c);
	font-weight: 700;
	flex-shrink: 0;
	margin-top: 1px;
}
/* Detail panel */

.dp {
	background: var(--ow);
	border: 1px solid var(--bo);
	padding: 28px;
}
.dp-title {
	font-size: 10.5px;
	font-weight: 700;
	color: var(--c);
	letter-spacing: 0.12em;
	text-transform: uppercase;
	margin-bottom: 14px;
}
.dp-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}
.tag {
	font-size: 12px;
	font-weight: 600;
	color: var(--navy);
	background: var(--w);
	border: 1px solid var(--bo);
	padding: 5px 12px;
	border-radius: 100px;
}
.tag-red {
	font-size: 12px;
	font-weight: 600;
	color: #fff;
	background: var(--c);
	padding: 5px 12px;
	border-radius: 100px;
}
/* Service 2x2 grid */

.svc-2x2 {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 24px;
	margin-top: 48px;
}
.svc-box {
	background: var(--w);
	border: 1px solid var(--bo);
	padding: 32px;
	transition: border-color .2s, transform .2s;
}
.svc-box:hover {
	border-color: var(--c);
	transform: translateY(-3px);
}
.svc-box-ico {
	font-size: 24px;
	margin-bottom: 14px;
}
/* Steps */

.steps {
	display: flex;
	flex-direction: column;
	gap: 0;
	margin-top: 48px;
	max-width: 820px;
}
.step {
	display: flex;
	gap: 28px;
	padding: 28px 0;
	border-bottom: 1px solid var(--bo);
}
.step:last-child {
	border-bottom: none;
}
.step-n {
	font-family: 'Sora', sans-serif;
	font-size: 32px;
	font-weight: 800;
	color: var(--c);
	opacity: .2;
	line-height: 1;
	flex-shrink: 0;
	width: 48px;
}
.step-t {
	font-family: 'Sora', sans-serif;
	font-size: 17px;
	font-weight: 700;
	color: var(--td);
	margin-bottom: 7px;
}
.step-d {
	font-size: 14px;
	color: var(--tm);
	line-height: 1.72;
}
/* FAQ */

.faq-wrap {
	display: flex;
	flex-direction: column;
	gap: 4px;
	margin-top: 48px;
	max-width: 860px;
}
.fq {
	border: 1px solid var(--bo);
	background: var(--w);
	cursor: pointer;
	transition: border-color .2s;
}
.fq.open {
	border-color: var(--c);
}
.fq-q {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 24px;
	gap: 16px;
	font-size: 15px;
	font-weight: 600;
	color: var(--td);
	line-height: 1.4;
}
.fq-arr {
	color: var(--c);
	font-size: 16px;
	transition: transform .25s;
	flex-shrink: 0;
}
.fq.open .fq-arr {
	transform: rotate(180deg);
}
.fq-a {
	display: none;
	padding: 0 24px 20px;
	font-size: 14px;
	color: var(--tm);
	line-height: 1.75;
	border-top: 1px solid var(--bo);
	padding-top: 16px;
}
.fq.open .fq-a {
	display: block;
}
/* Related */

.related-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 16px;
	margin-top: 44px;
}
.rel {
	background: var(--ow);
	border: 1px solid var(--bo);
	padding: 24px 20px;
	text-decoration: none;
	display: block;
	transition: border-color .2s, transform .2s;
}
.rel:hover {
	border-color: var(--c);
	transform: translateY(-3px);
}
.rel-ico {
	font-size: 22px;
	margin-bottom: 10px;
}
.rel-t {
	font-family: 'Sora', sans-serif;
	font-size: 14px;
	font-weight: 700;
	color: var(--td);
	margin-bottom: 4px;
}
.rel-arr {
	font-size: 12px;
	font-weight: 600;
	color: var(--c);
	margin-top: 8px;
	display: block;
}
/* CTA BAND */

.cta-band {
	background: var(--c);
	padding: 80px 48px;
	position: relative;
	overflow: hidden;
}
.cta-band-bg {
	position: absolute;
	right: -10px;
	top: 50%;
	transform: translateY(-50%);
	font-family: 'Sora', sans-serif;
	font-size: clamp(100px, 16vw, 200px);
	font-weight: 800;
	color: rgba(255, 255, 255, 0.05);
	line-height: 1;
	pointer-events: none;
	user-select: none;
}
.cta-band-in {
	max-width: 1280px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 48px;
	flex-wrap: wrap;
}
.cta-ck {
	font-size: 13px;
	color: rgba(255, 255, 255, 0.6);
	display: flex;
	align-items: center;
	gap: 10px;
}
.cta-ck::before {
	content: '';
	width: 14px;
	height: 1px;
	background: rgba(255, 255, 255, 0.35);
	flex-shrink: 0;
}
/* TESTI CARD */

.testi-card {
	background: var(--w);
	border: 1px solid var(--bo);
	padding: 36px 32px;
	position: relative;
}
.testi-card::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 3px;
	background: var(--c);
	transform: scaleX(0);
	transition: transform .3s;
	transform-origin: left;
}
.testi-card:hover::before {
	transform: scaleX(1);
}
.testi-mark {
	font-family: 'Sora', sans-serif;
	font-size: 52px;
	color: var(--c);
	line-height: .8;
	margin-bottom: 20px;
	opacity: 0.22;
}
.testi-q {
	font-size: 14px;
	color: var(--tm);
	line-height: 1.82;
	margin-bottom: 24px;
}
.testi-hr {
	height: 1px;
	background: var(--bo);
	margin-bottom: 18px;
}
.testi-name {
	font-size: 14px;
	font-weight: 700;
	color: var(--td);
}
.testi-co {
	font-size: 12px;
	color: var(--c);
	margin-top: 2px;
	font-weight: 500;
}
/* RESPONSIVE */

@media(max-width:960px) {
	.sec {
		padding: 64px 24px;
	}
	.pg-hero {
		padding: 120px 24px 60px;
	}
	.intro-grid {
		grid-template-columns: 1fr;
		gap: 40px;
	}
	.why-grid-3 {
		grid-template-columns: 1fr 1fr;
	}
	.why-grid-3-navy {
		grid-template-columns: 1fr 1fr;
		gap: 28px;
	}
	.related-grid {
		grid-template-columns: 1fr 1fr;
	}
	.svc-2x2 {
		grid-template-columns: 1fr;
	}
	.cta-band {
		padding: 64px 24px;
	}
	.cta-band-in {
		flex-direction: column;
		align-items: flex-start;
	}
}
@media(max-width:580px) {
	.sec {
		padding: 48px 20px;
	}
	.why-grid-3, .why-grid-3-navy {
		grid-template-columns: 1fr;
	}
	.related-grid {
		grid-template-columns: 1fr 1fr;
	}
}
/* ── NAV ── */

.nav {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
	background: var(--navy);
	height: 64px;
	display: flex;
	align-items: center;
}
.nav-inner {
	max-width: 1280px;
	margin: 0 auto;
	width: 100%;
	padding: 0 40px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.nav-logo-text {
	font-family: 'Sora', sans-serif;
	font-size: 18px;
	font-weight: 800;
	color: #fff;
	letter-spacing: -0.02em;
}
.nav-logo-text span {
	opacity: 0.45;
	font-weight: 400;
	font-size: 13px;
	margin-left: 6px;
	letter-spacing: 0.1em;
}
.nav-links {
	display: flex;
	align-items: center;
	gap: 4px;
}
.nav-link {
	font-size: 13.5px;
	font-weight: 500;
	color: rgba(255, 255, 255, 0.75);
	padding: 8px 14px;
	text-decoration: none;
	letter-spacing: 0.01em;
	transition: color .15s;
}
.nav-link:hover {
	color: #fff;
}
.nav-talk {
	background: #fff;
	color: var(--c);
	font-size: 13px;
	font-weight: 700;
	padding: 9px 22px;
	font-family: 'Sora', sans-serif;
	text-decoration: none;
	letter-spacing: 0.01em;
	transition: opacity .15s;
}
.nav-talk:hover {
	opacity: 0.9;
}
/* ── DROPDOWN TRIGGER ── */

.nav-drop {
	position: relative;
	display: inline-flex;
	align-items: center;
	gap: 4px;
	cursor: default;
}
.nav-drop>.nav-link {
	cursor: default;
}
.drop-icon {
	display: flex;
	align-items: center;
	padding-top: 1px;
}
.drop-icon svg {
	width: 10px;
	height: 10px;
	transition: transform .3s cubic-bezier(.4, 0, .2, 1);
}
.drop-icon path {
	stroke: rgba(255, 255, 255, 0.55);
	transition: stroke .15s;
}
.nav-drop:hover .drop-icon svg {
	transform: rotate(180deg);
}
.nav-drop:hover .drop-icon path {
	stroke: rgba(255, 255, 255, 0.9);
}
.nav-drop:hover .nav-link {
	color: #fff;
}
/* ── MEGA MENU ── */

.mega {
	position: absolute;
	top: calc(100% + 14px);
	left: 50%;
	transform: translateX(-50%) translateY(10px);
	width: 880px;
	background: var(--w);
	opacity: 0;
	visibility: hidden;
	transition: opacity .25s cubic-bezier(.4, 0, .2, 1), transform .25s cubic-bezier(.4, 0, .2, 1), visibility .25s;
	z-index: 200;
	display: grid;
	grid-template-columns: 224px 1fr;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.06), 0 8px 16px rgba(0, 0, 0, 0.05), 0 24px 64px rgba(0, 0, 0, 0.1);
}
.nav-drop:hover .mega {
	opacity: 1;
	visibility: visible;
	transform: translateX(-50%) translateY(0);
}
/* Left panel */

.mega-l {
	background: var(--navy);
	padding: 40px 32px;
	display: flex;
	flex-direction: column;
	position: relative;
	overflow: hidden;
}
.mega-l-mosaic {
	position: absolute;
	inset: 0;
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	grid-template-rows: repeat(8, 1fr);
	gap: 2px;
	pointer-events: none;
}
.mega-l-content {
	position: relative;
	z-index: 1;
	flex: 1;
	display: flex;
	flex-direction: column;
}
.mega-l-label {
	font-size: 10px;
	font-weight: 700;
	color: rgba(255, 255, 255, 0.45);
	letter-spacing: 0.14em;
	text-transform: uppercase;
	margin-bottom: 16px;
	display: flex;
	align-items: center;
	gap: 8px;
}
.mega-l-label::before {
	content: '';
	width: 16px;
	height: 1px;
	background: rgba(255, 255, 255, 0.35);
}
.mega-l-h {
	font-family: 'Sora', sans-serif;
	font-size: 19px;
	font-weight: 800;
	color: #fff;
	line-height: 1.2;
	margin-bottom: 10px;
	letter-spacing: -0.02em;
}
.mega-l-p {
	font-size: 12px;
	color: rgba(255, 255, 255, 0.5);
	line-height: 1.65;
	margin-bottom: 28px;
	font-weight: 300;
}
.mega-l-btn {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.18);
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	padding: 9px 18px;
	text-decoration: none;
	letter-spacing: 0.02em;
	transition: all .2s;
}
.mega-l-btn:hover {
	background: rgba(255, 255, 255, 0.18);
}
.mega-l-stat {
	margin-top: auto;
	padding-top: 24px;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.mega-l-stat-n {
	font-family: 'Sora', sans-serif;
	font-size: 24px;
	font-weight: 800;
	color: #fff;
	line-height: 1;
	margin-bottom: 4px;
}
.mega-l-stat-d {
	font-size: 10.5px;
	color: rgba(255, 255, 255, 0.4);
	letter-spacing: 0.06em;
	text-transform: uppercase;
}
/* Right panel */

.mega-r {
	padding: 32px 32px 28px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 0 28px;
}
.mega-col-head {
	font-size: 9.5px;
	font-weight: 700;
	color: var(--tu);
	letter-spacing: 0.14em;
	text-transform: uppercase;
	margin-bottom: 14px;
	padding-bottom: 10px;
	border-bottom: 1px solid var(--bo);
}
.mega-svc {
	display: block;
	padding: 11px 0;
	border-bottom: 1px solid #F4F4F4;
	text-decoration: none;
	position: relative;
}
.mega-svc:last-of-type {
	border-bottom: none;
}
.mega-svc-name {
	font-size: 13px;
	font-weight: 600;
	color: var(--td);
	line-height: 1.2;
	margin-bottom: 3px;
	transition: color .15s;
}
.mega-svc-desc {
	font-size: 11px;
	color: var(--tu);
	line-height: 1.4;
	transition: color .15s;
}
.mega-svc::before {
	content: '';
	position: absolute;
	left: -6px;
	top: 50%;
	transform: translateY(-50%);
	width: 2px;
	height: 0;
	background: var(--c);
	transition: height .2s;
}
.mega-svc:hover::before {
	height: 70%;
}
.mega-svc:hover .mega-svc-name {
	color: var(--c);
}
.mega-svc:hover .mega-svc-desc {
	color: #666;
}
/* Footer bar */

.mega-foot {
	grid-column: 1/-1;
	margin-top: 18px;
	padding-top: 14px;
	border-top: 1px solid var(--bo);
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.mega-foot-link {
	font-size: 12px;
	font-weight: 600;
	color: var(--c);
	text-decoration: none;
	display: flex;
	align-items: center;
	gap: 5px;
	letter-spacing: 0.01em;
}
.mega-foot-link svg {
	width: 12px;
	height: 12px;
	transition: transform .15s;
}
.mega-foot-link:hover svg {
	transform: translateX(3px);
}
.mega-foot-note {
	font-size: 11px;
	color: var(--tu);
}
/* ── Scroll Animations ── */

.fade-up {
	opacity: 0;
	transform: translateY(28px);
	transition: opacity .65s cubic-bezier(.4, 0, .2, 1), transform .65s cubic-bezier(.4, 0, .2, 1);
}
.fade-up.visible {
	opacity: 1;
	transform: translateY(0);
}
.fade-in {
	opacity: 0;
	transition: opacity .7s ease;
}
.fade-in.visible {
	opacity: 1;
}
.stagger-1 {
	transition-delay: .08s;
}
.stagger-2 {
	transition-delay: .16s;
}
.stagger-3 {
	transition-delay: .24s;
}
.stagger-4 {
	transition-delay: .32s;
}
.stagger-5 {
	transition-delay: .40s;
}
/* ── Page Fade Transition ── */

.page-transition {
	position: fixed;
	inset: 0;
	background: var(--navy);
	z-index: 9999;
	pointer-events: none;
	opacity: 0;
	transition: opacity .22s ease;
}
.page-transition.active {
	opacity: 1;
}
/* ── Floating WhatsApp ── */

.wa-float {
	position: fixed;
	bottom: 28px;
	right: 28px;
	z-index: 500;
	display: flex;
	align-items: center;
	gap: 10px;
	background: #25D366;
	color: #fff;
	font-size: 13px;
	font-weight: 600;
	padding: 12px 20px 12px 16px;
	border-radius: 100px;
	text-decoration: none;
	box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4);
	transition: transform .2s, box-shadow .2s;
	white-space: nowrap;
}
.wa-float:hover {
	transform: translateY(-3px);
	box-shadow: 0 8px 28px rgba(37, 211, 102, 0.5);
}
.wa-float svg {
	width: 20px;
	height: 20px;
	flex-shrink: 0;
}
.wa-float-label {
	display: inline;
}
@media(max-width:600px) {
	.wa-float-label {
		display: none;
	}
	.wa-float {
		padding: 13px;
		border-radius: 50%;
		bottom: 80px;
	}
}
/* ── Sticky Mobile CTA ── */

.mobile-cta-bar {
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 490;
	background: #fff;
	border-top: 1px solid var(--bo);
	padding: 10px 16px;
	gap: 8px;
}
@media(max-width:768px) {
	.mobile-cta-bar {
		display: flex;
	}
}
.mobile-cta-bar a {
	flex: 1;
	text-align: center;
	font-size: 13px;
	font-weight: 700;
	padding: 11px 8px;
	text-decoration: none;
}
.mob-cta-primary {
	background: var(--c);
	color: #fff;
}
.mob-cta-wa {
	background: #25D366;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	max-width: 52px;
	flex: 0 0 52px;
	border-radius: 4px;
}
/* ── Cookie Banner ── */

.cookie-bar {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 600;
	background: #111;
	color: rgba(255, 255, 255, 0.82);
	font-size: 13px;
	padding: 16px 28px;
	display: flex;
	align-items: center;
	gap: 20px;
	flex-wrap: wrap;
	transform: translateY(0);
	transition: transform .3s;
}
.cookie-bar.hidden {
	transform: translateY(110%);
}
.cookie-bar p {
	margin: 0;
	flex: 1;
	min-width: 200px;
	line-height: 1.6;
}
.cookie-bar a {
	color: rgba(255, 255, 255, 0.6);
	text-decoration: underline;
}
.cookie-bar-btns {
	display: flex;
	gap: 10px;
	flex-shrink: 0;
}
.cookie-accept {
	background: var(--c);
	color: #fff;
	border: none;
	font-size: 13px;
	font-weight: 600;
	padding: 9px 22px;
	cursor: pointer;
	font-family: inherit;
}
.cookie-decline {
	background: transparent;
	color: rgba(255, 255, 255, 0.5);
	border: 1px solid rgba(255, 255, 255, 0.2);
	font-size: 13px;
	padding: 9px 18px;
	cursor: pointer;
	font-family: inherit;
}



/*Authorisation*/






:root {
	--c: #C6093B;
	--cd: #A4072F;
	--clight: rgba(198, 9, 59, 0.07);
	--navy: #A4072F;
	--navy2: #7A0522;
	--c3: #8C1049;
	--c4: #72104E;
	--c5: #58104F;
	--w: #FFFFFF;
	--ow: #F8F8F8;
	--lg: #F1F1F1;
	--bo: #E5E5E5;
	--bo2: #D0D0D0;
	--td: #111111;
	--tm: #444444;
	--tu: #888888;
}
*, *::before, *::after {
	box-sizing: border-box;
	margin: 0;
	padding: 0
}
html {
	scroll-behavior: smooth;
	-webkit-font-smoothing: antialiased
}
body {
	font-family: 'Inter', sans-serif;
	background: var(--w);
	color: var(--td);
	overflow-x: hidden;
	line-height: 1.6
}
a {
	text-decoration: none;
	color: inherit
}
.nav {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 400;
	background: var(--c);
	height: 70px;
	display: flex;
	align-items: center;
	transition: box-shadow .3s;
}
.nav.scrolled {
	box-shadow: 0 2px 24px rgba(198, 9, 59, 0.35);
}
.nav-inner {
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 48px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.nav-logo {
	display: flex;
	flex-direction: column;
	gap: 1px;
	text-decoration: none;
}
.nav-svg {
	height: 34px;
	width: auto;
	display: block;
}
.nav-svg path, .nav-svg rect {
	fill: #fff!important;
}
.nav-jrb {
	font-size: 11px;
	font-weight: 300;
	color: rgba(255, 255, 255, 0.6);
	letter-spacing: 0.35em;
	padding-left: 43px;
	line-height: 1;
}
.nav-menu {
	display: flex;
	align-items: center;
	gap: 28px;
}
.nav-link {
	font-size: 13px;
	color: rgba(255, 255, 255, 0.75);
	letter-spacing: 0.01em;
	transition: color .15s;
	position: relative;
}
.nav-link:hover, .nav-link.on {
	color: #fff;
}
.nav-link.on::after {
	content: '';
	position: absolute;
	bottom: -4px;
	left: 0;
	right: 0;
	height: 2px;
	background: rgba(255, 255, 255, 0.5);
	border-radius: 1px;
}
.nav-talk {
	background: #fff;
	color: var(--c);
	font-size: 13px;
	font-weight: 700;
	padding: 8px 22px;
	border-radius: 2px;
	letter-spacing: 0.01em;
	transition: opacity .15s, transform .15s;
	margin-left: 8px;
}
.nav-talk:hover {
	opacity: .9;
	transform: translateY(-1px);
}
.nav-ham {
	display: none;
	background: none;
	border: none;
	cursor: pointer;
	flex-direction: column;
	gap: 5px;
	padding: 6px;
}
.nav-ham span {
	display: block;
	width: 20px;
	height: 1.5px;
	background: #fff;
	border-radius: 1px;
}
.trust-bar {
	background: var(--navy);
	padding: 14px 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 40px;
	flex-wrap: wrap;
	border-top: 2px solid rgba(255, 255, 255, 0.15);
}
.tb-i {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 12px;
	color: rgba(255, 255, 255, 0.75);
	font-weight: 500;
	letter-spacing: 0.02em;
}
.tb-i::before {
	content: '';
	width: 4px;
	height: 4px;
	background: var(--c);
	border-radius: 50%;
	flex-shrink: 0;
}
.sec {
	padding: 96px 48px;
}
.wrap {
	max-width: 1280px;
	margin: 0 auto;
}
.label {
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--c);
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 18px;
}
.label::before {
	content: '';
	width: 28px;
	height: 1.5px;
	background: var(--c);
}
.label-w {
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.9);
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 18px;
}
.label-w::before {
	content: '';
	width: 28px;
	height: 1.5px;
	background: rgba(255, 255, 255, 0.6);
}
.h1 {
	font-family: 'Sora', sans-serif;
	font-size: clamp(40px, 5.5vw, 72px);
	font-weight: 800;
	line-height: 1.05;
	letter-spacing: -0.03em;
	color: var(--td);
}
.h2 {
	font-family: 'Sora', sans-serif;
	font-size: clamp(28px, 3.2vw, 44px);
	font-weight: 800;
	line-height: 1.12;
	letter-spacing: -0.025em;
	color: var(--td);
}
.h3 {
	font-family: 'Sora', sans-serif;
	font-size: clamp(18px, 2vw, 24px);
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: -0.02em;
	color: var(--td);
}
.h1-w {
	font-family: 'Sora', sans-serif;
	font-size: clamp(40px, 5.5vw, 72px);
	font-weight: 800;
	line-height: 1.05;
	letter-spacing: -0.03em;
	color: #fff;
}
.h2-w {
	font-family: 'Sora', sans-serif;
	font-size: clamp(28px, 3.2vw, 44px);
	font-weight: 800;
	line-height: 1.12;
	letter-spacing: -0.025em;
	color: #fff;
}
.h3-w {
	font-family: 'Sora', sans-serif;
	font-size: clamp(18px, 2vw, 22px);
	font-weight: 700;
	line-height: 1.3;
	color: #fff;
}
.em {
	color: var(--c);
}
.body {
	font-size: 16px;
	font-weight: 300;
	color: var(--tm);
	line-height: 1.8;
}
.body-sm {
	font-size: 14px;
	font-weight: 300;
	color: var(--tm);
	line-height: 1.75;
}
.body-w {
	font-size: 16px;
	font-weight: 300;
	color: rgba(255, 255, 255, 0.62);
	line-height: 1.8;
}
.btn {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 14px;
	font-weight: 600;
	padding: 13px 28px;
	border-radius: 2px;
	border: none;
	cursor: pointer;
	font-family: 'Inter', sans-serif;
	transition: all .2s;
	letter-spacing: 0.01em;
}
.btn-red {
	background: var(--c);
	color: #fff;
}
.btn-red:hover {
	background: var(--cd);
	transform: translateY(-1px);
}
.btn-white {
	background: #fff;
	color: var(--c);
}
.btn-white:hover {
	opacity: .9;
	transform: translateY(-1px);
}
.btn-ghost {
	background: transparent;
	color: var(--td);
	border: 1.5px solid var(--bo2);
}
.btn-ghost:hover {
	border-color: var(--c);
	color: var(--c);
}
.btn-ghost-w {
	background: transparent;
	color: #fff;
	border: 1.5px solid rgba(255, 255, 255, 0.3);
}
.btn-ghost-w:hover {
	border-color: rgba(255, 255, 255, 0.7);
}
.page-hero {
	background: var(--c);
	padding: 140px 48px 80px;
	position: relative;
	overflow: hidden;
}
.page-hero-bg {
	position: absolute;
	right: -20px;
	bottom: -20px;
	font-family: 'Sora', sans-serif;
	font-size: clamp(100px, 16vw, 200px);
	font-weight: 800;
	color: rgba(255, 255, 255, 0.05);
	line-height: 1;
	pointer-events: none;
	user-select: none;
	letter-spacing: -0.04em;
}
.page-hero-inner {
	max-width: 1280px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}
.page-hero-breadcrumb {
	font-size: 12px;
	color: rgba(255, 255, 255, 0.5);
	letter-spacing: 0.06em;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	gap: 8px;
}
.page-hero-breadcrumb a {
	color: rgba(255, 255, 255, 0.5);
	transition: color .2s;
}
.page-hero-breadcrumb a:hover {
	color: #fff;
}
.page-hero-breadcrumb::before {
	content: '';
	width: 20px;
	height: 1px;
	background: rgba(255, 255, 255, 0.3);
}
.footer {
	background: var(--navy2);
	padding: 64px 48px 32px;
	border-top: 3px solid rgba(255, 255, 255, 0.18);
}
.footer-wrap {
	max-width: 1280px;
	margin: 0 auto;
}
.footer-top {
	display: grid;
	grid-template-columns: 2.2fr 1fr 1fr 1fr;
	gap: 56px;
	padding-bottom: 48px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.f-svg {
	height: 22px;
	width: auto;
	margin-bottom: 3px;
}
.f-svg path, .f-svg rect {
	fill: #fff!important;
}
.f-jrb {
	font-size: 10px;
	font-weight: 300;
	color: rgba(255, 255, 255, 0.60);
	letter-spacing: 0.35em;
	padding-left: 26px;
	display: block;
	margin-bottom: 18px;
}
.f-tagline {
	font-size: 13px;
	color: rgba(255, 255, 255, 0.62);
	line-height: 1.75;
	max-width: 240px;
}
.f-contact {
	margin-top: 20px;
	font-size: 13px;
	line-height: 1.9;
	color: rgba(255, 255, 255, 0.62);
}
.f-contact a {
	color: rgba(255, 255, 255, 0.85);
}
.f-col-head {
	font-size: 10.5px;
	font-weight: 700;
	color: rgba(255, 255, 255, 0.65);
	letter-spacing: 0.12em;
	text-transform: uppercase;
	margin-bottom: 18px;
}
.f-links {
	display: flex;
	flex-direction: column;
	gap: 11px;
}
.f-link {
	font-size: 13px;
	color: rgba(255, 255, 255, 0.72);
	transition: color .15s;
}
.f-link:hover {
	color: #fff;
}
.footer-bot {
	padding-top: 24px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 12px;
}
.f-copy {
	font-size: 11.5px;
	color: rgba(255, 255, 255, 0.50);
}
.f-socials {
	display: flex;
	gap: 8px;
}
.f-soc {
	width: 30px;
	height: 30px;
	background: rgba(0, 0, 0, 0.12);
	border-radius: 3px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 11.5px;
	font-weight: 700;
	color: rgba(255, 255, 255, 0.4);
	transition: background .15s, color .15s;
}
.f-soc:hover {
	background: var(--c);
	color: #fff;
}
.wa-pill {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background: #25D366;
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	padding: 7px 16px;
	border-radius: 2px;
}
.wa-pill:hover {
	opacity: .88;
}
.cta-band {
	background: var(--c);
	padding: 72px 48px;
	position: relative;
	overflow: hidden;
}
.cta-band-bg {
	position: absolute;
	right: -10px;
	top: 50%;
	transform: translateY(-50%);
	font-family: 'Sora', sans-serif;
	font-size: clamp(100px, 16vw, 200px);
	font-weight: 800;
	color: rgba(255, 255, 255, 0.05);
	line-height: 1;
	pointer-events: none;
	user-select: none;
}
.cta-band-inner {
	max-width: 1280px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 48px;
	flex-wrap: wrap;
}
.cta-band-ck {
	font-size: 13px;
	color: rgba(255, 255, 255, 0.55);
	display: flex;
	align-items: center;
	gap: 10px;
}
.cta-band-ck::before {
	content: '';
	width: 14px;
	height: 1px;
	background: rgba(255, 255, 255, 0.3);
	flex-shrink: 0;
}
@media(max-width:960px) {
	.nav-menu {
		display: none;
	}
	.nav-ham {
		display: flex;
	}
	.nav-menu.open {
		display: flex;
		flex-direction: column;
		position: absolute;
		top: 70px;
		left: 0;
		right: 0;
		background: var(--c);
		padding: 24px 48px;
		gap: 18px;
		border-top: 1px solid rgba(255, 255, 255, 0.12);
	}
	.sec {
		padding: 64px 24px;
	}
	.trust-bar, .page-hero, .cta-band, .footer {
		padding-left: 24px;
		padding-right: 24px;
	}
	.footer-top {
		grid-template-columns: 1fr 1fr;
		gap: 32px;
	}
	.footer-top>:first-child {
		grid-column: 1/-1;
	}
	.cta-band-inner {
		flex-direction: column;
		align-items: flex-start;
	}
}
@media(max-width:580px) {
	.sec {
		padding: 48px 20px;
	}
	.footer-top {
		grid-template-columns: 1fr;
	}
	.page-hero {
		padding: 120px 20px 60px;
	}
}
.hero {
	background: var(--c);
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: 0 48px 80px;
	position: relative;
	overflow: hidden;
}
.hero-bg-num {
	position: absolute;
	right: -40px;
	top: 50%;
	transform: translateY(-50%);
	font-family: 'Sora', sans-serif;
	font-size: clamp(200px, 28vw, 380px);
	font-weight: 800;
	color: rgba(255, 255, 255, 0.04);
	line-height: 1;
	pointer-events: none;
	letter-spacing: -0.05em;
	user-select: none;
}
.hero-inner {
	max-width: 1280px;
	margin: 0 auto;
	width: 100%;
	position: relative;
	z-index: 1;
}
.hero-top {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding-top: 120px;
	margin-bottom: 80px;
}
.hero-tag {
	font-size: 15px;
	font-weight: 700;
	color: rgba(255, 255, 255, 0.9);
	letter-spacing: 0.1em;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	gap: 12px;
}
.hero-tag::before {
	content: '';
	width: 32px;
	height: 2px;
	background: rgba(255, 255, 255, 0.65);
}
.hero-h {
	font-family: 'Sora', sans-serif;
	font-size: clamp(46px, 6.5vw, 88px);
	font-weight: 800;
	color: #fff;
	line-height: 1.02;
	letter-spacing: -0.035em;
	max-width: 980px;
	margin-bottom: 40px;
}
.hero-h span {
	color: rgba(255, 255, 255, 0.3);
}
.hero-bottom {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 40px;
	padding-top: 48px;
	border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.hero-desc {
	font-size: 16px;
	color: rgba(255, 255, 255, 0.65);
	line-height: 1.75;
	max-width: 480px;
	font-weight: 300;
}
.hero-btns {
	display: flex;
	gap: 12px;
	flex-shrink: 0;
}
/* ECOVIS INT */

.ecovis-int {
	background: var(--navy);
	padding: 80px 48px;
}
.ecovis-int-inner {
	max-width: 1280px;
	margin: 0 auto;
}
.ecovis-int-header {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 72px;
	align-items: end;
	margin-bottom: 56px;
	padding-bottom: 48px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}
.ecovis-int-stats {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 1px;
	background: rgba(0, 0, 0, 0.12);
}
.int-stat {
	background: rgba(0, 0, 0, 0.1);
	padding: 36px 24px;
	text-align: center;
	transition: background .2s;
}
.int-stat:hover {
	background: rgba(0, 0, 0, 0.12);
}
.int-stat-n {
	font-family: 'Sora', sans-serif;
	font-size: clamp(28px, 3vw, 40px);
	font-weight: 800;
	color: #fff;
	line-height: 1;
	margin-bottom: 8px;
}
.int-stat-n sup {
	font-size: 0.45em;
}
.int-stat-l {
	font-size: 11px;
	color: rgba(255, 255, 255, 0.65);
	letter-spacing: 0.06em;
	text-transform: uppercase;
	line-height: 1.4;
}
/* POSITIONING */

.positioning {
	background: var(--w);
	padding: 80px 48px;
}
.positioning-inner {
	max-width: 1280px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 96px;
	align-items: center;
}
.pos-big {
	font-family: 'Sora', sans-serif;
	font-size: clamp(18px, 2vw, 24px);
	font-weight: 300;
	color: var(--tm);
	line-height: 1.7;
	max-width: 520px;
}
.pos-big strong {
	font-weight: 700;
	color: var(--td);
}
.pos-facts {
	display: flex;
	flex-direction: column;
	gap: 0;
	border-top: 1px solid var(--bo);
}
.pos-fact {
	display: flex;
	align-items: flex-start;
	gap: 24px;
	padding: 24px 0;
	border-bottom: 1px solid var(--bo);
}
.pos-fact-num {
	font-family: 'Sora', sans-serif;
	font-size: 13px;
	font-weight: 700;
	color: var(--c);
	width: 28px;
	flex-shrink: 0;
	margin-top: 2px;
}
.pos-fact-t {
	font-size: 15px;
	font-weight: 600;
	color: var(--td);
	margin-bottom: 4px;
}
.pos-fact-d {
	font-size: 13.5px;
	color: var(--tm);
	line-height: 1.6;
}
/* SERVICES */

.svc-sec {
	background: var(--ow);
}
.svc-header {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	margin-bottom: 56px;
}
.svc-grid {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 1px;
	background: var(--bo);
}
.svc-card {
	background: var(--w);
	padding: 40px 28px;
	display: flex;
	flex-direction: column;
	text-decoration: none;
	transition: background .25s, transform .2s;
	position: relative;
	overflow: hidden;
}
.svc-card::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 3px;
	background: transparent;
	transition: background .2s;
}
.svc-card:hover::before {
	background: var(--c);
}
.svc-card:hover {
	background: #7A0522;
	transform: translateY(-6px);
}
.svc-card:hover .svc-n, .svc-card:hover .svc-t, .svc-card:hover .svc-tagline, .svc-card:hover .svc-p, .svc-card:hover .svc-arr {
	color: #fff!important;
	opacity: 1;
}
.svc-card:hover .svc-tagline {
	color: rgba(255, 255, 255, 0.6)!important;
}
.svc-n {
	font-size: 11px;
	font-weight: 600;
	color: var(--tu);
	letter-spacing: 0.1em;
	margin-bottom: 24px;
	transition: color .2s;
}
.svc-ico {
	font-size: 26px;
	margin-bottom: 18px;
}
.svc-t {
	font-family: 'Sora', sans-serif;
	font-size: 17px;
	font-weight: 700;
	color: var(--td);
	margin-bottom: 8px;
	line-height: 1.25;
	transition: color .2s;
}
.svc-tagline {
	font-size: 13px;
	font-weight: 500;
	color: var(--c);
	margin-bottom: 12px;
	line-height: 1.4;
	transition: color .2s;
	font-style: italic;
}
.svc-p {
	font-size: 13px;
	color: var(--tm);
	line-height: 1.65;
	flex: 1;
	transition: color .2s;
}
.svc-arr {
	display: inline-block;
	margin-top: 20px;
	font-size: 13px;
	font-weight: 600;
	color: var(--c);
	transition: color .2s;
}
/* WHY */

.why-sec {
	background: var(--navy);
	padding: 96px 48px;
	position: relative;
	overflow: hidden;
}
.why-inner {
	max-width: 1280px;
	margin: 0 auto;
}
.why-header {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 72px;
	align-items: end;
	margin-bottom: 64px;
	padding-bottom: 48px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}
.why-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 40px;
}
.why-card {
	padding-top: 28px;
	border-top: 1px solid rgba(255, 255, 255, 0.13);
}
.why-num {
	font-family: 'Sora', sans-serif;
	font-size: 11px;
	font-weight: 700;
	color: rgba(255, 255, 255, 0.45);
	letter-spacing: 0.1em;
	margin-bottom: 14px;
}
.why-t {
	font-family: 'Sora', sans-serif;
	font-size: 17px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 10px;
	line-height: 1.3;
}
.why-d {
	font-size: 13.5px;
	color: rgba(255, 255, 255, 0.72);
	line-height: 1.72;
}
/* TESTIMONIALS */

.testi-sec {
	background: var(--ow);
	padding: 96px 48px;
}
.testi-inner {
	max-width: 1280px;
	margin: 0 auto;
}
.testi-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
	margin-top: 52px;
}
.testi-card {
	background: var(--w);
	border: 1px solid var(--bo);
	padding: 40px 32px;
	position: relative;
}
.testi-card::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 3px;
	background: var(--c);
	transform: scaleX(0);
	transition: transform .3s;
	transform-origin: left;
}
.testi-card:hover::before {
	transform: scaleX(1);
}
.testi-mark {
	font-family: 'Sora', sans-serif;
	font-size: 52px;
	color: var(--c);
	line-height: .8;
	margin-bottom: 20px;
	opacity: 0.25;
}
.testi-q {
	font-size: 14px;
	color: var(--tm);
	line-height: 1.82;
	margin-bottom: 28px;
}
.testi-hr {
	height: 1px;
	background: var(--bo);
	margin-bottom: 20px;
}
.testi-name {
	font-size: 14px;
	font-weight: 700;
	color: var(--td);
}
.testi-co {
	font-size: 12px;
	color: var(--c);
	margin-top: 2px;
	font-weight: 500;
}
/* CTA */

.cta-sec {
	background: var(--c);
	padding: 96px 48px;
	position: relative;
	overflow: hidden;
}
.cta-bg-t {
	position: absolute;
	right: -20px;
	top: 50%;
	transform: translateY(-50%);
	font-family: 'Sora', sans-serif;
	font-size: clamp(120px, 18vw, 240px);
	font-weight: 800;
	color: rgba(255, 255, 255, 0.05);
	line-height: 1;
	pointer-events: none;
	user-select: none;
}
.cta-inner {
	max-width: 1280px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 60px;
	flex-wrap: wrap;
}
.cta-ck {
	font-size: 13px;
	color: rgba(255, 255, 255, 0.6);
	display: flex;
	align-items: center;
	gap: 10px;
}
.cta-ck::before {
	content: '';
	width: 16px;
	height: 1px;
	background: rgba(255, 255, 255, 0.35);
	flex-shrink: 0;
}
/* RESPONSIVE */

@media(max-width:1100px) {
	.svc-grid {
		grid-template-columns: repeat(3, 1fr);
	}
	.ecovis-int-stats {
		grid-template-columns: repeat(3, 1fr);
	}
}
@media(max-width:960px) {
	.hero {
		padding: 0 24px 64px;
	}
	.hero-top {
		padding-top: 100px;
		flex-direction: column;
		gap: 16px;
		margin-bottom: 48px;
	}
	.hero-bottom {
		flex-direction: column;
		align-items: flex-start;
	}
	.ecovis-int, .positioning {
		padding: 64px 24px;
	}
	.ecovis-int-header {
		grid-template-columns: 1fr;
		gap: 32px;
	}
	.ecovis-int-stats {
		grid-template-columns: repeat(3, 1fr);
	}
	.positioning-inner {
		grid-template-columns: 1fr;
		gap: 40px;
	}
	.svc-grid {
		grid-template-columns: repeat(2, 1fr);
	}
	.why-header {
		grid-template-columns: 1fr;
		gap: 24px;
	}
	.why-grid {
		grid-template-columns: 1fr 1fr;
	}
	.testi-grid {
		grid-template-columns: 1fr;
	}
	.cta-inner {
		flex-direction: column;
	}
	.why-sec, .testi-sec, .cta-sec {
		padding: 64px 24px;
	}
}
@media(max-width:600px) {
	.svc-grid {
		grid-template-columns: 1fr;
	}
	.why-grid {
		grid-template-columns: 1fr;
	}
	.ecovis-int-stats {
		grid-template-columns: repeat(2, 1fr);
	}
}
/* GLOBAL PRESENCE */

.presence-sec {
	background: var(--ow);
	padding: 96px 48px;
}
.presence-inner {
	max-width: 1280px;
	margin: 0 auto;
}
.presence-header {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 72px;
	align-items: end;
	margin-bottom: 56px;
	padding-bottom: 48px;
	border-bottom: 1px solid var(--bo);
}
.regions-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 1px;
	background: var(--bo);
	margin-bottom: 1px;
}
.region-card {
	background: var(--w);
	padding: 36px 28px;
	transition: background .2s, transform .2s, box-shadow .2s;
}
.region-card:hover {
	background: var(--w);
	transform: translateY(-4px);
	box-shadow: 0 12px 40px rgba(198, 9, 59, 0.08);
}
.region-ico {
	font-size: 28px;
	margin-bottom: 16px;
}
.region-name {
	font-family: 'Sora', sans-serif;
	font-size: 18px;
	font-weight: 700;
	color: var(--td);
	margin-bottom: 6px;
}
.region-hub {
	font-size: 12px;
	font-weight: 600;
	color: var(--c);
	letter-spacing: 0.04em;
	margin-bottom: 14px;
}
.region-countries {
	font-size: 12.5px;
	color: var(--tu);
	line-height: 1.75;
	margin-bottom: 16px;
}
.region-tag {
	font-size: 11.5px;
	font-weight: 600;
	color: var(--c);
	padding: 6px 0;
	border-top: 1px solid var(--bo);
}
.presence-footer-strip {
	background: var(--w);
	border: 1px solid var(--bo);
	border-top: none;
	display: flex;
	align-items: center;
	justify-content: space-around;
	padding: 28px 36px;
	flex-wrap: wrap;
	gap: 20px;
}
.pfs-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 4px;
}
.pfs-n {
	font-family: 'Sora', sans-serif;
	font-size: 24px;
	font-weight: 800;
	color: var(--td);
}
.pfs-l {
	font-size: 11px;
	color: var(--tu);
	letter-spacing: 0.06em;
	text-transform: uppercase;
}
.pfs-div {
	width: 1px;
	height: 32px;
	background: var(--bo);
}
@media(max-width:960px) {
	.presence-header {
		grid-template-columns: 1fr;
		gap: 28px;
	}
	.regions-grid {
		grid-template-columns: 1fr 1fr;
	}
	.pfs-div {
		display: none;
	}
	.presence-sec {
		padding: 64px 24px;
	}
}
@media(max-width:560px) {
	.regions-grid {
		grid-template-columns: 1fr;
	}
	.presence-footer-strip {
		justify-content: flex-start;
		gap: 24px;
	}
}
/* PAGE HERO */

.pg-hero {
	background: var(--c);
	padding: 140px 48px 80px;
	position: relative;
	overflow: hidden;
}
.pg-hero-bg {
	position: absolute;
	right: -20px;
	bottom: -10px;
	font-family: 'Sora', sans-serif;
	font-size: clamp(100px, 16vw, 220px);
	font-weight: 800;
	color: rgba(255, 255, 255, 0.05);
	line-height: 1;
	pointer-events: none;
	user-select: none;
	letter-spacing: -0.04em;
}
.pg-hero-wrap {
	max-width: 1280px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}
.breadcrumb {
	font-size: 12px;
	color: rgba(255, 255, 255, 0.5);
	letter-spacing: 0.06em;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	gap: 8px;
}
.breadcrumb::before {
	content: '';
	width: 20px;
	height: 1px;
	background: rgba(255, 255, 255, 0.3);
	flex-shrink: 0;
}
.breadcrumb a {
	color: rgba(255, 255, 255, 0.5);
	transition: color .2s;
}
.breadcrumb a:hover {
	color: #fff;
}
.breadcrumb span {
	color: rgba(255, 255, 255, 0.50);
}
/* SECTIONS */

.sec {
	padding: 96px 48px;
}
.sec-w {
	background: var(--w);
}
.sec-ow {
	background: var(--ow);
}
.sec-navy {
	background: var(--navy);
}
.wrap {
	max-width: 1280px;
	margin: 0 auto;
}
/* LABELS */

.lbl {
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--c);
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 14px;
}
.lbl::before {
	content: '';
	width: 22px;
	height: 1.5px;
	background: var(--c);
}
.lbl-w {
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.45);
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 14px;
}
.lbl-w::before {
	content: '';
	width: 22px;
	height: 1.5px;
	background: rgba(255, 255, 255, 0.35);
}
/* HEADINGS */

.h1 {
	font-family: 'Sora', sans-serif;
	font-size: clamp(36px, 5vw, 68px);
	font-weight: 800;
	line-height: 1.05;
	letter-spacing: -0.03em;
	color: var(--td);
}
.h2 {
	font-family: 'Sora', sans-serif;
	font-size: clamp(26px, 3vw, 42px);
	font-weight: 800;
	line-height: 1.12;
	letter-spacing: -0.025em;
	color: var(--td);
}
.h3 {
	font-family: 'Sora', sans-serif;
	font-size: clamp(18px, 1.8vw, 24px);
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: -0.02em;
	color: var(--td);
}
.h1-w {
	font-family: 'Sora', sans-serif;
	font-size: clamp(36px, 5vw, 68px);
	font-weight: 800;
	line-height: 1.05;
	letter-spacing: -0.03em;
	color: #fff;
}
.h2-w {
	font-family: 'Sora', sans-serif;
	font-size: clamp(26px, 3vw, 42px);
	font-weight: 800;
	line-height: 1.12;
	letter-spacing: -0.025em;
	color: #fff;
}
.h3-w {
	font-family: 'Sora', sans-serif;
	font-size: clamp(18px, 1.8vw, 22px);
	font-weight: 700;
	line-height: 1.3;
	color: #fff;
}
/* TEXT */

.body {
	font-size: 15.5px;
	font-weight: 300;
	color: var(--tm);
	line-height: 1.8;
}
.body-sm {
	font-size: 14px;
	font-weight: 300;
	color: var(--tm);
	line-height: 1.75;
}
.body-w {
	font-size: 15.5px;
	font-weight: 300;
	color: rgba(255, 255, 255, 0.62);
	line-height: 1.8;
}
/* BUTTONS */

.btn {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 14px;
	font-weight: 600;
	padding: 13px 28px;
	border-radius: 2px;
	border: none;
	cursor: pointer;
	font-family: 'Inter', sans-serif;
	transition: all .2s;
	letter-spacing: 0.01em;
	text-decoration: none;
}
.btn-red {
	background: var(--c);
	color: #fff;
}
.btn-red:hover {
	background: var(--cd);
	transform: translateY(-1px);
}
.btn-white {
	background: #fff;
	color: var(--c);
}
.btn-white:hover {
	opacity: .9;
	transform: translateY(-1px);
}
.btn-ghost {
	background: transparent;
	color: var(--td);
	border: 1.5px solid var(--bo2);
}
.btn-ghost:hover {
	border-color: var(--c);
	color: var(--c);
}
.btn-ghost-w {
	background: transparent;
	color: #fff;
	border: 1.5px solid rgba(255, 255, 255, 0.3);
}
.btn-ghost-w:hover {
	border-color: rgba(255, 255, 255, 0.7);
}
/* SHARED CARDS */

.why-grid-3 {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1px;
	background: var(--bo);
}
.why-c {
	background: var(--w);
	padding: 32px 26px;
	transition: background .2s;
}
.why-c:hover {
	background: var(--ow);
}
.why-c-n {
	font-size: 11px;
	font-weight: 700;
	color: var(--c);
	letter-spacing: 0.1em;
	margin-bottom: 12px;
}
.why-c-t {
	font-family: 'Sora', sans-serif;
	font-size: 16px;
	font-weight: 700;
	color: var(--td);
	margin-bottom: 8px;
}
.why-c-d {
	font-size: 13.5px;
	color: var(--tm);
	line-height: 1.7;
}
.why-grid-3-navy {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 40px;
}
.why-cn {
	padding-top: 28px;
	border-top: 1px solid rgba(255, 255, 255, 0.13);
}
.why-cn-n {
	font-size: 11px;
	font-weight: 700;
	color: rgba(255, 255, 255, 0.45);
	letter-spacing: 0.1em;
	margin-bottom: 12px;
}
.why-cn-t {
	font-family: 'Sora', sans-serif;
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 8px;
}
.why-cn-d {
	font-size: 13.5px;
	color: rgba(255, 255, 255, 0.48);
	line-height: 1.7;
}
/* 2-col intro */

.intro-grid {
	display: grid;
	grid-template-columns: 1.15fr 1fr;
	gap: 80px;
	align-items: start;
}
/* Service sub list */

.sub-list {
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 9px;
	margin-top: 16px;
}
.sub-list li {
	display: flex;
	align-items: flex-start;
	gap: 11px;
	font-size: 14px;
	color: var(--tm);
	line-height: 1.6;
}
.sub-list li::before {
	content: '→';
	color: var(--c);
	font-weight: 700;
	flex-shrink: 0;
	margin-top: 1px;
}
/* Detail panel */

.dp {
	background: var(--ow);
	border: 1px solid var(--bo);
	padding: 28px;
}
.dp-title {
	font-size: 10.5px;
	font-weight: 700;
	color: var(--c);
	letter-spacing: 0.12em;
	text-transform: uppercase;
	margin-bottom: 14px;
}
.dp-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}
.tag {
	font-size: 12px;
	font-weight: 600;
	color: var(--navy);
	background: var(--w);
	border: 1px solid var(--bo);
	padding: 5px 12px;
	border-radius: 100px;
}
.tag-red {
	font-size: 12px;
	font-weight: 600;
	color: #fff;
	background: var(--c);
	padding: 5px 12px;
	border-radius: 100px;
}
/* Service 2x2 grid */

.svc-2x2 {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 24px;
	margin-top: 48px;
}
.svc-box {
	background: var(--w);
	border: 1px solid var(--bo);
	padding: 32px;
	transition: border-color .2s, transform .2s;
}
.svc-box:hover {
	border-color: var(--c);
	transform: translateY(-3px);
}
.svc-box-ico {
	font-size: 24px;
	margin-bottom: 14px;
}
/* Steps */

.steps {
	display: flex;
	flex-direction: column;
	gap: 0;
	margin-top: 48px;
	max-width: 820px;
}
.step {
	display: flex;
	gap: 28px;
	padding: 28px 0;
	border-bottom: 1px solid var(--bo);
}
.step:last-child {
	border-bottom: none;
}
.step-n {
	font-family: 'Sora', sans-serif;
	font-size: 32px;
	font-weight: 800;
	color: var(--c);
	opacity: .2;
	line-height: 1;
	flex-shrink: 0;
	width: 48px;
}
.step-t {
	font-family: 'Sora', sans-serif;
	font-size: 17px;
	font-weight: 700;
	color: var(--td);
	margin-bottom: 7px;
}
.step-d {
	font-size: 14px;
	color: var(--tm);
	line-height: 1.72;
}
/* FAQ */

.faq-wrap {
	display: flex;
	flex-direction: column;
	gap: 4px;
	margin-top: 48px;
	max-width: 860px;
}
.fq {
	border: 1px solid var(--bo);
	background: var(--w);
	cursor: pointer;
	transition: border-color .2s;
}
.fq.open {
	border-color: var(--c);
}
.fq-q {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 24px;
	gap: 16px;
	font-size: 15px;
	font-weight: 600;
	color: var(--td);
	line-height: 1.4;
}
.fq-arr {
	color: var(--c);
	font-size: 16px;
	transition: transform .25s;
	flex-shrink: 0;
}
.fq.open .fq-arr {
	transform: rotate(180deg);
}
.fq-a {
	display: none;
	padding: 0 24px 20px;
	font-size: 14px;
	color: var(--tm);
	line-height: 1.75;
	border-top: 1px solid var(--bo);
	padding-top: 16px;
}
.fq.open .fq-a {
	display: block;
}
/* Related */

.related-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 16px;
	margin-top: 44px;
}
.rel {
	background: var(--ow);
	border: 1px solid var(--bo);
	padding: 24px 20px;
	text-decoration: none;
	display: block;
	transition: border-color .2s, transform .2s;
}
.rel:hover {
	border-color: var(--c);
	transform: translateY(-3px);
}
.rel-ico {
	font-size: 22px;
	margin-bottom: 10px;
}
.rel-t {
	font-family: 'Sora', sans-serif;
	font-size: 14px;
	font-weight: 700;
	color: var(--td);
	margin-bottom: 4px;
}
.rel-arr {
	font-size: 12px;
	font-weight: 600;
	color: var(--c);
	margin-top: 8px;
	display: block;
}
/* CTA BAND */

.cta-band {
	background: var(--c);
	padding: 80px 48px;
	position: relative;
	overflow: hidden;
}
.cta-band-bg {
	position: absolute;
	right: -10px;
	top: 50%;
	transform: translateY(-50%);
	font-family: 'Sora', sans-serif;
	font-size: clamp(100px, 16vw, 200px);
	font-weight: 800;
	color: rgba(255, 255, 255, 0.05);
	line-height: 1;
	pointer-events: none;
	user-select: none;
}
.cta-band-in {
	max-width: 1280px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 48px;
	flex-wrap: wrap;
}
.cta-ck {
	font-size: 13px;
	color: rgba(255, 255, 255, 0.6);
	display: flex;
	align-items: center;
	gap: 10px;
}
.cta-ck::before {
	content: '';
	width: 14px;
	height: 1px;
	background: rgba(255, 255, 255, 0.35);
	flex-shrink: 0;
}
/* TESTI CARD */

.testi-card {
	background: var(--w);
	border: 1px solid var(--bo);
	padding: 36px 32px;
	position: relative;
}
.testi-card::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 3px;
	background: var(--c);
	transform: scaleX(0);
	transition: transform .3s;
	transform-origin: left;
}
.testi-card:hover::before {
	transform: scaleX(1);
}
.testi-mark {
	font-family: 'Sora', sans-serif;
	font-size: 52px;
	color: var(--c);
	line-height: .8;
	margin-bottom: 20px;
	opacity: 0.22;
}
.testi-q {
	font-size: 14px;
	color: var(--tm);
	line-height: 1.82;
	margin-bottom: 24px;
}
.testi-hr {
	height: 1px;
	background: var(--bo);
	margin-bottom: 18px;
}
.testi-name {
	font-size: 14px;
	font-weight: 700;
	color: var(--td);
}
.testi-co {
	font-size: 12px;
	color: var(--c);
	margin-top: 2px;
	font-weight: 500;
}
/* RESPONSIVE */

@media(max-width:960px) {
	.sec {
		padding: 64px 24px;
	}
	.pg-hero {
		padding: 120px 24px 60px;
	}
	.intro-grid {
		grid-template-columns: 1fr;
		gap: 40px;
	}
	.why-grid-3 {
		grid-template-columns: 1fr 1fr;
	}
	.why-grid-3-navy {
		grid-template-columns: 1fr 1fr;
		gap: 28px;
	}
	.related-grid {
		grid-template-columns: 1fr 1fr;
	}
	.svc-2x2 {
		grid-template-columns: 1fr;
	}
	.cta-band {
		padding: 64px 24px;
	}
	.cta-band-in {
		flex-direction: column;
		align-items: flex-start;
	}
}
@media(max-width:580px) {
	.sec {
		padding: 48px 20px;
	}
	.why-grid-3, .why-grid-3-navy {
		grid-template-columns: 1fr;
	}
	.related-grid {
		grid-template-columns: 1fr 1fr;
	}
}
/* ── NAV ── */

.nav {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
	background: var(--navy);
	height: 64px;
	display: flex;
	align-items: center;
}
.nav-inner {
	max-width: 1280px;
	margin: 0 auto;
	width: 100%;
	padding: 0 40px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.nav-logo-text {
	font-family: 'Sora', sans-serif;
	font-size: 18px;
	font-weight: 800;
	color: #fff;
	letter-spacing: -0.02em;
}
.nav-logo-text span {
	opacity: 0.45;
	font-weight: 400;
	font-size: 13px;
	margin-left: 6px;
	letter-spacing: 0.1em;
}
.nav-links {
	display: flex;
	align-items: center;
	gap: 4px;
}
.nav-link {
	font-size: 13.5px;
	font-weight: 500;
	color: rgba(255, 255, 255, 0.75);
	padding: 8px 14px;
	text-decoration: none;
	letter-spacing: 0.01em;
	transition: color .15s;
}
.nav-link:hover {
	color: #fff;
}
.nav-talk {
	background: #fff;
	color: var(--c);
	font-size: 13px;
	font-weight: 700;
	padding: 9px 22px;
	font-family: 'Sora', sans-serif;
	text-decoration: none;
	letter-spacing: 0.01em;
	transition: opacity .15s;
}
.nav-talk:hover {
	opacity: 0.9;
}
/* ── DROPDOWN TRIGGER ── */

.nav-drop {
	position: relative;
	display: inline-flex;
	align-items: center;
	gap: 4px;
	cursor: default;
}
.nav-drop>.nav-link {
	cursor: default;
}
.drop-icon {
	display: flex;
	align-items: center;
	padding-top: 1px;
}
.drop-icon svg {
	width: 10px;
	height: 10px;
	transition: transform .3s cubic-bezier(.4, 0, .2, 1);
}
.drop-icon path {
	stroke: rgba(255, 255, 255, 0.55);
	transition: stroke .15s;
}
.nav-drop:hover .drop-icon svg {
	transform: rotate(180deg);
}
.nav-drop:hover .drop-icon path {
	stroke: rgba(255, 255, 255, 0.9);
}
.nav-drop:hover .nav-link {
	color: #fff;
}
/* ── MEGA MENU ── */

.mega {
	position: absolute;
	top: calc(100% + 14px);
	left: 50%;
	transform: translateX(-50%) translateY(10px);
	width: 880px;
	background: var(--w);
	opacity: 0;
	visibility: hidden;
	transition: opacity .25s cubic-bezier(.4, 0, .2, 1), transform .25s cubic-bezier(.4, 0, .2, 1), visibility .25s;
	z-index: 200;
	display: grid;
	grid-template-columns: 224px 1fr;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.06), 0 8px 16px rgba(0, 0, 0, 0.05), 0 24px 64px rgba(0, 0, 0, 0.1);
}
.nav-drop:hover .mega {
	opacity: 1;
	visibility: visible;
	transform: translateX(-50%) translateY(0);
}
/* Left panel */

.mega-l {
	background: var(--navy);
	padding: 40px 32px;
	display: flex;
	flex-direction: column;
	position: relative;
	overflow: hidden;
}
.mega-l-mosaic {
	position: absolute;
	inset: 0;
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	grid-template-rows: repeat(8, 1fr);
	gap: 2px;
	pointer-events: none;
}
.mega-l-content {
	position: relative;
	z-index: 1;
	flex: 1;
	display: flex;
	flex-direction: column;
}
.mega-l-label {
	font-size: 10px;
	font-weight: 700;
	color: rgba(255, 255, 255, 0.45);
	letter-spacing: 0.14em;
	text-transform: uppercase;
	margin-bottom: 16px;
	display: flex;
	align-items: center;
	gap: 8px;
}
.mega-l-label::before {
	content: '';
	width: 16px;
	height: 1px;
	background: rgba(255, 255, 255, 0.35);
}
.mega-l-h {
	font-family: 'Sora', sans-serif;
	font-size: 19px;
	font-weight: 800;
	color: #fff;
	line-height: 1.2;
	margin-bottom: 10px;
	letter-spacing: -0.02em;
}
.mega-l-p {
	font-size: 12px;
	color: rgba(255, 255, 255, 0.5);
	line-height: 1.65;
	margin-bottom: 28px;
	font-weight: 300;
}
.mega-l-btn {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.18);
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	padding: 9px 18px;
	text-decoration: none;
	letter-spacing: 0.02em;
	transition: all .2s;
}
.mega-l-btn:hover {
	background: rgba(255, 255, 255, 0.18);
}
.mega-l-stat {
	margin-top: auto;
	padding-top: 24px;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.mega-l-stat-n {
	font-family: 'Sora', sans-serif;
	font-size: 24px;
	font-weight: 800;
	color: #fff;
	line-height: 1;
	margin-bottom: 4px;
}
.mega-l-stat-d {
	font-size: 10.5px;
	color: rgba(255, 255, 255, 0.4);
	letter-spacing: 0.06em;
	text-transform: uppercase;
}
/* Right panel */

.mega-r {
	padding: 32px 32px 28px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 0 28px;
}
.mega-col-head {
	font-size: 9.5px;
	font-weight: 700;
	color: var(--tu);
	letter-spacing: 0.14em;
	text-transform: uppercase;
	margin-bottom: 14px;
	padding-bottom: 10px;
	border-bottom: 1px solid var(--bo);
}
.mega-svc {
	display: block;
	padding: 11px 0;
	border-bottom: 1px solid #F4F4F4;
	text-decoration: none;
	position: relative;
}
.mega-svc:last-of-type {
	border-bottom: none;
}
.mega-svc-name {
	font-size: 13px;
	font-weight: 600;
	color: var(--td);
	line-height: 1.2;
	margin-bottom: 3px;
	transition: color .15s;
}
.mega-svc-desc {
	font-size: 11px;
	color: var(--tu);
	line-height: 1.4;
	transition: color .15s;
}
.mega-svc::before {
	content: '';
	position: absolute;
	left: -6px;
	top: 50%;
	transform: translateY(-50%);
	width: 2px;
	height: 0;
	background: var(--c);
	transition: height .2s;
}
.mega-svc:hover::before {
	height: 70%;
}
.mega-svc:hover .mega-svc-name {
	color: var(--c);
}
.mega-svc:hover .mega-svc-desc {
	color: #666;
}
/* Footer bar */

.mega-foot {
	grid-column: 1/-1;
	margin-top: 18px;
	padding-top: 14px;
	border-top: 1px solid var(--bo);
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.mega-foot-link {
	font-size: 12px;
	font-weight: 600;
	color: var(--c);
	text-decoration: none;
	display: flex;
	align-items: center;
	gap: 5px;
	letter-spacing: 0.01em;
}
.mega-foot-link svg {
	width: 12px;
	height: 12px;
	transition: transform .15s;
}
.mega-foot-link:hover svg {
	transform: translateX(3px);
}
.mega-foot-note {
	font-size: 11px;
	color: var(--tu);
}
/* ── Scroll Animations ── */

.fade-up {
	opacity: 0;
	transform: translateY(28px);
	transition: opacity .65s cubic-bezier(.4, 0, .2, 1), transform .65s cubic-bezier(.4, 0, .2, 1);
}
.fade-up.visible {
	opacity: 1;
	transform: translateY(0);
}
.fade-in {
	opacity: 0;
	transition: opacity .7s ease;
}
.fade-in.visible {
	opacity: 1;
}
.stagger-1 {
	transition-delay: .08s;
}
.stagger-2 {
	transition-delay: .16s;
}
.stagger-3 {
	transition-delay: .24s;
}
.stagger-4 {
	transition-delay: .32s;
}
.stagger-5 {
	transition-delay: .40s;
}
/* ── Page Fade Transition ── */

.page-transition {
	position: fixed;
	inset: 0;
	background: var(--navy);
	z-index: 9999;
	pointer-events: none;
	opacity: 0;
	transition: opacity .22s ease;
}
.page-transition.active {
	opacity: 1;
}
/* ── Floating WhatsApp ── */

.wa-float {
	position: fixed;
	bottom: 28px;
	right: 28px;
	z-index: 500;
	display: flex;
	align-items: center;
	gap: 10px;
	background: #25D366;
	color: #fff;
	font-size: 13px;
	font-weight: 600;
	padding: 12px 20px 12px 16px;
	border-radius: 100px;
	text-decoration: none;
	box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4);
	transition: transform .2s, box-shadow .2s;
	white-space: nowrap;
}
.wa-float:hover {
	transform: translateY(-3px);
	box-shadow: 0 8px 28px rgba(37, 211, 102, 0.5);
}
.wa-float svg {
	width: 20px;
	height: 20px;
	flex-shrink: 0;
}
.wa-float-label {
	display: inline;
}
@media(max-width:600px) {
	.wa-float-label {
		display: none;
	}
	.wa-float {
		padding: 13px;
		border-radius: 50%;
		bottom: 80px;
	}
}
/* ── Sticky Mobile CTA ── */

.mobile-cta-bar {
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 490;
	background: #fff;
	border-top: 1px solid var(--bo);
	padding: 10px 16px;
	gap: 8px;
}
@media(max-width:768px) {
	.mobile-cta-bar {
		display: flex;
	}
}
.mobile-cta-bar a {
	flex: 1;
	text-align: center;
	font-size: 13px;
	font-weight: 700;
	padding: 11px 8px;
	text-decoration: none;
}
.mob-cta-primary {
	background: var(--c);
	color: #fff;
}
.mob-cta-wa {
	background: #25D366;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	max-width: 52px;
	flex: 0 0 52px;
	border-radius: 4px;
}
/* ── Cookie Banner ── */

.cookie-bar {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 600;
	background: #111;
	color: rgba(255, 255, 255, 0.82);
	font-size: 13px;
	padding: 16px 28px;
	display: flex;
	align-items: center;
	gap: 20px;
	flex-wrap: wrap;
	transform: translateY(0);
	transition: transform .3s;
}
.cookie-bar.hidden {
	transform: translateY(110%);
}
.cookie-bar p {
	margin: 0;
	flex: 1;
	min-width: 200px;
	line-height: 1.6;
}
.cookie-bar a {
	color: rgba(255, 255, 255, 0.6);
	text-decoration: underline;
}
.cookie-bar-btns {
	display: flex;
	gap: 10px;
	flex-shrink: 0;
}
.cookie-accept {
	background: var(--c);
	color: #fff;
	border: none;
	font-size: 13px;
	font-weight: 600;
	padding: 9px 22px;
	cursor: pointer;
	font-family: inherit;
}
.cookie-decline {
	background: transparent;
	color: rgba(255, 255, 255, 0.5);
	border: 1px solid rgba(255, 255, 255, 0.2);
	font-size: 13px;
	padding: 9px 18px;
	cursor: pointer;
	font-family: inherit;
}
/* MOBILE */
@media (max-width: 768px) {

  /* Reduce outer padding */
  div[style*="padding:0 48px"] {
    padding: 0 16px !important;
  }

  /* Grid → 1 column */
  div[style*="grid-template-columns:repeat(3,1fr)"] {
    grid-template-columns: 1fr !important;
    border-left: none !important;
  }

  /* Cards */
  div[style*="grid-template-columns:repeat(3,1fr)"] > div {
    border-right: none !important;
    border-bottom: 1px solid rgba(255,255,255,0.06);
    padding: 22px 16px !important;
  }

  /* Remove last border */
  div[style*="grid-template-columns:repeat(3,1fr)"] > div:last-child {
    border-bottom: none;
  }

  /* Heading size */
  div[style*="font-size:17px"] {
    font-size: 15px !important;
  }

  /* Text size */
  div[style*="font-size:13px"] {
    font-size: 12px !important;
  }

}
@media (max-width: 1024px) {
  div[style*="grid-template-columns:repeat(3,1fr)"] {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

/* FORCE GRID FIX */
.sec .wrap > div[style*="grid-template-columns"] {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
}

/* Tablet */
@media (max-width: 1024px) {
  .sec .wrap > div[style*="grid-template-columns"] {
    grid-template-columns: repeat(2, 1fr) !important;
  }

  /* Fix span breaking layout */
  .sec .wrap > div > div[style*="grid-column"] {
    grid-column: span 2 !important;
  }
}

/* Mobile */
@media (max-width: 600px) {
  .sec .wrap > div[style*="grid-template-columns"] {
    grid-template-columns: 1fr !important;
  }

  /* Remove span completely */
  .sec .wrap > div > div[style*="grid-column"] {
    grid-column: span 1 !important;
  }

  /* Inner grids fix */
  .sec div[style*="grid-template-columns:1fr 1fr"],
  .sec div[style*="grid-template-columns:1fr 1fr 1fr"] {
    grid-template-columns: 1fr !important;
  }

  /* Padding + font scaling */
  .svc-box {
    padding: 18px !important;
  }

  h2.h2 {
    font-size: 22px !important;
  }

  .h3 {
    font-size: 18px !important;
  }

  p {
    font-size: 13px !important;
  }
}


/*Contact*/

/* FORCE override inline grid */
.sec-ow .wrap[style] {
  display: grid !important;
  grid-template-columns: 1fr 460px !important;
  gap: 60px !important;
}

/* Tablet */
@media (max-width: 1024px) {
  .sec-ow .wrap[style] {
    grid-template-columns: 1fr !important;
  }
}

/* Mobile */
@media (max-width: 768px) {
  .sec-ow .wrap[style] {
    grid-template-columns: 1fr !important;
    gap: 30px !important;
  }

  /* Contact rows stack properly */
  .sec-ow .wrap > div:first-child > div > div {
    display: flex !important;
    align-items: flex-start;
    gap: 12px;
  }

  /* Fix icon size */
  .sec-ow .wrap div[style*="width:44px"] {
    width: 36px !important;
    height: 36px !important;
  }

  /* Form full width */
  #contact-form {
    width: 100% !important;
  }

  /* Reduce padding */
  #contact-form > div {
    padding: 20px !important;
  }
}

/* FORCE override inline grid */
.sec-w .wrap > div[style*="grid-template-columns"] {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 20px !important;
}

/* Tablet */
@media (max-width: 1024px) {
  .sec-w .wrap > div[style*="grid-template-columns"] {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

/* Mobile */
@media (max-width: 768px) {
  .sec-w .wrap > div[style*="grid-template-columns"] {
    grid-template-columns: 1fr !important;
  }

  /* spacing fix */
  .sec-w {
    padding: 40px 0;
  }

  /* card padding reduce */
  .sec-w .wrap > div > div {
    padding: 20px !important;
  }

  /* text size adjust */
  .sec-w h2 {
    font-size: 24px;
  }
}

/* TARGET YOUR GRID (force override inline) */
.sec-w .wrap > div[style*="grid-template-columns"] {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 24px !important;
  align-items: stretch !important; /* 👈 IMPORTANT */
}

/* MAKE ALL CARDS SAME HEIGHT */
.sec-w .wrap > div[style*="grid-template-columns"] > div {
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important;
  min-height: 240px !important; /* 👈 KEY FIX */
}

/* FIX TEXT SPACING */
.sec-w .wrap > div[style*="grid-template-columns"] > div > div {
  margin-bottom: 10px;
}

/* TABLET */
@media (max-width: 1024px) {
  .sec-w .wrap > div[style*="grid-template-columns"] {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

/* MOBILE */
@media (max-width: 768px) {
  .sec-w .wrap > div[style*="grid-template-columns"] {
    grid-template-columns: 1fr !important;
  }

  .sec-w .wrap > div[style*="grid-template-columns"] > div {
    min-height: auto !important;
    padding: 20px !important;
  }
}

.tb-i {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.75);
    font-weight: 500;
    letter-spacing: 0.02em;
    display: none;
}