* {
	box-sizing: border-box;
}

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	background-color: transparent;
}

header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #004563;
	z-index: 100;
	padding: 1rem 0;
}

.headerWrapper {
	width: 84%;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.logoWrapper img {
	display: block;
	width: 120px;
	height: auto;
}

.navWrapper ul {
	display: flex;
	flex-direction: row;
	list-style: none;
	margin: 0;
	padding: 0;
	gap: 2rem;
}

.navWrapper a {
	color: #ffffff;
	text-decoration: none;
	font-size: 1.3em;
}

.ctaWrapper {
	display: flex;
	flex-direction: row;
	gap: 0.75rem;
}

.ctaWrapper button {
	padding: 0.5rem 1rem;
	border-radius: 20px;
	border: 1px solid #ffffff;
	background: transparent;
	color: #ffffff;
	font-size: 1rem;
	cursor: pointer;
	font-size: 1.3em;
}

.ctaWrapper button:last-child {
	background-color: #ffffff;
	color: #000000;
	border-color: #ffffff;
}

main {
	padding-top: 0;
}

.heroSection {
	min-height: 100vh;

	background: url("assets/bg-light.svg") no-repeat center top;
	background-size: cover;
	padding-top: 200px;
}

.heroWrapper {
	width: 84%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	max-width: 1200px;
}

.heroHeadline {
	font-size: 4em;
	font-weight: 700;
	line-height: 1.2;
	margin: 0;
}

.heroDescription {
	font-size: 1.4em;
	line-height: 1.5;
	color: #ffffff;
	width: 500px;
	text-align: center;
	margin-top: 30px;
}
.emailCta {
	display: flex;
	align-items: center;
	width: 520px;
	padding: 8px;
	border-radius: 999px;
	background-color: #7fb3b0;
	margin-top: 2em;
}

.emailCta input {
	flex: 1;
	border: none;
	outline: none;
	background: transparent;
	padding: 10px 14px;
	font-size: 18px;
	color: #eaf3f3;
}

.emailCta input::placeholder {
	color: #d6e6e5;
}

.emailCta button {
	border: none;
	padding: 14px 26px;
	border-radius: 999px;
	background-color: #ffffff;
	color: #000000;
	font-size: 18px;
	font-weight: 500;
	cursor: pointer;
}

.heroImageWrapper {
	width: 100%;
	margin-top: 150px;
}

.heroImageWrapper img {
	object-fit: contain;
	width: 100%;
	height: auto;
	border-radius: 30px;
}

/* trustedby stylijg */

.trustedby {
	padding: 6rem 0;
	background-color: #ffffff;
}

.trustedwrapper {
	width: 84%;
	margin: 0 auto;
}

.logoGrid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 4rem 3rem;
	align-items: center;
}

.logoCard {
	display: flex;
	justify-content: center;
	align-items: center;
}

.logoCard img {
	max-height: 500px;
	max-width: 180px;
	object-fit: contain;
}

.featureHighlight {
	width: 100%;
	display: flex;
	justify-content: center;
	margin-top: 50px;
}

.featureWrapper {
	width: 84%;
	display: flex;
	flex-direction: column;
}

.featureText {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.featureHeadline {
	color: black;
	font-size: 2.5em;
}

.featureDescription {
	color: black;
	width: 800px;
	font-size: 1.5em;
	font-weight: 100;
	text-align: center;
	margin-top: 0;
}

.featureImage {
	display: flex;
	gap: 10px;
	margin-top: 50px;
}

.imageCard {
	width: 100%;
	height: 100%;
	overflow: hidden;
	border: 1px solid black;
	border-radius: 20px;
}

.imageCard img {
	object-fit: contain;
	width: 100%;
	height: 100%;
	border-radius: 20px;
}

.assistant {
	display: flex;
	justify-content: center;
	align-items: center;
}

.assistantWrapper {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: black;
	width: 84%;
	border: 1px solid black;
	border-radius: 20px;
	margin-top: 70px;
}

.assistantText {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 70px;
	gap: 10px;
}

.assistantText span {
	color: #0c8c5e;
	font-size: 1.2em;
}
.assistantText h4 {
	all: unset;
	font-size: 1.7em;
}

.assistantText p {
	width: 650px;
	text-align: center;
	font-size: 1.3em;
}

.assistantImage {
	width: 100%;
	height: 100%;
	overflow: hidden;
	padding: 20px;
}

.assistantImage img {
	object-fit: contain;
	width: 100%;
}

.enterprise {
	display: flex;
	justify-content: center;
	width: 100%;
}

.enterpriseWrapper {
	width: 84%;
	display: flex;
	flex-direction: column;
	padding-top: 100px;
}

.enterpriseText {
	display: flex;
	flex-direction: column;
	align-items: start;
	color: black;
}

.enterpriseText h4 {
	all: unset;
	font-size: 3em;
	font-weight: 900;
	width: 600px;
}
.enterpriseText p {
	font-size: 1.5em;
}

.enterpriseBlocks {
	margin-top: 70px;
	color: black;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
}

.eachBlock h4 {
	font-size: 1.7em;
}

.eachBlock p {
	font-size: 1.3em;
}

.finalCTA {
	margin-top: 100px;
	display: flex;
	justify-content: center;
}

.finalCTAWrapper {
	width: 84%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: black;
}

.finalCTAWrapper h3 {
	font-size: 3em;
	width: 550px;
	text-align: center;
	margin-bottom: 0;
}
.finalCTAWrapper p {
	all: unset;
	margin-top: 20px;
	font-size: 1.3em;
}
.ctabtn {
	margin-top: 70px;
	display: flex;
	gap: 1.5rem;
	align-items: center;
}

/* Primary (black) button */
.pr {
	padding: 1rem 2.5rem;
	border-radius: 999px;
	border: none;
	background-color: #000000;
	color: #ffffff;
	font-size: 1.2rem;
	font-weight: 500;
	cursor: pointer;
}

/* Secondary button */
.se {
	padding: 1rem 2.5rem;
	border-radius: 999px;
	border: 2px solid #d9d9d9;
	background-color: #ffffff;
	color: #000000;
	font-size: 1.2rem;
	font-weight: 500;
	cursor: pointer;
}

footer {
	background-color: #f8fafb;
	border-top: 1px solid #e8ecef;
	min-height: 320px;
	margin-top: 100px;
	display: flex;
	justify-content: center;
	padding: 60px 0 40px;
}

.footerWrapper {
	width: 84%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.footerLinks {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 40px 24px;
}

.linkHeading {
	color: #6b7280;
	font-size: 0.875rem;
	font-weight: 600;
	letter-spacing: 0.02em;
	margin-bottom: 16px;
	text-transform: uppercase;
}

.linkHeading p {
	margin: 0;
}

.actualLinks {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.actualLinks a {
	text-decoration: none;
	color: #1a1a1a;
	font-size: 1rem;
	cursor: pointer;
}

.actualLinks a:hover {
	color: #0c8c5e;
}

.copywriteInfo {
	color: #6b7280;
	font-size: 0.9rem;
	margin-top: 48px;
	padding-top: 24px;
	border-top: 1px solid #e8ecef;
}
