@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;
}

/* Redesign 2026: sistema visual institucional */
:root {
	--atomo-navy: #071a2f;
	--atomo-navy-2: #0b2948;
	--atomo-blue: #1769ff;
	--atomo-cyan: #58e5d8;
	--atomo-teal: #b8f34a;
	--atomo-teal-alt: #21b8a6;
	--atomo-ink: #10243d;
	--atomo-muted: #64748b;
	--atomo-soft: #f3f7fb;
	--atomo-line: #dbe5ef;
	--radius: 22px;
	--radius-sm: 14px;
	--shadow: 0 24px 70px rgba(7, 26, 47, 0.14);
}

body {
	background:
		radial-gradient(circle at 90% 0%, rgba(88, 229, 216, .08), transparent 26rem),
		var(--atomo-white);
	font-size: 1rem;
}

body::before {
	background-image: radial-gradient(rgba(23, 105, 255, .11) 1px, transparent 1px);
	background-size: 28px 28px;
	content: "";
	height: 360px;
	left: 0;
	mask-image: linear-gradient(to bottom, #000, transparent);
	opacity: .35;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}

h1, h2, h3, h4, h5, h6 {
	letter-spacing: -.025em;
}

.site-navbar {
	background: rgba(7, 26, 47, .76);
	border: 1px solid rgba(255, 255, 255, .10);
	border-radius: 0 0 22px 22px;
	left: clamp(10px, 2vw, 28px);
	margin-top: 10px;
	padding: 10px 8px;
	right: clamp(10px, 2vw, 28px);
	width: auto;
}

.site-navbar.is-scrolled {
	background: rgba(7, 26, 47, .94);
	box-shadow: 0 18px 50px rgba(7, 26, 47, .22);
}

.navbar-brand img {
	height: 42px;
}

.navbar-dark .navbar-nav .nav-link {
	border-radius: 999px;
	color: rgba(255, 255, 255, .78);
	font-size: .92rem;
	font-weight: 700;
	padding: .66rem .88rem;
}

.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link:hover {
	background: rgba(255, 255, 255, .10);
	color: #fff;
}

.btn {
	border-radius: 999px;
	font-weight: 800;
	letter-spacing: -.01em;
	padding: .72rem 1.25rem;
	transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.btn:hover {
	transform: translateY(-2px);
}

.btn-atomo {
	background: var(--atomo-teal);
	box-shadow: 0 12px 30px rgba(184, 243, 74, .20);
	color: var(--atomo-navy);
}

.btn-atomo:hover,
.btn-atomo:focus {
	background: #c9ff62;
	color: var(--atomo-navy);
}

.btn-ghost {
	background: rgba(255, 255, 255, .08);
	border-color: rgba(255, 255, 255, .28);
}

.hero,
.page-hero {
	background:
		radial-gradient(circle at 78% 30%, rgba(23, 105, 255, .32), transparent 28%),
		radial-gradient(circle at 15% 85%, rgba(88, 229, 216, .18), transparent 32%),
		linear-gradient(135deg, #061526 0%, #082541 55%, #0a3551 100%);
}

.hero {
	min-height: 94vh;
	padding: 154px 0 92px;
}

.page-hero {
	padding: 156px 0 94px;
}

.hero::after,
.page-hero::after {
	background:
		linear-gradient(115deg, transparent 52%, rgba(255, 255, 255, .035) 52% 53%, transparent 53%),
		radial-gradient(circle at 83% 16%, rgba(184, 243, 74, .12), transparent 18%);
}

.hero h1,
.page-hero h1 {
	font-size: clamp(3rem, 6vw, 5.8rem);
	font-weight: 900;
	letter-spacing: -.055em;
	line-height: .95;
	max-width: 950px;
}

.page-hero h1 {
	font-size: clamp(2.7rem, 5.4vw, 5rem);
}

.hero p,
.page-hero p {
	color: rgba(255, 255, 255, .74);
	font-size: clamp(1.05rem, 1.6vw, 1.25rem);
	line-height: 1.65;
}

.kicker,
.kicker-alt {
	align-items: center;
	background: #eefbd9;
	border: 1px solid #cfe9a5;
	border-radius: 999px;
	color: #3f6507;
	display: inline-flex;
	font-size: .76rem;
	gap: 8px;
	letter-spacing: .12em;
	padding: 8px 12px;
}

.kicker-alt {
	background: #e9f0ff;
	border-color: #cfdcff;
	color: var(--atomo-blue);
}

.hero .kicker-alt,
.page-hero .kicker-alt {
	background: rgba(88, 229, 216, .10);
	border-color: rgba(88, 229, 216, .25);
	color: var(--atomo-cyan);
}

.hero .kicker,
.page-hero .kicker,
.section-dark .kicker {
	background: rgba(184, 243, 74, .11);
	border-color: rgba(184, 243, 74, .28);
	color: var(--atomo-teal);
}

.section {
	padding: clamp(76px, 9vw, 132px) 0;
}

.section-soft {
	background:
		linear-gradient(180deg, rgba(255, 255, 255, .56), transparent 120px),
		var(--atomo-soft);
}

.section-dark {
	background:
		radial-gradient(circle at 100% 0%, rgba(23, 105, 255, .22), transparent 34%),
		linear-gradient(135deg, var(--atomo-navy), #0a2d4a);
}

.section-title {
	font-size: clamp(2.25rem, 4.8vw, 4.5rem);
	font-weight: 900;
	letter-spacing: -.05em;
	line-height: .99;
}

.section-lead {
	font-size: 1.08rem;
	line-height: 1.75;
}

.atomo-card,
.atomo-card-alt,
.equipment-card,
.equipment-mini,
.contact-card {
	border: 1px solid rgba(16, 36, 61, .09);
	border-radius: var(--radius);
	box-shadow: 0 14px 40px rgba(7, 26, 47, .07);
}

.atomo-card,
.atomo-card-alt {
	position: relative;
}

.atomo-card-alt {
	color: var(--atomo-ink);
}

.atomo-card-alt p,
.atomo-card-alt span:not(.icon-box) {
	color: var(--atomo-muted);
}

.atomo-card-alt h1,
.atomo-card-alt h2,
.atomo-card-alt h3,
.atomo-card-alt h4,
.atomo-card-alt h5,
.atomo-card-alt h6,
.atomo-card-alt strong {
	color: var(--atomo-ink);
}

.atomo-card::before {
	background: linear-gradient(90deg, var(--atomo-blue), var(--atomo-cyan));
	border-radius: var(--radius) var(--radius) 0 0;
	content: "";
	height: 4px;
	left: 22px;
	opacity: 0;
	position: absolute;
	right: 22px;
	top: -1px;
	transform: scaleX(.4);
	transition: opacity .2s ease, transform .2s ease;
}

.atomo-card:hover::before {
	opacity: 1;
	transform: scaleX(1);
}

.atomo-card:hover,
.atomo-card-alt:hover,
.equipment-card:hover,
.equipment-mini:hover {
	border-color: rgba(23, 105, 255, .20);
	box-shadow: var(--shadow);
	transform: translateY(-6px);
}

.icon-box,
.about-icon {
	background: linear-gradient(145deg, #e8efff, #e6fbf8);
	border: 1px solid #d7e5ff;
	border-radius: 16px;
	color: var(--atomo-blue);
	height: 52px;
	width: 52px;
}

.about-card,
.about-highlight {
	background: rgba(255, 255, 255, .07);
	border-color: rgba(255, 255, 255, .12);
	border-radius: var(--radius);
}

.about-card:hover {
	background: rgba(255, 255, 255, .11);
	transform: translateY(-4px);
}

.about-company-card,
.cta-band {
	background:
		radial-gradient(circle at 85% 10%, rgba(184, 243, 74, .24), transparent 28%),
		linear-gradient(135deg, #0b2d51, #1769ff);
	border: 1px solid rgba(255, 255, 255, .15);
	border-radius: 30px;
}

.equipment-media {
	background: linear-gradient(145deg, #edf3ff, #e8fbf8);
	border: 0;
	border-radius: 18px;
}

.feature-list li {
	background: #fff;
	border: 1px solid var(--atomo-line);
	border-radius: 16px;
	padding: 14px 16px;
}

.accordion {
	--bs-accordion-border-color: var(--atomo-line);
	--bs-accordion-border-radius: var(--radius);
	--bs-accordion-inner-border-radius: var(--radius);
	--bs-accordion-active-bg: #edf3ff;
	--bs-accordion-active-color: var(--atomo-navy);
}

.accordion-item {
	border-radius: var(--radius) !important;
	margin-bottom: 12px;
	overflow: hidden;
}

.accordion-button {
	font-weight: 800;
	padding: 1.25rem 1.4rem;
}

.contact-card,
.form-control,
.form-select {
	border-color: var(--atomo-line);
}

.form-control,
.form-select {
	border-radius: 14px;
	min-height: 52px;
}

.form-control:focus,
.form-select:focus {
	border-color: var(--atomo-blue);
	box-shadow: 0 0 0 4px rgba(23, 105, 255, .10);
}

.site-footer {
	background:
		radial-gradient(circle at 85% 0%, rgba(23, 105, 255, .18), transparent 28%),
		#061526;
	padding-top: 76px;
}

.social-link {
	border-radius: 14px;
}

.whatsapp-float {
	border: 4px solid #fff;
}

.hero-product-stage {
	min-height: 480px;
	position: relative;
}

.flux-dashboard-stage {
	min-height: 480px;
}

.hero-dashboard-card.flux-dashboard-card {
	background: linear-gradient(145deg, #0a213a, #123c57);
	border-color: rgba(185, 229, 255, .18);
	box-shadow: 0 32px 82px rgba(8, 29, 50, .28);
	color: #f8fbff;
	left: 6%;
	right: 6%;
	top: 62px;
}

.flux-dashboard-card .hero-dashboard-metrics div {
	background: rgba(255, 255, 255, .08);
	border: 1px solid rgba(194, 231, 255, .11);
}

.flux-dashboard-card .hero-dashboard-metrics small,
.flux-dashboard-card .hero-dashboard-footer,
.flux-chart-header {
	color: #c9e0ec;
}

.flux-dashboard-card .hero-dashboard-metrics strong {
	color: #fff;
}

.flux-dashboard-card .hero-dashboard-top,
.flux-dashboard-card .hero-dashboard-top i,
.flux-dashboard-card .hero-dashboard-footer span,
.flux-chart-header span {
	color: #f5fbff;
}

.flux-dashboard-card .hero-live-dot {
	background: rgba(146, 210, 43, .16);
	border: 1px solid rgba(183, 236, 93, .26);
	color: #d5f49d;
}

.flux-chart-header {
	color: var(--atomo-muted);
	display: flex;
	font-size: .76rem;
	font-weight: 700;
	justify-content: space-between;
	margin-top: 22px;
}

.flux-chart-header strong {
	color: #d5f49d;
}

.flux-chart {
	background: linear-gradient(180deg, rgba(76, 205, 255, .12), transparent);
	border-bottom-color: rgba(194, 231, 255, .18);
	height: 126px;
	margin: 8px 0 18px;
}

.flux-chart span {
	background: linear-gradient(180deg, #62d7ff, #3888f5);
}

.flux-dashboard-stage .hero-float-card {
	background: rgba(10, 33, 58, .94);
	border-color: rgba(194, 231, 255, .18);
	color: #edf8ff;
}

.flux-dashboard-stage .hero-float-card i {
	color: #8ee7ff;
}

.hero-dashboard-card {
	background: rgba(255, 255, 255, .96);
	border: 1px solid rgba(255, 255, 255, .72);
	border-radius: 28px;
	box-shadow: 0 34px 90px rgba(0, 0, 0, .32);
	color: var(--atomo-ink);
	left: 3%;
	padding: 24px;
	position: absolute;
	right: 3%;
	top: 54px;
	transform: rotate(2deg);
	z-index: 2;
}

.hero-dashboard-top,
.hero-dashboard-footer,
.hero-dashboard-metrics {
	align-items: center;
	display: flex;
	justify-content: space-between;
}

.hero-dashboard-top {
	font-weight: 800;
}

.hero-live-dot {
	background: #eafbd1;
	border-radius: 999px;
	color: #527c0c;
	font-size: .72rem;
	padding: 6px 9px;
}

.hero-dashboard-metrics {
	gap: 12px;
	margin-top: 28px;
}

.hero-dashboard-metrics div {
	background: #f4f7fb;
	border-radius: 16px;
	display: grid;
	flex: 1;
	gap: 4px;
	padding: 16px;
}

.hero-dashboard-metrics small {
	color: var(--atomo-muted);
}

.hero-chart {
	align-items: end;
	background: linear-gradient(180deg, rgba(23, 105, 255, .06), transparent);
	border-bottom: 1px solid var(--atomo-line);
	display: flex;
	gap: 10px;
	height: 150px;
	margin: 22px 0;
	padding: 14px 16px 0;
}

.hero-chart span {
	background: linear-gradient(180deg, var(--atomo-blue), var(--atomo-cyan));
	border-radius: 8px 8px 2px 2px;
	flex: 1;
}

.hero-dashboard-footer {
	color: var(--atomo-muted);
	font-size: .78rem;
}

.hero-dashboard-footer i {
	color: #65a30d;
}

.hero-float-card {
	align-items: center;
	backdrop-filter: blur(12px);
	background: rgba(255, 255, 255, .92);
	border: 1px solid rgba(255, 255, 255, .75);
	border-radius: 16px;
	box-shadow: 0 16px 40px rgba(0, 0, 0, .2);
	color: var(--atomo-navy);
	display: flex;
	font-size: .82rem;
	font-weight: 800;
	gap: 9px;
	padding: 12px 15px;
	position: absolute;
	z-index: 3;
}

.hero-float-card i {
	color: var(--atomo-blue);
	font-size: 1.1rem;
}

.hero-float-support {
	left: -8px;
	top: 18px;
}

.hero-float-growth {
	bottom: 42px;
	right: -5px;
}

.hero-orbit {
	border: 1px solid rgba(88, 229, 216, .22);
	border-radius: 50%;
	position: absolute;
}

.hero-orbit-one {
	height: 360px;
	right: -70px;
	top: 10px;
	width: 360px;
}

.hero-orbit-two {
	bottom: 8px;
	height: 220px;
	left: 0;
	width: 220px;
}

@media (max-width: 991.98px) {
	.site-navbar {
		background: rgba(7, 26, 47, .96);
	}

	.navbar-collapse {
		background: transparent;
		border: 0;
	}

	.hero {
		padding-top: 138px;
	}

	.hero-product-stage {
		margin: 12px auto 0;
		max-width: 560px;
	}
}

@media (max-width: 575.98px) {
	.site-navbar {
		border-radius: 0 0 16px 16px;
		left: 6px;
		margin-top: 6px;
		right: 6px;
	}

	.hero h1,
	.page-hero h1 {
		font-size: 2.65rem;
	}

	.section-title {
		font-size: 2.15rem;
	}

	.hero-product-stage {
		min-height: 390px;
	}

	.hero-dashboard-card {
		padding: 16px;
	}

	.hero-chart {
		height: 110px;
	}

	.hero-float-support {
		left: 0;
	}

	.hero-float-growth {
		right: 0;
	}
}

@media (prefers-reduced-motion: reduce) {
	* {
		scroll-behavior: auto !important;
		transition-duration: .01ms !important;
	}

	[data-reveal] {
		opacity: 1;
		transform: none;
	}
}

/* Planos Átomo Flux */
.pricing-section {
	background: #f7f8fa;
}

.pricing-plan {
	background: #fff;
	border-color: #dfe3e8;
	box-shadow: 0 8px 24px rgba(7, 26, 47, .06);
}

.pricing-plan--featured {
	border: 2px solid var(--atomo-navy) !important;
	box-shadow: 0 10px 28px rgba(7, 26, 47, .12);
}

.pricing-plan .badge {
	background: var(--atomo-navy) !important;
	color: #fff !important;
	font-size: .72rem;
	font-weight: 800;
	letter-spacing: .04em;
	padding: .5rem .75rem;
	text-transform: uppercase;
}

.pricing-price {
	color: var(--atomo-navy);
	font-size: clamp(2rem, 3vw, 2.7rem);
	font-weight: 900;
	letter-spacing: -.055em;
	line-height: 1.1;
}

.pricing-price span {
	color: var(--atomo-muted);
	font-size: .95rem;
	font-weight: 600;
	letter-spacing: 0;
}

.pricing-list {
	border-top: 1px solid rgba(16, 36, 61, .10);
	font-size: .94rem;
	padding-top: 1.25rem;
}

.pricing-list li {
	display: flex;
	align-items: flex-start;
	line-height: 1.45;
}

.pricing-list i {
	flex: 0 0 auto;
	margin-top: .16rem;
}

.pricing-list .bi-check-circle-fill {
	color: var(--atomo-navy) !important;
}

.pricing-periods {
	border-top: 1px solid rgba(16, 36, 61, .10);
	font-size: .88rem;
}

.pricing-periods > :not(caption) > * > * {
	background: transparent;
	border-bottom-color: rgba(16, 36, 61, .08);
	padding: .55rem 0;
}

.pricing-periods th {
	color: var(--atomo-muted);
	font-weight: 600;
}

.pricing-periods td {
	color: var(--atomo-navy);
	font-weight: 800;
}

.btn-pricing-primary,
.btn-pricing-outline {
	border-radius: 999px;
	font-weight: 800;
	padding: .78rem 1.25rem;
}

.btn-pricing-primary {
	background: var(--atomo-navy);
	border: 1px solid var(--atomo-navy);
	color: #fff;
	box-shadow: none;
}

.btn-pricing-primary:hover,
.btn-pricing-primary:focus {
	background: #163b5d;
	border-color: #163b5d;
	color: #fff;
}

.btn-pricing-outline {
	background: #fff;
	border: 1px solid #627080;
	color: var(--atomo-navy);
}

.btn-pricing-outline:hover,
.btn-pricing-outline:focus {
	background: #eef1f4;
	border-color: #627080;
	color: var(--atomo-navy);
	transform: none;
}

.pricing-summary {
	background: #fff;
}

@media (max-width: 575.98px) {
	.pricing-plan,
	.pricing-summary {
		padding: 1.5rem !important;
	}
}
