/* Technology page — matches sibusin.com/technology */

.sibus-tech-hero,
.sibus-tech-innovation,
.sibus-tech-features,
.sibus-tech-advantages,
.sibus-tech-testimonials {
	box-sizing: border-box;
	font-family: var(--sibus-font, "Poppins", "Segoe UI", system-ui, sans-serif);
	width: 100%;
}

/* ── Hero ─────────────────────────────────────────────────────────────── */

.sibus-tech-hero {
	isolation: isolate;
	min-height: 889px;
	position: relative;
}

.sibus-tech-hero__media {
	height: 100%;
	left: 0;
	min-height: inherit;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0;
}

.sibus-tech-hero__background {
	display: block;
	height: 100%;
	left: 0;
	min-height: inherit;
	object-fit: cover;
	object-position: center center;
	position: absolute;
	top: 0;
	width: 100%;
}

.sibus-tech-hero__overlay {
	background: rgba(0, 0, 0, 0.22);
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}

.sibus-tech-hero__inner {
	align-items: center;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 1500px;
	min-height: inherit;
	padding: 71px 32px 62px;
	position: relative;
	text-align: center;
	width: 100%;
	z-index: 2;
}

.sibus-tech-hero__top {
	flex-shrink: 0;
	width: 100%;
}

.sibus-tech-hero__bottom {
	align-items: center;
	display: flex;
	flex-direction: column;
	flex-shrink: 0;
	width: 100%;
}

.sibus-tech-hero__logo {
	display: block;
	height: auto;
	margin: 0 auto;
	max-width: 350px;
	width: 100%;
}

.sibus-tech-hero__title {
	color: #fff;
	font-size: 36.4px;
	font-weight: 500;
	line-height: 1.3;
	margin: 0;
	max-width: 920px;
}

.sibus-tech-hero__actions {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 18px;
	justify-content: center;
	margin-top: 82px;
}

.sibus-tech-hero__button {
	align-items: center;
	border: 3px solid #fff;
	border-radius: 5.2px;
	box-sizing: border-box;
	color: #fff;
	display: inline-flex;
	font-family: inherit;
	font-size: 13px;
	font-weight: 500;
	height: 60px;
	justify-content: center;
	letter-spacing: 0.26px;
	line-height: normal;
	padding: 0 9px;
	text-decoration: none;
	transition: background-color 0.2s ease, color 0.2s ease;
	width: 292px;
}

.sibus-tech-hero__button:hover,
.sibus-tech-hero__button:focus-visible {
	background-color: #fff;
	color: #25336a;
}

/* ── Patented Innovation ─────────────────────────────────────────────── */

.sibus-tech-innovation {
	background: #fff;
	padding: 63px 0 72px;
}

.sibus-tech-innovation__inner {
	box-sizing: border-box;
	margin: 0 auto;
	max-width: 1500px;
	padding: 0 32px;
	width: 100%;
}

.sibus-tech-innovation__title {
	color: #25336a;
	font-size: 28.6px;
	font-weight: 500;
	line-height: 1.33;
	margin: 0 0 42px;
	text-align: center;
}

.sibus-tech-innovation__grid {
	align-items: center;
	column-gap: 70px;
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 518px);
}

.sibus-tech-innovation__content {
	color: #25336a;
	min-width: 0;
}

.sibus-tech-innovation__content p {
	font-size: 13px;
	line-height: 1.8;
	margin: 0 0 13px;
}

.sibus-tech-innovation__content p:last-child {
	margin-bottom: 0;
}

.sibus-tech-innovation__content strong {
	font-weight: 700;
}

.sibus-tech-innovation__media {
	align-items: center;
	display: flex;
	justify-content: center;
	min-width: 0;
}

.sibus-tech-innovation__image {
	display: block;
	height: auto;
	max-width: 100%;
	width: 518px;
}

/* ── Features ─────────────────────────────────────────────────────────── */

.sibus-tech-features {
	background: #b9c5b8;
	padding: 72px 0 80px;
}

.sibus-tech-features__inner {
	box-sizing: border-box;
	margin: 0 auto;
	max-width: 1500px;
	padding: 0 32px;
	width: 100%;
}

.sibus-tech-features__title {
	color: #fff;
	font-size: 28.6px;
	font-weight: 500;
	line-height: 1.33;
	margin: 0 0 10px;
	text-align: center;
}

.sibus-tech-features__subtitle {
	color: #fff;
	font-size: 18.2px;
	font-weight: 400;
	line-height: 1.4;
	margin: 0 0 48px;
	text-align: center;
}

.sibus-tech-features__grid {
	display: grid;
	gap: 48px 36px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	list-style: none;
	margin: 0;
	padding: 0;
}

.sibus-tech-features__item {
	color: #fff;
	text-align: center;
}

.sibus-tech-features__icon {
	display: block;
	height: 60px;
	margin: 0 auto 18px;
	object-fit: contain;
	width: 60px;
}

.sibus-tech-features__item-title {
	color: #fff;
	font-size: 15.6px;
	font-weight: 500;
	line-height: 1.4;
	margin: 0 0 12px;
}

.sibus-tech-features__item-text {
	color: #fff;
	font-size: 13px;
	line-height: 1.8;
	margin: 0;
}

.sibus-tech-features__item-text strong {
	font-weight: 700;
}

/* ── Advantages ───────────────────────────────────────────────────────── */

.sibus-tech-advantages {
	background: #fff;
	padding: 72px 0 80px;
}

.sibus-tech-advantages__inner {
	box-sizing: border-box;
	margin: 0 auto;
	max-width: 1500px;
	padding: 0 32px;
	width: 100%;
}

.sibus-tech-advantages__title {
	color: #25336a;
	font-size: 28.6px;
	font-weight: 500;
	line-height: 1.33;
	margin: 0 0 42px;
}

.sibus-tech-advantages__grid {
	align-items: stretch;
	display: grid;
	gap: 36px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	list-style: none;
	margin: 0;
	padding: 0;
}

.sibus-tech-advantages__item {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.sibus-tech-advantages__item-title {
	color: #25336a;
	font-size: 15.6px;
	font-weight: 500;
	letter-spacing: 0.02em;
	line-height: 1.4;
	margin: 0 0 12px;
	text-transform: uppercase;
}

.sibus-tech-advantages__item-text {
	color: #25336a;
	flex: 1 1 auto;
	font-size: 13px;
	line-height: 1.8;
	margin: 0;
}

.sibus-tech-advantages__media {
	margin-top: auto;
	overflow: hidden;
	padding-top: 20px;
	width: 100%;
}

.sibus-tech-advantages__image {
	aspect-ratio: 500 / 375;
	display: block;
	height: auto;
	object-fit: cover;
	width: 100%;
}

/* ── Testimonials ─────────────────────────────────────────────────────── */

.sibus-tech-testimonials {
	background: #b9c5b8;
	padding: 80px 0 88px;
}

.sibus-tech-testimonials__inner {
	box-sizing: border-box;
	margin: 0 auto;
	max-width: 1500px;
	padding: 0 32px;
	width: 100%;
}

.sibus-tech-testimonials__carousel {
	margin: 0 auto;
	max-width: 980px;
	position: relative;
	text-align: center;
}

.sibus-tech-testimonials__track {
	position: relative;
}

.sibus-tech-testimonials__slide {
	display: none;
}

.sibus-tech-testimonials__slide.is-active {
	display: block;
}

.sibus-tech-testimonials__quote {
	color: #28666e;
	font-size: 39px;
	font-weight: 500;
	line-height: 1.3;
	margin: 0 0 20px;
}

.sibus-tech-testimonials__attribution {
	color: #28666e;
	font-size: 18.2px;
	font-weight: 400;
	line-height: 1.5;
	margin: 0;
}

.sibus-tech-testimonials__controls {
	align-items: center;
	display: flex;
	gap: 18px;
	justify-content: center;
	margin-top: 36px;
}

.sibus-tech-testimonials__status {
	color: #28666e;
	font-size: 13px;
	line-height: 1.4;
	margin: 0;
	min-width: 90px;
}

.sibus-tech-testimonials__arrow {
	align-items: center;
	background: transparent;
	border: 2px solid #28666e;
	border-radius: 50%;
	color: #28666e;
	cursor: pointer;
	display: inline-flex;
	font-family: inherit;
	font-size: 22px;
	height: 40px;
	justify-content: center;
	line-height: 1;
	padding: 0;
	transition: background-color 0.2s ease, color 0.2s ease;
	width: 40px;
}

.sibus-tech-testimonials__arrow:hover,
.sibus-tech-testimonials__arrow:focus-visible {
	background: #28666e;
	color: #fff;
}

@media (max-width: 991px) {
	.sibus-tech-hero {
		min-height: 640px;
	}

	.sibus-tech-hero__title {
		font-size: 28px;
	}

	.sibus-tech-innovation__grid {
		grid-template-columns: 1fr;
		row-gap: 33px;
	}

	.sibus-tech-innovation__content {
		order: 1;
	}

	.sibus-tech-innovation__media {
		order: 2;
	}

	.sibus-tech-features__grid,
	.sibus-tech-advantages__grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 767px) {
	.sibus-tech-hero {
		min-height: 520px;
	}

	.sibus-tech-hero__inner {
		padding: 48px 24px 40px;
	}

	.sibus-tech-hero__logo {
		max-width: min(280px, 72vw);
	}

	.sibus-tech-hero__title {
		font-size: 25.15px;
	}

	.sibus-tech-hero__actions {
		flex-direction: column;
		gap: 14px;
		margin-top: 36px;
		width: 100%;
	}

	.sibus-tech-hero__button {
		height: 48px;
		max-width: 320px;
		width: 100%;
	}

	.sibus-tech-innovation,
	.sibus-tech-features,
	.sibus-tech-advantages,
	.sibus-tech-testimonials {
		padding-left: 0;
		padding-right: 0;
	}

	.sibus-tech-innovation__inner,
	.sibus-tech-features__inner,
	.sibus-tech-advantages__inner,
	.sibus-tech-testimonials__inner {
		padding-left: 6vw;
		padding-right: 6vw;
	}

	.sibus-tech-innovation__title,
	.sibus-tech-features__title,
	.sibus-tech-advantages__title {
		font-size: 25.15px;
	}

	.sibus-tech-testimonials__quote {
		font-size: 28px;
	}

	.sibus-tech-features__grid {
		gap: 36px;
	}
}
