/* ====================== SCROLL UP ====================== */
.scrollup {
    width: 45px;
    height: 45px;
    text-align: center;
    color: #fff;
    font-size: 24px;
    background: #1C84C6;
    position: fixed;
    bottom: 30px;
    right: 30px;
    border-radius: 50%;
    transition: all 0.3s;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
    z-index: 999;
    display: flex;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    align-items: center;
    justify-content: center;
}

.scrollup:hover {
    background: #0f6aa8;
    transform: scale(1.1);
}


.scrollup.is-visible {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

/* Reduce coste de renderizado de bloques fuera de pantalla. */
@supports (content-visibility: auto) {
    .gt-section {
        content-visibility: auto;
        contain-intrinsic-size: 760px;
    }
    #demo-online {
        contain-intrinsic-size: 420px;
    }
}

.gt-screens-card picture,
.solcli20-screen picture,
.gt-hero-image picture {
    display: block;
}
/* ====================== ESTILOS GENERALES ÚTILES ====================== */
img {
    max-width: 100%;
    height: auto;
}

a, a:hover, a:focus {
    text-decoration: none;
}

/* Por si acaso usas botones antiguos en algún sitio */
.btn-primary {
    padding: 12px 24px;
}

/* ====================== ICONO CHECK ====================== */
.icon-check {
	width: 16px;
	height: 16px;
	fill: #1C84C6;
	vertical-align: middle;
	margin-right: 6px;
}

/* ====================== GENERAL ====================== */
body {
	font-family: Lato, Arial, sans-serif;
	background: #f4f7fb;
	color: #1f2937;
}

a, a:hover, a:focus {
	text-decoration: none;
}

/* ====================== NAVBAR ====================== */
.gt-navbar {
	background: rgba(15,36,56,.96);
	border: 0;
	box-shadow: 0 2px 16px rgba(0,0,0,.08);
	padding: 10px 0;
}
.gt-navbar .navbar-brand {
	height: auto;
	padding: 5px 15px;
}
.gt-navbar .navbar-brand img {
	max-height: 54px;
}
.gt-navbar-info {
	font-size: 12px;
	line-height: 1.4;
	color: #dbeafe;
	margin-top: 8px;
}

/* ====================== HERO ====================== */
.gt-hero {
	position: relative;
	min-height: 650px;
	padding: 130px 0 80px;
	background: radial-gradient(circle at 20% 20%, rgba(80,202,252,.22), transparent 30%),
				linear-gradient(135deg, #0f2438 0%, #1C3D5A 48%, #1C84C6 100%);
	color: #fff;
	overflow: hidden;
}
.gt-hero::before {
	content: '';
	position: absolute;
	top: -220px;
	right: -220px;
	width: 520px;
	height: 520px;
	background: rgba(80,202,252,.08);
	border-radius: 50%;
}
.gt-hero-content {
	padding-top: 35px;
}
.gt-badge {
	display: inline-block;
	padding: 7px 14px;
	border-radius: 50px;
	background: rgba(255,255,255,.14);
	border: 1px solid rgba(255,255,255,.25);
	color: #dff6ff;
	font-size: 13px;
	margin-bottom: 20px;
}
.gt-hero h1 {
	font-size: 58px;
	line-height: 1.05;
	font-weight: 800;
	margin: 0 0 20px;
	color: #fff;
}
.gt-hero h1 span {
	font-weight: 900;
	background: linear-gradient(135deg, #d58b3f 0%, #f0a34b 45%, #ffd08a 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-shadow: 0 2px 12px rgba(240,163,75,.18);
}
.gt-hero p {
	font-size: 19px;
	line-height: 1.7;
	color: #e5f6ff;
	margin-bottom: 28px;
}
.gt-subinfo {
	font-size: 17px;
	line-height: 1.65;
	color: #c5e6ff;
}

/* ====================== BOTONES ====================== */
.gt-actions {
	margin: 30px 0;
}
.gt-btn-main {
	background: #50CAFC;
	border: 0;
	color: #0f2438 !important;
	font-weight: 800;
	padding: 14px 30px;
	border-radius: 10px;
	margin-right: 10px;
	box-shadow: 0 10px 25px rgba(80,202,252,.30);
	transition: all .18s ease-in-out;
}
.gt-btn-main:hover {
	background: #ffffff;
	transform: translateY(-2px);
}
.gt-btn-secondary {
	background: transparent;
	border: 1px solid rgba(255,255,255,.55);
	color: #fff !important;
	font-weight: 700;
	padding: 13px 26px;
	border-radius: 10px;
	transition: all .18s ease-in-out;
}
.gt-btn-secondary:hover {
	background: rgba(255,255,255,.12);
	transform: translateY(-2px);
}

/* ====================== DASHBOARD MOCKUP ====================== */
.gt-dashboard-card {
	background: rgba(255,255,255,.12);
	border: 1px solid rgba(255,255,255,.10);
	border-radius: 22px;
	box-shadow: 0 25px 60px rgba(0,0,0,.28);
	padding: 18px;
	margin-top: 25px;
	transform: rotate(-1deg);
}
.gt-browser-bar {
	height: 34px;
	background: #eef2f7;
	border-radius: 12px 12px 0 0;
	padding: 11px;
}
.gt-dot {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #cbd5e1;
	margin-right: 5px;
}
.gt-dashboard-inner {
	background: #f8fafc;
	padding: 20px;
	border-radius: 0 0 14px 14px;
}
.gt-mini-widget {
	padding: 18px;
	border-radius: 14px;
	color: #fff;
	margin-bottom: 14px;
	box-shadow: 0 8px 18px rgba(0,0,0,.12);
	text-align: center;
}
.gt-mini-widget h3 {
	margin: 5px 0 0;
	font-weight: 800;
	font-size: 26px;
}
.gt-mini-widget small {
	display: block;
	font-size: 13px;
	opacity: .92;
}
.gt-navy  { background: linear-gradient(135deg, #1C3D5A, #264d73); }
.gt-blue  { background: linear-gradient(135deg, #1C84C6, #3da5e6); }
.gt-red   { background: linear-gradient(135deg, #ED5565, #ff7b89); }

.gt-hero-image {
	margin-top: 30px;
	text-align: center;
}
.gt-hero-image img {
	max-width: 88%;
	border-radius: 18px;
	border: 1px solid rgba(255,255,255,.08);
	box-shadow: 0 25px 60px rgba(0,0,0,.35);
	transition: all .25s ease-in-out;
}
.gt-hero-image img:hover {
	transform: translateY(-4px) scale(1.01);
}

/* ====================== SECCIONES ====================== */
.gt-section {
	padding: 90px 0;
}
.gt-section-white {
	background: #fff;
}
.gt-section-title {
	text-align: center;
	margin-bottom: 55px;
}
.gt-section-title h2 {
	font-size: 38px;
	font-weight: 800;
	color: #1C3D5A;
	margin-bottom: 12px;
}
.gt-section-title p {
	font-size: 17px;
	color: #6b7280;
}

/* ====================== CARDS ====================== */
.gt-feature-card,
.gt-screens-card,
.gt-module-card,
.gt-contact-card {
	transition: all .18s ease-in-out;
}
.gt-feature-card:hover,
.gt-screens-card:hover,
.gt-module-card:hover {
	transform: translateY(-5px);
}

.gt-feature-card {
	background: #fff;
	border-radius: 16px;
	padding: 32px 24px;
	margin-bottom: 30px;
	min-height: 255px;
	box-shadow: 0 6px 20px rgba(0,0,0,.06);
}
.gt-feature-icon {
	width: 62px;
	height: 62px;
	border-radius: 50%;
	background: #e8f6ff;
	color: #1C84C6;
	line-height: 62px;
	font-size: 26px;
	margin: 0 auto 18px;
}
.gt-feature-card h4 {
	font-weight: 800;
	color: #1C3D5A;
	margin-bottom: 12px;
}
.gt-feature-card p {
	color: #6b7280;
	line-height: 1.6;
}

/* ====================== SCREENSHOTS ====================== */
.gt-screens-card {
	background: #fff;
	border-radius: 16px;
	overflow: hidden;
	margin-bottom: 30px;
	box-shadow: 0 6px 20px rgba(0,0,0,.08);
}
.gt-screens-card img {
	width: 100%;
	height: 190px;
	object-fit: cover;
	background: #eef2f7;
}
.gt-screens-card-body {
	padding: 22px;
}
.gt-screens-card-body h4 {
	margin-top: 0;
	font-weight: 800;
	color: #1C3D5A;
}
.gt-screens-card-body p {
	color: #6b7280;
	min-height: 55px;
}

/* ====================== CLOUD ====================== */
.gt-cloud {
	background: linear-gradient(135deg, rgba(28,61,90,.96), rgba(28,132,198,.96)),
				image-set(url('../images/gallery/cartel2.webp') type('image/webp'), url('../images/gallery/cartel2.png') type('image/png')) center center / cover no-repeat;
	color: #fff;
}
.gt-cloud h2, .gt-cloud h3, .gt-cloud p {
	color: #fff;
}
.gt-cloud-box {
	background: rgba(255,255,255,.12);
	border: 1px solid rgba(255,255,255,.18);
	border-radius: 18px;
	padding: 30px;
	margin-top: 20px;
}

/* ====================== MÓDULOS ====================== */
.gt-module-card {
	background: #fff;
	border-radius: 16px;
	padding: 30px 26px;
	box-shadow: 0 6px 20px rgba(0,0,0,.07);
	margin-bottom: 30px;
	border-top: 5px solid #1C84C6;
}
.gt-module-card h3 {
	color: #1C3D5A;
	font-weight: 800;
	margin-top: 0;
}
.gt-module-card ul {
	list-style: none;
	padding: 0;
	margin: 20px 0 0;
}
.gt-module-card li {
	padding: 9px 0;
	border-bottom: 1px solid #eef2f7;
	color: #4b5563;
}
.gt-module-card li:last-child {
	border-bottom: 0;
}
.gt-module-card li i {
	color: #1C84C6;
	margin-right: 8px;
}

/* ====================== CONTACTO ====================== */
.gt-contact-card {
	background: #fff;
	border-radius: 16px;
	padding: 30px;
	box-shadow: 0 6px 20px rgba(0,0,0,.08);
	min-height: 400px;
}
.gt-contact-card h3 {
	color: #1C3D5A;
	font-weight: 800;
	margin-top: 0;
}
.gt-contact-line {
	margin: 16px 0;
	color: #4b5563;
}
.gt-contact-line i {
	width: 24px;
	color: #1C84C6;
}
.gt-map {
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0 6px 20px rgba(0,0,0,.08);
}

/* ====================== FOOTER ====================== */
.gt-footer {
	background: #0f2438;
	color: #dbeafe;
	padding: 40px 0;
}
.gt-footer p {
	margin: 0;
	color: #dbeafe;
}

.scrollup a {
	background: #1C84C6;
	color: #fff;
	width: 45px;
	height: 45px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	font-size: 22px;
}

/* ====================== RESPONSIVE ====================== */
@media (max-width: 991px) {
	.gt-hero {
		padding-top: 120px;
		text-align: center;
	}
	.gt-hero h1 {
		font-size: 42px;
	}
	.gt-dashboard-card {
		margin-top: 40px;
		transform: none;
	}
	.gt-navbar-info {
		display: none;
	}
}

@media (max-width: 480px) {
	.gt-btn-main,
	.gt-btn-secondary {
		display: block;
		margin: 10px 0;
		width: 100%;
	}
	.gt-hero h1 {
		font-size: 34px;
	}
	.gt-section {
		padding: 70px 0;
	}
}

@media (max-width: 768px) {
	.login-wrapper,
	.login-left,
	.login-right,
	.login-box { /* por si usas login en el futuro */
		width: 100%;
		max-width: 100%;
	}
}
/* ====================== SOL-CLI 2.0 - MÓDULOS PREMIUM ====================== */
.gt-solcli20-modulos {
    position: relative;
    background:
        radial-gradient(circle at 15% 10%, rgba(80,202,252,.18), transparent 32%),
        radial-gradient(circle at 85% 20%, rgba(213,139,63,.16), transparent 28%),
        linear-gradient(180deg, #f7fbff 0%, #eef5fb 100%);
    overflow: hidden;
}
.gt-solcli20-modulos::before {
    content: '';
    position: absolute;
    inset: 40px auto auto -140px;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    background: rgba(28,132,198,.12);
}
.gt-solcli20-modulos::after {
    content: '';
    position: absolute;
    right: -120px;
    bottom: -120px;
    width: 340px;
    height: 340px;
    border-radius: 50%;
    background: rgba(15,36,56,.08);
}
.solcli20-title { position: relative; z-index: 2; }
.solcli20-kicker {
    display: inline-block;
    padding: 8px 18px;
    margin-bottom: 14px;
    border-radius: 999px;
    background: linear-gradient(135deg, #1C3D5A, #1C84C6);
    color: #fff;
    font-weight: 900;
    letter-spacing: .8px;
    box-shadow: 0 12px 26px rgba(28,132,198,.24);
}
.solcli20-module-grid { position: relative; z-index: 2; }
.solcli20-module-card {
    min-height: 420px;
    margin-bottom: 32px;
    padding: 18px 18px 24px;
    border-radius: 24px;
    background: rgba(255,255,255,.92);
    border: 1px solid rgba(255,255,255,.9);
    box-shadow: 0 18px 50px rgba(15,36,56,.12);
    overflow: hidden;
    transition: all .28s ease;
}
.solcli20-module-card:hover {
    transform: translateY(-9px);
    box-shadow: 0 28px 70px rgba(15,36,56,.18);
}
.solcli20-monitor {
    position: relative;
    width: 100%;
    padding: 13px 13px 38px;
    margin: 0 auto 18px;
    border-radius: 20px 20px 14px 14px;
    background: linear-gradient(145deg, #0f2438 0%, #1a3248 55%, #071522 100%);
    box-shadow: 0 24px 42px rgba(10,24,38,.30);
    transform: perspective(950px) rotateY(-9deg) rotateX(3deg);
    transform-origin: center;
    transition: all .30s ease;
}
.solcli20-module-card:hover .solcli20-monitor {
    transform: perspective(950px) rotateY(-4deg) rotateX(2deg) translateY(-2px);
}
.solcli20-monitor::before {
    content: '';
    position: absolute;
    left: 10px;
    top: 10px;
    right: 10px;
    height: 46%;
    border-radius: 16px 16px 0 0;
    background: linear-gradient(180deg, rgba(255,255,255,.18), rgba(255,255,255,0));
    pointer-events: none;
    z-index: 2;
}
.solcli20-monitor::after {
    content: '';
    position: absolute;
    top: 16px;
    right: -9px;
    width: 12px;
    height: calc(100% - 58px);
    border-radius: 0 13px 13px 0;
    background: linear-gradient(180deg, #10243a, #06111d);
    box-shadow: 7px 9px 18px rgba(0,0,0,.18);
}
.solcli20-screen {
    position: relative;
    z-index: 1;
    height: 155px;
    border-radius: 14px;
    overflow: hidden;
    background: #e9eef5;
    border: 1px solid rgba(255,255,255,.12);
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.10);
}
.solcli20-screen img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    transform: scale(1.02);
}
.solcli20-monitor-base {
    position: absolute;
    left: 50%;
    bottom: 12px;
    width: 92px;
    height: 18px;
    transform: translateX(-50%);
    border-radius: 10px;
    background: linear-gradient(180deg, #22384e, #071522);
    box-shadow: 0 12px 22px rgba(0,0,0,.25);
}
.solcli20-monitor-base::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 14px;
    width: 135px;
    height: 13px;
    transform: translateX(-50%);
    border-radius: 50%;
    background: rgba(15,36,56,.18);
}
.solcli20-monitor-blue { border-top: 4px solid #1C84C6; }
.solcli20-monitor-orange { border-top: 4px solid #f0a34b; }
.solcli20-monitor-green { border-top: 4px solid #1ab394; }
.solcli20-monitor-purple { border-top: 4px solid #7c3aed; }
.solcli20-module-body {
    position: relative;
    padding: 8px 4px 0;
    text-align: center;
}
.solcli20-module-icon {
    width: 54px;
    height: 54px;
    margin: -8px auto 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    color: #fff;
    font-size: 24px;
    background: linear-gradient(135deg, #1C3D5A, #1C84C6);
    box-shadow: 0 12px 28px rgba(28,132,198,.24);
}
.solcli20-module-body h4 {
    margin: 0 0 12px;
    color: #1C3D5A;
    font-weight: 900;
    font-size: 19px;
}
.solcli20-module-body p {
    color: #5f6b7a;
    line-height: 1.62;
    margin: 0;
    font-size: 14.5px;
}
@media (max-width: 991px) {
    .solcli20-module-card { min-height: 400px; }
    .solcli20-monitor { transform: none; }
    .solcli20-module-card:hover .solcli20-monitor { transform: translateY(-2px); }
}
@media (max-width: 480px) {
    .solcli20-module-card { min-height: auto; }
    .solcli20-screen { height: 180px; }
}
