/* ITSA SEGURITY adjustments on top of the imported HTML5 UP theme. */

:root {
	--itsa-gold: #d6a94a;
	--itsa-gold-light: #f1cf72;
	--itsa-gold-dark: #a6772f;
	--itsa-ink: #171820;
}

a {
	color: var(--itsa-gold);
}

a:hover {
	color: var(--itsa-gold-light) !important;
}

input[type="submit"].primary,
input[type="reset"].primary,
input[type="button"].primary,
.button.primary {
	background-color: var(--itsa-gold);
	color: var(--itsa-ink) !important;
}

input[type="submit"].primary:hover,
input[type="reset"].primary:hover,
input[type="button"].primary:hover,
.button.primary:hover {
	background-color: var(--itsa-gold-light);
	color: var(--itsa-ink) !important;
}

input[type="submit"].primary:active,
input[type="reset"].primary:active,
input[type="button"].primary:active,
.button.primary:active {
	background-color: var(--itsa-gold-dark);
	color: #ffffff !important;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
select:focus,
textarea:focus {
	border-color: var(--itsa-gold);
	box-shadow: 0 0 0 1px var(--itsa-gold);
}

.icon.alt:before,
.icon.major.alt:before,
#footer .icons .icon.alt:before {
	background: transparent !important;
	color: var(--itsa-gold) !important;
	text-shadow: none !important;
}

.icon.major {
	border: solid 1px rgba(214, 169, 74, 0.2);
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.03), 0 0.9em 2.2em rgba(0, 0, 0, 0.16);
}

#footer .icons .icon.alt:hover:before {
	color: var(--itsa-gold-light) !important;
}

.wrapper.style2 {
	background: linear-gradient(135deg, var(--itsa-gold-dark), #5f4926);
}

.wrapper.style2 input[type="submit"].primary,
.wrapper.style2 input[type="reset"].primary,
.wrapper.style2 input[type="button"].primary,
.wrapper.style2 .button.primary {
	color: var(--itsa-ink) !important;
}

.spotlight.style1 .content,
.spotlight.style2 .content,
.spotlight.style3 .content {
	border-color: var(--itsa-gold);
}

#titleBar .toggle:before {
	background: var(--itsa-gold);
	color: var(--itsa-ink);
}

#header #logo {
	height: inherit;
	left: 1.25em;
	line-height: inherit;
	margin: 0;
	position: absolute;
	top: 0;
}

#logo a {
	align-items: center;
	display: inline-flex;
	border-bottom: 0;
	color: var(--itsa-gold-light);
	font-weight: 600;
	letter-spacing: 0.08em;
	position: relative;
	text-transform: uppercase;
	text-shadow: 0 0 1.1em rgba(214, 169, 74, 0.28);
}

#logo a.brand-logo-link {
	height: inherit;
	padding: 0.42em 0;
}

#logo a:hover {
	color: #ffffff !important;
}

.brand-logo,
.logo-horizontal {
	display: block;
	height: auto;
	max-width: 220px;
	object-fit: contain;
	width: 100%;
}

.brand-icon {
	display: inline-block;
	height: 42px;
	object-fit: contain;
	width: 42px;
}

.footer-logo {
	display: block;
	height: auto;
	max-width: 200px;
	object-fit: contain;
	width: 100%;
}

.dashboard-logo {
	display: block;
	height: auto;
	max-width: 160px;
	object-fit: contain;
	width: 100%;
}

#logo picture,
.brand-logo-link picture,
.footer-brand picture {
	display: block;
	line-height: 0;
}

#logo .brand-logo {
	border-radius: 3px;
	height: auto;
	max-height: 2.15em;
	max-width: 168px;
	width: auto;
}

#titleBar .title .brand-logo-link {
	align-items: center;
	border-bottom: 0;
	display: inline-flex;
	height: 100%;
	justify-content: center;
}

#titleBar .title .brand-logo {
	border-radius: 3px;
	max-height: 2.1em;
	max-width: 154px;
	width: auto;
}

.footer-brand {
	align-items: center;
	display: flex;
	justify-content: center;
	margin: 0 auto 1.45em;
	max-width: 230px;
}

.footer-brand a {
	border-bottom: 0;
	display: block;
}

.site-wordmark {
	display: inline-block;
	line-height: 1;
	padding-bottom: 0.42em;
	position: relative;
}

.site-wordmark:after {
	background: linear-gradient(90deg, transparent, var(--itsa-gold), transparent);
	bottom: 0;
	content: '';
	height: 1px;
	left: 0;
	position: absolute;
	width: 100%;
}

#banner .content .image img.brand-hero-logo {
	background: rgba(30, 24, 12, 0.72);
	box-sizing: border-box;
	height: 100%;
	object-fit: contain;
	padding: 0.45em;
}

#banner .content .image img.brand-hero-logo,
.brand-hero-logo {
	object-fit: contain;
}

h1, h2, h3, h4, h5, h6 {
	letter-spacing: 0;
}

.visually-hidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

#nav > ul > li {
	margin-left: 0.45em;
}

#nav > ul > li > a,
#nav > ul > li > span {
	padding: 0 0.65em;
}

#nav > ul > li > a.button {
	padding-left: 1.05em;
	padding-right: 1.05em;
}

@media screen and (min-width: 981px) and (max-width: 1400px) {
	#nav > ul > li {
		margin-left: 0.2em;
	}

	#nav > ul > li > a,
	#nav > ul > li > span {
		padding-left: 0.42em;
		padding-right: 0.42em;
	}

	#nav > ul > li > a.button {
		padding-left: 0.8em;
		padding-right: 0.8em;
	}
}

#banner:before {
	background-image: linear-gradient(top, rgba(23, 24, 32, 0.86), rgba(23, 24, 32, 0.86)), url("images/overlay.png");
	background-image: -moz-linear-gradient(top, rgba(23, 24, 32, 0.86), rgba(23, 24, 32, 0.86)), url("images/overlay.png");
	background-image: -webkit-linear-gradient(top, rgba(23, 24, 32, 0.86), rgba(23, 24, 32, 0.86)), url("images/overlay.png");
	background-image: -ms-linear-gradient(top, rgba(23, 24, 32, 0.86), rgba(23, 24, 32, 0.86)), url("images/overlay.png");
}

body.landing:not(.is-preload):before,
body.landing:not(.is-preload):after {
	display: none !important;
}

#banner .content {
	align-items: center;
	display: inline-flex;
	gap: 4.5em;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	max-width: 82em;
	padding: 7em 3em 5em 3em;
	text-align: left;
	width: calc(100% - 4em);
}

#banner .content header {
	position: relative;
	width: min(47em, 58%);
}

#banner .content header h1,
#banner .content header h2 {
	color: #ffffff;
	font-size: 2.35em;
	line-height: 1.08em;
	margin: 0 0 0.5em 0;
	max-width: 13em;
	text-shadow: 0 0.35em 1em rgba(0, 0, 0, 0.26);
}

#banner .content header p {
	max-width: 36em;
}

#banner .content .hero-kicker {
	color: var(--itsa-gold-light);
	font-size: 0.78em;
	font-weight: 600;
	line-height: 1.35em;
	margin: 0 0 1em 0;
	text-transform: uppercase;
}

#banner .content .hero-lead {
	color: rgba(255, 255, 255, 0.8);
	font-size: 1.02em;
	line-height: 1.7em;
	margin: 0 0 1.6em 0;
}

.hero-main-actions {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 0.85em;
	margin: 0 0 1.35em 0;
}

.hero-main-actions li {
	padding-left: 0;
}

.hero-main-actions .button {
	margin-bottom: 0;
	min-width: 10.5em;
	text-align: center;
}

.hero-service-chips {
	display: flex;
	flex-wrap: wrap;
	gap: 0.65em;
	max-width: 38em;
}

.hero-service-chips span {
	background: rgba(255, 255, 255, 0.07);
	border: solid 1px rgba(214, 169, 74, 0.22);
	border-radius: 999px;
	color: rgba(255, 255, 255, 0.82);
	font-size: 0.78em;
	line-height: 1.2em;
	padding: 0.55em 0.85em;
}

#banner .content .image {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));
	border: solid 1px rgba(214, 169, 74, 0.24);
	box-shadow: 0 1.4em 4em rgba(0, 0, 0, 0.35), 0 0 3em rgba(214, 169, 74, 0.14);
	flex: 0 0 auto;
	height: 18.5em;
	margin-left: 0;
	padding: 0.42em;
	position: relative;
	width: 18.5em;
}

#banner .content .hero-brand-seal:after {
	border: solid 1px rgba(241, 207, 114, 0.32);
	border-radius: 100%;
	content: '';
	inset: -0.75em;
	pointer-events: none;
	position: absolute;
}

.spotlight .content header p,
header.major p,
#five header p,
#contacto header p {
	color: rgba(255, 255, 255, 0.78);
}

.spotlight .content .actions {
	margin-top: 2em;
}

#four .box.alt p,
#servicios .box.alt p {
	margin-bottom: 0;
}

#four footer.major,
#servicios footer.major {
	margin-top: 3em;
}

#five .cta,
#contacto .cta {
	margin-bottom: 1.6em;
}

#five .contact-actions,
#contacto .contact-actions {
	margin-top: 0;
}

#footer .copyright {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 0.7em 1.35em;
	justify-content: center;
	line-height: 1.45em;
	max-width: 70em;
	margin-left: auto;
	margin-right: auto;
}

#footer .copyright li {
	border-left: 0 !important;
	display: inline-flex !important;
	list-style: none;
	margin: 0 !important;
	padding: 0 !important;
}

#footer .copyright li:first-child {
	flex-basis: 100%;
	justify-content: center;
}

body.internal-page #header {
	background: rgba(23, 24, 32, 0.96);
	box-shadow: 0 0.25em 0.5em rgba(0, 0, 0, 0.18);
}

body.internal-page #page-wrapper {
	padding-top: 0;
}

#nav a.is-active {
	color: #ffffff;
}

.page-hero.spotlight {
	align-items: center;
	background-color: #1c1d26;
	box-sizing: border-box;
	display: flex;
	height: auto;
	min-height: 32em;
	overflow: hidden;
	padding: 7em 0 5em 0;
	text-align: center;
}

.page-hero.page-hero-compact {
	min-height: 30em;
}

.page-hero:before {
	background-image: linear-gradient(top, rgba(23, 24, 32, 0.78), rgba(23, 24, 32, 0.88)), url("images/overlay.png");
	background-image: -moz-linear-gradient(top, rgba(23, 24, 32, 0.78), rgba(23, 24, 32, 0.88)), url("images/overlay.png");
	background-image: -webkit-linear-gradient(top, rgba(23, 24, 32, 0.78), rgba(23, 24, 32, 0.88)), url("images/overlay.png");
	background-image: -ms-linear-gradient(top, rgba(23, 24, 32, 0.78), rgba(23, 24, 32, 0.88)), url("images/overlay.png");
	content: '';
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}

.page-hero-bg {
	height: 100%;
	left: 0;
	object-fit: cover;
	position: absolute;
	top: 0;
	width: 100%;
}

.page-hero-content {
	box-sizing: border-box;
	max-width: 72em;
	position: relative;
	width: calc(100% - 4em);
	z-index: 2;
}

.section-kicker {
	color: var(--itsa-gold);
	font-size: 0.8em;
	font-weight: 400;
	margin: 0 0 1em 0;
	text-transform: uppercase;
}

.page-title {
	color: #ffffff;
	font-size: 2.6em;
	line-height: 1.15em;
	margin: 0 auto 0.55em auto;
	max-width: 18em;
	overflow-wrap: break-word;
}

.page-subtitle,
.section-intro {
	color: rgba(255, 255, 255, 0.76);
	font-size: 1.15em;
	margin: 0 auto 1.75em auto;
	max-width: 42em;
	overflow-wrap: break-word;
}

.hero-actions {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 1em;
	justify-content: center;
}

.hero-actions .button,
.contact-cta-section .button {
	margin-bottom: 0;
	white-space: normal;
}

.button i,
.text-link i {
	margin-right: 0.5em;
}

.section-heading {
	margin: 0 auto 3em auto;
	max-width: 58em;
	text-align: center;
}

.section-title {
	color: #ffffff;
	margin-bottom: 0.5em;
}

.services-grid,
.process-grid,
.feature-grid {
	display: grid;
	gap: 2em;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.service-detail-layout,
.contact-grid,
.skills-layout,
.legal-docs {
	display: grid;
	gap: 2em;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.legal-docs {
	align-items: start;
	box-sizing: border-box;
	grid-template-columns: 18em minmax(0, 1fr);
	min-width: 0;
}

.legal-content-stack {
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	gap: 1.5em;
	min-width: 0;
	width: 100%;
}

.service-card,
.process-card,
.story-panel,
.page-card,
.legal-card,
.contact-form,
.contact-panel,
.skills-panel,
.cta-panel {
	background: rgba(39, 40, 51, 0.94);
	border: solid 1px rgba(255, 255, 255, 0.12);
	border-radius: 6px;
	box-sizing: border-box;
	box-shadow: 0 1.25em 3em rgba(0, 0, 0, 0.18);
	min-width: 0;
	padding: 2em;
}

.service-card,
.process-card,
.page-card {
	text-align: center;
}

.service-card .button,
.process-card .button,
.page-card .button {
	margin-bottom: 0;
}

.icon-badge {
	align-items: center;
	background: #272833;
	border-radius: 100%;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.12);
	color: #ffffff;
	display: inline-flex;
	font-size: 2em;
	height: 3.2em;
	justify-content: center;
	margin: 0 0 1.2em 0;
	width: 3.2em;
}

.process-card > span {
	color: var(--itsa-gold);
	display: block;
	font-size: 1.4em;
	margin-bottom: 0.6em;
}

.check-list {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
	text-align: left;
}

.check-list li {
	margin: 0.65em 0;
	padding-left: 1.25em;
	position: relative;
}

.check-list li:before {
	background: var(--itsa-gold);
	border-radius: 100%;
	content: '';
	height: 0.42em;
	left: 0;
	position: absolute;
	top: 0.72em;
	width: 0.42em;
}

.framework-stack,
.skill-chip-list {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75em;
	justify-content: center;
}

.framework-stack span,
.skill-chip {
	background: rgba(255, 255, 255, 0.06);
	border: solid 1px rgba(255, 255, 255, 0.13);
	border-radius: 999px;
	color: rgba(255, 255, 255, 0.82);
	display: inline-block;
	padding: 0.45em 0.9em;
}

.contact-form .form-row {
	display: grid;
	gap: 1em;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.form-field {
	display: block;
	margin-bottom: 1.2em;
}

.form-field span {
	color: #ffffff;
	display: block;
	margin-bottom: 0.45em;
}

.contact-form input[type="tel"] {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
	background: transparent;
	border: solid 1px rgba(255, 255, 255, 0.3);
	border-radius: 4px;
	color: inherit;
	display: block;
	height: 3em;
	outline: 0;
	padding: 0 1em;
	transition: border-color 0.2s ease-in-out;
	width: 100%;
}

.contact-form input[type="tel"]:focus {
	border-color: #d6a94a;
}

.hp-field {
	display: none !important;
}

.form-status {
	margin: 1em 0 0 0;
}

.contact-panel {
	display: flex;
	flex-direction: column;
	gap: 1em;
}

.contact-option {
	align-items: center;
	background: rgba(255, 255, 255, 0.04);
	border: solid 1px rgba(255, 255, 255, 0.1);
	border-radius: 6px;
	color: rgba(255, 255, 255, 0.78);
	display: flex;
	gap: 1em;
	padding: 1em;
	text-decoration: none;
}

.contact-option i {
	color: var(--itsa-gold);
	font-size: 1.4em;
	width: 1.4em;
}

.contact-option strong {
	color: #ffffff;
	display: block;
	font-weight: 300;
}

.map-card {
	background: rgba(214, 169, 74, 0.12);
	border: solid 1px rgba(214, 169, 74, 0.32);
	border-radius: 6px;
	padding: 1.5em;
	text-align: center;
}

.map-card strong,
.map-card small {
	display: block;
}

.legal-nav {
	background: linear-gradient(180deg, rgba(39, 40, 51, 0.98), rgba(28, 29, 38, 0.96));
	border: solid 1px rgba(214, 169, 74, 0.18);
	border-radius: 8px;
	box-sizing: border-box;
	box-shadow: 0 1.2em 2.5em rgba(0, 0, 0, 0.18);
	min-width: 0;
	padding: 1.15em;
	position: sticky;
	top: 5em;
	width: 100%;
}

.legal-nav:before {
	color: #ffffff;
	content: 'Contenido legal';
	display: block;
	font-size: 0.9em;
	font-weight: 600;
	margin-bottom: 0.55em;
}

.legal-nav a {
	align-items: center;
	border-bottom: solid 1px rgba(255, 255, 255, 0.08);
	color: rgba(255, 255, 255, 0.78);
	display: flex;
	gap: 0.75em;
	justify-content: space-between;
	line-height: 1.35em;
	padding: 0.8em 0;
	text-decoration: none;
}

.legal-nav a:hover {
	color: var(--itsa-gold-light) !important;
}

.legal-nav a:last-child {
	border-bottom: 0;
}

.legal-document {
	box-sizing: border-box;
	margin-bottom: 0;
	min-width: 0;
	overflow: hidden;
	width: 100%;
}

.legal-document h2 {
	border-bottom: solid 1px rgba(214, 169, 74, 0.22);
	color: #ffffff;
	font-size: 1.55em;
	line-height: 1.25em;
	margin-bottom: 0.7em;
	padding-bottom: 0.65em;
}

.legal-document h3 {
	color: var(--itsa-gold-light);
	font-size: 1.02em;
	line-height: 1.35em;
	margin-bottom: 0.45em;
	margin-top: 1.6em;
}

.legal-document p,
.legal-document li {
	line-height: 1.75em;
}

.legal-document ul {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}

.legal-document li {
	margin-bottom: 0.7em;
	padding-left: 1.35em;
	position: relative;
}

.legal-document li:before {
	background: var(--itsa-gold);
	border-radius: 100%;
	content: '';
	height: 0.45em;
	left: 0;
	position: absolute;
	top: 0.72em;
	width: 0.45em;
}

.legal-meta {
	background: rgba(214, 169, 74, 0.1);
	border: solid 1px rgba(214, 169, 74, 0.25);
	border-radius: 999px;
	color: var(--itsa-gold);
	display: inline-block;
	font-size: 0.88em;
	margin-bottom: 1em;
	padding: 0.35em 0.85em;
}

.legal-notice {
	background: linear-gradient(135deg, rgba(214, 169, 74, 0.16), rgba(39, 40, 51, 0.94));
	border-color: rgba(214, 169, 74, 0.34);
}

.legal-notice strong {
	color: #ffffff;
	display: block;
	font-size: 1.05em;
	margin-bottom: 0.45em;
}

.legal-notice p {
	margin-bottom: 0;
}

.skill-meter {
	margin-top: 1.2em;
}

.skill-label {
	display: flex;
	justify-content: space-between;
	margin-bottom: 0.45em;
}

.skill-track {
	background: rgba(255, 255, 255, 0.08);
	border-radius: 999px;
	display: block;
	height: 0.55em;
	overflow: hidden;
}

.skill-bar-fill {
	background: var(--itsa-gold);
	display: block;
	height: 100%;
}

.text-link {
	border-bottom: dotted 1px;
	text-decoration: none;
}

.floating-whatsapp {
	align-items: center;
	background: #39c088;
	border-radius: 100%;
	bottom: 1.25em;
	box-shadow: 0 0.8em 2em rgba(0, 0, 0, 0.28);
	color: #ffffff;
	display: flex;
	font-size: 1.45em;
	height: 2.8em;
	justify-content: center;
	position: fixed;
	right: 1.25em;
	text-decoration: none;
	width: 2.8em;
	z-index: 10000;
}

.floating-whatsapp .icon:before {
	margin: 0;
}

.ojo-digital-page .button.primary,
.ojo-preview-section .button.primary {
	background: linear-gradient(135deg, #00d4ff, #16f2a5);
	color: #06111d !important;
}

.ojo-digital-page .button.primary:hover,
.ojo-preview-section .button.primary:hover {
	background: linear-gradient(135deg, #6cecff, #f1cf72);
	color: #06111d !important;
}

.ojo-hero:before {
	background-image: linear-gradient(top, rgba(5, 8, 22, 0.82), rgba(5, 8, 22, 0.92)), url("images/overlay.png");
	background-image: -moz-linear-gradient(top, rgba(5, 8, 22, 0.82), rgba(5, 8, 22, 0.92)), url("images/overlay.png");
	background-image: -webkit-linear-gradient(top, rgba(5, 8, 22, 0.82), rgba(5, 8, 22, 0.92)), url("images/overlay.png");
	background-image: -ms-linear-gradient(top, rgba(5, 8, 22, 0.82), rgba(5, 8, 22, 0.92)), url("images/overlay.png");
}

.ojo-hero-copy {
	color: rgba(255, 255, 255, 0.78);
	font-size: 1.02em;
	line-height: 1.65em;
	margin: 0 auto 1.8em auto;
	max-width: 48em;
}

.ojo-hero-logo {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.035));
	border: solid 1px rgba(0, 212, 255, 0.3);
	border-radius: 18px;
	box-shadow: 0 1.1em 3em rgba(0, 0, 0, 0.34), 0 0 2.2em rgba(0, 212, 255, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.08);
	display: inline-block;
	margin: 0 auto 1.35em auto;
	max-width: min(19em, 44vw);
	overflow: hidden;
	padding: 0.45em;
	position: relative;
}

.ojo-hero-logo:before {
	background: radial-gradient(circle at 50% 20%, rgba(22, 242, 165, 0.18), transparent 44%);
	content: '';
	inset: 0;
	pointer-events: none;
	position: absolute;
}

.ojo-hero-logo img {
	border-radius: 14px;
	display: block;
	height: auto;
	position: relative;
	width: 100%;
	z-index: 1;
}

.ojo-module-grid,
.ojo-ethics-grid,
.ojo-tech-grid,
.ojo-stat-grid {
	display: grid;
	gap: 1.35em;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ojo-card,
.ojo-ethics-card,
.ojo-stat-card,
.ojo-dashboard,
.ojo-preview-panel,
.ojo-info-card,
.ojo-architecture-card,
.ojo-schema-card,
.ojo-code-card,
.ojo-roadmap-card,
.ojo-legal-warning,
.ojo-boundary-note {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.035));
	border: solid 1px rgba(0, 212, 255, 0.18);
	border-radius: 8px;
	box-shadow: 0 1.2em 3em rgba(0, 0, 0, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.ojo-info-grid,
.ojo-architecture-grid,
.ojo-schema-grid,
.ojo-roadmap-grid,
.ojo-api-layout {
	display: grid;
	gap: 1.35em;
}

.ojo-info-grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ojo-info-card,
.ojo-architecture-card,
.ojo-schema-card,
.ojo-roadmap-card {
	padding: 1.35em;
	text-align: left;
}

.ojo-info-card h3,
.ojo-architecture-card h3,
.ojo-schema-card h3,
.ojo-roadmap-card h3,
.ojo-code-card h3,
.ojo-legal-warning h3 {
	color: #ffffff;
	margin-bottom: 0.55em;
}

.ojo-info-card p,
.ojo-architecture-card p,
.ojo-schema-card p,
.ojo-roadmap-card p,
.ojo-legal-warning p {
	margin-bottom: 0;
}

.ojo-boundary-note {
	border-color: rgba(241, 207, 114, 0.36);
	color: rgba(255, 255, 255, 0.82);
	margin: 2em auto 0 auto;
	max-width: 66em;
	padding: 1.2em 1.35em;
	text-align: center;
}

.ojo-boundary-note strong,
.ojo-architecture-card span,
.ojo-roadmap-card span {
	color: #f1cf72;
}

.ojo-card {
	padding: 2em 1.45em;
	text-align: center;
	transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.ojo-card:hover {
	border-color: rgba(0, 212, 255, 0.46);
	box-shadow: 0 1.4em 3.4em rgba(0, 0, 0, 0.26), 0 0 1.8em rgba(0, 212, 255, 0.12);
	transform: translateY(-4px);
}

.ojo-card .icon.major {
	background: rgba(16, 24, 39, 0.92);
	border-color: rgba(22, 242, 165, 0.24);
	margin-bottom: 1.25em;
}

.ojo-card h3,
.ojo-event-panel h3 {
	color: #ffffff;
}

.ojo-dashboard {
	overflow: hidden;
	padding: 1.25em;
	position: relative;
}

.ojo-dashboard:before {
	background: radial-gradient(circle at 20% 0%, rgba(0, 212, 255, 0.14), transparent 34%), radial-gradient(circle at 86% 8%, rgba(22, 242, 165, 0.12), transparent 30%);
	content: '';
	inset: 0;
	pointer-events: none;
	position: absolute;
}

.ojo-dashboard > * {
	position: relative;
	z-index: 1;
}

.ojo-dashboard-header {
	align-items: center;
	border-bottom: solid 1px rgba(255, 255, 255, 0.09);
	display: flex;
	justify-content: space-between;
	margin-bottom: 1.25em;
	padding-bottom: 1em;
}

.ojo-dashboard-header strong,
.ojo-dashboard-header small {
	display: block;
}

.ojo-dashboard-header small {
	color: rgba(255, 255, 255, 0.58);
	font-size: 0.8em;
	margin-top: 0.2em;
}

.ojo-live-dot {
	background: #16f2a5;
	border-radius: 100%;
	box-shadow: 0 0 1.1em rgba(22, 242, 165, 0.72);
	display: inline-block;
	height: 0.75em;
	margin-right: 0.55em;
	width: 0.75em;
}

.ojo-status-pill {
	background: rgba(22, 242, 165, 0.11);
	border: solid 1px rgba(22, 242, 165, 0.32);
	border-radius: 999px;
	color: #16f2a5;
	font-size: 0.8em;
	padding: 0.35em 0.8em;
}

.ojo-dashboard .ojo-stat-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-bottom: 1.25em;
}

.ojo-stat-card {
	padding: 1.15em;
}

.ojo-stat-card span,
.ojo-stat-card strong {
	display: block;
}

.ojo-stat-card span {
	color: rgba(255, 255, 255, 0.66);
	font-size: 0.84em;
	line-height: 1.35em;
}

.ojo-stat-value {
	color: #00d4ff;
	font-size: 2em;
	line-height: 1.1em;
	margin-top: 0.35em;
}

.ojo-stat-alert .ojo-stat-value {
	color: #f1cf72;
}

.ojo-stat-value.ojo-risk {
	color: #f1cf72;
	font-size: 1.6em;
}

.ojo-stat-value.ojo-ok {
	color: #16f2a5;
	font-size: 1.35em;
}

.ojo-event-panel {
	background: rgba(5, 8, 22, 0.54);
	border: solid 1px rgba(255, 255, 255, 0.08);
	border-radius: 8px;
	padding: 1.25em;
}

.ojo-event-list {
	list-style: none;
	margin: 1em 0 0 0;
	padding: 0;
}

.ojo-event-list li {
	border-top: solid 1px rgba(255, 255, 255, 0.08);
	color: rgba(255, 255, 255, 0.76);
	padding: 0.85em 0 0.85em 1.4em;
	position: relative;
	transition: color 180ms ease, background-color 180ms ease, padding-left 180ms ease;
}

.ojo-event-list li:before {
	background: #00d4ff;
	border-radius: 100%;
	content: '';
	height: 0.45em;
	left: 0.1em;
	position: absolute;
	top: 1.45em;
	width: 0.45em;
}

.ojo-event-list li.is-current {
	background: rgba(0, 212, 255, 0.08);
	color: #ffffff;
	padding-left: 1.75em;
}

.ojo-ethics-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	text-align: left;
}

.ojo-ethics-card {
	padding: 1.35em;
}

.ojo-ethics-card span {
	color: #16f2a5;
	display: block;
	font-size: 0.82em;
	font-weight: 700;
	margin-bottom: 0.6em;
}

.ojo-ethics-card p {
	margin: 0;
}

.ojo-tech-grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ojo-tech-grid span {
	background: rgba(255, 255, 255, 0.06);
	border: solid 1px rgba(0, 212, 255, 0.16);
	border-radius: 999px;
	color: rgba(255, 255, 255, 0.84);
	padding: 0.75em 1em;
	text-align: center;
}

.ojo-architecture-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ojo-architecture-card span,
.ojo-roadmap-card span {
	display: block;
	font-size: 0.82em;
	font-weight: 700;
	margin-bottom: 0.65em;
}

.ojo-flow-list {
	counter-reset: ojo-flow;
	display: grid;
	gap: 1em;
	list-style: none;
	margin: 0;
	padding: 0;
}

.ojo-flow-list li {
	background: rgba(255, 255, 255, 0.055);
	border: solid 1px rgba(0, 212, 255, 0.16);
	border-radius: 8px;
	counter-increment: ojo-flow;
	padding: 1.15em 1.25em 1.15em 4.2em;
	position: relative;
	text-align: left;
}

.ojo-flow-list li:before {
	align-items: center;
	background: linear-gradient(135deg, #00d4ff, #16f2a5);
	border-radius: 100%;
	color: #06111d;
	content: counter(ojo-flow);
	display: flex;
	font-weight: 700;
	height: 2.25em;
	justify-content: center;
	left: 1.15em;
	position: absolute;
	top: 1.15em;
	width: 2.25em;
}

.ojo-flow-list strong,
.ojo-flow-list span {
	display: block;
}

.ojo-flow-list strong {
	color: #ffffff;
	margin-bottom: 0.25em;
}

.ojo-table-wrapper {
	overflow-x: auto;
}

.ojo-table {
	background: rgba(5, 8, 22, 0.4);
	border: solid 1px rgba(0, 212, 255, 0.16);
	border-radius: 8px;
	overflow: hidden;
	width: 100%;
}

.ojo-table th,
.ojo-table td {
	border: solid 1px rgba(255, 255, 255, 0.08);
	padding: 0.9em 1em;
	text-align: left;
	vertical-align: top;
}

.ojo-table th {
	background: rgba(0, 212, 255, 0.1);
	color: #ffffff;
	font-weight: 400;
}

.ojo-table td:first-child {
	color: #16f2a5;
	white-space: nowrap;
}

.ojo-schema-grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ojo-schema-card h3 {
	color: #16f2a5;
	font-family: Consolas, Monaco, monospace;
	font-size: 1em;
}

.ojo-api-layout {
	align-items: start;
	grid-template-columns: minmax(0, 1.1fr) minmax(18em, 0.9fr);
}

.ojo-api-list {
	display: grid;
	gap: 0.8em;
}

.ojo-api-list p {
	background: rgba(255, 255, 255, 0.055);
	border: solid 1px rgba(0, 212, 255, 0.14);
	border-radius: 8px;
	margin: 0;
	padding: 0.95em 1em;
}

.ojo-api-list code {
	color: #16f2a5;
	display: block;
	font-size: 0.88em;
	margin-bottom: 0.4em;
}

.ojo-api-list span {
	color: rgba(255, 255, 255, 0.76);
	display: block;
}

.ojo-code-card {
	padding: 1.25em;
}

.ojo-code-card pre {
	background: rgba(5, 8, 22, 0.68);
	border: solid 1px rgba(255, 255, 255, 0.08);
	border-radius: 8px;
	color: rgba(255, 255, 255, 0.84);
	font-family: Consolas, Monaco, monospace;
	font-size: 0.85em;
	line-height: 1.55em;
	margin: 1em 0 0 0;
	overflow-x: auto;
	padding: 1em;
	text-align: left;
}

.ojo-roadmap-grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ojo-legal-warning {
	border-color: rgba(241, 207, 114, 0.36);
	margin-top: 1.5em;
	padding: 1.5em;
	text-align: left;
}

.ojo-preview-section {
	background: #1c1d26;
}

.ojo-preview-layout {
	align-items: center;
	display: grid;
	gap: 2em;
	grid-template-columns: minmax(0, 1.1fr) minmax(18em, 0.9fr);
	text-align: left;
}

.ojo-preview-panel {
	padding: 1.5em;
}

.ojo-preview-panel .ojo-stat-grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ojo-preview-panel .ojo-stat-card {
	background: rgba(5, 8, 22, 0.46);
}

.ojo-visible {
	opacity: 1;
	transform: translateY(0);
}

.js-enabled .ojo-card,
.js-enabled .ojo-ethics-card,
.js-enabled .ojo-dashboard {
	opacity: 0;
	transform: translateY(20px);
	transition: opacity 420ms ease, transform 420ms ease;
}

.js-enabled .ojo-visible {
	opacity: 1;
	transform: translateY(0);
}

.ojo-dashboard.is-updating .ojo-live-dot {
	animation: ojoPulse 900ms ease;
}

@keyframes ojoPulse {
	0% {
		transform: scale(1);
	}

	50% {
		transform: scale(1.55);
	}

	100% {
		transform: scale(1);
	}
}

@media screen and (max-width: 1280px) {
	#banner .content {
		max-width: 95%;
	}

	#nav > ul > li {
		margin-left: 0.2em;
	}

	#nav > ul > li > a,
	#nav > ul > li > span {
		padding: 0 0.45em;
		font-size: 0.9em;
	}

	#nav > ul > li > a.button {
		padding-left: 0.85em;
		padding-right: 0.85em;
	}
}

@media screen and (max-width: 980px) {
	#titleBar .title .brand-logo {
		max-height: 1.95em;
		max-width: 145px;
	}

	.page-hero.spotlight {
		min-height: 30em;
		padding: 7em 2em 5em 2em;
	}

	.services-grid,
	.process-grid,
	.feature-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.service-detail-layout,
	.contact-grid,
	.skills-layout,
	.legal-docs {
		grid-template-columns: 1fr;
	}

	.legal-nav {
		position: relative;
		top: auto;
	}

	.legal-nav {
		display: flex;
		flex-wrap: wrap;
		gap: 0.65em;
	}

	.legal-nav:before {
		flex: 0 0 100%;
		margin-bottom: 0;
	}

	.legal-nav a {
		background: rgba(255, 255, 255, 0.04);
		border: solid 1px rgba(255, 255, 255, 0.08);
		border-radius: 999px;
		flex: 1 1 auto;
		padding: 0.65em 0.85em;
	}

	#banner .content {
		flex-direction: column-reverse;
		gap: 2em;
		margin-right: 0;
		max-width: 95%;
		padding: 8em 2em 6em 2em;
		text-align: center;
		width: auto;
	}

	#banner .content header {
		display: block;
		margin: 0 auto 2em auto;
		max-width: 42em;
		text-align: center;
		width: auto;
	}

	#banner .content header h1,
	#banner .content header h2,
	#banner .content header p {
		margin-left: auto;
		margin-right: auto;
	}

	.hero-main-actions,
	.hero-service-chips {
		justify-content: center;
	}

	#banner .content .image {
		display: block;
		height: 13em;
		margin: 0 auto;
		width: 13em;
	}
}

@media screen and (max-width: 736px) {
	.page-hero.spotlight {
		min-height: calc(100vh - 44px);
		padding: 5em 0.95em 4em 0.95em;
		width: 100%;
	}

	.page-hero.page-hero-compact {
		min-height: 24em;
		padding-bottom: 3.25em;
		padding-top: 5em;
	}

	.page-hero-content {
		max-width: 100%;
		width: 100%;
	}

	.page-title {
		font-size: 1.55em;
		line-height: 1.2em;
		max-width: 18rem;
	}

	.page-subtitle,
	.section-intro {
		font-size: 0.95em;
		line-height: 1.55em;
		max-width: 18rem;
	}

	.hero-actions,
	.framework-stack,
	.skill-chip-list {
		align-items: stretch;
		flex-direction: column;
	}

	.hero-actions {
		margin-left: auto;
		margin-right: auto;
		max-width: 18rem;
		width: 100%;
	}

	.hero-actions .button,
	.contact-cta-section .button {
		box-sizing: border-box;
		line-height: 1.35em;
		min-height: 3.45em;
		min-width: 0;
		padding: 0.85em 1.2em;
		width: 100%;
	}

	.services-grid,
	.process-grid,
	.feature-grid {
		grid-template-columns: 1fr;
	}

	.contact-form .form-row {
		grid-template-columns: 1fr;
	}

	.service-card,
	.process-card,
	.story-panel,
	.page-card,
	.legal-card,
	.contact-form,
	.contact-panel,
	.skills-panel,
	.cta-panel {
		padding: 1.5em;
	}

	.legal-nav {
		border-radius: 8px;
		display: block;
		overflow: hidden;
	}

	.legal-nav a {
		border-left: 0;
		border-radius: 0;
		border-right: 0;
		border-top: 0;
		padding: 0.8em 0;
	}

	.legal-nav a i {
		display: none;
	}

	.legal-document h2 {
		font-size: 1.28em;
	}

	.legal-document h3 {
		font-size: 0.98em;
	}

	.legal-page-section.wrapper {
		padding-left: 0;
		padding-right: 0;
	}

	.legal-page-section > .container {
		box-sizing: border-box;
		max-width: calc(100% - 3em);
		width: calc(100% - 3em) !important;
	}

	.legal-docs {
		justify-items: center;
	}

	.legal-nav,
	.legal-content-stack {
		justify-self: start;
		max-width: 18.5rem;
		width: 18.5rem;
	}

	.floating-whatsapp {
		bottom: 0.85em;
		right: 0.85em;
	}

	#banner .content {
		gap: 1.35em;
		max-width: 92%;
		padding: 4.8em 1em 4.5em 1em;
	}

	#banner .content header {
		max-width: 18rem;
		margin-bottom: 0;
	}

	#banner .content header h1,
	#banner .content header h2 {
		font-size: 1.35em;
		line-height: 1.2em;
		margin-left: auto;
		margin-right: auto;
		max-width: 18rem;
	}

	#banner .content .hero-kicker {
		font-size: 0.68em;
		margin-bottom: 0.85em;
	}

	#banner .content header p {
		font-size: 0.86em;
		line-height: 1.55em;
		margin-left: auto;
		margin-right: auto;
		max-width: 18rem;
	}

	#banner .content .hero-lead {
		margin-bottom: 1.35em;
	}

	.hero-main-actions {
		align-items: stretch;
		flex-direction: column;
		margin-left: auto;
		margin-right: auto;
		max-width: 18rem;
		width: 100%;
	}

	.hero-main-actions .button {
		box-sizing: border-box;
		width: 100%;
	}

	#banner .content .image {
		height: 8.25em;
		width: 8.25em;
	}

	#four footer.major .actions li,
	#servicios footer.major .actions li {
		display: block;
		margin: 1em 0 0 0;
	}
}

@media screen and (max-width: 980px) {
	.ojo-module-grid,
	.ojo-ethics-grid,
	.ojo-tech-grid,
	.ojo-info-grid,
	.ojo-architecture-grid,
	.ojo-schema-grid,
	.ojo-roadmap-grid,
	.ojo-dashboard .ojo-stat-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ojo-api-layout {
		grid-template-columns: 1fr;
	}

	.ojo-preview-layout {
		grid-template-columns: 1fr;
		text-align: center;
	}
}

@media screen and (max-width: 736px) {
	.ojo-hero-copy {
		font-size: 0.92em;
		line-height: 1.55em;
		margin-left: auto;
		margin-right: auto;
		max-width: 18rem;
	}

	.ojo-hero-logo {
		border-radius: 14px;
		margin-bottom: 1em;
		max-width: 11.5em;
		padding: 0.35em;
	}

	.ojo-hero-logo img {
		border-radius: 11px;
	}

	.ojo-module-grid,
	.ojo-ethics-grid,
	.ojo-tech-grid,
	.ojo-info-grid,
	.ojo-architecture-grid,
	.ojo-schema-grid,
	.ojo-roadmap-grid,
	.ojo-dashboard .ojo-stat-grid,
	.ojo-preview-panel .ojo-stat-grid {
		grid-template-columns: 1fr;
	}

	.ojo-dashboard {
		padding: 1em;
	}

	.ojo-dashboard-header {
		align-items: flex-start;
		flex-direction: column;
		gap: 0.9em;
	}

	.ojo-card,
	.ojo-ethics-card,
	.ojo-info-card,
	.ojo-architecture-card,
	.ojo-schema-card,
	.ojo-roadmap-card,
	.ojo-stat-card,
	.ojo-preview-panel,
	.ojo-code-card,
	.ojo-legal-warning,
	.ojo-boundary-note {
		padding: 1.2em;
	}

	.ojo-flow-list li {
		padding-left: 1.2em;
		padding-top: 4em;
	}

	.ojo-flow-list li:before {
		left: 1.2em;
		top: 1.1em;
	}
}

/* SEO commercial architecture additions */
.service-anchor-card {
	color: inherit;
	display: block;
	height: 100%;
	text-decoration: none;
}

.service-card .text-link,
.page-card .text-link,
.story-panel .text-link {
	display: inline-flex;
	margin-top: 0.35em;
}

.service-meta-list,
.related-links,
.resource-links {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75em;
	justify-content: center;
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}

.service-meta-list li,
.related-links a,
.resource-links a {
	background: rgba(255, 255, 255, 0.06);
	border: solid 1px rgba(214, 169, 74, 0.18);
	border-radius: 999px;
	color: rgba(255, 255, 255, 0.82);
	display: inline-flex;
	line-height: 1.35em;
	padding: 0.55em 0.9em;
	text-decoration: none;
}

.related-links a:hover,
.resource-links a:hover {
	border-color: rgba(241, 207, 114, 0.48);
}

.faq-list {
	display: grid;
	gap: 1em;
	text-align: left;
}

.faq-item {
	background: rgba(39, 40, 51, 0.94);
	border: solid 1px rgba(255, 255, 255, 0.12);
	border-radius: 6px;
	box-shadow: 0 1.25em 3em rgba(0, 0, 0, 0.14);
	overflow: hidden;
}

.faq-item summary {
	color: #ffffff;
	cursor: pointer;
	font-weight: 600;
	line-height: 1.45em;
	list-style: none;
	padding: 1.1em 1.25em;
}

.faq-item summary::-webkit-details-marker {
	display: none;
}

.faq-item summary:after {
	color: var(--itsa-gold);
	content: '+';
	float: right;
	font-size: 1.25em;
	margin-left: 1em;
}

.faq-item[open] summary:after {
	content: '-';
}

.faq-item p {
	border-top: solid 1px rgba(255, 255, 255, 0.08);
	margin: 0;
	padding: 1em 1.25em 1.2em 1.25em;
}

.location-note {
	background: linear-gradient(135deg, rgba(214, 169, 74, 0.14), rgba(39, 40, 51, 0.94));
	border-color: rgba(214, 169, 74, 0.32);
	text-align: left;
}

.resource-meta {
	color: var(--itsa-gold);
	display: block;
	font-size: 0.86em;
	font-weight: 600;
	margin-bottom: 0.55em;
	text-transform: uppercase;
}

.article-content {
	margin-left: auto;
	margin-right: auto;
	max-width: 62em;
	text-align: left;
}

.article-content h2 {
	color: #ffffff;
	font-size: 1.55em;
	line-height: 1.25em;
	margin-top: 1.6em;
}

.article-content h3 {
	color: var(--itsa-gold-light);
	font-size: 1.05em;
	line-height: 1.35em;
	margin-top: 1.2em;
}

.article-content p,
.article-content li {
	line-height: 1.75em;
}

@media screen and (max-width: 736px) {
	.service-meta-list,
	.related-links,
	.resource-links {
		align-items: stretch;
		flex-direction: column;
	}

	.related-links a,
	.resource-links a {
		justify-content: center;
		text-align: center;
	}
}

/* Ojo Digital SaaS commercial landing additions */
#banner.saas-home-hero .content header {
	width: min(54em, 62%);
}

#banner.saas-home-hero .content header h1 {
	max-width: 15.5em;
}

#banner.saas-home-hero .content .hero-lead {
	max-width: 42em;
}

.saas-feature-grid,
.saas-plan-grid,
.client-chip-grid,
.comparison-grid {
	display: grid;
	gap: 1.35em;
}

.saas-feature-grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.saas-plan-grid {
	align-items: stretch;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	text-align: left;
}

.client-chip-grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.comparison-grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.saas-mini-card,
.saas-plan-card,
.comparison-card {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.035));
	border: solid 1px rgba(0, 212, 255, 0.18);
	border-radius: 8px;
	box-shadow: 0 1.2em 3em rgba(0, 0, 0, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.06);
	box-sizing: border-box;
	min-width: 0;
}

.saas-mini-card {
	padding: 1.45em;
	text-align: center;
}

.saas-mini-card i {
	align-items: center;
	background: rgba(16, 24, 39, 0.92);
	border: solid 1px rgba(22, 242, 165, 0.24);
	border-radius: 100%;
	color: #16f2a5;
	display: inline-flex;
	font-size: 1.45em;
	height: 3em;
	justify-content: center;
	margin-bottom: 0.9em;
	width: 3em;
}

.saas-mini-card h3,
.saas-plan-card h3,
.comparison-card h3 {
	color: #ffffff;
	margin-bottom: 0.5em;
}

.saas-mini-card p,
.saas-plan-card p {
	margin-bottom: 0;
}

.saas-plan-card {
	display: flex;
	flex-direction: column;
	padding: 1.6em;
	position: relative;
}

.saas-plan-card.is-featured {
	border-color: rgba(22, 242, 165, 0.42);
	box-shadow: 0 1.35em 3.4em rgba(0, 0, 0, 0.28), 0 0 1.8em rgba(22, 242, 165, 0.12);
	transform: translateY(-0.35em);
}

.saas-plan-card .check-list {
	margin-bottom: 1.35em;
	margin-top: 1.1em;
}

.saas-plan-card .button {
	align-items: center;
	display: inline-flex;
	height: auto;
	justify-content: center;
	line-height: 1.25em;
	margin-top: auto;
	min-height: 3.35em;
	padding: 0.9em 1.1em;
	text-align: center;
	white-space: normal;
	width: 100%;
}

.plan-label {
	color: #16f2a5;
	display: inline-block;
	font-size: 0.84em;
	font-weight: 700;
	letter-spacing: 0.04em;
	margin-bottom: 0.75em;
	text-transform: uppercase;
}

.client-chip-grid span {
	background: rgba(255, 255, 255, 0.06);
	border: solid 1px rgba(0, 212, 255, 0.18);
	border-radius: 999px;
	color: rgba(255, 255, 255, 0.86);
	display: flex;
	justify-content: center;
	line-height: 1.35em;
	padding: 0.8em 1em;
	text-align: center;
}

.comparison-card {
	padding: 1.65em;
}

.comparison-card.with {
	border-color: rgba(22, 242, 165, 0.38);
}

.comparison-card.with h3 {
	color: #16f2a5;
}

.comparison-card.with .check-list li:before {
	background: #16f2a5;
}

.comparison-card.without {
	border-color: rgba(241, 207, 114, 0.32);
}

.comparison-card.without h3 {
	color: #f1cf72;
}

.saas-dashboard-preview .ojo-dashboard-header {
	margin-bottom: 1.25em;
}

.saas-dashboard-preview .ojo-stat-card {
	background: rgba(5, 8, 22, 0.46);
}

@media screen and (max-width: 1280px) {
	.saas-feature-grid,
	.saas-plan-grid,
	.client-chip-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media screen and (max-width: 980px) {
	#banner.saas-home-hero .content header {
		width: auto;
	}

	.saas-plan-card.is-featured {
		transform: none;
	}
}

@media screen and (max-width: 736px) {
	.saas-feature-grid,
	.saas-plan-grid,
	.client-chip-grid,
	.comparison-grid {
		grid-template-columns: 1fr;
	}

	.saas-mini-card,
	.saas-plan-card,
	.comparison-card {
		padding: 1.2em;
	}

	.client-chip-grid span {
		border-radius: 8px;
	}
}


