/* Offcanvas móvil - estilo claro y compacto */
@media (max-width: 991.98px) {
  .offcanvas.offcanvas-end {
    width: min(64vw, 260px) !important;
    background: #fff !important;
    color: #000 !important;
  }
  .offcanvas .offcanvas-header {
    border-bottom: 1px solid rgba(0,0,0,0.08);
  }
  .offcanvas .offcanvas-title { font-size: 14px; letter-spacing: .5px; color: #2E5053; }
  .offcanvas .nav-link { color: #000 !important; text-align: right; padding: .6rem .4rem; text-shadow: none !important; }
  .offcanvas .dropdown-item { color: #000 !important; text-align: right; padding: .5rem .4rem; text-shadow: none !important; }
  /* Reglas con ID para ganar a #header ... !important */
  #mobileNav .nav-link,
  #mobileNav .dropdown-item {
    color: #000 !important;
    text-shadow: none !important;
  }
  /* Variante fondo oscuro corporativo para #mobileNav */
  #mobileNav.offcanvas-end {
    background: #2E5053 !important; /* verde corporativo oscuro */
    color: #fff !important;
  }
  #mobileNav .offcanvas-header { border-bottom: 1px solid rgba(255,255,255,0.12) !important; }
  #mobileNav .offcanvas-title { color: #eafafa !important; }
  #mobileNav .nav-link,
  #mobileNav .dropdown-item {
    color: #fff !important;
    background: transparent !important;
    border: none !important;
    text-shadow: none !important;
  }
  #mobileNav .nav-link:hover,
  #mobileNav .dropdown-item:hover { background: rgba(255,255,255,0.08) !important; color: #fff !important; }
}
/**
* Template Name: SoftLand
* Updated: Sep 18 2023 with Bootstrap v5.3.2
* Template URL: https://bootstrapmade.com/softland-bootstrap-app-landing-page-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
html {
  overflow-x: hidden;
}

body {
  font-family: "Roboto", sans-serif;
  color: #9fa1a4;
  line-height: 1.5;
}

a {
  color: #777;
  text-decoration: none;
  transition: 0.3s all ease;
}

a:hover {
  color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6,
.font-heading {
  font-family: "Poppins", sans-serif;
  color: #000;
}

.container {
  z-index: 2;
  position: relative;
}

.text-black {
  color: #000 !important;
}

.text-primary {
  color: #2d71a1 !important;
}

.border-top {
  border-top: 1px solid #f2f2f2 !important;
}

.border-bottom {
  border-bottom: 1px solid #f2f2f2 !important;
}

figure figcaption {
  margin-top: 0.5rem;
  font-style: italic;
  font-size: 0.8rem;
}

section {
  overflow: hidden;
}

.section {
  padding: 7rem 0;
}

.section-heading {
    font-size: 3rem;
    font-weight: 700;
    background: linear-gradient(to right, rgba(46,80,83,0.8) 0%, rgba(46,99,101,0.8) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 80px;
  z-index: 996;
  background: rgba(46,99,101,0.8);
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #2E5053;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/* Default btn sre-tyling */
.btn {
  border: none;
  padding: 15px 30px !important;
}

.btn-hero {
    padding: 15px 30px 3px;
    border: 2px solid #fff;
    background: none;
    color: #fff;
}

.btn-hero.btn-outline-white:hover {
    background: #fff;
    color: #2d71a1;
}

.btn.btn-outline-white {
  border: 2px solid #fff;
  background: none;
  color: #fff;
}

.btn.btn-outline-white:hover {
  background: #fff;
  color: #2d71a1;
}

    .btn.btn-primary {
        background: #2d71a1;
        background: linear-gradient(to right, rgba(46,80,83,0.8) 0%, rgba(46,99,101,0.8) 100%);
        color: #fff;
        box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.15);
    }

/* Feature 1 */
.feature-1 .wrap-icon {
  margin: 0 auto;
  height: 100px;
  width: 100px;
  border-radius: 50%;
  position: relative;
  margin-bottom: 30px;
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.2);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

    .feature-1 .wrap-icon.icon-1 {
        background: linear-gradient(to right, rgba(46,80,83,0.8) 0%, rgba(46,99,101,0.8) 100%);
    }

.feature-1 .wrap-icon i {
  font-size: 40px;
  line-height: 0;
  color: #fff;
}

.feature-1 h3 {
  font-size: 20px;
}

.feature-1 p {
  color: #b1b1b1;
}

/* Step */
.step {
  box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.1);
  background: #fff;
  padding: 40px;
}

.step .number {
  background: linear-gradient(-45deg, #1391a5, #274685);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  letter-spacing: 0.2rem;
  margin-bottom: 10px;
  display: block;
}

.step p:last-child {
  margin-bottom: 0px;
}

/* Review */
.review h3 {
  font-size: 20px;
}

.review p {
  line-height: 1.8;
  font-style: italic;
  color: #333333;
}

.review .stars span {
  color: #FF8803;
}

.review .stars .muted {
  color: #ccc;
}

.review .review-user img {
  width: 70px;
  margin: 0 auto;
}

/* Testimonial Carousel */
.testimonials-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #2d71a1;
}

.testimonials-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #2d71a1;
}

/* Pricing - Diseño ultra simple y elegante v3.0 */
.pricing {
  padding: 40px 32px;
  background: #ffffff;
  position: relative;
  border-radius: 16px;
  border: 2px solid #f0f4f8;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow: visible;
}

.pricing:hover {
  transform: translateY(-8px);
  box-shadow: 0 16px 48px rgba(54, 192, 193, 0.15);
  border-color: rgba(54, 192, 193, 0.4);
}

/* Badge ultra minimalista */
.pricing .popularity {
  display: inline-block;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #94a3b8;
  margin-bottom: 20px;
  padding: 0;
  background: none;
}

/* Icono limpio y simple */
.pricing-icon {
  font-size: 2.25rem;
  color: #36c0c1;
  margin-bottom: 24px;
  opacity: 0.9;
  transition: all 0.35s ease;
}

.pricing:hover .pricing-icon {
  transform: scale(1.1) rotate(5deg);
  opacity: 1;
}

/* Título del plan - más destaque */
.pricing h3 {
  font-size: 1.75rem;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 28px;
  line-height: 1.2;
  letter-spacing: -0.5px;
}

/* Precio más grande y atractivo */
.pricing .price-cta {
  margin-bottom: 36px;
  position: relative;
}

.pricing .price-cta .price {
  font-size: 3.5rem;
  font-weight: 800;
  color: #1e293b;
  line-height: 1;
  display: block;
  transition: all 0.35s ease;
  letter-spacing: -1px;
}

.pricing:hover .price-cta .price {
  color: #36c0c1;
  transform: scale(1.05);
}

/* Lista de características más espaciada y limpia */
.pricing ul {
  list-style: none;
  padding: 0;
  margin: 0 0 36px 0;
  flex-grow: 1;
}

.pricing ul li {
  padding: 14px 0;
  font-size: 1rem;
  color: #64748b;
  display: flex;
  align-items: center;
  line-height: 1.6;
  border-bottom: none;
  transition: all 0.25s ease;
}

.pricing:hover ul li {
  color: #475569;
}

.pricing ul li i.bi-check-circle-fill {
  color: #36c0c1;
  font-size: 18px;
  margin-right: 14px;
  flex-shrink: 0;
  transition: transform 0.25s ease;
}

.pricing ul li:hover i.bi-check-circle-fill {
  transform: scale(1.2);
}

/* Botón más atractivo con gradiente */
.pricing .btn-white {
  background: linear-gradient(135deg, #36c0c1, #2E5053);
  border: none;
  color: #fff;
  border-radius: 12px;
  padding: 14px 28px;
  font-weight: 700;
  font-size: 1rem;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  width: 100%;
  text-align: center;
  box-shadow: 0 4px 16px rgba(54, 192, 193, 0.25);
  letter-spacing: 0.3px;
}

.pricing .btn-white:hover {
  background: linear-gradient(135deg, #2E5053, #36c0c1);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(54, 192, 193, 0.35);
}

.pricing .btn-white:active { 
  transform: translateY(0);
  box-shadow: 0 4px 16px rgba(54, 192, 193, 0.25);
}

/* Plan popular - Rediseñado con más impacto */
.pricing.popular {
  background: linear-gradient(135deg, #1e293b 0%, #2E5053 50%, #36c0c1 100%);
  border: 3px solid #36c0c1;
  box-shadow: 0 12px 40px rgba(54, 192, 193, 0.35);
  transform: scale(1.05);
  position: relative;
}

.pricing.popular::before {
  content: '';
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  background: linear-gradient(135deg, #36c0c1, #2E5053);
  border-radius: 18px;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.35s ease;
}

.pricing.popular:hover {
  transform: translateY(-10px) scale(1.05);
  box-shadow: 0 20px 60px rgba(54, 192, 193, 0.45);
}

.pricing.popular:hover::before {
  opacity: 0.3;
}

.pricing.popular .popularity {
  color: #36c0c1;
  font-weight: 800;
  font-size: 10px;
}

.pricing.popular .pricing-icon {
  color: #36c0c1;
  opacity: 1;
  filter: drop-shadow(0 4px 8px rgba(54, 192, 193, 0.4));
}

.pricing.popular:hover .pricing-icon {
  color: #fff;
}

.pricing.popular h3 {
  color: #fff;
}

.pricing.popular .price-cta .price {
  color: #fff;
}

.pricing.popular:hover .price-cta .price {
  color: #36c0c1;
}

.pricing.popular ul li {
  color: rgba(255, 255, 255, 0.9);
  border-bottom: none;
}

.pricing.popular:hover ul li {
  color: rgba(255, 255, 255, 1);
}

.pricing.popular ul li i.bi-check-circle-fill {
  color: #36c0c1;
}

.pricing.popular .btn-white {
  background: #fff;
  border: none;
  color: #1e293b;
  font-weight: 800;
  box-shadow: 0 6px 20px rgba(255, 255, 255, 0.25);
}

.pricing.popular .btn-white:hover {
  background: #36c0c1;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(255, 255, 255, 0.35);
}

/* Badge "Destacado" más llamativo */
.pricing-badge {
  position: absolute;
  top: -14px;
  right: 28px;
  background: linear-gradient(135deg, #FFD700, #FFA500);
  color: #1e293b;
  padding: 8px 18px;
  border-radius: 24px;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  box-shadow: 0 6px 20px rgba(255, 215, 0, 0.4);
  display: flex;
  align-items: center;
  gap: 6px;
  z-index: 1;
  animation: pulse-badge 2s ease-in-out infinite;
}

@keyframes pulse-badge {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
}

.pricing-badge i {
  font-size: 13px;
  color: #1e293b;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .pricing {
    padding: 32px 24px;
  }
  
  .pricing .price-cta .price {
    font-size: 2.25rem;
  }
  
  .pricing h3 {
    font-size: 1.35rem;
  }
}

@keyframes gradientShift {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

/* CTA Section */
.cta-section {
  background: linear-gradient(to right, rgba(46,80,83,0.8) 0%, rgba(46,99,101,0.8) 100%);
  color: #fff;
}

.cta-section h2 {
  color: #fff;
  font-size: 3rem;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .cta-section h2 {
    font-size: 2rem;
  }
}

.cta-section .btn {
  background: #000000;
  color: #fff;
}

.cta-section .btn i {
  margin-right: 5px;
  font-size: 24px;
  line-height: 0;
}

/* Contact Form */
.form-control {
  height: 48px;
  border-radius: 0;
  border: 1px solid #dae0e5;
}

.form-control:active,
.form-control:focus {
  outline: none;
  box-shadow: none;
  border: 1px solid #2d71a1;
}

.php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.php-email-form .error-message br+br {
  margin-top: 25px;
}

.php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
}

.php-email-form textarea {
  min-height: 160px;
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* Blog */
.post-entry {
  margin-bottom: 60px;
}

.post-entry .post-text .post-meta {
  text-decoration: none;
  color: #ccc;
  font-size: 13px;
  display: block;
  margin-bottom: 10px;
}

.post-entry .post-text h3 {
  font-size: 20px;
  color: #000000;
}

.post-entry .post-text h3 a {
  text-decoration: none;
  color: #000000;
}

.post-entry .post-text h3 a:hover {
  text-decoration: none;
  color: #2d71a1;
}

.post-entry .post-text .readmore {
  color: #2d71a1;
}

.sidebar-box {
  margin-bottom: 30px;
  padding: 25px;
  font-size: 15px;
  width: 100%;
  float: left;
  background: #fff;
}

.sidebar-box *:last-child {
  margin-bottom: 0;
}

.sidebar-box h3 {
  font-size: 18px;
  margin-bottom: 15px;
}

.categories li,
.sidelink li {
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted gray("300");
  list-style: none;
}

.categories li:last-child,
.sidelink li:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}

.categories li a,
.sidelink li a {
  text-decoration: none;
  display: block;
}

.categories li a span,
.sidelink li a span {
  position: absolute;
  right: 0;
  top: 0;
  color: #ccc;
}

.categories li.active a,
.sidelink li.active a {
  text-decoration: none;
  color: #000000;
  font-style: italic;
}

.comment-form-wrap {
  clear: both;
}

.comment-list {
  padding: 0;
  margin: 0;
}

.comment-list .children {
  padding: 50px 0 0 40px;
  margin: 0;
  float: left;
  width: 100%;
}

.comment-list li {
  padding: 0;
  margin: 0 0 30px 0;
  float: left;
  width: 100%;
  clear: both;
  list-style: none;
}

.comment-list li .vcard {
  width: 80px;
  float: left;
}

.comment-list li .vcard img {
  width: 50px;
  border-radius: 50%;
}

.comment-list li .comment-body {
  float: right;
  width: calc(100% - 80px);
}

.comment-list li .comment-body h3 {
  font-size: 20px;
}

.comment-list li .comment-body .meta {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.1em;
  color: #ccc;
}

.comment-list li .comment-body .reply {
  padding: 5px 10px;
  background: #e6e6e6;
  color: #000000;
  text-transform: uppercase;
  font-size: 14px;
}

.comment-list li .comment-body .reply:hover {
  color: #000000;
  background: #e3e3e3;
}

.search-form {
  background: #f7f7f7;
  padding: 10px;
}

.search-form .form-group {
  position: relative;
}

.search-form .form-group input {
  padding-right: 50px;
}

.search-form .icon {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 80px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
}

    #header.header-scrolled {
        background: linear-gradient(to right, rgba(46,80,83,0.8) 0%, rgba(46,99,101,0.8) 100%);
        height: 110px;
    }

#header .logo h1 {
  font-size: 28px;
  margin: 0;
  padding: 4px 0;
  line-height: 1;
  font-weight: 500;
}

#header .logo h1 a,
#header .logo h1 a:hover {
  color: #fff;
  text-decoration: none;
}

#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 160px;
}

/*--------------------------------------------------------------
# Navegación moderna
---------------------------------------------------------------*/

/* Estilos base del navbar */
#header .navbar {
  padding: 0;
}

#header .navbar-nav {
  gap: 2rem;
}

/* Estilos del navbar - FORZAR COLOR BLANCO */
#header .navbar .nav-link,
#header .navbar a,
#header .nav-link,
#header .navbar-nav .nav-link,
#header .navbar-nav a {
  color: white !important;
  font-weight: 500;
  font-size: 15px;
  padding: 0.5rem 0 !important;
  position: relative;
  transition: all 0.3s ease;
  text-decoration: none;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

#header .navbar .nav-link:hover,
#header .navbar a:hover,
#header .nav-link:hover,
#header .navbar-nav .nav-link:hover,
#header .navbar-nav a:hover {
  color: #e0e0e0 !important;
  transform: translateY(-1px);
}

/* SOLUCIÓN DEFINITIVA - ANULAR TODOS LOS ESTILOS DE NAVBAR */
.navbar a,
.navbar a:focus,
.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a,
.navbar ul li a,
.navbar ul li a:focus,
.navbar ul li a:hover {
  color: white !important;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5) !important;
}

/* FORZAR COLOR BLANCO EN TODOS LOS ESTADOS DEL MENÚ (excepto inside offcanvas móvil) */
#header *:not(#mobileNav) .nav-link,
#header *:not(#mobileNav) .navbar-nav * .nav-link,
#header *:not(#mobileNav) .nav-item * .nav-link,
#header *:not(#mobileNav) .navbar * .nav-link,
#header *:not(#mobileNav) .navbar-nav * .nav-item * .nav-link,
#header .navbar a:not(#mobileNav a),
#header .navbar ul li a:not(#mobileNav a),
#header .navbar ul li a:focus:not(#mobileNav a),
#header .navbar ul li a:hover:not(#mobileNav a) {
  color: white !important;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5) !important;
}

#header * .nav-link:hover,
#header * .navbar-nav * .nav-link:hover,
#header * .nav-item * .nav-link:hover,
#header * .navbar * .nav-link:hover,
#header * .navbar-nav * .nav-item * .nav-link:hover,
#header .navbar a:hover,
#header .navbar ul li a:hover {
  color: #e0e0e0 !important;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.7) !important;
}

/* SOLUCIÓN NUCLEAR - FORZAR COLOR BLANCO EN ABSOLUTAMENTE TODO */
#header .navbar .navbar-nav .nav-item .nav-link,
#header .navbar .navbar-nav .nav-item .nav-link:focus,
#header .navbar .navbar-nav .nav-item .nav-link:active,
#header .navbar .navbar-nav .nav-item .nav-link:hover,
#header .navbar .navbar-nav .nav-item .nav-link.active,
#header .navbar .navbar-nav .nav-item .nav-link.dropdown-toggle,
#header .navbar .navbar-nav .nav-item .nav-link.cta-button,
#header .navbar a,
#header .navbar ul li a,
#header .navbar ul li a:focus,
#header .navbar ul li a:hover,
#header .navbar ul li a:active,
#header .navbar ul li a.active,
#header .navbar ul li a.dropdown-toggle,
#header .navbar ul li a.cta-button {
  color: white !important;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5) !important;
}

#header .navbar .navbar-nav .nav-item .nav-link:hover,
#header .navbar .navbar-nav .nav-item .nav-link.dropdown-toggle:hover,
#header .navbar .navbar-nav .nav-item .nav-link.cta-button:hover,
#header .navbar a:hover,
#header .navbar ul li a:hover {
  color: #36c0c1 !important;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.7) !important;
}

/* Forzar también en el estado scrolled */
#header.header-scrolled .navbar .navbar-nav .nav-item .nav-link,
#header.header-scrolled .navbar .navbar-nav .nav-item .nav-link:focus,
#header.header-scrolled .navbar .navbar-nav .nav-item .nav-link:active,
#header.header-scrolled .navbar .navbar-nav .nav-item .nav-link:hover,
#header.header-scrolled .navbar .navbar-nav .nav-item .nav-link.active,
#header.header-scrolled .navbar .navbar-nav .nav-item .nav-link.dropdown-toggle,
#header.header-scrolled .navbar .navbar-nav .nav-item .nav-link.cta-button,
#header.header-scrolled .navbar a,
#header.header-scrolled .navbar ul li a,
#header.header-scrolled .navbar ul li a:focus,
#header.header-scrolled .navbar ul li a:hover,
#header.header-scrolled .navbar ul li a:active,
#header.header-scrolled .navbar ul li a.active,
#header.header-scrolled .navbar ul li a.dropdown-toggle,
#header.header-scrolled .navbar ul li a.cta-button {
  color: white !important;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5) !important;
}

#header .nav-link::after {
  content: '';
  position: absolute;
  width: 0;
  height: 2px;
  bottom: 0;
  left: 50%;
  background: linear-gradient(to right, rgba(46,80,83,0.8) 0%, rgba(46,99,101,0.8) 100%);
  transition: all 0.3s ease;
  transform: translateX(-50%);
}

#header .nav-link:hover::after {
  width: 100%;
}

/* Dropdown hover functionality for desktop */
@media (min-width: 992px) {
  .dropdown-hover:hover > .dropdown-menu {
    display: block !important;
  }
}

/* Dropdown styles - NEGRO CON CAJA - V5.0 - FONDO NEGRO */
#header .dropdown-menu {
  border: none !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3) !important;
  border-radius: 8px !important;
  padding: 0.5rem 0 !important;
  margin-top: 0 !important;
  background: rgba(0, 0, 0, 0.9) !important;
  backdrop-filter: blur(10px) !important;
  min-width: 220px;
}

#header .dropdown-item {
  color: white !important;
  font-weight: 500;
  padding: 0.75rem 1.5rem;
  transition: all 0.3s ease;
  background: transparent !important;
  margin-bottom: 0;
  border-radius: 0;
  backdrop-filter: none;
  display: block;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.8);
}

#header .dropdown-item:hover {
  background: rgba(255, 255, 255, 0.1) !important;
  color: white !important;
  transform: translateX(5px);
}

/* CTA Button */
#header .cta-button {
  background: linear-gradient(to right, rgba(46,80,83,0.8) 0%, rgba(46,99,101,0.8) 100%);
  color: white !important;
  padding: 0.75rem 1.5rem !important;
  border-radius: 25px;
  font-weight: 600;
  box-shadow: 0 4px 15px rgba(46, 80, 83, 0.3);
  transition: all 0.3s ease;
}

#header .cta-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(46, 80, 83, 0.4);
  color: white !important;
}

#header .cta-button::after {
  display: none;
}

/* Header scrolled styles */
#header.header-scrolled .nav-link {
  color: white !important;
}

#header.header-scrolled .nav-link:hover {
  color: #36c0c1 !important;
}

#header.header-scrolled .nav-link::after {
  background: rgba(255, 255, 255, 0.8);
}

#header.header-scrolled .dropdown-menu {
  background: rgba(0, 0, 0, 0.9) !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3) !important;
}

#header.header-scrolled .dropdown-item {
  color: white !important;
  background: transparent !important;
}

#header.header-scrolled .dropdown-item:hover {
  background: rgba(255, 255, 255, 0.1) !important;
  color: white !important;
}

#header.header-scrolled .cta-button {
  background: rgba(255, 255, 255, 0.2);
  border: 2px solid rgba(255, 255, 255, 0.3);
  color: white !important;
}

#header.header-scrolled .cta-button:hover {
  background: rgba(255, 255, 255, 0.3);
  border-color: rgba(255, 255, 255, 0.5);
  color: white !important;
}

/* Mobile menu styles - DEFINITIVO */
@media (max-width: 991.98px) {
  body.menu-open {
    overflow: hidden !important;
  }
  /* Botón hamburguesa */
  #header .navbar-toggler {
    display: block !important;
    border: 2px solid rgba(255, 255, 255, 0.3) !important;
    padding: 0.5rem !important;
    background: transparent !important;
    cursor: pointer !important;
  }
  
  #header .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
    width: 1.5em !important;
    height: 1.5em !important;
  }
  
  /* Menú colapsado por defecto - estilo claro */
  #header .navbar-collapse {
    display: none !important; /* oculto por defecto */
    position: fixed !important; /* overlay fiable */
    top: 80px !important; /* altura del header */
    left: auto !important;
    right: 0 !important;
    width: min(60vw, 240px) !important;
    z-index: 2000 !important;
    background: rgba(255, 255, 255, 0.98) !important;
    border-radius: 0 0 12px 12px !important;
    margin-top: 0 !important;
    padding: 1rem 0.25rem !important;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.15) !important;
    backdrop-filter: none;
    border-left: 1px solid rgba(46, 80, 83, 0.12);
    border-right: none !important;
    transform: translateY(-8px);
    opacity: 0;
  }
  /* Barra de acento superior del panel */
  #header .navbar-collapse::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #36c0c1 0%, #2E5053 100%);
  }
  
  /* Cuando se muestra el menú */
  #header .navbar-collapse.show {
    display: block !important; /* visible cuando tiene .show */
    height: auto !important;
    transform: translateY(0);
    opacity: 1;
    transition: transform 0.35s ease, opacity 0.35s ease;
  }

  /* Asegurar que las listas internas se muestren en columna */
  #header .navbar-collapse.show .navbar-nav,
  #header .navbar-collapse.show ul {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-end !important;
    gap: 0 !important;
  }

  /* Ajuste cuando el header está scrolleado */
  #header.header-scrolled .navbar-collapse {
    top: 110px !important;
  }
  
  /* Navbar nav */
  #header .navbar-nav {
    gap: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    text-align: right !important;
  }
  
  /* Nav links */
  #header .nav-link {
    padding: 0.6rem 0.4rem !important;
    border: none !important;
    border-radius: 0 !important;
    color: #000000 !important;
    letter-spacing: 0.2px !important;
    text-shadow: none !important;
    text-align: right !important;
    width: 100% !important;
    border-right: 2px solid transparent !important;
    transition: border-color 0.2s ease, background 0.2s ease !important;
  }
  
  #header .nav-link::after {
    display: none !important;
  }
  
  #header .nav-link:hover,
  #header .nav-link:focus {
    background: rgba(46, 80, 83, 0.06) !important;
    color: #111 !important;
    border-right-color: #36c0c1 !important;
  }

  /* Forzar texto negro en móvil contra overrides globales */
  #header .navbar-collapse .navbar-nav .nav-link,
  #header .navbar-collapse .nav-link,
  #header .navbar-collapse a,
  #header .navbar-collapse .dropdown-item {
    color: #000 !important;
  }
  
  /* Dropdown menus */
  #header .dropdown-menu {
    position: static !important;
    transform: none !important;
    box-shadow: none !important;
    background: transparent !important;
    margin: 0 !important;
    border-radius: 0 !important;
    border-top: none !important;
    padding: 0 4px !important;
    gap: 6px !important;
    overflow: hidden !important;
  }
  
  /* Mostrar/ocultar submenús en móvil con animación */
  #header .dropdown .dropdown-menu {
    display: block !important;
    max-height: 0;
    opacity: 0;
    pointer-events: none;
    transition: max-height 0.35s ease, opacity 0.25s ease, transform 0.25s ease;
    transform: translateY(-4px);
  }
  #header .dropdown .dropdown-menu.show {
    max-height: 800px;
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }
  
  /* Rotación del caret cuando el submenú está abierto */
  #header .dropdown .dropdown-toggle::after {
    transition: transform 0.25s ease;
  }
  #header .dropdown .dropdown-menu.show + .dropdown-toggle::after,
  #header .dropdown .dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(180deg);
  }
  
  #header .dropdown-item {
    padding: 0.5rem 0.4rem !important;
    color: #000000 !important;
    background: #ffffff !important;
    border: none !important;
    border-radius: 0 !important;
    margin: 0 !important;
    text-shadow: none !important;
    text-align: right !important;
    transition: background 0.2s ease, transform 0.15s ease, color 0.2s ease !important;
  }
  
  #header .dropdown-item:hover {
    background: rgba(46, 80, 83, 0.06) !important;
    color: #111 !important;
    transform: translateX(-4px) !important;
  }

  /* Overlay del fondo cuando el menú está abierto */
  body.menu-open::before {
    content: '';
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.12);
    z-index: 1990;
  }

  /* Indicador de desplegable (flecha) en móvil */
  #header .dropdown > .nav-link.dropdown-toggle::after {
    content: '▾' !important;
    font-size: 16px !important;
    line-height: 1 !important;
    margin-left: 8px !important;
    color: #000000 !important;
    float: right !important;
    border: none !important;
  }
  #header .dropdown > .nav-link.dropdown-toggle[aria-expanded="true"]::after {
    content: '▴' !important;
  }
}

/* Navbar toggler customization - DESKTOP */
@media (min-width: 992px) {
  #header .navbar-toggler {
    display: none !important;
  }
}

/*--------------------------------------------------------------
# Responsive Design Improvements
---------------------------------------------------------------*/

/* Tablet optimizations */
@media (max-width: 768px) {
  .section-heading {
    font-size: 2.5rem !important;
  }
  
  .hero-section h1 {
    font-size: 2rem !important;
  }
  
  .card-body {
    padding: 1.5rem !important;
  }
  
  .btn-lg {
    padding: 0.75rem 2rem !important;
    font-size: 1rem !important;
  }
}

/* Mobile optimizations */
@media (max-width: 576px) {
  .section-heading {
    font-size: 2rem !important;
  }
  
  .hero-section h1 {
    font-size: 1.75rem !important;
  }
  
  .hero-section p {
    font-size: 1rem !important;
  }
  
  .card-body {
    padding: 1rem !important;
  }
  
  .btn-lg {
    padding: 0.5rem 1.5rem !important;
    font-size: 0.9rem !important;
  }
  
  .badge {
    font-size: 0.75rem !important;
    padding: 0.25rem 0.5rem !important;
  }
  
  .d-flex.gap-3 {
    gap: 0.5rem !important;
  }
}

/* FORZAR DROPDOWN NEGRO - V5.0 - NUCLEAR */
.dropdown-menu,
.dropdown-menu.show,
.dropdown-menu.show.show,
.bootstrap .dropdown-menu,
.bootstrap .dropdown-menu.show,
#header .dropdown-menu,
#header .dropdown-menu.show,
#header .navbar .dropdown-menu,
#header .navbar .dropdown-menu.show,
.navbar .dropdown-menu,
.navbar .dropdown-menu.show {
  background: rgba(0, 0, 0, 0.9) !important;
  background-color: rgba(0, 0, 0, 0.9) !important;
  border: none !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3) !important;
  padding: 0.5rem 0 !important;
  border-radius: 8px !important;
}

.dropdown-item,
.dropdown-item:focus,
.dropdown-item:active,
.dropdown-item:hover,
.bootstrap .dropdown-item,
.bootstrap .dropdown-item:focus,
.bootstrap .dropdown-item:active,
.bootstrap .dropdown-item:hover,
#header .dropdown-item,
#header .dropdown-item:focus,
#header .dropdown-item:active,
#header .dropdown-item:hover,
#header .navbar .dropdown-item,
#header .navbar .dropdown-item:focus,
#header .navbar .dropdown-item:active,
#header .navbar .dropdown-item:hover,
.navbar .dropdown-item,
.navbar .dropdown-item:focus,
.navbar .dropdown-item:active,
.navbar .dropdown-item:hover {
  color: white !important;
  background: transparent !important;
  background-color: transparent !important;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.8) !important;
  padding: 0.75rem 1.5rem !important;
  border-radius: 0 !important;
}

.dropdown-item:hover,
.bootstrap .dropdown-item:hover,
#header .dropdown-item:hover,
#header .navbar .dropdown-item:hover,
.navbar .dropdown-item:hover {
  background: rgba(255, 255, 255, 0.1) !important;
  color: white !important;
}

/* Loading states */
.btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

/* Form improvements */
.form-control:focus,
.form-select:focus {
  border-color: #2d71a1;
  box-shadow: 0 0 0 0.2rem rgba(45, 113, 161, 0.25);
}

/* Card hover effects */
.card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15) !important;
}

/* Badge animations */
.badge {
  transition: all 0.3s ease;
}

.badge:hover {
  transform: scale(1.05);
}

/* Icon animations */
.bg-primary i {
  transition: transform 0.3s ease;
}

.card:hover .bg-primary i {
  transform: scale(1.1);
}

/*--------------------------------------------------------------
# Tech Carousel Moderno y Vanguardista
---------------------------------------------------------------*/
.tech-carousel-modern {
  position: relative;
  height: 300px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(45, 113, 161, 0.1) 0%, rgba(46, 80, 83, 0.1) 100%);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.carousel-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.tech-orb {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 120px;
  height: 120px;
  background: radial-gradient(circle, rgba(45, 113, 161, 0.3) 0%, rgba(45, 113, 161, 0.1) 50%, transparent 100%);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  animation: orbPulse 4s ease-in-out infinite;
}

.tech-particles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.particle {
  position: absolute;
  width: 4px;
  height: 4px;
  background: #2d71a1;
  border-radius: 50%;
  opacity: 0.6;
  animation: particleFloat 6s linear infinite;
}

.particle:nth-child(1) {
  top: 20%;
  left: 20%;
  animation-delay: 0s;
}

.particle:nth-child(2) {
  top: 30%;
  right: 20%;
  animation-delay: 1s;
}

.particle:nth-child(3) {
  bottom: 30%;
  left: 30%;
  animation-delay: 2s;
}

.particle:nth-child(4) {
  bottom: 20%;
  right: 30%;
  animation-delay: 3s;
}

.particle:nth-child(5) {
  top: 50%;
  left: 10%;
  animation-delay: 4s;
}

.carousel-container {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tech-word-modern {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 1.2s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 2;
}

.tech-text {
  font-size: 2.5rem;
  font-weight: 800;
  background: linear-gradient(135deg, #2d71a1 0%, #2e5053 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  letter-spacing: 2px;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
}

.tech-glow {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, rgba(45, 113, 161, 0.2) 0%, transparent 70%);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.8s ease;
  z-index: 1;
}

.tech-word-modern.active {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.tech-word-modern.active .tech-glow {
  opacity: 1;
  animation: glowPulse 2s ease-in-out infinite;
}

.tech-word-modern.prev {
  opacity: 0.2;
  transform: translate(-50%, -50%) scale(0.6) translateX(-80px) rotateY(-45deg);
}

.tech-word-modern.next {
  opacity: 0.2;
  transform: translate(-50%, -50%) scale(0.6) translateX(80px) rotateY(45deg);
}

.tech-stats {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 30px;
  z-index: 3;
}

.stat-item {
  text-align: center;
  color: #2d71a1;
}

.stat-number {
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
}

.stat-label {
  display: block;
  font-size: 0.8rem;
  font-weight: 500;
  opacity: 0.8;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Animaciones */
@keyframes orbPulse {
  0%, 100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.3;
  }
  50% {
    transform: translate(-50%, -50%) scale(1.2);
    opacity: 0.6;
  }
}

@keyframes particleFloat {
  0% {
    transform: translateY(0px) rotate(0deg);
    opacity: 0;
  }
  10% {
    opacity: 0.6;
  }
  90% {
    opacity: 0.6;
  }
  100% {
    transform: translateY(-100px) rotate(360deg);
    opacity: 0;
  }
}

@keyframes glowPulse {
  0%, 100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.2;
  }
  50% {
    transform: translate(-50%, -50%) scale(1.1);
    opacity: 0.4;
  }
}

@keyframes techWordEntrance {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.5) rotateY(90deg);
  }
  50% {
    opacity: 0.8;
    transform: translate(-50%, -50%) scale(1.1) rotateY(0deg);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1) rotateY(0deg);
  }
}

/* Service teaser cards vanguardistas */
.service-teaser {
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  border: 2px solid transparent;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.05) 100%);
  backdrop-filter: blur(10px);
  position: relative;
  overflow: hidden;
}

.service-teaser::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(45, 113, 161, 0.1), transparent);
  transition: left 0.6s ease;
}

.service-teaser:hover::before {
  left: 100%;
}

.service-teaser:hover {
  border-color: #2d71a1;
  transform: translateY(-15px) scale(1.02);
  box-shadow: 0 25px 50px rgba(45, 113, 161, 0.2) !important;
  background: linear-gradient(135deg, rgba(45, 113, 161, 0.05) 0%, rgba(46, 80, 83, 0.05) 100%);
}

.service-teaser .btn-outline-primary {
  border-width: 2px;
  font-weight: 600;
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
}

.service-teaser .btn-outline-primary::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s ease;
}

.service-teaser:hover .btn-outline-primary::before {
  left: 100%;
}

.service-teaser:hover .btn-outline-primary {
  background-color: #2d71a1;
  border-color: #2d71a1;
  color: white;
  transform: scale(1.08);
  box-shadow: 0 8px 25px rgba(45, 113, 161, 0.3);
}

/* Mobile carousel adjustments */
@media (max-width: 768px) {
  .tech-carousel-modern {
    height: 250px;
  }
  
  .tech-text {
    font-size: 2rem;
  }
  
  .tech-orb {
    width: 100px;
    height: 100px;
  }
  
  .tech-stats {
    gap: 20px;
  }
  
  .stat-number {
    font-size: 1.2rem;
  }
}

@media (max-width: 576px) {
  .tech-carousel-modern {
    height: 200px;
  }
  
  .tech-text {
    font-size: 1.5rem;
    letter-spacing: 1px;
  }
  
  .tech-orb {
    width: 80px;
    height: 80px;
  }
  
  .tech-stats {
    gap: 15px;
    bottom: 15px;
  }
  
  .stat-number {
    font-size: 1rem;
  }
  
  .stat-label {
    font-size: 0.7rem;
  }
}

/*--------------------------------------------------------------
# Iconos corporativos - ESTILOS FORZADOS
--------------------------------------------------------------*/
.icon-corporate,
.icon-corporate.rounded-circle,
.rounded-circle.icon-corporate {
  background: linear-gradient(135deg, rgba(46,80,83,0.9) 0%, rgba(46,99,101,0.9) 100%) !important;
  color: white !important;
  border: 2px solid rgba(46, 80, 83, 0.3) !important;
  box-shadow: 0 6px 20px rgba(46, 80, 83, 0.4) !important;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
  position: relative !important;
  overflow: hidden !important;
}

.icon-corporate::before,
.icon-corporate.rounded-circle::before,
.rounded-circle.icon-corporate::before {
  content: '' !important;
  position: absolute !important;
  top: 0 !important;
  left: -100% !important;
  width: 100% !important;
  height: 100% !important;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent) !important;
  transition: left 0.6s ease !important;
}

.icon-corporate:hover::before,
.icon-corporate.rounded-circle:hover::before,
.rounded-circle.icon-corporate:hover::before {
  left: 100% !important;
}

.icon-corporate:hover,
.icon-corporate.rounded-circle:hover,
.rounded-circle.icon-corporate:hover {
  background: linear-gradient(135deg, rgba(46,80,83,1) 0%, rgba(46,99,101,1) 100%) !important;
  transform: translateY(-3px) scale(1.05) !important;
  box-shadow: 0 12px 30px rgba(46, 80, 83, 0.6) !important;
  border-color: rgba(46, 80, 83, 0.6) !important;
  color: white !important;
}

.icon-corporate i,
.icon-corporate.rounded-circle i,
.rounded-circle.icon-corporate i {
  color: white !important;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3) !important;
}

/* Forzar estilos en todos los iconos corporativos */
div.icon-corporate,
div.icon-corporate.rounded-circle,
div.rounded-circle.icon-corporate,
.icon-corporate,
.icon-corporate.rounded-circle,
.rounded-circle.icon-corporate {
  background: linear-gradient(135deg, rgba(46,80,83,0.9) 0%, rgba(46,99,101,0.9) 100%) !important;
  color: white !important;
  border: 2px solid rgba(46, 80, 83, 0.3) !important;
  box-shadow: 0 6px 20px rgba(46, 80, 83, 0.4) !important;
}

/* Forzar color de iconos dentro de elementos corporativos */
.icon-corporate i,
.icon-corporate.rounded-circle i,
.rounded-circle.icon-corporate i,
div.icon-corporate i,
div.icon-corporate.rounded-circle i,
div.rounded-circle.icon-corporate i {
  color: white !important;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3) !important;
}

/* Círculo perfecto: forzar ancho/alto iguales y centrar contenido */
.icon-corporate,
.icon-corporate.rounded-circle,
.rounded-circle.icon-corporate {
  width: 80px !important;
  height: 80px !important;
  min-width: 80px !important;
  min-height: 80px !important;
  border-radius: 50% !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-sizing: border-box !important;
  line-height: 1 !important;
}

/* Neutralizar paddings utilitarios que ovalan el círculo */
.icon-corporate[class*="p-"],
.rounded-circle.icon-corporate[class*="p-"],
.icon-corporate.rounded-circle[class*="p-"] {
  padding: 0 !important;
}

/* SOLUCIÓN NUCLEAR PARA BADGES - FORZAR COLOR BLANCO */
span.badge.badge-corporate.fs-6.px-3.py-2,
span.badge.badge-corporate.fs-6.px-3.py-2 *,
span.badge.badge-corporate.fs-6.px-3.py-2::before,
span.badge.badge-corporate.fs-6.px-3.py-2::after {
  color: white !important;
  background: linear-gradient(135deg, rgba(46,80,83,0.9) 0%, rgba(46,99,101,0.9) 100%) !important;
  background-color: transparent !important;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3) !important;
}

/* Badges corporativos - ESTILOS ULTRA ESPECÍFICOS */
.badge-corporate,
span.badge-corporate,
.badge.badge-corporate,
.badge-corporate.fs-6,
span.badge-corporate.fs-6,
.badge.badge-corporate.fs-6,
.badge-corporate.px-3,
span.badge-corporate.px-3,
.badge.badge-corporate.px-3,
.badge-corporate.py-2,
span.badge-corporate.py-2,
.badge.badge-corporate.py-2 {
  background: linear-gradient(135deg, rgba(46,80,83,0.9) 0%, rgba(46,99,101,0.9) 100%) !important;
  color: white !important;
  border: none !important;
  box-shadow: 0 3px 12px rgba(46, 80, 83, 0.4) !important;
  transition: all 0.3s ease !important;
  position: relative !important;
  overflow: hidden !important;
  font-weight: 500 !important;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3) !important;
}

.badge-corporate::before,
span.badge-corporate::before,
.badge.badge-corporate::before,
.badge-corporate.fs-6::before,
span.badge-corporate.fs-6::before,
.badge.badge-corporate.fs-6::before {
  content: '' !important;
  position: absolute !important;
  top: 0 !important;
  left: -100% !important;
  width: 100% !important;
  height: 100% !important;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent) !important;
  transition: left 0.5s ease !important;
}

.badge-corporate:hover::before,
span.badge-corporate:hover::before,
.badge.badge-corporate:hover::before,
.badge-corporate.fs-6:hover::before,
span.badge-corporate.fs-6:hover::before,
.badge.badge-corporate.fs-6:hover::before {
  left: 100% !important;
}

.badge-corporate:hover,
span.badge-corporate:hover,
.badge.badge-corporate:hover,
.badge-corporate.fs-6:hover,
span.badge-corporate.fs-6:hover,
.badge.badge-corporate.fs-6:hover {
  background: linear-gradient(135deg, rgba(46,80,83,1) 0%, rgba(46,99,101,1) 100%) !important;
  transform: translateY(-2px) scale(1.08) !important;
  box-shadow: 0 8px 20px rgba(46, 80, 83, 0.5) !important;
  color: white !important;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5) !important;
}

/* Botón corporativo */
.btn-corporate {
  background: linear-gradient(135deg, rgba(46,80,83,0.9) 0%, rgba(46,99,101,0.9) 100%) !important;
  color: white !important;
  border: 2px solid rgba(46, 80, 83, 0.3) !important;
  box-shadow: 0 6px 20px rgba(46, 80, 83, 0.4);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.btn-corporate::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.6s ease;
}

.btn-corporate:hover::before {
  left: 100%;
}

.btn-corporate:hover {
  background: linear-gradient(135deg, rgba(46,80,83,1) 0%, rgba(46,99,101,1) 100%) !important;
  transform: translateY(-2px) scale(1.05);
  box-shadow: 0 12px 30px rgba(46, 80, 83, 0.6);
  border-color: rgba(46, 80, 83, 0.6) !important;
  color: white !important;
}

/* Forzar estilos en todos los botones corporativos */
.btn-corporate,
button.btn-corporate,
input.btn-corporate,
a.btn-corporate {
  background: linear-gradient(135deg, rgba(46,80,83,0.9) 0%, rgba(46,99,101,0.9) 100%) !important;
  color: white !important;
  border: 2px solid rgba(46, 80, 83, 0.3) !important;
  box-shadow: 0 6px 20px rgba(46, 80, 83, 0.4) !important;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
  position: relative !important;
  overflow: hidden !important;
}

.btn-corporate::before,
button.btn-corporate::before,
input.btn-corporate::before,
a.btn-corporate::before {
  content: '' !important;
  position: absolute !important;
  top: 0 !important;
  left: -100% !important;
  width: 100% !important;
  height: 100% !important;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent) !important;
  transition: left 0.6s ease !important;
}

.btn-corporate:hover::before,
button.btn-corporate:hover::before,
input.btn-corporate:hover::before,
a.btn-corporate:hover::before {
  left: 100% !important;
}

.btn-corporate:hover,
button.btn-corporate:hover,
input.btn-corporate:hover,
a.btn-corporate:hover {
  background: linear-gradient(135deg, rgba(46,80,83,1) 0%, rgba(46,99,101,1) 100%) !important;
  transform: translateY(-2px) scale(1.05) !important;
  box-shadow: 0 12px 30px rgba(46, 80, 83, 0.6) !important;
  border-color: rgba(46, 80, 83, 0.6) !important;
  color: white !important;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-size: 16px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.65);
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #fff;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 15px;
  color: #101c36;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #2d71a1;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(27, 49, 94, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 10px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #101c36;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #2d71a1;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #2d71a1;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero-section {
    background: linear-gradient(to right, rgba(46,80,83,0.8) 0%, rgba(46,99,101,0.8) 100%), url(../img/enginerit-bg.jpg);
    position: relative;
    background-size: cover;
}

.hero-section .wave,
.hero-section .wave + svg {
  width: 100%;
  position: absolute;
  left: 0;
  z-index: 1;
  bottom: -150px;
  display: block;
}

.hero-section .wave { overflow: hidden; }

@media screen and (max-width: 992px) {
  .hero-section .wave,
  .hero-section .wave + svg {
    bottom: -180px;
  }
}

.hero-section .wave svg {
  width: 100%;
}

/* Ajuste de ola para los héroes compactos (inner-page) */
.hero-section.inner-page .wave,
.hero-section.inner-page .wave + svg { bottom: -150px; }

@media screen and (max-width: 992px) {
  .hero-section.inner-page .wave,
  .hero-section.inner-page .wave + svg { bottom: -180px; }
}

.hero-section,
.hero-section>.container>.row {
  height: 100vh;
  min-height: 880px;
}

.hero-section.inner-page {
  height: 60vh;
  min-height: 0;
}

.hero-section.inner-page .hero-text {
  transform: translateY(-150px);
  margin-top: -120px;
}

@media screen and (max-width: 992px) {
  .hero-section.inner-page .hero-text {
    margin-top: -70px;
  }
}

.hero-section h1 {
  font-size: 4.5rem;
  color: #fff;
  margin-bottom: 30px;
  font-family: initial
}

@media screen and (max-width: 992px) {
  .hero-section h1 {
    font-size: 2.5rem;
    text-align: center;
    margin-top: 40px;
  }
}

@media screen and (max-width: 992px) {
  .hero-section .hero-text-image {
    margin-top: 0rem;
  }
}

.hero-section p {
  font-size: 18px;
  color: #fff;
}

.hero-section .iphone-wrap {
  position: relative;
}

@media screen and (max-width: 992px) {
  .hero-section .iphone-wrap {
    text-align: center;
  }
}

.hero-section .iphone-wrap .phone-2,
.hero-section .iphone-wrap .phone-1 {
  position: absolute;
  top: -50%;
  overflow: hidden;
  left: 0;
  box-shadow: 0 15px 50px 0 rgba(0, 0, 0, 0.3);
  border-radius: 30px;
}

@media screen and (max-width: 992px) {

  .hero-section .iphone-wrap .phone-2,
  .hero-section .iphone-wrap .phone-1 {
    position: relative;
    top: 0;
    max-width: 100%;
  }
}

.hero-section .iphone-wrap .phone-2,
.hero-section .iphone-wrap .phone-1 {
  width: 250px;
}

@media screen and (max-width: 992px) {
  .hero-section .iphone-wrap .phone-1 {
    margin-left: -150px;
  }
}

.hero-section .iphone-wrap .phone-2 {
  margin-top: 50px;
  margin-left: 100px;
  width: 250px;
}

@media screen and (max-width: 992px) {
  .hero-section .iphone-wrap .phone-2 {
    width: 250px;
    position: absolute;
    margin-top: 0px;
    margin-left: 100px;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
  padding: 5rem 0 2.5rem 0;
}

.footer h3 {
  font-size: 18px;
  margin-bottom: 30px;
}

.footer ul li {
  margin-bottom: 10px;
}

.footer a {
  color: #000;
}

.footer .copyright {
  margin-bottom: 0px;
}

.footer .copyright,
.footer .credits {
  font-size: 14px;
}

.social a {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #f8f9fa;
  position: relative;
  text-align: center;
  transition: 0.3s background ease;
  color: #0d1e2d;
  line-height: 0;
}

.social a span {
  display: inline-block;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.social a:hover {
  color: #fff;
  background: #2d71a1;
}

.social a i {
  line-height: 0;
}
.language-selector {
    position: absolute;
    top: 10px;
    right: 20px;
    display: flex;
    align-items: center;
    gap: 5px;
    z-index: 9999; /* Asegura que se vea encima de otros elementos */
}
.flag-icon {
    width: 22px; /* Tamaño más pequeño */
    height: 15px;
    border-radius: 3px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    transition: transform 0.2s ease-in-out;
    cursor: pointer;
}

.flag-icon:hover {
    transform: scale(1.1);
}

/*--------------------------------------------------------------
# Features Highlight - Características destacadas
--------------------------------------------------------------*/
.features-highlight {
  position: relative;
  width: 100%;
  height: 300px;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding: 1rem;
}

.feature-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 12px;
  padding: 1rem;
  border: 2px solid rgba(46, 80, 83, 0.1);
  box-shadow: 0 5px 15px rgba(46, 80, 83, 0.1);
  backdrop-filter: blur(10px);
  transition: all 0.3s ease;
  opacity: 0;
  transform: translateX(-30px);
}

.feature-item:hover {
  border-color: rgba(46, 80, 83, 0.3);
  background: rgba(255, 255, 255, 0.95);
}

.feature-icon {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, rgba(46,80,83,0.9) 0%, rgba(46,99,101,0.9) 100%);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.3s ease;
}

.feature-icon i {
  font-size: 1.5rem;
  color: white;
}

.feature-item:hover .feature-icon {
  transform: scale(1.1);
  box-shadow: 0 8px 20px rgba(46, 80, 83, 0.4);
}

.feature-content h4 {
  font-size: 1rem;
  font-weight: 600;
  color: #2E5053;
  margin-bottom: 0.3rem;
}

.feature-content p {
  font-size: 0.8rem;
  color: #666;
  margin: 0;
  line-height: 1.4;
}

/* Responsive */
@media (max-width: 768px) {
  .features-highlight {
    height: 250px;
    gap: 1rem;
  }
  
  .feature-item {
    padding: 0.8rem;
    gap: 0.8rem;
  }
  
  .feature-icon {
    width: 40px;
    height: 40px;
  }
  
  .feature-icon i {
    font-size: 1.2rem;
  }
  
  .feature-content h4 {
    font-size: 0.9rem;
  }
  
  .feature-content p {
    font-size: 0.75rem;
  }
}

/*--------------------------------------------------------------
# Selector de Idioma - Rediseñado v2.0
--------------------------------------------------------------*/
/* Desktop: Separación mayor del menú */
.language-selector {
  position: relative;
  margin-left: 28px;
}

/* Alinear verticalmente el selector de idioma con logo/menú (desktop) */
@media (min-width: 992px) {
  #header .language-selector { margin-top: -20px !important; position: relative; }
}
 
.language-selector .current-lang {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  background: linear-gradient(135deg, rgba(54, 192, 193, 0.15), rgba(46, 80, 83, 0.15));
  border-radius: 20px;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border: 1.5px solid rgba(54, 192, 193, 0.3);
  box-shadow: 0 2px 8px rgba(54, 192, 193, 0.1);
}

.language-selector .current-lang:hover {
  background: linear-gradient(135deg, rgba(54, 192, 193, 0.25), rgba(46, 80, 83, 0.25));
  border-color: rgba(54, 192, 193, 0.5);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(54, 192, 193, 0.2);
}

.language-selector .lang-code {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: white;
  letter-spacing: 1px;
}

.language-selector .dropdown-arrow {
  font-size: 9px;
  color: rgba(255, 255, 255, 0.8);
  transition: transform 0.3s ease;
}

.language-selector:hover .dropdown-arrow {
  transform: rotate(180deg);
  color: #36c0c1;
}

.language-selector .lang-dropdown {
  position: absolute;
  top: calc(100% + 12px);
  right: 0;
  background: rgba(0, 0, 0, 0.97);
  backdrop-filter: blur(20px);
  border-radius: 16px;
  padding: 10px;
  min-width: 180px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-12px);
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 12px 48px rgba(0, 0, 0, 0.4), 0 0 0 1px rgba(54, 192, 193, 0.1);
  z-index: 1000;
}

.language-selector:hover .lang-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.language-selector .lang-option {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 14px;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.25s ease;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.85);
  font-size: 14px;
  font-weight: 500;
}

.language-selector .lang-option:hover {
  background: linear-gradient(135deg, rgba(54, 192, 193, 0.2), rgba(46, 80, 83, 0.2));
  color: white;
  transform: translateX(4px);
}

.language-selector .lang-option.active {
  background: linear-gradient(135deg, rgba(54, 192, 193, 0.3), rgba(46, 80, 83, 0.3));
  color: white;
  border-left: 3px solid #36c0c1;
  padding-left: 11px;
  font-weight: 600;
}

.language-selector .lang-option .lang-name {
  flex: 1;
}

/* Banderas como emoji - estilizado */
.flag-emoji {
  font-size: 22px;
  line-height: 1;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
  transition: transform 0.25s ease;
}

.language-selector .lang-option:hover .flag-emoji {
  transform: scale(1.15);
}

/* Header scrolled - tema claro */
#header.header-scrolled .language-selector .current-lang {
  background: linear-gradient(135deg, rgba(54, 192, 193, 0.1), rgba(46, 80, 83, 0.1));
  border-color: rgba(54, 192, 193, 0.25);
}

#header.header-scrolled .language-selector .current-lang:hover {
  background: linear-gradient(135deg, rgba(54, 192, 193, 0.2), rgba(46, 80, 83, 0.2));
  border-color: rgba(54, 192, 193, 0.4);
}

#header.header-scrolled .language-selector .lang-code {
  color: #2E5053;
}

#header.header-scrolled .language-selector .dropdown-arrow {
  color: rgba(46, 80, 83, 0.7);
}

#header.header-scrolled .language-selector:hover .dropdown-arrow {
  color: #36c0c1;
}

/* Mobile - Selector en el menú */
.language-selector-mobile .lang-option-mobile {
  transition: all 0.25s ease;
}

  .language-selector-mobile .lang-option-mobile:hover {
    background: rgba(54, 192, 193, 0.12) !important;
    color: #2E5053 !important;
  transform: translateX(5px);
}

.language-selector-mobile .lang-option-mobile.active {
    background: rgba(54, 192, 193, 0.16) !important;
    color: #2E5053 !important;
  font-weight: 600;
  border-left: 3px solid #36c0c1;
}
  
  .language-selector-mobile hr {
    border-color: rgba(46, 80, 83, 0.08) !important;
  }

/* Responsive */
@media (max-width: 991.98px) {
  .language-selector {
    margin-left: 0;
  }
}

/* ============================================================
   Cloud Services Page — Pricing Cards & VPS Configurator
   ============================================================ */

/* Hero variant */
.hero-cloud {
  background: linear-gradient(135deg, #1a3a3d 0%, #2d71a1 60%, #2E5053 100%);
}

.hero-stats-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  padding: 20px 0;
}
.hero-stats-grid .stat-item {
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(255,255,255,0.1);
  border-radius: 10px;
  padding: 14px 16px;
  color: #fff;
  backdrop-filter: blur(4px);
  font-size: 14px;
  font-weight: 500;
}
.hero-stats-grid .stat-item i {
  font-size: 22px;
  color: #36c0c1;
}

/* ── Pricing Cards ─────────────────────────────────────── */
.cloud-card {
  background: #fff;
  border-radius: 12px;
  border: 1px solid #e5e7eb;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}
.cloud-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(0,0,0,0.1);
}
.cloud-card.featured {
  border-color: #2d71a1;
  border-width: 2px;
  box-shadow: 0 8px 24px rgba(45,113,161,0.15);
}
.cloud-badge {
  position: absolute;
  top: 0;
  right: 0;
  background: #2d71a1;
  color: #fff;
  padding: 4px 14px;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-radius: 0 0 0 10px;
}
.cloud-card-header {
  padding: 28px 24px 16px;
  text-align: center;
}
.cloud-card-header h4 {
  margin: 0 0 8px;
  font-size: 18px;
  font-weight: 700;
  color: #1a1a2e;
}
.cloud-price {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 4px;
}
.cloud-price .amount {
  font-size: 36px;
  font-weight: 800;
  color: #2d71a1;
  line-height: 1;
}
.cloud-price .period {
  font-size: 14px;
  color: #6b7280;
  font-weight: 500;
}
.cloud-card-body {
  padding: 0 24px;
  flex: 1;
}
.cloud-features {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cloud-features li {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px 0;
  color: #4a4a6a;
  font-size: 14px;
  border-bottom: 1px solid #f3f4f6;
}
.cloud-features li:last-child {
  border-bottom: none;
}
.cloud-features li i {
  color: #2d71a1;
  font-size: 16px;
  flex-shrink: 0;
}
.cloud-card-footer {
  padding: 20px 24px 24px;
}
.cloud-card-footer .btn-corporate {
  padding: 10px 0;
  font-weight: 600;
}

/* ── VPS Configurator ──────────────────────────────────── */
.configurator-box {
  background: #fff;
  border-radius: 16px;
  border: 1px solid #e5e7eb;
  padding: 32px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.06);
}
.config-slider-group {
  margin-bottom: 28px;
}
.config-slider-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.config-slider-header label {
  font-weight: 600;
  color: #1a1a2e;
  font-size: 15px;
  display: flex;
  align-items: center;
  gap: 6px;
}
.config-slider-header label i {
  color: #2d71a1;
}
.config-value {
  background: #e8f4f8;
  color: #2d71a1;
  padding: 3px 12px;
  border-radius: 20px;
  font-weight: 700;
  font-size: 14px;
}

/* Custom range slider */
.config-slider {
  -webkit-appearance: none;
  width: 100%;
  height: 8px;
  border-radius: 4px;
  background: #e5e7eb;
  outline: none;
  transition: background 0.15s;
}
.config-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #2d71a1;
  cursor: pointer;
  border: 3px solid #fff;
  box-shadow: 0 2px 8px rgba(45,113,161,0.4);
  transition: transform 0.15s;
}
.config-slider::-webkit-slider-thumb:hover {
  transform: scale(1.15);
}
.config-slider::-moz-range-thumb {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #2d71a1;
  cursor: pointer;
  border: 3px solid #fff;
  box-shadow: 0 2px 8px rgba(45,113,161,0.4);
}
.config-slider-labels {
  display: flex;
  justify-content: space-between;
  margin-top: 4px;
  font-size: 12px;
  color: #9ca3af;
}

/* OS Selector */
.os-selector {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
.os-option {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border: 2px solid #e5e7eb;
  border-radius: 8px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 500;
  color: #4a4a6a;
  transition: border-color 0.2s, background 0.2s;
  margin: 0;
}
.os-option:hover {
  border-color: #2d71a1;
}
.os-option.active {
  border-color: #2d71a1;
  background: #e8f4f8;
  color: #1a1a2e;
}
.os-option input[type="radio"] {
  display: none;
}

/* Config Summary */
.config-summary {
  background: #f8f9fa;
  border-radius: 12px;
  padding: 24px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.config-summary h4 {
  font-size: 16px;
  font-weight: 700;
  color: #1a1a2e;
  margin-bottom: 16px;
}
.config-summary-items {
  flex: 1;
}
.config-summary-item {
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
  border-bottom: 1px solid #e5e7eb;
  font-size: 14px;
}
.config-summary-item span {
  color: #6b7280;
}
.config-summary-item strong {
  color: #1a1a2e;
}
.config-total {
  text-align: center;
  padding-top: 4px;
}
.config-total > span {
  font-size: 13px;
  color: #6b7280;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.config-total-price {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 4px;
  margin: 4px 0;
}
.config-total-price .amount {
  font-size: 40px;
  font-weight: 800;
  color: #2d71a1;
  line-height: 1;
}
.config-total-price .period {
  font-size: 16px;
  color: #6b7280;
}

/* Trust section */
.trust-item h5 {
  font-size: 16px;
  font-weight: 700;
  color: #1a1a2e;
  margin-bottom: 4px;
}
.trust-item p {
  font-size: 13px;
}

/* ── Responsive for Cloud Page ─────────────────────────── */
@media (max-width: 767.98px) {
  .hero-stats-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .configurator-box {
    padding: 20px;
  }
  .os-selector {
    grid-template-columns: 1fr;
  }
  .config-summary {
    margin-top: 24px;
  }
  .config-total-price .amount {
    font-size: 32px;
  }
  .cloud-price .amount {
    font-size: 28px;
  }
}
