@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

:root {
	--bg: #020610;
	--nav-bg: #030915;
	--ink-100: #f6f9ff;
	--ink-200: #d9e3fb;
	--ink-400: #8ea5cf;
	--line: rgba(143, 168, 214, 0.22);
	--blue: #0f66f5;
	--blue-deep: #0a2c84;
	--header-anchor-offset: 100px;
}

html {
	scroll-padding-top: var(--header-anchor-offset);
}

section[id],
main [id] {
	scroll-margin-top: var(--header-anchor-offset);
}

* {
	box-sizing: border-box;
}
.dm-sans {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  /* font-weight: 400; */
  /* font-style: normal; */
}

body {
	margin: 0;
	/* font-family: "Space Grotesk", sans-serif; */
	/* background: radial-gradient(circle at 16% -20%, #14356f 0%, var(--bg) 56%); */
	 background: #fefefe; 
	color: var(--ink-100);
	overflow-x: hidden;
	 font-family: "Roboto", sans-serif;
}

/* Poppins for headings, Roboto for body text */
h1, h2, h3, h4, h5, h6 {
	font-family: "Poppins", sans-serif;
}

p, a, li, span, label, small, strong, em,
button, input, select, textarea {
	font-family: "Roboto", sans-serif;
}

p{
	font-weight: 400;
}

.mt-60 {
    margin-top: 60px;
}

.bg-layer {
	position: fixed;
	inset: 0;
	z-index: -1;
	pointer-events: none;
	/* background-image:
		radial-gradient(circle at 10% 28%, rgba(40, 98, 212, 0.24), transparent 45%),
		radial-gradient(circle at 85% 20%, rgba(19, 103, 255, 0.16), transparent 42%); */
}

.scroll-top-button {
	position: fixed;
	right: 1.5rem;
	bottom: 1.5rem;
	width: 3.25rem;
	height: 3.25rem;
	border: 0;
	border-radius: 999px;
	background: linear-gradient(135deg, #0d6efd 0%, #021a52 100%);
	color: #ffffff;
	font-size: 0.8rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	box-shadow: 0 18px 40px rgba(0, 0, 0, 0.35);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transform: translateY(12px);
	transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
	z-index: 1040;
}

.scroll-top-button.is-visible {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	transform: translateY(0);
	display: none;	
}

.scroll-top-button:hover {
	background: linear-gradient(135deg, #2a87ff 0%, #07317f 100%);
}

.scroll-top-button:focus-visible {
	outline: 2px solid #ffffff;
	outline-offset: 3px;
}

.scroll-top-button-label {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.1rem;
	line-height: 1;
	display: none;
}

@media (max-width: 575.98px) {
	.scroll-top-button {
		right: 1rem;
		bottom: 1rem;
		width: 3rem;
		height: 3rem;
	}
	
	.scroll-top-button-label {
		font-size: 0.72rem;
		display: none;
	}
}

.site-header {
	background-image: linear-gradient(76deg, rgb(61 31 175) 50%, rgb(76 142 221) 100%);
	position: sticky;
	top: 0;
	z-index: 1030;
	transition: box-shadow 0.25s ease;
}

.site-header.is-scrolled {
	box-shadow: 0 8px 24px rgba(6, 16, 38, 0.28);
}


/* .optivo-nav {
	background: var(--nav-bg);
} */

.nav-shell {
	min-height: 86px;
}

.brand-logo {
	font-family: "Poppins", sans-serif;
	font-size: clamp(2rem, 3.8vw, 3.2rem);
	letter-spacing: 0.03em;
	color: #d7e4ff;
	line-height: 1;
}

.brand-logo:hover,
.brand-logo:focus {
	color: #d7e4ff;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: #0483ff;
}

.nav-center-links {
	gap: 1.35rem;
}

.nav-center-links .nav-link {
	color: var(--ink-100);
	font-size: 0.86rem;
	letter-spacing: 0.15em;
	font-weight: 500;
}

.nav-center-links .nav-link:hover {
	color: #3f96ff;
}

.nav-cta {
	background: #ffffff;
	color: #0b1836;
	border-radius: 999px;
	font-size: 0.88rem;
	font-weight: 700;
	letter-spacing: 0.03em;
	padding: 0.55rem 1.55rem;
	border: 1px solid rgba(255, 255, 255, 0.92);
}

.nav-cta:hover {
	background: #e9f0ff;
	color: #0b1836;
}

.hero-section {
	position: relative;
	padding: 2.6rem 0 2.2rem;
	/* background-image: linear-gradient(135deg, rgb(61, 31, 175) 38%, rgb(87, 223, 255) 100%); */
    background-size: cover;
    background-position: center, center, center, center;
    background-repeat: no-repeat;
    background-image: url(../images/dbinsight-homebanner.jpg);

}

.hero-banner {
	position: relative;
	min-height: clamp(520px, 45vw, 640px);
	border-radius: 18px;
	overflow: hidden;
	/* border: 1px solid rgba(99, 148, 235, 0.3); */
	/* background:
		radial-gradient(circle at 20% 65%, rgba(52, 188, 255, 0.24), transparent 36%),
		radial-gradient(circle at 70% 22%, rgba(99, 255, 224, 0.16), transparent 38%),
		linear-gradient(120deg, #00194f 0%, #032769 42%, #011642 100%),
		url("../images/Background-Image-1.jpg"); */
		/* background:	url("../images/Background-Image-1.jpg");
	background-size: cover;
    background-position: center, center, center, center;
    background-repeat: no-repeat; */
	max-width: 98%;
	margin: auto;
}

.hero-section::before,
.hero-section::after {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
}

.hero-section::before {
	background-image:
		radial-gradient(circle at 25% 72%, rgba(255, 255, 255, 0.4) 0 1px, transparent 1.5px),
		radial-gradient(circle at 64% 38%, rgba(255, 255, 255, 0.32) 0 1px, transparent 1.5px),
		radial-gradient(circle at 83% 71%, rgba(255, 255, 255, 0.2) 0 1px, transparent 1.5px);
	background-size: 180px 180px, 140px 140px, 220px 220px;
	opacity: 0.38;
}

/* .hero-banner::after {
	background:
		radial-gradient(ellipse at 36% 70%, rgba(120, 255, 249, 0.25) 0%, transparent 40%),
		radial-gradient(ellipse at 65% 45%, rgba(47, 117, 255, 0.33) 0%, transparent 52%);
} */
 .hero-section::after {
    background: radial-gradient(ellipse at 36% 70%, rgb(0 0 0 / 25%) 0%, transparent 40%), 
	radial-gradient(ellipse at 65% 45%, rgb(0 0 0 / 33%) 0%, transparent 52%);
}

.hero-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(1, 9, 27, 0.28) 0%, rgba(1, 8, 23, 0.63) 100%);
}

.hero-content {
	position: relative;
	z-index: 2;
	min-height: inherit;
	padding: 4.7rem 1rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.hero-chip {
	margin-bottom: 1rem;
	display: inline-block;
	border: 1px solid rgba(214, 230, 255, 0.48);
	background: rgba(130, 174, 240, 0.26);
	border-radius: 999px;
	color: #eaf2ff;
	font-size: 0.95rem;
	letter-spacing: 0.2em;
	font-weight: 400;
	padding: 0.5rem 1.2rem;
}

.hero-title {
	max-width: 20ch;
    margin: 0;
    font-size: clamp(2.2rem, 5.6vw, 4rem);
    line-height: 1.12;
    letter-spacing: -0.025em;
    font-weight: 400;
}

.hero-text {
	max-width: 88ch;
	color: #d0dbf6;
	margin: 1.25rem auto 0;
	font-size: clamp(1rem, 1.4vw, 1.28rem);
	line-height: 1.65;
}

.hero-actions {
	margin-top: 1.9rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 1rem;
}

.hero-btn {
	min-width: 175px;
	border-radius: 999px;
	font-weight: 700;
	letter-spacing: 0.08em;
	font-size: 0.9rem;
	padding: 0.88rem 1.4rem;
}

.btn-primary.hero-btn {
	/* border-color: #1f75ff;
	background: linear-gradient(180deg, #2f8aff, #0e57df); */
	background-color: transparent;
    background-image: linear-gradient(90deg, #0061BC 0%, #001372 100%)
}

.btn-outline-light.hero-btn {
	color: #f4f8ff;
	border-color: rgba(216, 228, 255, 0.62);
	background: rgba(2, 26, 71, 0.45);
}

.btn-outline-light.hero-btn:hover {
	background: rgba(8, 42, 108, 0.7);
	border-color: rgba(216, 228, 255, 0.8);
	color: #f4f8ff;
}

.trusted-strip {
	padding: 4.4rem 0 6.25rem;
}

.trusted-title {
	text-align: center;
	margin: 0;
	color: #000;
	font-size: 1.05rem;
	letter-spacing: 0.22em;
	font-weight: 500;
}

.trusted-logos {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1.4rem;
	align-items: center;
	max-width: 60ch;
    margin: 0 auto;
    margin-top: 3.2rem;
}

.trusted-logo {
	min-height: 85px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 0.5rem;
	border-radius: 10px;
	/* border: 1px solid rgba(74, 106, 160, 0.04);
    background: rgb(151 151 151 / 21%); */
}

.trusted-logo img {
	max-width: 100%;
	height: auto;
	max-height: 68px;
	object-fit: contain;
	/* opacity: 0.62;
	filter: brightness(0) saturate(100%) invert(57%) sepia(15%) saturate(531%) hue-rotate(182deg) brightness(93%) contrast(90%); */
}

.impact-section {
	padding: 3.3rem 0 6.25rem;
}

.impact-label {
	margin: 0;
	color: #3c1faf;
	font-size: 0.95rem;
	letter-spacing: 0.2em;
	font-weight: 500;
}

.impact-title {
	margin: 0.7rem 0 0;
    font-size: clamp(2rem, 2.8vw, 3.375rem);
    line-height: 1.12;
    font-weight: 500;
    max-width: 15ch;
}

.impact-intro {
	margin: 0;
	padding-top: 0.9rem;
	font-size: 1.01rem;
	line-height: 1.75;
	color: #000;
	max-width: 45ch;
}

.impact-grid {
	margin-top: 2.2rem;
}

.impact-card {
    height: 100%;
    padding: 1.95rem 2.95rem 1.65rem;
    border-radius: 12px;
    /* border: 1px solid rgba(116, 150, 211, 0.28); */
    background: linear-gradient(135deg, #4824ce 0%, #57dfff 100%);
    box-shadow: inset 0 -45px 70px -38px rgba(23, 84, 255, 0.55);
}

.impact-card h3 {
	margin: 0;
	font-size: clamp(2.2rem, 5vw, 3.65rem);
	font-weight: 500;
	line-height: 1;
	letter-spacing: -0.02em;
}

.impact-card h3 span {
	color: #0e84ff;
}

/* .impact-card h4 {
	margin: 4.8rem 0 0.95rem;
	font-size: 2rem;
	font-size: clamp(1.45rem, 2.1vw, 2.05rem);
	font-weight: 500;
} */
 .impact-card h4 {
    margin: 0rem 0 0.95rem;
    font-size: 2rem;
    font-size: clamp(1.45rem, 2.1vw, 4.05rem);
    font-weight: 300;
}

/* .impact-card p {
	margin: 0;
	font-size: 1.02rem;
	line-height: 1.65;
	color: #bdcff4;
} */
 .impact-card p {
    margin: 0;
    font-size: 1.02rem;
    line-height: 1.65;
    color: #ffffff;
    font-weight: 300;
    width: 14ch;
}

.about-section {
	padding: 0.25rem 0 6.25rem;
	background-color: #080A14;
}

.about-visual-wrap {
	max-width: 560px;
}

.about-main-image {
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	border-radius: 6px;
	border: 1px solid rgba(107, 138, 196, 0.35);
	display: block;
}

.about-feature-note {
	margin-top: 1.8rem;
	display: flex;
	gap: 1rem;
	align-items: flex-start;
}

.about-note-icon {
    width: 56px;
    height: 56px;
    flex: 0 0 56px;
    display: grid;
    place-items: center;
    font-size: 1.2rem;
    color: #ffffff;
    border-radius: 10px;
    /* border: 1px solid rgba(117, 154, 220, 0.4); */
    background: linear-gradient(135deg, #4824ce 0%, #57dfff 100%);
}

.about-feature-note h3 {
    margin: 0;
    font-size: clamp(1rem, 1.2vw, 1.25rem);
    line-height: 1.2;
    font-weight: 400;
	color: #000;
}

.about-feature-note p {
	margin: 0.7rem 0 0;
	color: #000;
	font-size: 1rem;
	line-height: 1.6;
}

.about-label {
	margin: 0;
	color: #3c1faf;
	font-size: 0.95rem;
	letter-spacing: 0.2em;
	font-weight: 500;
}

.about-title {
	margin: 0.7rem 0 0;
     font-size: clamp(2rem, 2.8vw, 3.375rem);
    line-height: 1.12;
    font-weight: 500;
    max-width: 15ch;
}

.about-intro {
	margin: 1rem 0 0;
	color: #000;
	font-size: 1.01rem;
	line-height: 1.75;
	max-width: 52ch;
}

.about-accordion {
	margin-top: 1.9rem;
	display: grid;
	gap: 0.9rem;
}

.about-item {
	border: 1px solid rgba(116, 150, 211, 0.3);
	border-radius: 10px;
	/* background: rgba(2, 12, 32, 0.52); */
}

.about-item.is-open {
	border: none;
}

.about-trigger {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: transparent;
	border: 0;
	padding: 1.35rem 1.45rem;
	color: #000;
	font-size: clamp(1.15rem, 1.6vw, 1.25rem);	font-weight: 500;
	text-align: left;
}
.about-item.is-open button.about-trigger{
	/* background-image: linear-gradient(160deg, #040509 0%, #001372 100%); */
	background-image: linear-gradient(135deg, #4824ce 0%, #57dfff 100%);
    border-style: solid;
    /* border-width: 1px 1px 1px 1px; */
    /* border-color: #ffffff26; */
    border-radius: 8px;
	color: #ffffff;
}

.about-arrow {
	color: #6d57c3;
	font-size: 1.5rem;
	line-height: 1;
}
.about-item.is-open span.about-arrow{
	color: #ffffff;

}

.about-panel {
	max-height: 0;
	overflow: hidden;
	opacity: 0;
	padding: 0 1.45rem;
	transition: max-height 0.28s ease, opacity 0.22s ease, padding 0.28s ease;
}

.about-item.is-open .about-panel {
    max-height: 260px;
    opacity: 1;
    padding: 1.25rem 1.45rem 1.25rem;
    /* background-image: linear-gradient(160deg, #040509 0%, #001372 100%); */
	background-image: linear-gradient(135deg, #4824ce 0%, #57dfff 100%);
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    /* border-color: #ffffff26; */
    border-radius: 8px;
    margin-top: 10px;
}

.about-panel p {
	margin: 0;
	font-size: 0.98rem;
	line-height: 1.65;
	color: #ffffff;
	max-width: 56ch;
}

.ai-features-section {
	padding: 3.2rem 0 3.1rem;
}

.ai-features-head {
	margin-bottom: 2rem;
}

.ai-features-label {
	margin: 0;
	color: #3c1faf;
	font-size: 0.95rem;
	letter-spacing: 0.2em;
	font-weight: 500;
}

.ai-features-title {
	margin: 0.7rem 0 0;
     font-size: clamp(2rem, 2.8vw, 3.375rem);
    line-height: 1.12;
    font-weight: 400;
    max-width: 15ch;
}

.ai-features-intro {
	margin: 0;
	padding-top: 0.8rem;
	font-size: 1.01rem;
	line-height: 1.75;
	color: #000;
	max-width: 45ch;
}

.ai-feature-media-card {
	position: relative;
	height: 100%;
	min-height: 450px;
	border-radius: 12px;
	overflow: hidden;
	border: 1px solid rgba(113, 147, 209, 0.3);
	background: rgba(2, 12, 32, 0.4);
}

.ai-feature-media-card img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.ai-feature-overlay {
	position: absolute;
	left: 18px;
	right: 18px;
	bottom: 18px;
	padding: 1.2rem 1.2rem 1.05rem;
	border-radius: 12px;
	border: 1px solid rgba(128, 161, 224, 0.34);
	background: linear-gradient(167deg, #0405096B 0%, #00137296 100%);
	backdrop-filter: blur(4px);
}

.ai-feature-overlay h3 {
	margin: 0;
	font-size: clamp(1.5rem, 2.2vw, 2.05rem);
	font-weight: 500;
}

.ai-feature-overlay p {
	margin: 0.7rem 0 0;
	font-size: 0.97rem;
	line-height: 1.62;
	color: #fff;
}

.growth-pillars-section {
	padding: 3rem 0 3.6rem;
}

.growth-pillars-head {
	max-width: 900px;
	margin: 0 auto;
}

.growth-pillars-title {
	margin: 0;
	 font-size: clamp(2rem, 2.8vw, 3.375rem);
	line-height: 1.12;
	font-weight: 500;
}

.growth-pillars-intro {
	margin: 1rem auto 0;
	max-width: 72ch;
	font-size: 1.01rem;
	line-height: 1.75;
	color: #ffffffb8;
}

.growth-pillar-item {
	height: 100%;
	padding: 0.35rem 0.4rem;
}

.growth-pillar-icon {
    width: 62px;
    height: 62px;
    margin: 0 auto;
    display: grid;
    place-items: center;
    border-radius: 10px;
    /* border: 1px solid rgba(108, 144, 211, 0.36); */
    background: linear-gradient(135deg, #4824ce 0%, #57dfff 100%);
	color: #fff;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    /* box-shadow: inset 0 -18px 38px -22px rgba(16, 104, 255, 0.8); */
}

.growth-pillar-icon img {
    filter: brightness(10);
}

.growth-pillar-item h3 {
	margin: 1.05rem 0 0;
	font-size: clamp(1.5rem, 1.9vw, 1.5rem);
	font-weight: 400;
}

.growth-pillar-item p {
	margin: 0.65rem auto 0;
	max-width: 40ch;
	font-size: 0.97rem;
	line-height: 1.62;
	color: #000;
}

.pricing-stage-section {
	padding: 3rem 0 3.8rem;
}

.pricing-stage-head {
	margin-bottom: 1.4rem;
}

.pricing-stage-title {
	margin: 0;
	font-size: clamp(2rem, 2.8vw, 3.375rem);
	line-height: 1.12;
	font-weight: 400;
	max-width: 15ch;
}

.pricing-stage-intro {
	margin: 0;
	padding-top: 0.8rem;
	font-size: 1.01rem;
	line-height: 1.75;
	color: #000;
	max-width: 46ch;
}

/* Pricing Swiper Carousel */
.pricing-swiper-wrap {
	position: relative;
	padding-bottom: 3.5rem;
}
.pricing-swiper-my-button-wrap{
	position: relative;
    top: 24px;
}

.pricing-swiper {
	overflow: hidden;
}

.pricing-swiper .swiper-slide {
	height: auto;
}

.pricing-swiper .pricing-card {
	height: 100%;
}

.pricing-swiper-pagination {
	bottom: 0;
}

.pricing-swiper-pagination .swiper-pagination-bullet {
	background: #9E9E9E;
	opacity: 1;
}

.pricing-swiper-pagination .swiper-pagination-bullet-active {
	background: #3290ff;
}

.pricing-swiper-prev,
.pricing-swiper-next {
	color: #3290ff;
	width: 2.5rem;
	height: 2.5rem;
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(50, 144, 255, 0.3);
	border-radius: 50%;
	top: 50%;
	bottom: 0;
}

.pricing-swiper-prev {
	left: calc(0% - 4rem);
}

.pricing-swiper-next {
	right: calc(0% - 4rem);
}

@media screen and (max-width: 768px) {
	.about-visual-wrap {
    max-width: 100%;
}
	.ac-block {
    padding: 1.2rem 0;
}
	.pricing-swiper-prev,
.pricing-swiper-next {
	top: auto;
}

.pricing-swiper-prev {
	left: calc(25% - 4rem);
}

.pricing-swiper-next {
	right: calc(25% - 4rem);
}
}

.pricing-swiper-prev::after,
.pricing-swiper-next::after {
	font-size: 0.85rem;
	font-weight: 700;
}

.pricing-swiper-prev:hover,
.pricing-swiper-next:hover {
	background: rgba(50, 144, 255, 0.15);
}

.pricing-card {
	position: relative;
	border: 1px solid rgba(114, 150, 215, 0.28);
	border-radius: 14px;
	/* overflow: hidden; */
	/* background: rgba(1, 8, 24, 0.7); */
	height: 100%;
}

.trial-offer-badge {
	margin: 0;
    position: absolute;
    left: 0rem;
    top: 0rem;
    padding: 0.15rem 0.55rem;
    border-radius: 0.35rem;
    background: rgb(255 255 255);
    border: 1px solid #4a23da;
    color: #4a23da;
    font-size: 0.65rem;
    font-weight: 500;
    letter-spacing: 0.06em;
    z-index: 2;
}

.pricing-card-head {
    padding: 2rem 1.5rem 1.55rem;
    background: linear-gradient(  23deg,  #02021b 0%,  #140b4d 11%,  #2a1190 50%,  #5b2dff 109%);
    /* border-bottom: 1px solid rgba(95, 131, 196, 0.3); */
    border-radius: 12px 12px 0px 0px;
}
/* 
.pricing-card-has-offer .pricing-card-head {
	padding-top: 3rem;
} */

.pricing-plan-title-wrap {
	display: flex;
	align-items: center;
	gap: 0.7rem;
}

.pricing-plan-icon {
	width: 34px;
	height: 34px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #5a93ff;
}

.pricing-plan-icon svg {
	width: 30px;
	height: 30px;
	stroke: #50aae8;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.pricing-card-head h3 {
	margin: 0;
	font-size: clamp(1.5rem, 2.2vw, 2rem);
	font-weight: 500;
	color: #ffffff;
}

.pricing-card-head p {
	margin: 0.7rem 0 0;
	font-size: 0.97rem;
	line-height: 1.62;
	color: #ffffff;
}

.pricing-card-head .token-highlight {
	color: #ffffff;
    font-weight: 700;
    padding: 0 0.15em;
    /* text-shadow: 0 0 14px rgb(255 255 255 / 35%); */
    font-size: 1.35rem;
}

.pricing-token-copy {
	font-size: 1.03rem;
}

.pricing-card-body {
	padding: 1.85rem 1.5rem 1.55rem;
}

.pricing-amount {
	margin: 0;
	font-size: 1.5rem;
	color: #000;
}

.pricing-amount span {
	font-size: clamp(3rem, 5vw, 4rem);
	line-height: 1;
	color: #b29dff;
	font-weight: 500;
	letter-spacing: -0.02em;
}

.pricing-included {
	margin: 1.5rem 0 0;
	padding: 0.55rem 0 0.6rem;
	text-transform: uppercase;
	letter-spacing: 0.15em;
	font-size: 1.06rem;
	font-weight: 600;
	border-bottom: 1px solid rgba(131, 162, 220, 0.24);
	color: #000;
}

.pricing-feature-list {
	list-style: none;
	margin: 1rem 0 0;
	padding: 0;
	display: grid;
	gap: 0.62rem;
}

.pricing-feature-list li {
	position: relative;
	padding-left: 1.4rem;
	padding-right: 0.15rem;
	font-size: 0.97rem;
	line-height: 1.45;
	color: #000;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 0.8rem;
	margin-bottom: 15px;;
}

.pricing-feature-list li span {
	display: inline-block;
	max-width: 26.8ch;
}

.pricing-feature-list li strong {
	color: #3C1FAF;
	font-weight: 700;
	white-space: nowrap;
}

.pricing-feature-list li::before {
	content: "✓";
	position: absolute;
	left: 0;
	top: 0;
	color: #3C1FAF;
	font-weight: 700;
}

.pricing-cta {
	margin-top: 1.45rem;
	width: 100%;
	border-radius: 999px;
	padding: 0.86rem 1rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	font-size: 0.95rem;
	color: #eff6ff;
	    background: linear-gradient(135deg, #4824ce 0%, #57dfff 100%);
    border: none;
}
.pricing-card--enterprise .pricing-cta {
    margin-top: 35px;
}

.pricing-card--enterprise ul.pricing-feature-list li {
    margin-bottom: 7px;
}

.pricing-cta:hover {
	color: #eff6ff;
	background: linear-gradient(135deg, rgba(8, 74, 138, 0.96), rgba(3, 43, 91, 0.96));
}
/* 
.pricing-card--enterprise .pricing-card-head {
	background: linear-gradient(135deg, #00c6e0 0%, #0051a2 55%, #1a0080 100%);
}

.pricing-card--enterprise .pricing-feature-list li span {
	max-width: none;
} */

.pricing-cta-primary {
	background: linear-gradient(135deg, #4824ce 0%, #57dfff 100%);
	border-color: rgba(56, 135, 246, 0.85);
}

.pricing-cta-primary:hover {
	background: linear-gradient(135deg, #3290ff 0%, #1556cc 100%);
}

.pricing-support-label {
	margin: 1rem 0 0.25rem;
	font-size: 1rem;
	color: #3C1FAF;
}

.pricing-support-copy {
	margin: 0;
	font-size: 0.9rem;
	font-weight: 400;
	color: #000;
}

.pricing-card-popular {
	border-color: rgba(61, 130, 238, 0.5);
}

/* .popular-badge {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: -1px;
	padding: 0.5rem 0.75rem;
	border-bottom-left-radius: 7px;
	border-bottom-right-radius: 7px;
	background: #1072e7;
	font-size: 1rem;
	letter-spacing: 0.07em;
	font-weight: 700;
} */
 .popular-badge {
    position: absolute;
    right: -6%;
    transform: translateX(-50%);
    top: -21px;
    padding: 0.5rem 0.75rem;
    border-radius: 7px;
    background: #1072e7;
    font-size: 1rem;
    letter-spacing: 0.07em;
    font-weight: 700;
}

.final-cta-section {
	padding: 2.8rem 0 0;
}

.final-cta-surface {
	position: relative;
	min-height: clamp(500px, 42vw, 660px);
	background:
		linear-gradient(0deg, rgb(2 9 26 / 42%), rgb(2 9 26 / 31%)), url(../images/website-bottombanner.jpg);
	background-size: cover;
	background-position: center;
	overflow: hidden;
	border-top: 1px solid rgba(87, 126, 196, 0.26);
	/* border-bottom: 1px solid rgba(87, 126, 196, 0.2); */
}

.final-cta-surface::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		/* radial-gradient(circle at 20% 22%, rgba(31, 175, 224, 0.2), transparent 40%),
		radial-gradient(circle at 76% 70%, rgba(29, 94, 255, 0.2), transparent 45%); */
		radial-gradient(circle at 20% 22%, rgb(27 27 27 / 20%), transparent 40%), 
		radial-gradient(circle at 76% 70%, rgb(17 17 17 / 20%), transparent 45%);
	pointer-events: none;
}

.final-cta-overlay {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(180deg, rgba(2, 10, 31, 0.45) 0%, rgba(3, 13, 34, 0.76) 100%),
		repeating-linear-gradient(
			90deg,
			rgba(90, 128, 193, 0.05) 0,
			rgba(90, 128, 193, 0.05) 1px,
			transparent 1px,
			transparent 220px
		);
	pointer-events: none;
}

.final-cta-content {
	position: relative;
	z-index: 2;
	min-height: inherit;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 3rem 1rem;
}

.final-cta-chip {
	margin: 0;
	display: inline-block;
	padding: 0.5rem 1.15rem;
	border-radius: 999px;
	border: 1px solid rgba(191, 212, 248, 0.45);
	background: rgba(76, 107, 157, 0.34);
	color: #f2f7ff;
	font-size: 0.98rem;
	font-weight: 500;
	letter-spacing: 0.16em;
}

.final-cta-title {
	margin: 1rem 0 0;
    font-size: clamp(2rem, 2.8vw, 3.375rem);
    line-height: 1.12;
    font-weight: 400;
    max-width: 25.5ch;
}

.final-cta-text {
	margin: 1rem 0 0;
	max-width: 58ch;
	font-size: 1.02rem;
	line-height: 1.65;
	color: #cfddfa;
}

.final-cta-actions {
	margin-top: 1.8rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.8rem;
}

.section-space {
	padding: 4.2rem 0;
}

.eyebrow {
	color: #93aee0;
	font-size: 0.8rem;
	letter-spacing: 0.13em;
	text-transform: uppercase;
	font-weight: 600;
}

.section-head h2 {
	margin-top: 0.35rem;
	font-size: clamp(1.5rem, 3vw, 2.3rem);
	max-width: 24ch;
	margin-left: auto;
	margin-right: auto;
}

.feature-card {
	background: rgba(5, 19, 52, 0.66);
	border: 1px solid var(--line);
	border-radius: 12px;
	padding: 1.25rem;
	height: 100%;
	transition: transform 0.25s ease, border-color 0.25s ease;
}

.feature-card:hover {
	transform: translateY(-4px);
	border-color: rgba(118, 163, 241, 0.58);
}

.feature-card h3 {
	font-size: 1.2rem;
	margin-bottom: 0.55rem;
}

.feature-card p {
	color: #b8c9ee;
	margin: 0;
}

/* ── Page Hero ─────────────────────────────────────── */

.page-hero {
	position: relative;
	min-height: 380px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	padding: 2rem 1rem 2rem;
	background-image: url(../images/dbinsight-homebanner.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.page-hero::before,
.page-hero::after {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
}

.page-hero::before {
     background: linear-gradient(180deg, rgb(1 9 28 / 33%) 0%, rgba(1, 11, 32, 0.58) 100%), radial-gradient(circle at 50% 45%, rgba(0, 20, 62, 0.35) 0%, rgb(0 8 28 / 9%) 70%);
	/* background-image:
		radial-gradient(circle at 30% 40%, rgba(100, 180, 255, 0.18) 0%, transparent 40%),
		radial-gradient(circle at 75% 55%, rgba(0, 160, 220, 0.22) 0%, transparent 35%),
		radial-gradient(circle at 55% 20%, rgba(50, 130, 255, 0.12) 0%, transparent 30%); */
}
/* .page-hero::after {
    background: radial-gradient(ellipse at 36% 70%, rgb(0 0 0 / 25%) 0%, transparent 40%), 
	radial-gradient(ellipse at 65% 45%, rgb(0 0 0 / 33%) 0%, transparent 52%);
} */

.page-hero-overlay {
	position: absolute;
	inset: 0;
	background: rgba(2, 8, 22, 0.35);
	pointer-events: none;
	display: none;
}

/* .page-hero-content {
	position: relative;
	z-index: 1;
	text-align: center;
	padding: 5rem 1rem 4rem;
} */
.page-hero-content {
	min-height: clamp(260px, 28vw, 520px);
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding: clamp(2rem, 4.2vw, 3.25rem) 1rem;
	/* background-image: url(../images/Background-Image-2.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center; */
	max-width: 98%;
	border-radius: 18px;
	margin: auto;
	overflow: hidden;
}

.page-hero-content::before {
    content: "";
    position: absolute;
    inset: 0;
    /* background: linear-gradient(180deg, rgb(1 9 28 / 33%) 0%, rgba(1, 11, 32, 0.58) 100%), radial-gradient(circle at 50% 45%, rgba(0, 20, 62, 0.35) 0%, rgb(0 8 28 / 9%) 70%); */
    pointer-events: none;
}

.page-hero-content > * {
	position: relative;
	z-index: 1;
}

.page-hero-title {
	font-family: "Poppins", sans-serif;
	font-size: clamp(2.2rem, 5vw, 3.6rem);
	font-weight: 500;
	color: #f6f9ff;
	margin: 0 0 1rem;
	letter-spacing: -0.01em;
	text-shadow: 0 8px 26px rgba(0, 0, 0, 0.48);
}

.page-hero-subtitle {
	font-size: clamp(0.88rem, 1.5vw, 1rem);
	color: rgba(226, 236, 255, 0.92);
	font-weight: 200;
	line-height: 1.7;
	margin: 0 0 1.6rem;
}

.page-hero-breadcrumb {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	font-size: 0.75rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: rgba(210, 226, 255, 0.84);
}

.page-hero-breadcrumb a {
    color: #3d8ef0;
    text-decoration: none;
    transition: color 0.2s;
    font-weight: 300;
	font-size: 1rem;
}
.our-story-section {
	padding: clamp(3.2rem, 6vw, 5.2rem) 0;
	/* background:
		radial-gradient(circle at 15% 14%, rgba(10, 58, 170, 0.18), transparent 38%),
		linear-gradient(180deg, #030816 0%, #030917 100%); */
}

.our-story-content {
	max-width: 39rem;
}

.our-story-eyebrow {
	margin: 0;
	color: #3c1faf;
	font-size: 0.95rem;
	letter-spacing: 0.25em;
	font-weight: 500;
	text-transform: uppercase;
}

.our-story-title {
	margin: 1rem 0 0;
	font-size: clamp(2.15rem, 4.8vw, 3.35rem);
	line-height: 1.08;
	font-weight: 500;
	letter-spacing: -0.02em;
	max-width: 13.5ch;
	color: #000000;
}

.our-story-text {
	margin: 1rem 0 0;
    font-size: clamp(1rem, 1.35vw, 1rem);
    line-height: 1.7;
    color: #000000;
    max-width: 56ch;
}

.our-story-media {
	position: relative;
	border-radius: 14px;
	overflow: hidden;
	border: 1px solid rgba(104, 144, 220, 0.2);
	box-shadow: 0 24px 50px rgba(0, 0, 0, 0.33);
}

/* .our-story-media::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(1, 10, 28, 0.12), rgba(1, 9, 25, 0.32));
	pointer-events: none;
} */

.our-story-media img {
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    display: block;
    background: linear-gradient(100deg, #02021b 0%, #140b4d 53%, #2a1190 75%, #5b2dff 109%);
}



.page-hero-breadcrumb a:hover {
	color: #7ab6ff;
}

.page-hero-breadcrumb span {
    color: #ffffffb8;
    font-weight: 400;
    font-size: 1rem;
}

/* ── End Page Hero ─────────────────────────────────── */

/* ── Our Mission ──────────────────────────────────── */

.our-mission-section {
	padding: clamp(3.4rem, 6.5vw, 5.8rem) 0;
	background:
		radial-gradient(circle at 80% 12%, rgba(10, 58, 170, 0.15), transparent 40%),
		linear-gradient(180deg, #030917 0%, #040509 100%);
}

.our-mission-head {
	max-width: 760px;
	margin: 0 auto 4rem;
}

.our-mission-eyebrow {
	margin: 0;
	color: #2b8dff;
	font-size: 0.9rem;
	letter-spacing: 0.28em;
	font-weight: 500;
	text-transform: uppercase;
}

.our-mission-title {
	margin: 0.8rem 0 0;
	font-size: clamp(2.3rem, 5vw, 3.35rem);
	line-height: 1.09;
	font-weight: 500;
	letter-spacing: -0.02em;
	color: #f5f8ff;
}

.our-mission-intro {
	margin: 1.4rem 0 0;
	font-size: clamp(0.95rem, 1.4vw, 1.2rem);
	line-height: 1.72;
	color: rgba(210, 228, 255, 0.78);
}

.our-mission-grid {
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	gap: 2.4rem;
	align-items: center;
}

.our-mission-media {
	width: clamp(300px, 28vw, 420px);
	border-radius: 16px;
	overflow: hidden;
	border: 1px solid rgba(104, 144, 220, 0.22);
	box-shadow: 0 24px 56px rgba(0, 0, 0, 0.42);
	position: relative;
}

.our-mission-media::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(1, 10, 28, 0.08), rgba(1, 9, 25, 0.28));
	pointer-events: none;
}

.our-mission-media img {
	width: 100%;
	aspect-ratio: 5 / 3.8;
	object-fit: cover;
	display: block;
}

/* Feature columns */
.our-mission-features {
	display: flex;
	flex-direction: column;
	gap: 2.6rem;
}

.omf-item {
	display: flex;
	gap: 1.1rem;
	align-items: flex-start;
}

/* Left column — text then icon (text-right aligned) */
.omf-item--right {
	text-align: right;
	justify-content: flex-end;
}

/* Right column — icon then text (text-left aligned) */
.omf-item--left {
	text-align: left;
}

.omf-icon {
	flex: 0 0 38px;
	width: 38px;
	height: 38px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	/* border: 1.5px solid #2b8dff; */
	color: #2b8dff;
	padding: 6px;
	margin-top: 0.1rem;
}

.omf-icon svg {
	width: 100%;
	height: 100%;
}

.our-mission-features--right .omf-icon svg {
    transform: rotate(180deg);
}

.omf-text h3 {
	margin: 0;
	font-size: clamp(1.05rem, 1.5vw, 1.25rem);
	font-weight: 700;
	color: #eef4ff;
	line-height: 1.25;
}

.omf-text p {
	margin: 0.45rem 0 0;
	font-size: clamp(0.82rem, 1.05vw, 0.92rem);
	line-height: 1.65;
	color: rgba(200, 220, 255, 0.7);
}

/* ── End Our Mission ───────────────────────────────── */

/* ── Our Expertise ──────────────────────────────────── */

.our-expertise-section {
	padding: clamp(3.2rem, 6vw, 5.2rem) 0;
	background:
		radial-gradient(circle at 85% 15%, rgba(10, 58, 170, 0.16), transparent 40%),
		linear-gradient(180deg, #040509 0%, #030917 100%);
}

.our-expertise-media {
	position: relative;
	border-radius: 16px;
	overflow: hidden;
	border: 1px solid rgba(104, 144, 220, 0.2);
	box-shadow: 0 28px 60px rgba(0, 0, 0, 0.4);
}

.our-expertise-media img {
	width: 100%;
	aspect-ratio: 4 / 3.5;
	object-fit: cover;
	object-position: center top;
	display: block;
}

.our-expertise-content {
	max-width: 38rem;
}

.our-expertise-eyebrow {
	margin: 0;
	color: #2b8dff;
	font-size: 0.9rem;
	letter-spacing: 0.28em;
	font-weight: 500;
	text-transform: uppercase;
}

.our-expertise-title {
	margin: 0.85rem 0 0;
	font-size: clamp(2.1rem, 4.6vw, 3.35rem);
	line-height: 1.1;
	font-weight: 400;
	letter-spacing: -0.02em;
	color: #f5f8ff;
	width: 15ch;
}

.our-expertise-text {
	margin: 1.4rem 0 0;
	font-size: clamp(0.95rem, 1.3vw, 1.1rem);
	line-height: 1.72;
	color: rgba(210, 228, 255, 0.78);
	max-width: 54ch;
}

.expertise-bars {
	margin-top: 2.2rem;
	display: flex;
	flex-direction: column;
	gap: 1.6rem;
}

.expertise-bar-header {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	margin-bottom: 0.6rem;
}

.expertise-bar-label {
	font-size: clamp(1rem, 1.4vw, 1.15rem);
	font-weight: 600;
	color: #eef4ff;
}

.expertise-bar-pct {
	font-size: clamp(0.95rem, 1.3vw, 1.3rem);
	font-weight: 700;
	color: #2b8dff;
}

.expertise-bar-track {
	width: 100%;
	height: 15px;
	border-radius: 0px;
	background: rgba(120, 150, 210, 0.18);
	overflow: hidden;
}

.expertise-bar-fill {
	height: 100%;
	border-radius: 0px;
	background: #2d9bea;
	/* background: linear-gradient(90deg, #1565e8 0%, #2b8dff 100%); */
	width: 0;
	transition: width 1.2s cubic-bezier(0.4, 0, 0.2, 1);
}

/* ── End Our Expertise ───────────────────────────────── */

/* ── About Content Section ───────────────────────────── */

.about-content-section {
	padding: clamp(0.2rem, 6vw, 0.4rem) 0;
	/* background:
		radial-gradient(circle at 85% 8%, rgba(10, 58, 170, 0.14), transparent 40%),
		linear-gradient(180deg, #040509 0%, #030816 100%); */
}

.ac-block {
	padding: 3rem 0;
}

.ac-block-body {
	max-width: 100%;
}

.ac-block-body--wide {
	max-width: 100%;
}

.ac-block-heading {
	margin: 0 0 1.4rem;
	font-size: clamp(1.65rem, 3.2vw, 2.4rem);
	line-height: 1.15;
	font-weight: 400;
	letter-spacing: -0.02em;
	color: #000000;
}

.ac-block-text {
	margin: 0.9rem 0 0;
	font-size: clamp(0.95rem, 1.3vw, 1.05rem);
	line-height: 1.78;
	color: rgb(0, 0, 0);
	font-weight: 400;
}

.ac-divider {
	height: 1px;
	background: linear-gradient(90deg, transparent, rgba(104, 144, 220, 0.22) 30%, rgba(104, 144, 220, 0.22) 70%, transparent);
}

/* Vision & Mission cards */
.ac-vm-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1.25rem;
	margin-top: 1.8rem;
}

.ac-vm-card {
	/* background: rgba(255, 255, 255, 0.034); */
    border: 1px solid rgb(117 96 198 / 66%);
    border-radius: 14px;
    padding: 2rem 1.8rem;
    transition: border-color 0.25s, background 0.25s;
}

/* .ac-vm-card:hover {
	border-color: rgba(60, 31, 250, 0.4);
	background: rgba(60, 31, 250, 0.05);
} */

.ac-vm-card-icon {
	display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 10px;
    background: linear-gradient(135deg, #4824ce 0%, #57dfff 100%);
    color: #ffffff;
    margin-bottom: 1.1rem;
}

.ac-vm-card-title {
	margin: 0 0 0.7rem;
	font-size: 1.15rem;
	font-weight: 600;
	color: #000000;
}

.ac-vm-card-text {
	margin: 0;
	font-size: 0.97rem;
	line-height: 1.72;
	color: rgb(0, 0, 0);
	font-weight: 400;
}

/* Audience cards */
.ac-audience-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1.25rem;
	margin-top: 1.8rem;
}

.ac-audience-card {
	/* background: rgba(255, 255, 255, 0); */
	border: 1px solid rgb(117 96 198 / 66%);
	border-radius: 12px;
	padding: 1.7rem 1.5rem;
	position: relative;
	overflow: hidden;
	transition: border-color 0.25s, background 0.25s, transform 0.22s;
}

.ac-audience-card::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(135deg, rgba(43, 141, 255, 0.06) 0%, transparent 60%);
	opacity: 0;
	transition: opacity 0.25s;
	pointer-events: none;
}

/* .ac-audience-card:hover {
	border-color: rgba(43, 141, 255, 0.38);
	background: rgba(43, 141, 255, 0.04);
	transform: translateY(-3px);
} */

/* .ac-audience-card:hover::before {
	opacity: 1;
} */

.ac-audience-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 9px;
	background: linear-gradient(135deg, #4824ce 0%, #57dfff 100%);
	color: #ffffff;
	margin-bottom: 1rem;
}

.ac-audience-title {
	margin: 0 0 0.55rem;
	font-size: 1rem;
	font-weight: 600;
	color: #000000;
}

.ac-audience-text {
	margin: 0;
	font-size: 0.93rem;
	line-height: 1.68;
	color: rgb(0, 0, 0);
	font-weight: 400;
}

.ac-closing-text {
	margin: 2.2rem 0 0;
	font-size: clamp(0.98rem, 1.5vw, 1.1rem);
	line-height: 1.72;
	color: rgb(0, 0, 0);
	font-weight: 300;
}

.ac-closing-highlight {
	color: #4824ce;
	font-weight: 500;
}

/* Responsive */
@media (max-width: 991px) {
	
	.ac-vm-grid {
		grid-template-columns: 1fr;
	}
	.ac-audience-grid {
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width: 575px) {
	.ac-audience-grid {
		grid-template-columns: 1fr;
	}
}

/* ── End About Content Section ───────────────────────── */

/* ── Our Team ────────────────────────────────────────── */

.our-team-section {
	    padding: 0px 0px 60px;
	/* background:
		radial-gradient(circle at 12% 18%, rgba(10, 58, 170, 0.16), transparent 38%),
		linear-gradient(180deg, #030917 0%, #040509 100%); */
}

.our-team-head {
	display: grid;
    grid-template-columns: 1fr 0fr;
    gap: 0rem 0rem;
    align-items: end;
    margin-bottom: 3.2rem;
	text-align: center;
}

.our-team-eyebrow {
	margin: 0;
	color: #3c1faf;
	font-size: 0.9rem;
	letter-spacing: 0.28em;
	font-weight: 500;
	text-transform: uppercase;
}

.our-team-title {
	margin: 0.85rem 0 0;
    font-size: clamp(2.1rem, 4.6vw, 3.35rem);
    line-height: 1.1;
    font-weight: 400;
    letter-spacing: -0.02em;
    color: #000000;
    max-width: 14ch;
    text-align: left;
}

.our-team-intro {
	margin: 0;
	font-size: clamp(0.93rem, 1.3vw, 1.08rem);
	line-height: 1.74;
	color: rgba(210, 228, 255, 0.76);
}

.our-team-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1.4rem;
}

.team-card {
	position: relative;
	border-radius: 14px;
	overflow: hidden;
	border: 1px solid rgba(104, 144, 220, 0.22);
	background: rgba(3, 10, 28, 0.72);
	display: flex;
	flex-direction: column;
	transition: transform 0.25s ease, border-color 0.25s ease;
	cursor: pointer;
}

.team-card:hover {
	transform: translateY(-4px);
	border-color: rgba(43, 141, 255, 0.55);
}

.team-card-img {
	width: 100%;
	aspect-ratio: 3 / 3.2;
	overflow: hidden;
}

.team-card-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center top;
	display: block;
	transition: transform 0.35s ease;
}

.team-card:hover .team-card-img img {
	transform: scale(1.04);
}

.team-card-body {
	padding: 1.2rem 1.3rem 0;
	flex: 1;
	display: flex;
	flex-direction: column;
	background: linear-gradient(160deg, #040c24cc 0%, #001372c4 100%);
}

.team-card-name {
	margin: 0;
	font-size: clamp(1.1rem, 1.6vw, 1.35rem);
	font-weight: 600;
	color: #f0f6ff;
	line-height: 1.2;
}

.team-card-role {
	margin: 0.35rem 0 0;
	font-size: 0.9rem;
	color: rgba(190, 212, 255, 0.65);
	line-height: 1.4;
}

.team-card-edu {
	margin: 0.5rem 0 0;
	font-size: 0.78rem;
	color: rgba(150, 180, 240, 0.5);
	line-height: 1.45;
	font-style: italic;
}

.team-card-follow {
	display: block;
	margin-top: auto;
	padding: 0.85rem 1.3rem;
	margin-left: -1.3rem;
	margin-right: -1.3rem;
	margin-top: 1.1rem;
	background: linear-gradient(160deg, #040c24 0%, #001372 100%);
	border-top: 1px solid rgba(104, 144, 220, 0.22);
	color: #2b8dff;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	text-decoration: none;
	transition: background 0.2s, color 0.2s;
	z-index: 9;
}

.team-card-follow:hover {
	background: linear-gradient(160deg, #040c24 0%, #0020a8 100%);
	color: #6ab4ff;
}

/* Team card hover overlay */
.team-card-overlay {

	position: absolute;
	inset: 0;
	background: rgba(4, 10, 30, 0.72);
	backdrop-filter: blur(6px);
	-webkit-backdrop-filter: blur(6px);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1.6rem 1.5rem;
	opacity: 0;
	transform: translateY(12px);
	transition: opacity 0.3s ease, transform 0.3s ease;
	border-radius: 0;
	pointer-events: none;
}

.team-card:hover .team-card-overlay {
	opacity: 1;
	transform: translateY(0);
	/* display: none; */
}

.team-card-bio {
	margin: 0;
    font-size: 0.97rem;
    line-height: 1.72;
    color: rgb(255 255 255 / 92%);
    font-weight: 200;
    text-align: center;
    letter-spacing: 0.2px;
}

/* ── End Our Team ────────────────────────────────────── */

/* ── FAQ Section ─────────────────────────────────────── */

.faq-section {
	padding: clamp(3.4rem, 7vw, 6rem) 0;
	/* background:
		radial-gradient(circle at 8% 12%, rgba(8, 68, 181, 0.2), transparent 36%),
		radial-gradient(circle at 94% 84%, rgba(20, 84, 216, 0.16), transparent 32%),
		linear-gradient(180deg, #040509 0%, #030917 100%); */
}

.faq-intro-card {
	position: sticky;
	top: 1.3rem;
	padding: 1.6rem 1.35rem;
	border-radius: 14px;
	/* border: 1px solid rgba(104, 144, 220, 0.25); */
	/* background: linear-gradient(165deg, rgba(4, 12, 35, 0.85) 0%, rgba(0, 19, 114, 0.35) 100%); */
	/* box-shadow: 0 20px 45px rgba(0, 0, 0, 0.32); */
	background: linear-gradient(135deg, #4824ce 0%, #57dfff 100%);
    box-shadow: inset 0 -45px 70px -38px rgba(23, 84, 255, 0.55);
}

.faq-eyebrow {
	margin: 0;
	color: #3f89ff;
	font-size: 0.82rem;
	font-weight: 600;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.faq-title {
	margin: 0.8rem 0 0;
	font-size: clamp(1.8rem, 3.7vw, 2.8rem);
	line-height: 1.1;
	font-weight: 400;
	max-width: 11ch;
	color: #f4f9ff;
}

.faq-intro-text {
	margin: 1rem 0 0;
	font-size: 0.97rem;
	line-height: 1.7;
	color: rgba(214, 230, 255, 0.74);
	font-weight: 300;
}

.faq-contact-link {
	display: inline-flex;
	align-items: center;
	margin-top: 1.2rem;
	padding: 0.72rem 1.05rem;
	border-radius: 999px;
	text-decoration: none;
	font-size: 0.82rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #eef4ff;
	border: 1px solid rgba(120, 160, 230, 0.36);
	background: rgba(16, 54, 129, 0.42);
	transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.faq-contact-link:hover,
.faq-contact-link:focus {
	color: #eef4ff;
	background: rgba(26, 78, 178, 0.54);
	border-color: rgba(140, 178, 244, 0.55);
	transform: translateY(-1px);
}

.faq-accordion {
	display: grid;
	gap: 0.8rem;
}

.faq-item {
	border: 1px solid rgba(106, 144, 218, 0.3);
	border-radius: 10px;
	overflow: hidden;
	/* background: rgba(5, 14, 36, 0.7); */
	box-shadow: inset 0 -14px 34px rgba(0, 21, 67, 0.22);
}

.faq-item .accordion-header {
	margin: 0;
}

.faq-button {
	font-size: clamp(1.02rem, 1.8vw, 1.2rem);
	font-weight: 400;
	line-height: 1.42;
	padding: 1.15rem 1.25rem;
	color: #f3f8ff;
	background:#4824ce;
	box-shadow: none;
}

.faq-button:not(.collapsed) {
    color: #f8fbff;
    background: linear-gradient(173deg, #4824ce 33%, #57dfff 111%);
    box-shadow: none;
    border-bottom: 1px solid rgba(122, 161, 229, 0.24);
}
.accordion-body.faq-answer {
    background-image: linear-gradient(173deg, #4824ce 33%, #57dfff 111%);
}

.faq-button:focus {
	box-shadow: none;
	border-color: transparent;
}

/* .faq-button::after {
	filter: invert(76%) sepia(15%) saturate(861%) hue-rotate(184deg) brightness(100%) contrast(101%);
} */
 .faq-button::after {
    color: #ffffff;
    filter: brightness(46.5);
}

.faq-answer {
	padding: 1rem 1.25rem 1.2rem;
	font-size: 0.96rem;
	line-height: 1.72;
	color: #ffffff;
	font-weight: 300;
	/* background: rgba(1, 10, 30, 0.75); */
}

.faq-answer p {
	margin: 0;
}

.faq-answer p + p {
	margin-top: 0.9rem;
}

.faq-security-list {
	margin: 0.8rem 0;
	padding-left: 1.1rem;
	display: grid;
	gap: 0.6rem;
}

.faq-security-list li {
	color: rgb(255, 255, 255);
	line-height: 1.66;
	font-size: 0.95rem;
	font-weight: 300;
}

.faq-security-list li strong {
	color: #f3f8ff;
	font-weight: 500;
}

@media (max-width: 991.98px) {
	.faq-intro-card {
		position: static;
	}

	.faq-title {
		max-width: 100%;
	}
}

@media (max-width: 767.98px) {
	.faq-section {
		padding-top: 2.2rem;
		padding-bottom: 2.8rem;
	}

	.faq-button {
		padding: 0.95rem 1rem;
		font-size: clamp(0.98rem, 4.7vw, 1.08rem);
	}

	.faq-answer {
		padding: 0.85rem 1rem 1rem;
		font-size: 0.92rem;
		line-height: 1.66;
	}

	.faq-security-list {
		padding-left: 1rem;
	}
}

/* ── End FAQ Section ─────────────────────────────────── */

/* ── Contact Section ─────────────────────────────────── */

.contact-section {
	padding: clamp(4rem, 7vw, 6.5rem) 0;
}

.contact-eyebrow {
	margin: 0 0 0.9rem;
	color: #3c1faf;
	font-size: 0.88rem;
	letter-spacing: 0.22em;
	font-weight: 600;
	text-transform: uppercase;
}

.contact-title {
	margin: 0 0 1.2rem;
    font-size: clamp(2rem, 3.8vw, 3.375rem);
    font-weight: 400;
    line-height: 1.12;
    letter-spacing: -0.01em;
    max-width: 19ch;
    
}

.contact-intro {
	margin: 0;
    font-size: 0.97rem;
    line-height: 1.72;
    color: #000000;
    max-width: 60ch;
    font-weight: 400;
}

.contact-intro strong {
	color: #3c1faf;
	font-weight: 500;
}

/* Form */
.contact-label {
	display: block;
	margin-bottom: 0.5rem;
	font-size: 0.95rem;
	font-weight: 400;
	color: #000000;
}

.contact-input {
	width: 100%;
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(100, 140, 210, 0.25);
	border-radius: 8px;
	padding: 0.82rem 1rem;
	color: #000000;
	font-size: 0.95rem;
	font-family: "Roboto", sans-serif;
	transition: border-color 0.2s, background 0.2s;
	outline: none;
	-webkit-appearance: none;
	appearance: none;
}

.contact-input::placeholder {
	color: rgba(99, 99, 99, 0.76);
}

.contact-input:focus {
	border-color: rgba(63, 137, 255, 0.55);
	background: rgba(255, 255, 255, 0.07);
}

.contact-select {
	cursor: pointer;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%238ab0e0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 1rem center;
	background-size: 1.1rem;
	padding-right: 2.5rem;
}

.contact-select option {
	background: #0b1331;
	color: #e8f0ff;
}

.contact-textarea {
	resize: vertical;
	min-height: 130px;
}

.contact-submit-btn {
	width: 100%;
	padding: 0.95rem 1.5rem;
	border: none;
	border-radius: 999px;
	background: linear-gradient(135deg, rgb(72, 36, 206) 0%, rgb(87, 223, 255) 100%);
	color: #ffffff;
	font-family: "Roboto", sans-serif;
	font-size: 0.9rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	cursor: pointer;
	transition: opacity 0.2s, transform 0.15s;
}

.contact-submit-btn:hover {
	opacity: 0.88;
	transform: translateY(-1px);
}

/* Right column — Person image */
.contact-media-wrap {
	border-radius: 12px;
	overflow: hidden;
	border: 1px solid rgba(100, 140, 210, 0.28);
}

.contact-person-img {
	width: 100%;
    display: block;
    /* object-fit: cover; */
    aspect-ratio: 3 / 2;
    background: linear-gradient(90deg, #02021b 8%, #140b4d 26%, #2a1190 65%, #5b2dff 109%);
}

/* Info card */
.contact-info-card {
	border-radius: 12px;
	/*border: 1px solid rgba(100, 140, 210, 0.22); */
    background: linear-gradient(135deg, rgb(72, 36, 206) 0%, rgb(87, 223, 255) 100%);
	padding: 1.5rem 1.6rem;
	display: flex;
	flex-direction: column;
	gap: 1.3rem;
}

.contact-info-item {
	display: flex;
	align-items: center;
	gap: 1rem;
}

.contact-info-icon {
	flex: 0 0 42px;
	width: 42px;
	height: 42px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 8px;
	/* border: 1px solid rgba(100, 140, 210, 0.3); */
	background: linear-gradient(  23deg,  #02021b 0%,  #140b4d 11%,  #2a1190 50%,  #5b2dff 109%);
	color: #ffffff;
	font-size: 0.95rem;
}

.contact-info-label {
	margin: 0 0 0.2rem;
	font-size: 0.72rem;
	letter-spacing: 0.18em;
	font-weight: 600;
	color: rgb(255, 255, 255);
	text-transform: uppercase;
}

.contact-info-value {
	margin: 0;
	font-size: 1rem;
	font-weight: 400;
	color: #e8f2ff;
}

.contact-info-value a {
	color: #e8f2ff;
	text-decoration: none;
}

.contact-info-value a:hover {
	color: #5a96ff;
}

/* ── End Contact Section ─────────────────────────────── */

/* ══════════════════════════════════════════════════════
   CASE STUDIES SECTION
══════════════════════════════════════════════════════ */

.cs-section {
	padding: 100px 0 120px;
}

/* ── Header ─────────────────────────────────────────── */
.cs-header {
	display: flex;
	align-items: flex-start;
	gap: 48px;
	margin-bottom: 56px;
}

.cs-header-left {
	flex: 0 0 auto;
	max-width: 480px;
}

.cs-header-right {
	flex: 1;
	padding-top: 12px;
}

.cs-header-right p {
	color: var(--ink-400);
	font-size: 0.95rem;
	line-height: 1.75;
	margin: 0;
	max-width: 480px;
}

.cs-label {
	display: inline-block;
	font-size: 0.7rem;
	font-weight: 600;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: #5a96ff;
	margin-bottom: 18px;
}

.cs-heading {
	font-size: clamp(2rem, 3.6vw, 3rem);
	font-weight: 700;
	line-height: 1.15;
	color: var(--ink-100);
	margin: 0;
}

/* ── Grid ────────────────────────────────────────────── */
.cs-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 24px;
}

/* ── Card ────────────────────────────────────────────── */
.cs-card {
	border-radius: 14px;
	border: 1px solid var(--line);
	background: #0a0f1e;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	transition: border-color 0.25s, transform 0.25s;
	text-decoration: none;
	color: inherit;
	cursor: pointer;
}

.cs-card:hover {
	border-color: rgba(90, 150, 255, 0.45);
	transform: translateY(-4px);
}

/* Card image area */
.cs-card-img {
	position: relative;
	height: 45vh;
	background-size: cover;
	background-position: center;
	position: relative;
}

.cs-card-img::after {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(
		160deg,
		rgba(2, 6, 16, 0.35) 0%,
		rgba(2, 6, 16, 0.55) 60%,
		rgba(2, 6, 16, 0.78) 100%
	);
	border-radius: 0;
}

/* Top row inside image */
.cs-card-top {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 2;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding: 18px 20px;
}

.cs-card-title {
	font-size: 1rem;
	font-weight: 600;
	color: #fff;
	text-shadow: 0 1px 6px rgba(0,0,0,0.7);
}

.cs-card-badge {
	font-size: 0.72rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	color: var(--ink-200);
	border: 1px solid rgba(143, 168, 214, 0.5);
	border-radius: 20px;
	padding: 3px 12px;
	background: rgba(10, 15, 30, 0.55);
	backdrop-filter: blur(4px);
	white-space: nowrap;
}

/* Card body */
.cs-card-body {
    padding: 22px 22px 26px;
    flex: 1;
    position: absolute;
    bottom: 0;
    z-index: 9;
}
.cs-card-body h3 {
    border-bottom: 1px solid #dddddd54;
    padding-bottom: 10px;
}

.cs-card-body h3 {
	font-size: 1.05rem;
	font-weight: 700;
	color: var(--ink-100);
	margin: 0 0 10px;
	line-height: 1.3;
}

.cs-card-body p {
	font-size: 0.85rem;
	color: var(--ink-200);
	line-height: 1.65;
	margin: 0;
}

/* ── Responsive ──────────────────────────────────────── */
@media (max-width: 900px) {
	.cs-header {
		flex-direction: column;
		gap: 20px;
	}
	.cs-header-left {
		max-width: 100%;
	}
}

@media (max-width: 640px) {
	.cs-grid {
		grid-template-columns: 1fr;
	}
	.cs-section {
		padding: 60px 0 80px;
	}
}

/* ── End Case Studies ────────────────────────────────── */

.site-footer {
	position: relative;
	margin-top: 0;
	padding: 4.2rem 0 1.35rem;
	background:linear-gradient(  90deg,  #02021b 8%,  #140b4d 42%,  #2a1190 83%,  #5b2dff 109%);
		/* radial-gradient(circle at 18% -8%, rgba(33, 110, 255, 0.2), transparent 40%),
		radial-gradient(circle at 84% 6%, rgba(26, 82, 218, 0.14), transparent 38%),
		linear-gradient(180deg, #010513 0%, #020816 62%, #020915 100%); */
	border-top: 1px solid rgba(96, 135, 207, 0.25);
}

.footer-shell {
	position: relative;
	z-index: 1;
}

.footer-grid {
    display: grid;
    grid-template-columns: minmax(260px, 1.3fr) minmax(220px, 1fr) minmax(320px, 1.1fr);
    gap: clamp(1.8rem, 3vw, 3.8rem);
    align-items: start;
    padding-bottom: 3.1rem;
    border-bottom: 1px solid rgba(106, 140, 206, 0.2);
}
.footer-grid .inner-grid
{
    display: grid;
    display: grid;
    grid-template-columns: repeat(3, minmax(100px, 1fr));
    gap: clamp(1.4rem, 2.7vw, 3.1rem);
}

.footer-brand-col {
	max-width: 100%;
	text-align: left;
}

.footer-logo {
	display: inline-block;
	font-family: "Poppins", sans-serif;
	font-size: clamp(2.25rem, 3.2vw, 3.7rem);
	line-height: 1;
	letter-spacing: 0.03em;
	color: #d9e8ff;
	text-decoration: none;
}

.footer-logo img {
	display: block;
	max-width: 180px;
	height: auto;
}

.footer-logo:hover,
.footer-logo:focus {
	color: #f2f7ff;
	opacity: 0.9;
}

.footer-text {
	margin: 1.15rem 0 0;
    font-size: 1.09rem;
    line-height: 1.8;
    color: #fefefe;
}

.footer-phone {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	margin-top: 1.25rem;
	font-size: 1.65rem;
	font-size: clamp(1.1rem, 1.8vw, 1.55rem);
	font-weight: 500;
	color: #e3eeff;
	text-decoration: none;
}

.footer-phone svg {
	width: 18px;
	height: 18px;
	fill: #2f8fff;
}

.footer-phone:hover,
.footer-phone:focus {
	color: #ffffff;
}

.footer-socials {
	margin-top: 1rem;
	display: flex;
	gap: 0.6rem;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.footer-partner-block {
	margin-top: 1.15rem;
	/* padding: 0.9rem 1rem; */
	/* border: 1px solid rgba(123, 165, 238, 0.32); */
	border-radius: 14px;
	/* background: linear-gradient(180deg, rgba(14, 33, 82, 0.7), rgba(4, 13, 37, 0.7)); */
	max-width: fit-content;
}

.footer-partner-label {
	margin: 0;
	font-size: 0.74rem;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #9fbbef;
	font-weight: 600;
}

.footer-partner-logo {
	display: block;
	/* margin-top: 0.55rem; */
	width: 100%;
	height: auto;
	max-width: 140px;
	filter: brightness(1.04) saturate(1.02);
}

.footer-pages-col {
	padding-top: 0.45rem;
}

.footer-pages-col h3 {
	font-size: clamp(1rem, 1.35vw, 1.12rem);
	font-weight: 500;
	margin-bottom: 0;
}

.footer-page-links {
	margin-top: 1.15rem;
	list-style: none;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(2, minmax(110px, 1fr));
	gap: 0.88rem 1.25rem;
}

.footer-page-links a {
	text-decoration: none;
	color: #d7e5ff;
	font-size: 0.86rem;
	line-height: 1.55;
	transition: color 0.2s ease, transform 0.2s ease;
	display: inline-block;
	font-weight: 300;
}

.footer-page-links a:hover,
.footer-page-links a:focus {
	color: #86bcff;
	transform: translateX(2px);
}

.footer-apps-col h3 {
	margin: 0;
	font-size: clamp(1.15rem, 1.6vw, 1.35rem);
	font-weight: 500;
	color: #f3f8ff;
}

.footer-app-copy {
	margin: 0.85rem 0 0;
	font-size: 0.94rem;
	color: #bfd2f6;
	line-height: 1.6;
	max-width: 42ch;
}

.footer-app-grid {
    margin-top: 1rem;
    display: grid;
    grid-template-columns: repeat(2, minmax(130px, 0fr));
    gap: 0.9rem;
}

.footer-app-card {
	/* padding: 0.9rem;
	border-radius: 14px;
	border: 1px solid rgba(124, 165, 236, 0.35);
	background: linear-gradient(160deg, rgba(18, 44, 108, 0.48), rgba(6, 18, 48, 0.55)); */
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	gap: 0.62rem;
}

.footer-app-title {
	margin: 0;
	font-size: 0.86rem;
	color: #e6f0ff;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	font-weight: 600;
}

.footer-app-qr {
    width: fit-content;
    height: 46px;
    border-radius: 6px;
    background: #ffffff;
    padding: 3px;
    object-fit: cover;
    opacity: 0.88;
}

/* .footer-store-link {
	text-decoration: none;
	font-size: 0.79rem;
	font-weight: 600;
	color: #ffffff;
	padding: 0.42rem 0.62rem;
	border-radius: 999px;
	border: 1px solid rgba(175, 205, 255, 0.48);
	background: linear-gradient(180deg, rgba(43, 126, 255, 0.42), rgba(17, 72, 167, 0.36));
	transition: filter 0.2s ease, transform 0.2s ease;
} */

.footer-store-link:hover,
.footer-store-link:focus {
	filter: brightness(1.08);
	transform: translateY(-1px);
	color: #ffffff;
}

.footer-social {
	width: 34px;
	height: 34px;
	border-radius: 999px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	border: 1px solid rgba(91, 145, 237, 0.6);
	background: linear-gradient(180deg, #2083fb, #0d5fd6);
	transition: transform 0.2s ease, filter 0.2s ease;
}

.footer-social svg {
	width: 16px;
	height: 16px;
	fill: #f6fbff;
}

.footer-social[aria-label="WhatsApp"] svg {
	width: 15px;
	height: 15px;
}

.footer-social:hover,
.footer-social:focus {
	transform: translateY(-2px);
	filter: brightness(1.08);
}

.footer-links-col h3 {
	margin: 0;
	font-size: 2rem;
	font-size: clamp(1.35rem, 2vw, 1.35rem);
	font-weight: 400;
	color: #f3f8ff;
}

.footer-links-col ul {
	list-style: none;
	margin: 1.2rem 0 0;
	padding: 0;
	display: grid;
	gap: 0.7rem;
}

.footer-links-col a {
	text-decoration: none;
	/* font-size: 1.35rem; */
	font-size: clamp(1rem, 1.6vw, 1rem);
	color: #fefefe;
	line-height: 1.35;
	transition: color 0.2s ease, transform 0.2s ease;
	display: inline-block;
	font-weight: 200;
}

.footer-links-col a:hover,
.footer-links-col a:focus {
	color: #79b2ff;
	transform: translateX(2px);
}

.footer-meta {
	margin-top: 1.15rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	color: #c7d6f6;
	font-size: 1.42rem;
	font-size: clamp(0.94rem, 1.2vw, 1.3rem);
}

.footer-meta p {
	margin: 0;
	line-height: 1.5;
	font-size: 1rem;
	color: #fefefe;
    font-weight: 300;
}

.footer-meta p span {
	margin: 0 0.55rem;
	color: #ffffff;
}

.footer-legal-links {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0;
}

.footer-legal-links a {
	padding: 0 0.75rem;
	text-decoration: none;
	color: #ffffff;
	line-height: 1.35;
	transition: color 0.2s ease;
	font-size: 1rem;
	font-weight: 300;
}

.footer-legal-links a + a {
	border-left: 1px solid rgba(188, 209, 244, 0.4);
}

.footer-legal-links a:hover,
.footer-legal-links a:focus {
	color: #79b2ff;
}

.reveal-up {
	opacity: 0;
	transform: translateY(16px);
	transition: opacity 0.5s ease, transform 0.5s ease;
}

.reveal-up.is-visible {
	opacity: 1;
	transform: translateY(0);
}

@media (max-width: 1199.98px) {
	.nav-center-links {
		gap: 0.8rem;
	}

	.nav-center-links .nav-link {
		font-size: 0.78rem;
		letter-spacing: 0.09em;
	}
}

@media (max-width: 991.98px) {
	.site-header {
		padding-top: 0.4rem;
	}

	.nav-shell {
		min-height: 76px;
	}

	.brand-logo {
		font-size: 2rem;
	}

	.navbar-toggler {
		border-color: rgba(176, 204, 252, 0.45);
	}

	.navbar-toggler:focus {
		box-shadow: 0 0 0 0.2rem rgba(59, 130, 246, 0.25);
	}

	.navbar-toggler-icon {
		filter: invert(1);
	}

	.nav-center-links {
		margin-top: 0.75rem;
		text-align: center;
	}

	.nav-cta {
		display: inline-block;
		margin-top: 0.5rem;
		margin-bottom: 0.35rem;
	}

	.hero-banner {
		min-height: 520px;
	}

	.hero-content {
		padding-top: 4rem;
		padding-bottom: 3.2rem;
	}

	.trusted-logos {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.impact-section {
		padding-top: 2.5rem;
	}

	.impact-intro {
		padding-top: 0.2rem;
	}

	.impact-card h4 {
		margin-top: 2.5rem;
	}

	.about-section {
		padding-top: 2.5rem;
	}

	.about-title {
		max-width: 14ch;
	}

	.ai-features-section {
		padding-top: 2.5rem;
	}

	.ai-features-title {
		max-width: 14ch;
	}

	.ai-feature-media-card {
		min-height: 560px;
	}

	.growth-pillars-section {
		padding-top: 2.4rem;
	}

	.pricing-stage-section {
		padding-top: 2.4rem;
	}

	.pricing-stage-title {
		max-width: 12ch;
	}

	.final-cta-section {
		padding-top: 2.2rem;
	}

	/* .footer-grid {
		grid-template-columns: minmax(260px, 1.2fr) repeat(3, minmax(130px, 1fr));
	} */

	.our-story-title {
		max-width: 14ch;
	}

	.our-mission-grid {
		gap: 1.6rem;
	}

	.our-mission-media {
		width: clamp(240px, 22vw, 340px);
	}
}

@media (max-width: 767.98px) {
	.hero-section {
		padding-top: 0.2rem;
		padding-bottom: 1.65rem;
	}

	.hero-banner {
		border-radius: 14px;
		min-height: 480px;
	}

	.hero-chip {
		font-size: 0.74rem;
		letter-spacing: 0.16em;
		padding: 0.45rem 0.95rem;
	}

	.hero-title {
		max-width: 15ch;
	}

	.hero-text {
		max-width: 46ch;
		font-size: 0.96rem;
		line-height: 1.55;
	}

	.hero-btn {
		min-width: 156px;
		font-size: 0.78rem;
	}

	.trusted-strip {
		padding-top: 0.9rem;
	}

	.trusted-title {
		font-size: 0.78rem;
		letter-spacing: 0.18em;
	}

	.trusted-logos {
		margin-top: 1.2rem;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 0.75rem;
	}

	.trusted-logo {
		min-height: 58px;
		font-size: 0.76rem;
	}

	.trusted-logo img {
		max-height: 52px;
	}

	.trusted-logo:last-child {
		grid-column: 1 / -1;
		max-width: 220px;
		margin: 0 auto;
	}

	.impact-section {
		padding-top: 2rem;
	}

	.impact-title {
		max-width: 16ch;
	}

	.impact-intro {
		font-size: 0.95rem;
		line-height: 1.65;
	}

	.impact-grid {
		margin-top: 1.4rem;
	}

	.impact-card {
		padding: 1.45rem 1.15rem 1.2rem;
	}

	.impact-card h3 {
		font-size: clamp(2rem, 9vw, 2.7rem);
	}

	.impact-card h4 {
		margin-top: 1.6rem;
		font-size: 1.6rem;
	}

	.impact-card p {
		font-size: 0.95rem;
	}

	.about-section {
		padding-top: 2rem;
	}

	.about-feature-note {
		margin-top: 1.1rem;
	}

	.about-note-icon {
		width: 48px;
		height: 48px;
		flex-basis: 48px;
	}

	.about-feature-note h3 {
		font-size: 1.45rem;
	}

	.about-intro {
		font-size: 0.95rem;
		line-height: 1.62;
	}

	.about-accordion {
		margin-top: 1.25rem;
		gap: 0.7rem;
	}

	.about-trigger {
		padding: 1rem 1rem;
		font-size: 1.6rem;
		font-size: clamp(1.15rem, 5.4vw, 1.45rem);
	}

	.about-panel {
		padding: 0 1rem 1rem;
	}

	.about-panel p {
		font-size: 0.92rem;
	}

	.ai-features-section {
		padding-top: 2rem;
		padding-bottom: 2.3rem;
	}

	.ai-features-head {
		margin-bottom: 1.2rem;
	}

	.ai-features-intro {
		padding-top: 0.2rem;
		font-size: 0.95rem;
		line-height: 1.65;
	}

	.ai-feature-media-card {
		min-height: 460px;
	}

	.ai-feature-overlay {
		left: 10px;
		right: 10px;
		bottom: 10px;
		padding: 0.95rem 0.9rem 0.85rem;
	}

	.ai-feature-overlay h3 {
		font-size: 1.95rem;
		font-size: clamp(1.35rem, 5.6vw, 1.75rem);
	}

	.ai-feature-overlay p {
		font-size: 0.9rem;
	}

	.growth-pillars-section {
		padding-top: 2rem;
		padding-bottom: 2.6rem;
	}

	.growth-pillars-title {
		max-width: 14ch;
		margin-left: auto;
		margin-right: auto;
	}

	.growth-pillars-intro {
		font-size: 0.95rem;
		line-height: 1.62;
	}

	.growth-pillar-icon {
		width: 56px;
		height: 56px;
		font-size: 1.75rem;
	}

	.growth-pillar-item h3 {
		font-size: 1.9rem;
		font-size: clamp(1.25rem, 1.25rem, 1.25rem);
	}

	.growth-pillar-item p {
		font-size: 0.9rem;
	}

	.pricing-stage-section {
		padding-top: 2rem;
		padding-bottom: 2.7rem;
	}

	.pricing-stage-head {
		margin-bottom: 1rem;
	}

	.pricing-stage-title {
		max-width: 13ch;
		margin-left: auto;
		margin-right: auto;
	}

	.pricing-stage-intro {
		padding-top: 0.15rem;
		font-size: 0.95rem;
		line-height: 1.62;
	}

	.pricing-card-head {
		padding: 1.3rem 1rem 1.05rem;
	}

	.pricing-card-body {
		padding: 1.3rem 1rem 1.05rem;
	}

	.pricing-included {
		font-size: 0.92rem;
	}

	.pricing-feature-list li {
		font-size: 0.9rem;
	}

	.pricing-amount span {
		font-size: clamp(2.4rem, 12vw, 3.3rem);
	}

	.pricing-cta {
		font-size: 0.84rem;
	}

	.popular-badge {
		font-size: 0.82rem;
	}

	.final-cta-section {
		padding-top: 1.8rem;
	}

	.final-cta-surface {
		min-height: 440px;
	}

	.final-cta-chip {
		font-size: 0.78rem;
		letter-spacing: 0.14em;
	}

	.final-cta-title {
		max-width: 13ch;
	}

	.final-cta-text {
		font-size: 0.94rem;
		line-height: 1.6;
	}

	.section-space {
		padding-top: 3.1rem;
		padding-bottom: 3.1rem;
	}

	.site-footer {
		padding-top: 2.8rem;
	}

	.footer-grid {
		grid-template-columns: 1fr;
		gap: 1.9rem;
		padding-bottom: 1.6rem;
	}

	.footer-page-links {
		grid-template-columns: repeat(2, minmax(130px, 1fr));
		gap: 0.72rem 1rem;
	}

	.footer-brand-col {
		text-align: center;
	}

	.footer-socials {
		justify-content: center;
	}

	.footer-partner-block {
		margin-left: auto;
		margin-right: auto;
	}

	.footer-apps-col {
		text-align: center;
	}

	.footer-app-copy {
		margin-left: auto;
		margin-right: auto;
	}

	.footer-app-grid {
		max-width: 360px;
		margin-left: auto;
		margin-right: auto;
	}

	.footer-text {
		font-size: 0.95rem;
		line-height: 1.65;
	}

	.footer-phone {
		font-size: 1rem;
	}

	.footer-links-col h3 {
		font-size: 1.25rem;
	}

	.footer-links-col ul {
		margin-top: 0.8rem;
		gap: 0.5rem;
	}

	.footer-links-col a {
		font-size: 0.95rem;
	}

	.footer-meta {
		margin-top: 0.9rem;
		font-size: 0.84rem;
		flex-direction: column;
		align-items: flex-start;
	}

	.our-story-section {
		padding-top: 2.2rem;
		padding-bottom: 2.5rem;
	}

	.our-story-title {
		font-size: clamp(1.9rem, 9vw, 2.6rem);
		max-width: 14ch;
	}

	.our-story-text {
		font-size: 0.95rem;
		line-height: 1.62;
		margin-top: 1.1rem;
	}

	.our-mission-section {
		padding-top: 2.4rem;
		padding-bottom: 2.8rem;
	}

	.our-expertise-section {
		padding-top: 2.2rem;
		padding-bottom: 2.5rem;
	}

	.our-expertise-title {
		font-size: clamp(1.9rem, 9vw, 2.8rem);
	}

	.expertise-bars {
		margin-top: 1.6rem;
		gap: 1.3rem;
	}

	.our-mission-grid {
		grid-template-columns: 1fr;
		gap: 2rem;
	}

	.our-mission-features--left {
		order: 2;
	}

	.our-mission-media {
		order: 1;
		width: 100%;
		max-width: 480px;
		margin: 0 auto;
	}

	.our-mission-media img {
		aspect-ratio: 16 / 10;
	}

	.our-mission-features--right {
		order: 3;
	}

	.omf-item--right {
		text-align: left;
		flex-direction: row-reverse;
		justify-content: flex-start;
	}

	.omf-text h3 {
		font-size: 1.1rem;
	}

	.our-team-section {
		padding-top: 2.2rem;
		padding-bottom: 2.6rem;
	}

	.our-team-head {
		grid-template-columns: 1fr;
		gap: 1rem;
		margin-bottom: 2rem;
	}

	.our-team-grid {
		grid-template-columns: repeat(1, 1fr);
		gap: 1rem;
	}

	.team-card-name {
		font-size: 1.1rem;
	}
}


/* new  updates */
section.ai-features-section, 
section.about-section, 
section.impact-section, 
section.trusted-strip, 
section#features, 
section#plans, 
section.final-cta-section {
    background-color: #fefefe;
}

section#features,
section#plans {
	scroll-margin-top: var(--header-anchor-offset);
}

.impact-title,
.about-title, 
.ai-features-title, 
.growth-pillars-title,
.growth-pillar-item h3,
.pricing-stage-title,
.contact-title{
	color:#000;
}
.pricing-swiper-my-button-wrap h5 {
    color: #000000cf;
}
.pricing-amount span span {
    font-size: 28px;
}

.language {
	position: relative;
	margin-left: 10px;
}

.language button#languageDropdown {
    background-color: #fff;
    border: none;
    border-radius: 50px;
    font-size: 0.88rem;
    letter-spacing: 0.03em;
    padding: 0.5rem 1.55rem;
	min-width:17ch;
}