@font-face {
	font-display: swap;
	font-family: "Cera Pro";
	font-style: normal;
	font-weight: 300;
	src: url("../assets/fonts/Cera Pro Light.otf") format("opentype");
}

@font-face {
	font-display: swap;
	font-family: "Cera Pro";
	font-style: normal;
	font-weight: 400 500;
	src: url("../assets/fonts/Cera Pro Medium.otf") format("opentype");
}

@font-face {
	font-display: swap;
	font-family: "Cera Pro";
	font-style: normal;
	font-weight: 700;
	src: url("../assets/fonts/Cera Pro Bold.otf") format("opentype");
}

@font-face {
	font-display: swap;
	font-family: "Cera Pro";
	font-style: normal;
	font-weight: 800 900;
	src: url("../assets/fonts/Cera Pro Black.otf") format("opentype");
}

@font-face {
	font-display: swap;
	font-family: "Cera Pro";
	font-style: italic;
	font-weight: 400;
	src: url("../assets/fonts/Cera Pro Regular Italic.otf") format("opentype");
}

@font-face {
	font-display: swap;
	font-family: "Cera Pro";
	font-style: italic;
	font-weight: 800 900;
	src: url("../assets/fonts/Cera Pro Black Italic.otf") format("opentype");
}

:root {
	--atomo-navy: #061421;
	--atomo-navy-2: #0b1f33;
	--atomo-blue: #0b6fd3;
	--atomo-cyan: #22d3ee;
	--atomo-teal: #0cf1d7;
	--atomo-teal-alt: #51aca1;
	--atomo-ink: #152033;
	--atomo-muted: #667085;
	--atomo-soft: #f3f8fb;
	--atomo-line: #d9e5ed;
	--atomo-white: #ffffff;
	--font-brand: "Cera Pro", Inter, system-ui, sans-serif;
	--font-body: Inter, system-ui, sans-serif;
	--radius: 8px;
	--shadow: 0 22px 60px rgba(6, 20, 33, 0.16);
}

* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
	max-width: 100%;
	overflow-x: hidden;
}

body {
	background: var(--atomo-white);
	color: var(--atomo-ink);
	font-family: var(--font-body);
	line-height: 1.65;
	max-width: 100%;
	overflow-x: hidden;
	position: relative;
}

main,
section,
header,
footer,
.site-navbar {
	max-width: 100%;
}

a {
	color: inherit;
}

img {
	height: auto;
	max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: var(--font-brand);
}

.site-navbar {
	background: rgba(6, 20, 33, 0.86);
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	backdrop-filter: blur(18px);
	transition: background 0.2s ease, box-shadow 0.2s ease;
}

.site-navbar.is-scrolled {
	background: rgba(6, 20, 33, 0.97);
	box-shadow: 0 12px 36px rgba(6, 20, 33, 0.18);
}

.navbar-brand img {
	height: 38px;
	width: auto;
}

.navbar .nav-link,
.navbar .dropdown-item {
	font-family: var(--font-brand);
	font-weight: 400;
}

.navbar-dark .navbar-nav .nav-link {
	color: rgba(255, 255, 255, 0.78);
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
	color: #ffffff;
}

.dropdown-menu {
	border: 1px solid var(--atomo-line);
	border-radius: var(--radius);
	box-shadow: var(--shadow);
}

.btn {
	border-radius: var(--radius);
	font-family: var(--font-brand);
	font-weight: 500;
	white-space: normal;
}

.btn-atomo {
	background: linear-gradient(135deg, var(--atomo-blue), var(--atomo-teal-alt));
	border: 0;
	color: #fff;
	box-shadow: 0 12px 28px rgba(11, 111, 211, 0.28);
}

.btn-atomo:hover,
.btn-atomo:focus {
	color: #fff;
	filter: brightness(1.05);
}

.btn-ghost {
	border: 1px solid rgba(255, 255, 255, 0.28);
	color: #fff;
}

.btn-ghost:hover,
.btn-ghost:focus {
	background: rgba(255, 255, 255, 0.1);
	color: #fff;
}

.hero,
.page-hero {
	background:
		linear-gradient(110deg, rgba(6, 20, 33, 0.96), rgba(6, 20, 33, 0.76)),
		url("../assets/img/alt-banner.webp") center / cover no-repeat;
	color: #fff;
	overflow: hidden;
	position: relative;
}

.hero {
	min-height: 92vh;
	padding: 136px 0 76px;
}

.page-hero {
	padding: 132px 0 72px;
}

.hero::after,
.page-hero::after {
	background:
		linear-gradient(135deg, rgba(34, 211, 238, 0.18), rgba(20, 184, 166, 0.08)),
		repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.06) 0 1px, transparent 1px 72px);
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
}

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

.hero h1,
.page-hero h1 {
	font-family: var(--font-brand);
	font-size: clamp(2.15rem, 5vw, 3.25rem);
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1;
}

.hero p,
.page-hero p {
	color: rgba(255, 255, 255, 0.8);
	font-size: clamp(1rem, 1.5vw, 1.15rem);
}

.hero-panel {
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: var(--radius);
	box-shadow: var(--shadow);
	backdrop-filter: blur(14px);
}

.screen-card {
	background: #071827;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: var(--radius);
	box-shadow: 0 28px 80px rgba(0, 0, 0, 0.34);
	color: #fff;
}

.screen-line {
	background: rgba(255, 255, 255, 0.12);
	border-radius: 999px;
	height: 10px;
}

.screen-line.accent {
	background: linear-gradient(90deg, var(--atomo-cyan), var(--atomo-teal));
}

.kicker {
	color: var(--atomo-teal);
	font-size: 0.92rem;
	font-family: var(--font-brand);
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.kicker-alt {
	color: var(--atomo-blue);
	font-size: 0.92rem;
	font-family: var(--font-brand);
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.section {
	padding: clamp(64px, 8vw, 104px) 0;
}

.section-soft {
	background: var(--atomo-soft);
}

.section-dark {
	background:
		linear-gradient(135deg, var(--atomo-navy), var(--atomo-navy-2));
	color: #fff;
}

.section-title {
	font-family: var(--font-brand);
	font-size: clamp(2rem, 4vw, 3.25rem);
	font-weight: 700;
	line-height: 1.08;
	overflow-wrap: anywhere;
}

.section-lead {
	color: var(--atomo-muted);
	font-size: 1.08rem;
}

.section-dark .section-lead,
.section-dark .text-muted-soft {
	color: rgba(255, 255, 255, 0.72);
}

.atomo-card {
	background: #fff;
	border: 1px solid var(--atomo-line);
	border-radius: var(--radius);
	box-shadow: 0 12px 34px rgba(6, 20, 33, 0.07);
	height: 100%;
	overflow-wrap: anywhere;
	transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.atomo-card:hover {
	border-color: rgba(20, 184, 166, 0.45);
	box-shadow: var(--shadow);
	transform: translateY(-4px);
}

.atomo-card-alt {
	background: #fff;
	border: 1px solid var(--atomo-line);
	border-radius: var(--radius);
	box-shadow: 0 12px 34px rgba(6, 20, 33, 0.07);
	height: 100%;
	overflow-wrap: anywhere;
	transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.atomo-card-alt:hover {
	border-color: rgba(20, 184, 166, 0.45);
	box-shadow: var(--shadow);
	transform: translateY(-4px);
}

.icon-box {
	align-items: center;
	background: #e8fbff;
	border-radius: var(--radius);
	color: var(--atomo-blue);
	display: inline-flex;
	font-size: 1.45rem;
	height: 46px;
	justify-content: center;
	width: 46px;
}

.metric {
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: var(--radius);
	color: #fff;
	padding: 22px;
}

.metric strong {
	display: block;
	font-family: var(--font-brand);
	font-size: 1.65rem;
	line-height: 1.1;
}

.about-proof {
	position: relative;
}

.about-card,
.about-highlight {
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: var(--radius);
}

.about-card {
	display: flex;
	flex-direction: column;
	gap: 12px;
	padding: 24px;
}

.about-icon {
	align-items: center;
	background: rgba(34, 211, 238, 0.14);
	border: 1px solid rgba(34, 211, 238, 0.24);
	border-radius: var(--radius);
	color: var(--atomo-cyan);
	display: inline-flex;
	font-size: 1.35rem;
	height: 46px;
	justify-content: center;
	width: 46px;
}

.about-card strong {
	color: #fff;
	display: block;
	font-size: 1.08rem;
	line-height: 1.25;
}

.about-card p {
	color: rgba(255, 255, 255, 0.72);
	margin: 0;
}

.about-highlight {
	align-items: center;
	color: rgba(255, 255, 255, 0.82);
	display: flex;
	gap: 14px;
	padding: 18px 20px;
}

.about-highlight i {
	color: var(--atomo-cyan);
	font-size: 1.4rem;
}

.about-company-card {
	background:
		linear-gradient(145deg, rgba(6, 20, 33, 0.96), rgba(11, 31, 51, 0.94)),
		url("../assets/img/alt-banner.webp") center / cover no-repeat;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: var(--radius);
	box-shadow: var(--shadow);
	color: #fff;
	display: grid;
	gap: 20px;
	padding: 28px;
}

.about-company-top {
	align-items: center;
	display: flex;
	gap: 16px;
}

.about-company-top h3 {
	font-family: var(--font-brand);
	font-size: clamp(1.35rem, 2vw, 1.75rem);
	font-weight: 900;
	line-height: 1.12;
	margin: 4px 0 0;
}

.about-company-card p {
	color: rgba(255, 255, 255, 0.76);
	margin: 0;
}

.about-company-grid {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.about-company-grid div,
.about-company-note {
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: var(--radius);
}

.about-company-grid div {
	display: grid;
	gap: 4px;
	padding: 16px;
}

.about-company-grid i,
.about-company-note i {
	color: var(--atomo-cyan);
	font-size: 1.25rem;
}

.about-company-grid strong {
	font-family: var(--font-brand);
	font-size: 1.08rem;
	line-height: 1.1;
}

.about-company-grid span,
.about-company-note span {
	color: rgba(255, 255, 255, 0.72);
}

.about-company-note {
	align-items: center;
	display: flex;
	gap: 12px;
	padding: 16px;
}

.equipment-card {
	background: #fff;
	border: 1px solid var(--atomo-line);
	border-radius: var(--radius);
	box-shadow: 0 12px 34px rgba(6, 20, 33, 0.07);
	display: grid;
	gap: 14px;
	height: 100%;
	padding: 20px;
}

.equipment-media {
	align-items: center;
	aspect-ratio: 16 / 9;
	background:
		linear-gradient(135deg, rgba(11, 111, 211, 0.12), rgba(20, 184, 166, 0.16)),
		#f8fbfd;
	border: 1px dashed #b8d7e5;
	border-radius: var(--radius);
	color: var(--atomo-blue);
	display: flex;
	font-size: 3rem;
	justify-content: center;
}

.equipment-card h3 {
	font-family: var(--font-brand);
	font-size: 1.15rem;
	font-weight: 900;
	margin: 0;
}

.equipment-card p {
	color: var(--atomo-muted);
	margin: 0;
}

.equipment-mini {
	align-items: center;
	background: #fff;
	border: 1px solid var(--atomo-line);
	border-radius: var(--radius);
	box-shadow: 0 10px 24px rgba(6, 20, 33, 0.06);
	display: flex;
	gap: 12px;
	height: 100%;
	padding: 16px;
}

.equipment-mini i {
	color: var(--atomo-blue);
	font-size: 1.5rem;
}

.equipment-mini span {
	font-family: var(--font-brand);
	font-weight: 800;
}

.breadcrumb {
	--bs-breadcrumb-divider-color: rgba(255, 255, 255, 0.58);
	--bs-breadcrumb-item-active-color: rgba(255, 255, 255, 0.72);
}

.breadcrumb a {
	color: #fff;
	text-decoration: none;
}

.feature-list {
	display: grid;
	gap: 14px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.feature-list li {
	align-items: flex-start;
	display: flex;
	gap: 12px;
}

.feature-list i {
	color: var(--atomo-blue);
	margin-top: 3px;
}

.cta-band {
	background:
		linear-gradient(135deg, rgba(11, 111, 211, 0.94), rgba(20, 184, 166, 0.94)),
	url("../assets/img/alt-banner.webp") center / cover no-repeat;
	border-radius: var(--radius);
	color: #fff;
	font-family: var(--font-brand);
	overflow: hidden;
}

.contact-card {
	border: 1px solid var(--atomo-line);
	border-radius: var(--radius);
	box-shadow: 0 12px 34px rgba(6, 20, 33, 0.07);
}

.form-control,
.form-select {
	border-radius: var(--radius);
	min-height: 48px;
}

.site-footer {
	background: #050f19;
	color: #fff;
	padding: 56px 0 24px;
}

.site-footer a {
	color: rgba(255, 255, 255, 0.72);
	text-decoration: none;
}

.site-footer a:hover {
	color: #fff;
}

.footer-logo {
	height: 42px;
	width: auto;
}

.social-link,
.whatsapp-float {
	align-items: center;
	display: inline-flex;
	justify-content: center;
}

.social-link {
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 50%;
	height: 40px;
	width: 40px;
}

.whatsapp-float {
	background: #25d366;
	border-radius: 50%;
	bottom: 22px;
	box-shadow: 0 16px 42px rgba(37, 211, 102, 0.36);
	color: #fff;
	font-size: 1.7rem;
	height: 58px;
	position: fixed;
	right: 22px;
	text-decoration: none;
	width: 58px;
	z-index: 30;
}

.whatsapp-float:hover {
	color: #fff;
	transform: translateY(-2px);
}

[data-reveal] {
	opacity: 0;
	transform: translateY(18px);
	transition: opacity 0.55s ease, transform 0.55s ease;
}

[data-reveal].is-visible {
	opacity: 1;
	transform: translateY(0);
}

.text-muted-soft {
	color: rgba(255, 255, 255, 0.72);
}

@media (max-width: 991.98px) {
	.site-navbar {
		background: rgba(6, 20, 33, 0.97);
	}

	.navbar-brand img {
		max-width: 176px;
	}

	.navbar-collapse {
		max-height: calc(100vh - 82px);
		overflow-y: auto;
		background: rgba(6, 20, 33, 0.98);
		border: 1px solid rgba(255, 255, 255, 0.08);
		border-radius: var(--radius);
		margin-top: 12px;
		padding: 16px;
	}

	.navbar .dropdown-menu {
		background: rgba(255, 255, 255, 0.06);
		border-color: rgba(255, 255, 255, 0.12);
		box-shadow: none;
		margin: 6px 0 10px;
		padding: 8px;
	}

	.navbar .dropdown-item {
		border-radius: 6px;
		color: rgba(255, 255, 255, 0.82);
		padding: 10px 12px;
	}

	.navbar .dropdown-item:hover,
	.navbar .dropdown-item:focus {
		background: rgba(255, 255, 255, 0.1);
		color: #fff;
	}

	.hero {
		min-height: auto;
		padding-top: 118px;
	}

	.page-hero {
		padding: 112px 0 54px;
	}

	.section {
		padding: 56px 0;
	}
}

@media (max-width: 575.98px) {
	body {
		width: 100%;
	}

	.container {
		max-width: 100%;
		padding-left: 18px;
		padding-right: 18px;
	}

	.row {
		--bs-gutter-x: 1rem;
		margin-left: 0;
		margin-right: 0;
	}

	.row>* {
		min-width: 0;
	}

	.navbar-brand img {
		max-width: 148px;
		height: auto;
	}

	.navbar-toggler {
		padding: 6px 8px;
	}

	.hero {
		padding: 104px 0 48px;
	}

	.page-hero {
		padding: 102px 0 46px;
	}

	.hero h1,
	.page-hero h1 {
		font-size: 2rem;
		line-height: 1.08;
	}

	.hero p,
	.page-hero p,
	.section-lead {
		font-size: 1rem;
	}

	.section-title {
		font-size: 1.65rem;
		line-height: 1.14;
	}

	.btn-lg,
	.hero .btn,
	.page-hero .btn,
	.cta-band .btn,
	[data-contact-form] .btn {
		width: 100%;
	}

	.screen-card,
	.atomo-card,
	.contact-card {
		padding: 18px !important;
	}
	

	.atomo-card-alt {
		padding: 18px !important;
	}

	.screen-card .col-6,
	.screen-card .col-4 {
		width: 100%;
	}

	.metric {
		padding: 16px;
	}

	.about-card {
		padding: 18px;
	}

	.about-highlight {
		align-items: flex-start;
		padding: 16px;
	}

	.about-company-card {
		padding: 20px;
	}

	.about-company-top {
		align-items: flex-start;
	}

	.about-company-grid {
		grid-template-columns: 1fr;
	}

	.metric strong {
		font-size: 1.35rem;
	}

	.icon-box {
		height: 42px;
		width: 42px;
	}

	.feature-list.fs-5 {
		font-size: 1rem !important;
	}

	.cta-band {
		max-width: 100%;
	}

	.breadcrumb {
		font-size: 0.88rem;
	}

	.whatsapp-float {
		bottom: 16px;
		height: 52px;
		right: 16px;
		width: 52px;
	}
}

.text-info {
	color: var(--atomo-blue) !important;
}
