:root {
	--hc-primary: #1e88e5;
	--hc-primary-strong: #1662a8;
	--hc-accent: #48c9b0;
	--hc-surface: #0f172a;
	--hc-surface-soft: #111827;
	--hc-border: #1f2937;
	--hc-card: #0f172a;
	--hc-text: #e5e7eb;
	--hc-text-muted: #c5c9d2;
	--hc-bg: #0b1020;
	--hc-white: #ffffff;
	--hc-radius: 14px;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

body {
	margin: 0;
	font-family: "Manrope", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
	color: var(--hc-text);
	background:
		radial-gradient(circle at 18% 20%, rgba(72, 201, 176, 0.12), transparent 30%),
		radial-gradient(circle at 82% 8%, rgba(30, 136, 229, 0.18), transparent 32%),
		radial-gradient(circle at 50% 85%, rgba(30, 136, 229, 0.08), transparent 35%),
		var(--hc-bg);
	line-height: 1.6;
	overflow-x: hidden;
}

a {
	color: inherit;
	text-decoration: none;
}

a:hover,
a:focus {
	color: var(--hc-primary);
}

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

.container {
	width: min(1200px, 90vw);
	margin: 0 auto;
}

.section {
	padding: 72px 0;
	position: relative;
}

.section--narrow {
	padding: 56px 0;
}

.section--wide {
	padding: 48px 0;
}

.section--grid {
	padding-bottom: 96px;
}

.section--highlight {
	background: linear-gradient(135deg, rgba(30, 136, 229, 0.12), rgba(15, 23, 42, 0.9));
	border-block: 1px solid rgba(255, 255, 255, 0.04);
	overflow: hidden;
}

.section--steps {
	background: rgba(255, 255, 255, 0.015);
	border-top: 1px solid rgba(255, 255, 255, 0.04);
}

.section--cta {
	border-top: 1px solid rgba(255, 255, 255, 0.04);
}

.site-content {
	display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: var(--hc-white);
	margin: 0 0 12px;
	line-height: 1.2;
}

p {
	margin: 0 0 16px;
	color: var(--hc-text);
}

.lead {
	font-size: 1.1rem;
	color: var(--hc-text-muted);
}

.eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	text-transform: uppercase;
	letter-spacing: 0.12em;
	font-size: 0.78rem;
	color: var(--hc-accent);
	font-weight: 700;
	margin-bottom: 12px;
}

.muted {
	color: var(--hc-text-muted);
	margin: 0 0 16px;
}

.button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 12px 18px;
	border-radius: 999px;
	border: 1px solid transparent;
	font-weight: 700;
	transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease;
	cursor: pointer;
}

.button--primary {
	background: linear-gradient(135deg, var(--hc-primary), var(--hc-accent));
	color: var(--hc-white);
	box-shadow: 0 14px 40px rgba(30, 136, 229, 0.25);
}

.button--primary:hover {
	transform: translateY(-1px);
	box-shadow: 0 18px 50px rgba(30, 136, 229, 0.35);
}

.button--ghost {
	border-color: rgba(255, 255, 255, 0.18);
	color: var(--hc-white);
	background: rgba(255, 255, 255, 0.04);
}

.button--ghost:hover {
	border-color: var(--hc-primary);
}

.text-link {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	color: var(--hc-primary);
	font-weight: 700;
}

.pill-list {
	list-style: none;
	padding: 0;
	margin: 16px 0 0;
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.pill-list li {
	padding: 8px 12px;
	border-radius: 999px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	color: var(--hc-text-muted);
	background: rgba(255, 255, 255, 0.02);
}

.hero {
	padding: 96px 0 72px;
	position: relative;
}

.hero__bg {
	position: absolute;
	inset: 0;
	pointer-events: none;
	overflow: hidden;
}

.orb {
	position: absolute;
	border-radius: 999px;
	filter: blur(44px);
	opacity: 0.28;
	animation: float 14s ease-in-out infinite;
}

.orb--primary {
	width: 320px;
	height: 320px;
	background: var(--hc-primary);
	top: -60px;
	left: 10%;
}

.orb--accent {
	width: 260px;
	height: 260px;
	background: var(--hc-accent);
	right: 12%;
	top: 30%;
	animation-delay: 2s;
}

.orb--bottom {
	width: 380px;
	height: 380px;
	background: var(--hc-primary-strong);
	left: 22%;
	bottom: -120px;
	animation-delay: 4s;
}

.hero__grid {
	display: grid;
	gap: 32px;
	align-items: center;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.hero__copy h1 {
	font-size: clamp(2rem, 4vw, 2.8rem);
}

.hero__visual {
	justify-self: end;
	max-width: 520px;
}

.hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin: 20px 0 8px;
}

.section__header {
	margin-bottom: 32px;
}

.feature-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
	gap: 18px;
}

.card {
	background: linear-gradient(145deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02));
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: var(--hc-radius);
	padding: 18px;
	box-shadow: 0 20px 55px rgba(0, 0, 0, 0.32);
	display: grid;
	gap: 14px;
	backdrop-filter: blur(12px);
}

.card__media {
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.04);
}

.card__link {
	display: grid;
	gap: 12px;
	color: inherit;
}

.card__body {
	display: grid;
	gap: 10px;
}

.card--post {
	text-decoration: none;
}

.highlight__grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 32px;
	align-items: center;
}

.check-list {
	list-style: none;
	padding: 0;
	margin: 16px 0 20px;
	display: grid;
	gap: 10px;
	color: var(--hc-text-muted);
}

.check-list li::before {
	content: "✓";
	color: var(--hc-accent);
	margin-right: 8px;
	font-weight: 700;
}

.steps {
	display: grid;
	gap: 18px;
	list-style: none;
	padding: 0;
}

.steps li {
	background: rgba(255, 255, 255, 0.02);
	border: 1px solid rgba(255, 255, 255, 0.06);
	border-radius: var(--hc-radius);
	padding: 18px;
}

.cta {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
	gap: 22px;
	align-items: center;
}

.cta__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	justify-content: flex-end;
}

.site-header {
	position: sticky;
	top: 0;
	width: 100%;
	z-index: 50;
	background: rgba(12, 16, 32, 0.78);
	backdrop-filter: blur(8px);
	border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.site-header__inner {
	display: grid;
	grid-template-columns: auto 1fr auto;
	align-items: center;
	gap: 18px;
	padding: 14px 0;
}

.brand {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	font-weight: 800;
	color: var(--hc-white);
}

.brand__mark {
	width: 38px;
	height: 38px;
	border-radius: 12px;
	display: grid;
	place-items: center;
	background: linear-gradient(135deg, var(--hc-primary), var(--hc-accent));
	color: #0b1020;
	font-weight: 900;
}

.brand__text {
	letter-spacing: 0.02em;
}

.nav-toggle {
	display: none;
	align-items: center;
	gap: 8px;
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(255, 255, 255, 0.12);
	color: var(--hc-white);
	padding: 10px 14px;
	border-radius: 10px;
	cursor: pointer;
}

.nav-toggle__icon,
.nav-toggle__icon::before,
.nav-toggle__icon::after {
	display: block;
	width: 18px;
	height: 2px;
	background: var(--hc-white);
	content: "";
	border-radius: 99px;
	position: relative;
}

.nav-toggle__icon::before {
	position: absolute;
	top: -6px;
}

.nav-toggle__icon::after {
	position: absolute;
	top: 6px;
}

.site-nav {
	justify-self: center;
}

.menu {
	list-style: none;
	display: flex;
	gap: 16px;
	padding: 0;
	margin: 0;
}

.menu a {
	padding: 8px 10px;
	border-radius: 12px;
	color: var(--hc-text-muted);
	font-weight: 600;
}

.menu a:hover,
.menu a:focus {
	color: var(--hc-white);
	background: rgba(255, 255, 255, 0.04);
}

.site-footer {
	padding: 56px 0 28px;
	background: rgba(12, 16, 32, 0.9);
	border-top: 1px solid rgba(255, 255, 255, 0.06);
	margin-top: 42px;
}

.site-footer__grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 24px;
}

.footer-title {
	font-size: 1rem;
	margin-bottom: 10px;
}

.menu--footer {
	flex-direction: column;
	align-items: flex-start;
}

.site-footer__bottom {
	margin-top: 26px;
	padding-top: 12px;
	border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.post-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	color: var(--hc-text-muted);
}

.post-feed {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
	gap: 16px;
}

.pagination {
	margin-top: 24px;
}

.pagination .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 36px;
	height: 36px;
	margin: 0 4px;
	border-radius: 10px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	color: var(--hc-text);
}

.pagination .current {
	background: var(--hc-primary);
	border-color: var(--hc-primary);
	color: #0b1020;
}

.screen-reader-text {
	position: absolute;
	height: 1px;
	width: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
}

@media (max-width: 900px) {
	.site-header__inner {
		grid-template-columns: 1fr auto;
		grid-template-areas:
			"brand nav-toggle"
			"nav nav";
	}

	.brand {
		grid-area: brand;
	}

	.nav-toggle {
		grid-area: nav-toggle;
		display: inline-flex;
	}

	.site-nav {
		grid-area: nav;
		display: none;
		width: 100%;
	}

.site-nav--open {
	display: block;
	}

	.menu {
		flex-direction: column;
		align-items: flex-start;
		padding: 12px 0;
	}

	.hero {
		padding-top: 72px;
	}
}

/* HyperControl Licenses shortcode */
body .hcl-wrap {
	margin-top: 20px;
	background: var(--hc-card);
	border: 1px solid var(--hc-border);
	border-radius: var(--hc-radius);
	box-shadow: 0 16px 40px rgba(0, 0, 0, 0.28);
	overflow: hidden;
}

body .hcl-wrap .hcl-table {
	width: 100%;
	border-collapse: collapse;
	background: transparent !important;
	color: var(--hc-text);
}

body .hcl-wrap .hcl-table th,
body .hcl-wrap .hcl-table td {
	padding: 12px 14px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

body .hcl-wrap .hcl-table th {
	background: rgba(255, 255, 255, 0.04) !important;
	text-align: left;
	font-weight: 700;
	color: var(--hc-white);
}

body .hcl-wrap .hcl-table tr:hover td {
	background: rgba(255, 255, 255, 0.02);
}

body .hcl-inline-form {
	display: flex;
	align-items: center;
	gap: 10px;
}

body .hcl-inline-form .hcl-input,
body .hcl-inline-form input[type="text"] {
	min-width: 200px;
	padding: 10px 12px;
	border-radius: 12px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	background: rgba(255, 255, 255, 0.04);
	color: var(--hc-white);
}

body .hcl-inline-form .hcl-input:focus {
	outline: 2px solid var(--hc-primary);
}

body .hcl-toggle {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-weight: 600;
	color: var(--hc-text);
}

body .hcl-pill {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 6px 10px;
	border-radius: 999px;
	font-size: 12px;
	font-weight: 700;
	border: 1px solid transparent;
}

body .hcl-pill-ok {
	background: rgba(72, 201, 176, 0.15) !important;
	color: #aef0e4 !important;
	border-color: rgba(72, 201, 176, 0.4) !important;
}

body .hcl-pill-warn {
	background: rgba(255, 160, 122, 0.12) !important;
	color: #ffd9c5 !important;
	border-color: rgba(255, 160, 122, 0.4) !important;
}

body .hcl-table .button-primary,
body .hcl-table .button,
body .hcl-copy {
	border-radius: 12px;
	border: 1px solid rgba(255, 255, 255, 0.16);
	background: linear-gradient(135deg, var(--hc-primary), var(--hc-accent));
	color: #0b1020;
	font-weight: 800;
	box-shadow: 0 12px 30px rgba(30, 136, 229, 0.35);
}

body .hcl-copy {
	background: rgba(255, 255, 255, 0.08);
	color: var(--hc-white);
	border-color: rgba(255, 255, 255, 0.16);
	box-shadow: none;
}

body .hcl-sub {
	color: var(--hc-text-muted);
}

@media (max-width: 760px) {
	body .hcl-wrap {
		overflow-x: auto;
	}

	body .hcl-table {
		min-width: 640px;
	}
}

/* Extras para landing */
.stats {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
	gap: 12px;
	margin-top: 18px;
}

.stat {
	background: rgba(255, 255, 255, 0.02);
	border: 1px solid rgba(255, 255, 255, 0.06);
	border-radius: var(--hc-radius);
	padding: 14px;
}

.stat__value {
	display: block;
	font-size: 1.4rem;
	font-weight: 800;
	color: var(--hc-white);
}

.stat__label {
	color: var(--hc-text-muted);
	font-size: 0.95rem;
}

.badge {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 6px 12px;
	border-radius: 999px;
	background: linear-gradient(135deg, var(--hc-primary), var(--hc-accent));
	color: #0b1020;
	font-weight: 800;
	font-size: 0.85rem;
}

.badge--ghost {
	background: rgba(255, 255, 255, 0.08);
	color: var(--hc-white);
	border: 1px solid rgba(255, 255, 255, 0.12);
}

.cases-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
	gap: 16px;
}

.case-card {
	border-radius: var(--hc-radius);
	border: 1px solid rgba(255, 255, 255, 0.08);
	background: rgba(255, 255, 255, 0.02);
	padding: 18px;
	box-shadow: 0 16px 40px rgba(0, 0, 0, 0.22);
}

.timeline {
	list-style: none;
	padding: 0;
	margin: 0 0 20px;
	display: grid;
	gap: 16px;
}

.timeline li {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 12px;
	align-items: center;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: var(--hc-radius);
	padding: 14px;
	background: rgba(255, 255, 255, 0.05);
	backdrop-filter: blur(12px);
}

.pricing-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
	gap: 16px;
}

.price-card {
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: var(--hc-radius);
	padding: 18px;
	background: linear-gradient(150deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));
	box-shadow: 0 16px 44px rgba(0, 0, 0, 0.32);
	display: grid;
	gap: 14px;
	backdrop-filter: blur(10px);
	position: relative;
	overflow: hidden;
}

.price-card--featured {
	border-color: var(--hc-primary);
	box-shadow: 0 24px 60px rgba(30, 136, 229, 0.38);
}

.price-card__head h3 {
	margin: 6px 0;
}

.button--full {
	width: 100%;
	text-align: center;
}

.faq {
	display: grid;
	gap: 10px;
}

.faq details {
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: var(--hc-radius);
	padding: 12px 14px;
	background: rgba(255, 255, 255, 0.04);
	backdrop-filter: blur(10px);
}

.faq summary {
	cursor: pointer;
	font-weight: 700;
	color: var(--hc-white);
	display: flex;
	align-items: center;
	gap: 8px;
}

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

.faq p {
	margin: 10px 0 0;
}

.tilt {
	position: relative;
}

.tilt::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(120deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0));
	opacity: 0;
	transition: opacity 0.3s ease;
}

.tilt:hover::after {
	opacity: 1;
}

.glow {
	position: relative;
}

.glow::before {
	content: "";
	position: absolute;
	inset: -1px;
	border-radius: inherit;
	background: radial-gradient(circle at 20% 20%, rgba(72, 201, 176, 0.32), transparent 40%),
		radial-gradient(circle at 80% 0%, rgba(30, 136, 229, 0.38), transparent 45%);
	filter: blur(18px);
	z-index: 0;
}

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

.shimmer {
	position: relative;
	overflow: hidden;
}

.shimmer::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(115deg, transparent 20%, rgba(255, 255, 255, 0.22) 50%, transparent 80%);
	transform: translateX(-120%);
	animation: shimmer 12s infinite ease-in-out;
}

@keyframes float {
	0% { transform: translate3d(0, 0, 0) scale(1); }
	50% { transform: translate3d(0, -14px, 0) scale(1.02); }
	100% { transform: translate3d(0, 0, 0) scale(1); }
}

@keyframes shimmer {
	0% { transform: translateX(-120%); }
	50% { transform: translateX(120%); }
	100% { transform: translateX(120%); }
}
