:root {
	--ecovia-black: #191919;
	--ecovia-orange: #f58220;
	--ecovia-blue: #009ed4;
	--ecovia-cream: #f7f5f1;
	--ecovia-white: #ffffff;
	--ecovia-text: #555b61;
	--ecovia-border: rgba(25, 25, 25, 0.1);
}

html {
	scroll-behavior: smooth;
}

body {
	color: var(--ecovia-text);
	font-family: "DM Sans", sans-serif;
	background: var(--ecovia-white);
}

h1,
h2,
h3,
h4,
h5,
h6,
a {
	font-family: "Jost", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: var(--ecovia-black);
}

a:hover {
	color: var(--ecovia-orange);
}

.ecovia-nav {
	position: absolute;
	inset: 0 0 auto;
	z-index: 20;
	padding: 22px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}

.ecovia-nav .navbar-brand img {
	width: 176px;
	height: auto;
}

.ecovia-nav .nav-link {
	color: rgba(255, 255, 255, 0.84);
	font-weight: 500;
	padding: 12px 16px !important;
}

.ecovia-nav .nav-link:hover,
.ecovia-nav .nav-link.active {
	color: var(--ecovia-white);
}

.ecovia-nav .navbar-toggler {
	border-color: rgba(255, 255, 255, 0.25);
	box-shadow: none;
}

.ecovia-nav .navbar-toggler-icon {
	filter: invert(1);
}

.ecovia-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 52px;
	padding: 13px 25px;
	border: 1px solid var(--ecovia-orange);
	border-radius: 4px;
	color: var(--ecovia-white);
	font-weight: 600;
	background: var(--ecovia-orange);
	transition: 0.25s ease;
}

.ecovia-btn:hover {
	color: var(--ecovia-white);
	background: #dc6f13;
	border-color: #dc6f13;
	transform: translateY(-2px);
}

.ecovia-btn-outline {
	color: var(--ecovia-white);
	border-color: rgba(255, 255, 255, 0.45);
	background: transparent;
}

.ecovia-btn-outline:hover {
	color: var(--ecovia-black);
	border-color: var(--ecovia-white);
	background: var(--ecovia-white);
}

.ecovia-nav .ecovia-btn {
	min-height: 44px;
	padding: 9px 19px;
}

.ecovia-hero {
	position: relative;
	min-height: 760px;
	display: flex;
	align-items: center;
	overflow: hidden;
	color: var(--ecovia-white);
	background:
		linear-gradient(100deg, rgba(17, 17, 17, 0.96) 0%, rgba(17, 17, 17, 0.83) 48%, rgba(17, 17, 17, 0.35) 100%),
		url("../img/HERO-1536x907.jpg") center / cover no-repeat;
}

.ecovia-hero::before {
	content: "";
	position: absolute;
	width: 760px;
	height: 760px;
	right: -260px;
	bottom: -430px;
	border: 95px solid var(--ecovia-blue);
	border-radius: 50%;
	opacity: 0.95;
}

.ecovia-hero::after {
	content: "";
	position: absolute;
	width: 430px;
	height: 430px;
	right: 7%;
	top: -275px;
	border: 65px solid var(--ecovia-orange);
	border-radius: 50%;
}

.hero-road {
	position: absolute;
	right: 4%;
	top: 54%;
	width: 43%;
	height: 2px;
	background: rgba(255, 255, 255, 0.48);
	transform: rotate(-10deg);
}

.hero-road::before,
.hero-road::after {
	content: "";
	position: absolute;
	left: 5%;
	width: 100%;
	height: 2px;
	background: rgba(255, 255, 255, 0.18);
}

.hero-road::before {
	top: -68px;
}

.hero-road::after {
	top: 68px;
}

.ecovia-hero .container {
	position: relative;
	z-index: 2;
	padding-top: 100px;
}

.eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 22px;
	color: var(--ecovia-orange);
	font-weight: 700;
	font-size: 14px;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.eyebrow::before {
	content: "";
	width: 32px;
	height: 2px;
	background: currentColor;
}

.ecovia-hero h1 {
	max-width: 850px;
	color: var(--ecovia-white);
	font-size: clamp(48px, 6.2vw, 88px);
	font-weight: 600;
	line-height: 0.98;
	letter-spacing: -0.04em;
}

.ecovia-hero h1 span {
	color: var(--ecovia-blue);
}

.ecovia-hero .lead {
	max-width: 650px;
	margin: 28px 0 35px;
	color: rgba(255, 255, 255, 0.72);
	font-size: 20px;
	line-height: 1.65;
}

.hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
}

.hero-note {
	position: absolute;
	right: 4%;
	bottom: 55px;
	z-index: 3;
	display: flex;
	align-items: center;
	gap: 14px;
	color: rgba(255, 255, 255, 0.75);
}

.hero-note i {
	width: 48px;
	height: 48px;
	display: grid;
	place-items: center;
	color: var(--ecovia-white);
	border-radius: 50%;
	background: var(--ecovia-orange);
}

.ecovia-section {
	padding: 105px 0;
}

.section-heading {
	max-width: 760px;
	margin-bottom: 55px;
}

.section-heading.center {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.section-heading.center .eyebrow {
	justify-content: center;
}

.section-heading h2 {
	font-size: clamp(36px, 4vw, 58px);
	font-weight: 600;
	line-height: 1.08;
	letter-spacing: -0.03em;
}

.section-heading p {
	margin-top: 20px;
	font-size: 18px;
	line-height: 1.75;
}

.products-section {
	background: var(--ecovia-cream);
}

.product-card {
	position: relative;
	height: 100%;
	min-height: 430px;
	padding: 35px;
	overflow: hidden;
	border: 1px solid var(--ecovia-border);
	border-radius: 8px;
	background: var(--ecovia-white);
	transition: 0.3s ease;
}

.product-card:hover {
	color: rgba(255, 255, 255, 0.76);
	border-color: var(--ecovia-black);
	background: var(--ecovia-black);
	transform: translateY(-8px);
	box-shadow: 0 24px 50px rgba(25, 25, 25, 0.16);
}

.product-number {
	position: absolute;
	top: 17px;
	right: 25px;
	color: rgba(25, 25, 25, 0.07);
	font-family: "Jost", sans-serif;
	font-size: 72px;
	font-weight: 700;
	line-height: 1;
}

.product-card:hover .product-number {
	color: rgba(255, 255, 255, 0.07);
}

.product-icon {
	width: 72px;
	height: 72px;
	display: grid;
	place-items: center;
	margin-bottom: 55px;
	color: var(--ecovia-white);
	border-radius: 50%;
	font-size: 27px;
	background: var(--ecovia-orange);
}

.product-card:nth-child(even) .product-icon {
	background: var(--ecovia-blue);
}

.product-card h3 {
	margin-bottom: 14px;
	font-size: 26px;
	font-weight: 600;
}

.product-card:hover h3 {
	color: var(--ecovia-white);
}

.product-card p {
	margin-bottom: 25px;
}

.product-card .product-tagline {
	margin-bottom: 12px;
	color: var(--ecovia-blue);
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.product-card:hover .product-tagline {
	color: var(--ecovia-orange);
}

.product-link {
	color: var(--ecovia-black);
	font-weight: 700;
}

.product-card:hover .product-link {
	color: var(--ecovia-orange);
}

.vision-visual {
	position: relative;
	min-height: 570px;
	overflow: hidden;
	border-radius: 8px;
	background: var(--ecovia-black);
}

.vision-visual::before,
.vision-visual::after {
	content: "";
	position: absolute;
	border-radius: 50%;
}

.vision-visual::before {
	width: 480px;
	height: 480px;
	left: -210px;
	bottom: -190px;
	border: 75px solid var(--ecovia-blue);
}

.vision-visual::after {
	width: 300px;
	height: 300px;
	right: -140px;
	top: -120px;
	border: 55px solid var(--ecovia-orange);
}

.vision-logo {
	position: absolute;
	inset: 50% auto auto 50%;
	z-index: 2;
	width: 68%;
	transform: translate(-50%, -50%);
}

.akwaba-visual {
	background: #000;
}

.akwaba-visual::before,
.akwaba-visual::after {
	display: none;
}

.vision-photo {
	position: absolute;
	inset: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.vision-visual .carousel-inner,
.vision-visual .carousel-item {
	height: 100%;
	min-height: inherit;
}


.pillars-section {
	background: var(--ecovia-white);
}

.pillar-card {
	height: 100%;
	padding: 32px;
	border: 1px solid var(--ecovia-border);
	border-radius: 8px;
	background: var(--ecovia-cream);
	transition: 0.25s ease;
}

.pillar-card:hover {
	transform: translateY(-6px);
	border-color: rgba(0, 158, 212, 0.35);
	box-shadow: 0 18px 40px rgba(25, 25, 25, 0.08);
}

.pillar-icon {
	width: 56px;
	height: 56px;
	display: grid;
	place-items: center;
	margin-bottom: 22px;
	color: var(--ecovia-white);
	border-radius: 50%;
	font-size: 20px;
	background: var(--ecovia-orange);
}

.pillar-card:nth-child(even) .pillar-icon,
.col-lg-3:nth-child(even) .pillar-icon {
	background: var(--ecovia-blue);
}

.pillar-card h3 {
	margin-bottom: 12px;
	font-size: 22px;
	font-weight: 600;
}

.benefit-list {
	margin: 0 0 30px;
}

.benefit-list li {
	display: flex;
	gap: 12px;
	margin-top: 12px;
	color: var(--ecovia-black);
	font-weight: 500;
	line-height: 1.5;
}

.benefit-list i {
	width: 24px;
	height: 24px;
	flex: 0 0 24px;
	display: grid;
	place-items: center;
	margin-top: 2px;
	color: var(--ecovia-white);
	border-radius: 50%;
	font-size: 11px;
	background: var(--ecovia-blue);
}

.vision-content {
	padding: 30px 0 30px 55px;
}

.vision-content h2 {
	margin-bottom: 26px;
	font-size: clamp(36px, 4vw, 55px);
	font-weight: 600;
	line-height: 1.1;
}

.vision-content > p {
	margin-bottom: 25px;
	font-size: 18px;
	line-height: 1.8;
}

.vision-list {
	margin-top: 34px;
}

.vision-list li {
	display: flex;
	gap: 15px;
	margin-top: 19px;
	color: var(--ecovia-black);
	font-weight: 600;
}

.vision-list i {
	width: 30px;
	height: 30px;
	flex: 0 0 30px;
	display: grid;
	place-items: center;
	color: var(--ecovia-white);
	border-radius: 50%;
	background: var(--ecovia-blue);
}

.values-section {
	color: rgba(255, 255, 255, 0.72);
	background: var(--ecovia-black);
}

.values-section h2 {
	color: var(--ecovia-white);
}

.value {
	padding: 30px 30px 30px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.value span {
	color: var(--ecovia-orange);
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.12em;
}

.value h3 {
	margin: 16px 0 13px;
	color: var(--ecovia-white);
	font-size: 26px;
	font-weight: 600;
}

.ecovia-cta {
	padding: 85px 0;
	background: var(--ecovia-blue);
}

.ecovia-cta h2 {
	max-width: 700px;
	color: var(--ecovia-white);
	font-size: clamp(36px, 4vw, 55px);
	font-weight: 600;
	line-height: 1.1;
}

.ecovia-cta p {
	margin-top: 15px;
	color: rgba(255, 255, 255, 0.78);
	font-size: 18px;
}

.ecovia-cta .ecovia-btn {
	background: var(--ecovia-black);
	border-color: var(--ecovia-black);
}

.ecovia-cta .ecovia-btn:hover {
	background: var(--ecovia-orange);
	border-color: var(--ecovia-orange);
}

.ecovia-footer {
	padding: 80px 0 30px;
	color: rgba(255, 255, 255, 0.58);
	background: #111;
}

.footer-logo {
	width: 190px;
	margin-bottom: 24px;
}

.ecovia-footer h4 {
	margin-bottom: 23px;
	color: var(--ecovia-white);
	font-size: 19px;
	font-weight: 600;
}

.ecovia-footer li {
	margin-bottom: 11px;
}

.ecovia-footer a {
	color: rgba(255, 255, 255, 0.58);
}

.ecovia-footer a:hover {
	color: var(--ecovia-orange);
}

.social-links {
	display: flex;
	gap: 9px;
	margin-top: 24px;
}

.social-links a {
	width: 40px;
	height: 40px;
	display: grid;
	place-items: center;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 50%;
}

.footer-bottom {
	margin-top: 60px;
	padding-top: 25px;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	font-size: 14px;
}

.page-hero {
	position: relative;
	min-height: 470px;
	display: flex;
	align-items: flex-end;
	overflow: hidden;
	padding: 190px 0 90px;
	color: rgba(255, 255, 255, 0.72);
	background:
		linear-gradient(100deg, rgba(17, 17, 17, 0.97), rgba(17, 17, 17, 0.72)),
		url("../../../assets/corporate/img/HERO-1536x907.jpg") center 45% / cover no-repeat;
}

.page-hero::after {
	content: "";
	position: absolute;
	width: 420px;
	height: 420px;
	right: -170px;
	bottom: -280px;
	border: 55px solid var(--ecovia-blue);
	border-radius: 50%;
}

.page-hero .container {
	position: relative;
	z-index: 2;
}

.page-hero h1 {
	margin-bottom: 20px;
	color: var(--ecovia-white);
	font-size: clamp(52px, 7vw, 90px);
	font-weight: 600;
	line-height: 1;
	letter-spacing: -0.04em;
}

.page-hero p {
	max-width: 700px;
	font-size: 20px;
	line-height: 1.65;
}

.corporate-image {
	position: relative;
	overflow: hidden;
	min-height: 520px;
	border-radius: 8px;
	background: var(--ecovia-black);
}

.corporate-image img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.content-block h2,
.contact-intro h2 {
	margin-bottom: 26px;
	font-size: clamp(36px, 4vw, 55px);
	font-weight: 600;
	line-height: 1.1;
}

.content-block p,
.contact-intro > p {
	margin-bottom: 22px;
	font-size: 18px;
	line-height: 1.8;
}

.group-vision {
	color: rgba(255, 255, 255, 0.7);
	background: var(--ecovia-black);
}

.group-vision h2 {
	color: var(--ecovia-white);
	font-size: clamp(42px, 5vw, 65px);
	font-weight: 600;
}

.vision-statement {
	font-size: 22px;
	line-height: 1.75;
}

.group-value {
	height: 100%;
	padding: 30px;
	border: 1px solid rgba(255, 255, 255, 0.13);
	border-radius: 8px;
}

.group-value > span {
	color: var(--ecovia-orange);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.1em;
}

.group-value h3 {
	margin: 18px 0 13px;
	color: var(--ecovia-white);
	font-size: 25px;
	font-weight: 600;
}

.solution-feature {
	padding: 65px;
	border-radius: 10px;
	background: var(--ecovia-white);
}

.solution-feature + .solution-feature {
	margin-top: 40px;
}

.solution-visual {
	position: relative;
	min-height: 360px;
	display: grid;
	place-items: center;
	overflow: hidden;
	color: var(--ecovia-white);
	border-radius: 8px;
	background: var(--ecovia-black);
}

.solution-visual::before {
	content: "";
	position: absolute;
	width: 330px;
	height: 330px;
	right: -150px;
	bottom: -160px;
	border: 55px solid var(--ecovia-blue);
	border-radius: 50%;
}

.solution-visual-2::before {
	border-color: var(--ecovia-orange);
}

.solution-visual > span {
	position: absolute;
	top: 22px;
	left: 30px;
	color: rgba(255, 255, 255, 0.1);
	font-size: 90px;
	font-weight: 700;
	line-height: 1;
}

.solution-visual i {
	position: relative;
	z-index: 2;
	font-size: 100px;
}

.solution-copy h2 {
	margin-bottom: 20px;
	font-size: clamp(40px, 5vw, 62px);
	font-weight: 600;
	line-height: 1.05;
}

.solution-copy > p {
	margin-bottom: 30px;
	font-size: 18px;
	line-height: 1.8;
}

.contact-section {
	background: var(--ecovia-cream);
}

.contact-point {
	display: flex;
	align-items: center;
	gap: 17px;
	margin-top: 25px;
}

.contact-point i {
	width: 52px;
	height: 52px;
	flex: 0 0 52px;
	display: grid;
	place-items: center;
	color: var(--ecovia-white);
	border-radius: 50%;
	background: var(--ecovia-blue);
}

.contact-point strong,
.contact-point span {
	display: block;
}

.contact-point strong {
	color: var(--ecovia-black);
}

.contact-card {
	padding: 45px;
	border-radius: 8px;
	background: var(--ecovia-white);
	box-shadow: 0 25px 60px rgba(25, 25, 25, 0.08);
}

.contact-card label {
	display: block;
	margin-bottom: 8px;
	color: var(--ecovia-black);
	font-weight: 600;
}

.contact-card .form-control,
.contact-card .form-select {
	min-height: 54px;
	padding: 13px 16px;
	border-color: var(--ecovia-border);
	border-radius: 4px;
}

.contact-card textarea.form-control {
	min-height: 160px;
	resize: vertical;
}

.contact-card .form-control:focus,
.contact-card .form-select:focus {
	border-color: var(--ecovia-blue);
	box-shadow: 0 0 0 3px rgba(0, 158, 212, 0.12);
}

.form-note {
	margin-top: 13px;
	font-size: 13px;
}

.app-download {
	padding: 105px 0;
	background: var(--ecovia-white);
}

.app-download-card {
	position: relative;
	overflow: hidden;
	padding: 70px;
	border-radius: 12px;
	color: rgba(255, 255, 255, 0.72);
	background: var(--ecovia-black);
}

.app-download-card::before {
	content: "";
	position: absolute;
	width: 480px;
	height: 480px;
	right: -260px;
	top: -260px;
	border: 70px solid var(--ecovia-blue);
	border-radius: 50%;
}

.app-download-card::after {
	content: "";
	position: absolute;
	width: 260px;
	height: 260px;
	left: -150px;
	bottom: -170px;
	border: 42px solid var(--ecovia-orange);
	border-radius: 50%;
}

.app-download-card .row {
	position: relative;
	z-index: 2;
}

.app-download-card h2 {
	max-width: 650px;
	margin-bottom: 20px;
	color: var(--ecovia-white);
	font-size: clamp(40px, 5vw, 62px);
	font-weight: 600;
	line-height: 1.05;
}

.app-download-card .col-lg-7 > p {
	max-width: 660px;
	font-size: 18px;
	line-height: 1.75;
}

.store-buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 34px;
}

.store-button {
	min-width: 205px;
	display: inline-flex;
	align-items: center;
	gap: 14px;
	padding: 12px 18px;
	color: var(--ecovia-white);
	border: 1px solid rgba(255, 255, 255, 0.24);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.08);
}

.store-button:hover {
	color: var(--ecovia-white);
	border-color: var(--ecovia-orange);
	background: rgba(255, 255, 255, 0.13);
}

.store-button.is-coming-soon {
	cursor: default;
}

.store-button i {
	font-size: 33px;
}

.store-button span,
.store-button small,
.store-button strong {
	display: block;
}

.store-button small {
	color: rgba(255, 255, 255, 0.6);
	font-family: "DM Sans", sans-serif;
	font-size: 11px;
	line-height: 1.2;
}

.store-button strong {
	margin-top: 2px;
	color: var(--ecovia-white);
	font-size: 20px;
	line-height: 1.2;
}

.demo-panel {
	padding: 38px;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.07);
	backdrop-filter: blur(8px);
}

.demo-icon {
	width: 58px;
	height: 58px;
	display: grid;
	place-items: center;
	margin-bottom: 25px;
	color: var(--ecovia-white);
	border-radius: 50%;
	font-size: 22px;
	background: var(--ecovia-blue);
}

.demo-panel h3 {
	margin-bottom: 14px;
	color: var(--ecovia-white);
	font-size: 28px;
	font-weight: 600;
}

.demo-panel p {
	margin-bottom: 26px;
	line-height: 1.7;
}

.legal-hero {
	min-height: 430px;
}

.legal-section {
	background: var(--ecovia-cream);
}

.legal-layout {
	display: grid;
	grid-template-columns: 280px minmax(0, 1fr);
	gap: 70px;
	align-items: start;
}

.legal-summary {
	position: sticky;
	top: 110px;
	padding: 28px;
	border-top: 4px solid var(--ecovia-orange);
	border-radius: 0 0 8px 8px;
	background: var(--ecovia-black);
	color: rgba(255, 255, 255, 0.68);
}

.legal-summary span,
.legal-summary strong {
	display: block;
}

.legal-summary span {
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.legal-summary strong {
	margin: 8px 0 20px;
	color: var(--ecovia-white);
	font-size: 22px;
}

.legal-summary p {
	font-size: 14px;
	line-height: 1.65;
}

.legal-content {
	padding: 10px 50px 50px;
	border-radius: 8px;
	background: var(--ecovia-white);
}

.legal-content section {
	position: relative;
	padding: 50px 0;
	border-bottom: 1px solid var(--ecovia-border);
}

.legal-content section:last-child {
	border-bottom: 0;
}

.legal-number {
	display: block;
	margin-bottom: 10px;
	color: var(--ecovia-orange);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.12em;
}

.legal-content h2 {
	margin-bottom: 20px;
	font-size: 31px;
	font-weight: 600;
}

.legal-content p,
.legal-content li {
	font-size: 16px;
	line-height: 1.8;
}

.legal-content p + p,
.legal-content p + ul,
.legal-content ul + p {
	margin-top: 15px;
}

.legal-content ul {
	padding-left: 22px;
	list-style: disc;
}

.legal-content li {
	margin-bottom: 7px;
}

.legal-content a {
	color: var(--ecovia-blue);
	font-weight: 600;
}

.legal-content a:hover {
	color: var(--ecovia-orange);
}

.legal-content em {
	color: var(--ecovia-orange);
	font-style: normal;
}

@media (max-width: 991px) {
	.ecovia-nav {
		position: fixed;
		padding: 12px 0;
		background: var(--ecovia-black);
	}

	.ecovia-nav .navbar-collapse {
		margin-top: 14px;
		padding: 15px;
		border-radius: 5px;
		background: #242424;
	}

	.ecovia-hero {
		min-height: 680px;
	}

	.hero-note {
		display: none;
	}

	.vision-content {
		padding: 55px 0 0;
	}

	.solution-feature {
		padding: 40px;
	}

	.app-download-card {
		padding: 50px;
	}

	.legal-layout {
		grid-template-columns: 1fr;
		gap: 30px;
	}

	.legal-summary {
		position: static;
	}
}

@media (max-width: 767px) {
	.ecovia-section {
		padding: 75px 0;
	}

	.ecovia-hero {
		min-height: 650px;
	}

	.ecovia-hero h1 {
		font-size: 48px;
	}

	.ecovia-hero .lead {
		font-size: 17px;
	}

	.vision-visual {
		min-height: 400px;
	}

	.page-hero {
		min-height: 400px;
		padding: 150px 0 70px;
	}

	.page-hero p {
		font-size: 17px;
	}

	.corporate-image {
		min-height: 360px;
	}

	.solution-feature,
	.contact-card {
		padding: 28px;
	}

	.app-download {
		padding: 75px 0;
	}

	.app-download-card {
		padding: 35px 25px;
	}

	.store-button {
		width: 100%;
	}

	.demo-panel {
		padding: 28px;
	}

	.legal-content {
		padding: 0 25px 25px;
	}

	.solution-visual {
		min-height: 280px;
	}

	.ecovia-cta {
		text-align: center;
	}

	.ecovia-cta .text-lg-end {
		margin-top: 28px;
	}
}
