html, body {
  overflow-x: hidden;
}
/*
Template name: Nova
Template author: FreeBootstrap.net
Author website: https://freebootstrap.net/
License: https://freebootstrap.net/license
Buy Pro
*/
:root,
[data-bs-theme=light] {
  --bs-body-bg: #ffffff;
  --bs-body-color: #494B5B;
  --bs-primary: #6f42c1;
--bs-primary-rgb: 111, 66, 193;
--bs-primary-hover: #5a2ca0;
--bs-primary-hover-rgb: 90, 44, 160;

--bs-secondary: #f5a65b;
--bs-secondary-rgb: 245, 166, 91;
  --bs-heading-color: #16181B;
  --inverse-color: #494B5B;
  --inverse-color-rgb: 73, 75, 91;
  --bs-link-color: var(--bs-primary);
  --nav-bg: #ffffff;
  --nav-color: #fff;
  --nav-hover-color: #1f6bff;
  --dropdown-bg: #ffffff;
  --dropdown-color: #1f6bff;
  --dropdown-hover-bg: #f7f7f7;
  --nav-inverse: #000000;
  --nav-inverse-alt: #ffffff;
}

body {
  font: 1rem/1.7 "Inter", sans-serif;
  background-color: var(--bs-body-bg);
  color: var(--bs-body-color);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.site-wrap {
  position: relative;
}

::-moz-selection {
  background-color: var(--bs-black);
  color: var(--bs-white);
}

::selection {
  background-color: var(--bs-black);
  color: var(--bs-white);
}

a {
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  color: var(--bs-primary);
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--bs-heading-color);
}

.container {
  max-width: 1140px;
}

.section {
  padding: 70px 0;
  scroll-margin-top: 60px;
}
@media (max-width: 767.98px) {
  .section {
    padding: 40px 0;
  }
}
.section.first-section {
  padding-top: 100px;
}
@media (min-width: 992px) {
  .section.first-section {
    padding-top: 130px;
  }
}

.text-heading-color {
  color: var(--bs-heading-color);
}

.shadow-sm {
  -webkit-box-shadow: 0 0.125rem 0.25rem 0 rgba(var(--bs-black-rgb), 0.05) !important;
          box-shadow: 0 0.125rem 0.25rem 0 rgba(var(--bs-black-rgb), 0.05) !important;
}

.shadow {
  -webkit-box-shadow: 0 0.5rem 1rem 0 rgba(var(--bs-black-rgb), 0.05) !important;
          box-shadow: 0 0.5rem 1rem 0 rgba(var(--bs-black-rgb), 0.05) !important;
}

.shadow-lg {
  -webkit-box-shadow: 0 1rem 3rem 0 rgba(var(--bs-black-rgb), 0.05) !important;
          box-shadow: 0 1rem 3rem 0 rgba(var(--bs-black-rgb), 0.05) !important;
}

.list-checked {
  padding: 0;
  margin: 0;
  color: var(--bs-body-color);
}
.list-checked li {
  position: relative;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 10px;
}
.list-checked li i {
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  display: inline-block;
  background-color: rgba(var(--bs-primary-rgb), 0.1);
  border-radius: 50%;
  color: var(--bs-primary);
  font-size: 20px;
}
.list-checked li:before {
  position: absolute;
  display: inline-block;
  left: 0;
  content: "";
  vertical-align: -0.125em;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 1.5625rem 1.5625rem;
  width: 1.5625rem;
  height: 1.5625rem;
}

.btn {
  padding: 12px 20px;
  background-color: var(--bs-primary);
  color: var(--bs-white);
  border: 1px solid transparent;
  border-radius: 7px;
  font-weight: 600;
  position: relative;
}
.btn:hover, .btn:active, .btn:focus {
  color: var(--bs-white);
  background-color: var(--bs-primary-hover) !important;
  border: 1px solid var(--bs-primary-hover) !important;
}
.btn.btn-white.hover-outline {
  background-color: var(--bs-white) !important;
  color: var(--bs-black) !important;
  border: 1px solid transparent !important;
}
.btn.btn-white.hover-outline:hover {
  color: var(--bs-white) !important;
  background-color: transparent !important;
  border: 1px solid var(--bs-white) !important;
}
.btn.btn-white-outline {
  border: 1px solid rgba(var(--inverse-color-rgb), 0.2) !important;
  color: var(--inverse-color) !important;
  background-color: transparent;
}
.btn.btn-white-outline:hover, .btn.btn-white-outline:focus, .btn.btn-white-outline:active {
  background-color: transparent !important;
  border: 1px solid rgba(var(--inverse-color-rgb), 0.5) !important;
}

.block-squares {
  position: absolute;
  bottom: -12px;
  right: 0;
  z-index: 1;
  width: auto;
}

.form-control {
  padding-top: 10px;
  padding-bottom: 10px;
  border-width: 1px;
  font-size: 16px;
  background-color: transparent;
  border-color: rgba(var(--inverse-color-rgb), 0.1);
}

.form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: var(--bs-primary);
}

.a-link i {
  font-size: 26px;
  margin-left: 10px;
  -webkit-transition: 0.25s all ease-in-out;
  transition: 0.25s all ease-in-out;
}
.a-link:hover i {
  margin-left: 15px;
}

.page-title {
  padding-top: 100px !important;
  padding-bottom: 50px !important;
  background-color: rgba(var(--inverse-color-rgb), 0.03);
}

.special-link .icons {
  display: inline-block;
  width: 38px;
  height: 38px;
  line-height: 38px;
  border-radius: 50%;
  text-align: center;
  position: relative;
  border: 1px solid rgba(var(--inverse-color-rgb), 0.2);
}

.special-link .icons i {
  font-size: 25px;
  position: relative;
  display: inline-block;
  position: absolute;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.special-link .icons i.icon-1 {
  opacity: 1;
  visibility: visible;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.special-link .icons i.icon-2 {
  opacity: 0;
  visibility: hidden;
  top: 80%;
  left: 20%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.special-link:hover .icons .icon-1 {
  opacity: 0;
  visibility: hidden;
  top: 20%;
  left: 80%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.special-link:hover .icons .icon-2 {
  opacity: 1;
  visibility: visible;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.fbs__net-navbar {
  position: absolute;
  top: 0;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  z-index: 99999;
  width: 100%;
  background-color: transparent !important;
  border: none;
}
@media (min-width: 992px) {
  .fbs__net-navbar {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.fbs__net-navbar > .container {
  position: relative;
}
.fbs__net-navbar.relative {
  position: absolute;
}
.fbs__net-navbar .navbar-brand {
  color: var(--bs-white);
  font-size: 30px;
  font-weight: bold;
}
.fbs__net-navbar .navbar-brand .logo.dark {
  display: none;
}
.fbs__net-navbar .navbar-brand .logo.light {
  display: block;
}
.fbs__net-navbar .navbar-nav > li > .nav-link {
  position: relative;
  padding-top: 22px;
  padding-bottom: 22px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 0.9375rem;
  color: rgba(var(--bs-white-rgb), 1);
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  position: relative;
}
@media (max-width: 991.98px) {
  .fbs__net-navbar .navbar-nav > li > .nav-link {
    color: var(--inverse-color);
  }
}
.fbs__net-navbar .navbar-nav > li > .nav-link:before {
  content: "";
  position: absolute;
  width: calc(100% - 20px);
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  border-radius: 5px;
  height: 1.5px;
  bottom: 0;
  left: 10px;
  background: currentcolor;
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
  -webkit-transition: -webkit-transform 0.35s ease-out;
  transition: -webkit-transform 0.35s ease-out;
  transition: transform 0.35s ease-out;
  transition: transform 0.35s ease-out, -webkit-transform 0.35s ease-out;
}
.fbs__net-navbar .navbar-nav > li > .nav-link:hover::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
}
.fbs__net-navbar .navbar-nav > li > .nav-link:hover, .fbs__net-navbar .navbar-nav > li > .nav-link:focus {
  color: var(--bs-white);
}
@media (max-width: 991.98px) {
  .fbs__net-navbar .navbar-nav > li > .nav-link:hover, .fbs__net-navbar .navbar-nav > li > .nav-link:focus {
    color: var(--inverse-color) !important;
  }
}
@media (max-width: 767.98px) {
  .fbs__net-navbar .navbar-nav > li > .nav-link {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
.fbs__net-navbar .navbar-nav > li > .nav-link.active {
  color: var(--bs-white);
}
@media (max-width: 991.98px) {
  .fbs__net-navbar .navbar-nav > li > .nav-link.active {
    color: var(--inverse-color);
  }
}
.fbs__net-navbar .navbar-nav > li > .nav-link.active:before {
  content: "";
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.fbs__net-navbar .navbar-nav > li > .nav-link.dropdown-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.fbs__net-navbar .navbar-nav > li > .nav-link.dropdown-toggle::after {
  display: none;
  content: "";
}
@media (max-width: 991.98px) {
  .fbs__net-navbar .navbar-nav > li > .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.fbs__net-navbar .navbar-nav .dropdown-menu {
  background-color: var(--nav-bg);
}
.fbs__net-navbar .navbar-nav .dropdown-menu .nav-link:hover {
  background-color: var(--dropdown-hover-bg) !important;
  color: var(--inverse-color);
}
.fbs__net-navbar .navbar-nav .dropdown-toggle::after {
  display: none;
}
.fbs__net-navbar .navbar-nav .dropdown-toggle .bi-chevron-down {
  margin-left: 0.5rem;
}
.fbs__net-navbar .fbs__net-navbar-toggler {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: relative;
  background-color: var(--bs-black);
  color: var(--bs-white);
  border: none;
  display: none;
}
@media (max-width: 991.98px) {
  .fbs__net-navbar .fbs__net-navbar-toggler {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.fbs__net-navbar .navbar-brand {
  margin-right: 0 !important;
}
.fbs__net-navbar .navbar-nav .dropdown > .dropdown-menu,
.fbs__net-navbar .navbar-nav .dropend > .dropdown-menu,
.fbs__net-navbar .navbar-nav .dropstart > .dropdown-menu {
  border: none !important;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-box-shadow: 0 0.1875rem 0.375rem rgba(var(--bs-black-rgb), 0.1);
          box-shadow: 0 0.1875rem 0.375rem rgba(var(--bs-black-rgb), 0.1);
}
@media (min-width: 992px) {
  .fbs__net-navbar .navbar-nav .dropdown > .dropdown-menu,
  .fbs__net-navbar .navbar-nav .dropend > .dropdown-menu,
  .fbs__net-navbar .navbar-nav .dropstart > .dropdown-menu {
    padding-left: 10px;
    padding-right: 10px;
    width: 200px;
    border: none;
  }
}
.fbs__net-navbar .navbar-nav .dropdown > .dropdown-menu .dropdown-item,
.fbs__net-navbar .navbar-nav .dropdown > .dropdown-menu .nav-link,
.fbs__net-navbar .navbar-nav .dropend > .dropdown-menu .dropdown-item,
.fbs__net-navbar .navbar-nav .dropend > .dropdown-menu .nav-link,
.fbs__net-navbar .navbar-nav .dropstart > .dropdown-menu .dropdown-item,
.fbs__net-navbar .navbar-nav .dropstart > .dropdown-menu .nav-link {
  font-size: 0.875rem;
  padding: 10px 10px;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  border-radius: 0.5rem;
}
@media (min-width: 992px) {
  .fbs__net-navbar .navbar-nav .dropdown:hover > .dropdown-menu,
  .fbs__net-navbar .navbar-nav .dropend:hover > .dropdown-menu,
  .fbs__net-navbar .navbar-nav .dropstart:hover > .dropdown-menu {
    display: block;
    -webkit-animation: fadeInUp 0.3s ease;
            animation: fadeInUp 0.3s ease;
  }
}
@media (min-width: 992px) {
  .fbs__net-navbar .navbar-nav .dropend:hover > .dropdown-menu {
    position: absolute;
    top: 0;
    left: 100%;
    -webkit-animation: fadeInRight 0.3s ease;
            animation: fadeInRight 0.3s ease;
  }
}
@media (min-width: 992px) {
  .fbs__net-navbar .navbar-nav .dropstart:hover > .dropdown-menu {
    position: absolute;
    top: 0;
    right: 100%;
    -webkit-animation: fadeInLeft 0.3s ease;
            animation: fadeInLeft 0.3s ease;
  }
}
.fbs__net-navbar .navbar-nav .dropdown-toggle::before {
  display: none;
}
.fbs__net-navbar .navbar-nav .dropdown-toggle::after {
  display: none;
}
.fbs__net-navbar .navbar-nav li.dropend > a,
.fbs__net-navbar .navbar-nav li.dropstart > a {
  position: relative;
}
.fbs__net-navbar .navbar-nav li.dropend > a .bi,
.fbs__net-navbar .navbar-nav li.dropstart > a .bi {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 991.98px) {
  .fbs__net-navbar .navbar-nav li.dropend > a .bi,
  .fbs__net-navbar .navbar-nav li.dropstart > a .bi {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    margin-top: -10px;
  }
}
.fbs__net-navbar .navbar-nav li.dropend > a::after,
.fbs__net-navbar .navbar-nav li.dropstart > a::after {
  display: none;
}
.fbs__net-navbar .navbar-nav li.dropend > a {
  position: relative;
}
.fbs__net-navbar .navbar-nav li.dropend > a:hover {
  background-color: var(--dropdown-hover-bg) !important;
}
.fbs__net-navbar .navbar-nav li.dropend > a .caret {
  position: absolute;
  right: 10px;
}
.fbs__net-navbar .navbar-nav li.dropstart > a {
  position: relative;
}
.fbs__net-navbar .navbar-nav li.dropstart > a:hover {
  background-color: var(--dropdown-hover-bg) !important;
}
.fbs__net-navbar .navbar-nav li.dropstart > a .caret {
  position: absolute;
  left: 10px;
}
.fbs__net-navbar .navbar-toggler:hover, .fbs__net-navbar .navbar-toggler:focus, .fbs__net-navbar .navbar-toggler:active {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.fbs__net-navbar .header-social a {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  color: var(--bs-white);
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 4px;
  display: inline-block;
  background-color: transparent;
}
.fbs__net-navbar .header-social a:hover {
  background-color: rgba(var(--bs-white-rgb), 0.1);
}
@media (min-width: 992px) {
  .fbs__net-navbar .header-social a {
    color: var(--bs-white);
  }
}
.fbs__net-navbar .header-social .btn {
  width: auto !important;
  height: auto !important;
  background-color: var(--bs-primary) !important;
  color: var(--bs-white) !important;
}
@media (max-width: 575.98px) {
  .fbs__net-navbar .header-social .btn {
    display: none;
  }
}
.fbs__net-navbar.active {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: var(--nav-bg) !important;
  -webkit-box-shadow: 0 0.1875rem 0.375rem rgba(var(--bs-black-rgb), 0.05) !important;
          box-shadow: 0 0.1875rem 0.375rem rgba(var(--bs-black-rgb), 0.05) !important;
}
.fbs__net-navbar.active .navbar-brand {
  color: rgba(var(--inverse-color-rgb), 1) !important;
}
.fbs__net-navbar.active .navbar-brand .logo.dark {
  display: block;
}

.fbs__net-navbar.active .navbar-brand .logo.light {
  display: none;
}

.fbs__net-navbar.active .nav-link {
  color: rgba(var(--inverse-color-rgb), 1) !important;
}
.fbs__net-navbar.active .nav-link:hover {
  color: rgba(var(--inverse-color-rgb), 1) !important;
}
.fbs__net-navbar.active .header-social a {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  color: var(--inverse-color);
}
.fbs__net-navbar.active .header-social a:hover {
  background-color: rgba(var(--inverse-color-rgb), 0.1);
}
@media (min-width: 992px) {
  .fbs__net-navbar.active .header-social a {
    color: rgba(var(--inverse-color-rgb), 1) !important;
  }
}
.fbs__net-navbar.active .header-social .btn {
  width: auto !important;
  height: auto !important;
  background-color: var(--bs-primary) !important;
  color: var(--bs-white) !important;
}
.fbs__net-navbar.active .navbar-nav > li > .dropdown-toggle:hover {
  color: var(--inverse-color) !important;
}
.fbs__net-navbar.active .navbar-nav > li > .nav-link.dropdown-toggle::after {
  display: none;
  content: "";
}
.fbs__net-navbar.active .navbar-nav li.dropdown a:hover,
.fbs__net-navbar.active .navbar-nav li.dropend a:hover,
.fbs__net-navbar.active .navbar-nav li.dropstart a:hover {
  color: var(--inverse-color) !important;
}
.fbs__net-navbar .fbs__net-icon-menu {
  display: block;
}
.fbs__net-navbar .fbs__net-icon-close {
  display: none;
}
.offcanvas-active .fbs__net-navbar .fbs__net-icon-menu {
  display: none;
}
.offcanvas-active .fbs__net-navbar .fbs__net-icon-close {
  display: block;
}
.fbs__net-navbar.dark {
  -webkit-box-shadow: 0 0px 2px rgba(var(--inverse-color-rgb), 0.15);
          box-shadow: 0 0px 2px rgba(var(--inverse-color-rgb), 0.15);
}
.fbs__net-navbar.dark .navbar-brand .logo.dark {
  display: block;
}

.fbs__net-navbar.dark .navbar-brand .logo.light {
  display: none;
}

.fbs__net-navbar.dark a {
  color: var(--inverse-color) !important;
}
.fbs__net-navbar.dark a:hover {
  color: var(--inverse-color);
}
.fbs__net-navbar.dark .header-social a:hover {
  background-color: rgba(var(--inverse-color-rgb), 0.05);
}

.fbs__net-navbar.dark ul li a {
  color: rgba(var(--inverse-color-rgb), 1) !important;
}
.fbs__net-navbar.dark ul li a:hover {
  color: var(--inverse-color) !important;
}
.fbs__net-navbar .offcanvas-header .offcanvas-header-logo .logo-link .logo.dark {
  display: block;
}

.fbs__net-navbar .offcanvas-header .offcanvas-header-logo .logo-link .logo.light {
  display: none;
}


@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.hero__v6 {
  padding: 10rem 0 !important;
}
.hero__v6 .hero-subtitle {
  background: transparent;
  color: var(--bs-primary);
  display: inline-block;
  padding-left: 12px;
  font-weight: 600;
  font-size: 0.8rem;
  margin-bottom: 10px;
  border-left: 3px solid #f5a65b;
  transition: all 0.3s ease;
}
.hero__v6 .hero-subtitle:hover {
  border-left: 6px solid #f5a65b;
  padding-left: 16px;
}
.hero__v6 .hero-subtitle:active {
  border-left: 7px solid #f5a65b;
}

.hero__v6 .hero-title {
  font-size: 48px;
}
@media (max-width: 1199.98px) {
  .hero__v6 .hero-title {
    font-size: 40px;
  }
}
@media (max-width: 991.98px) {
  .hero__v6 .hero-title {
    font-size: 30px;
  }
}
.hero__v6 .logos .logos-title {
  font-size: 12px;
  letter-spacing: 1px;
  color: color-mix(in srgb, var(--bs-primary), transparent 10%);
}

.hero__v6 .logos img {
  width: 140px;
}
.hero__v6 .hero-img {
  position: relative;
}
.hero__v6 .hero-img .img-main {
  position: relative;
  z-index: 9;
}
.hero__v6 .hero-img .img-card {
  z-index: 10;
  border-radius: 20px;
  -webkit-box-shadow: 0 15px 40px 0 rgba(var(--bs-black-rgb), 0.1);
          box-shadow: 0 15px 40px 0 rgba(var(--bs-black-rgb), 0.1);
  position: absolute;
  max-width: 280px;
  bottom: -40px;
  left: -60px;
}
@media (max-width: 991.98px) {
  .hero__v6 .hero-img .img-card {
    left: 10px;
    max-width: 380px;
  }
}
@media (max-width: 575.98px) {
  .hero__v6 .hero-img .img-card {
    left: 10px;
    max-width: 280px;
  }
}



.about__v4 .subtitle {
  background-color: rgba(var(--bs-secondary-rgb), 0.2);
  color: var(--bs-primary);
  display: inline-block;
  padding: 5px 12px;
  border-radius: 7px;
  font-weight: 600;
  font-size: 0.75rem;
  margin-bottom: 10px;
}

.about__v4 .features li .icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  background-color: var(--bs-primary);
  color: var(--bs-white);
}
.about__v4 .mission-statement {
  background-color: var(--bs-primary);
  position: relative;
  bottom: -20px;
  width: 100%;
}
.about__v4 .mission-statement h3 {
  font-size: 10px;
  color: var(--bs-secondary);
}
.about__v4 .mission-statement p {
  color: var(--bs-white);
}
.about__v4 .mission-icon {
  width: 50px;
  height: 50px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50px;
          flex: 0 0 50px;
  line-height: 50px;
  display: inline-block;
  background-color: rgba(var(--bs-secondary-rgb), 0.1);
}
.about__v4 .mission-icon i {
  color: var(--bs-secondary);
}

.pricing__v2 .subtitle {
  background-color: rgba(var(--bs-secondary-rgb), 0.2);
  color: var(--bs-primary);
  display: inline-block;
  padding: 5px 12px;
  border-radius: 7px;
  font-weight: 600;
  font-size: 0.75rem;
  margin-bottom: 10px;
}

.pricing__v2 .price-table {
  border: 1px solid rgba(var(--inverse-color-rgb), 0.2);
}
.pricing__v2 .price-table .price {
  color: var(--bs-heading-color);
}
.pricing__v2 .price-table .price strong {
  font-size: 40px;
}
.pricing__v2 .price-table .icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border: 1px solid rgba(var(--bs-white-rgb), 0.2);
}
.pricing__v2 .popular {
  background-color: var(--bs-primary);
  color: var(--bs-white);
}
.pricing__v2 .popular .price {
  color: var(--bs-secondary);
}
.pricing__v2 .popular h3 {
  color: var(--bs-white);
}
.pricing__v2 .popular p {
  color: var(--bs-white);
}
.pricing__v2 .popular .pricing-features h4 {
  font-size: 12px;
  color: var(--bs-secondary);
}

.howitworks__v1 .subtitle {
  background-color: rgba(var(--bs-secondary-rgb), 0.2);
  color: var(--bs-primary);
  display: inline-block;
  padding: 5px 12px;
  border-radius: 7px;
  font-weight: 600;
  font-size: 0.75rem;
  margin-bottom: 10px;
}

.howitworks__v1 .step-card {
  position: relative;
}
.howitworks__v1 .step-card .step-number {
  width: 60px;
  height: 60px;
  line-height: 60px;
  display: inline-block;
  color: var(--bs-secondary);
  background-color: var(--bs-primary);
  font-size: 18px;
}
.howitworks__v1 .arch-line {
  position: absolute;
  top: 15px;
  width: 150px;
  right: 0;
  left: calc(100% + 24px);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 991.98px) {
  .howitworks__v1 .arch-line {
    display: none;
  }
}
.howitworks__v1 .arch-line.reverse {
  top: 20px;
}

.services__v3 .subtitle {
  background-color: rgba(var(--bs-secondary-rgb), 0.2);
  color: var(--bs-primary);
  display: inline-block;
  padding: 5px 12px;
  border-radius: 7px;
  font-weight: 600;
  font-size: 0.75rem;
  margin-bottom: 10px;
}

.services__v3 .icon {
  display: inline-block;
  position: relative;
  color: var(--bs-primary) !important;
}

.services__v3 .icon:before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 40px;
  height: 40px;
  right: -10px;
  bottom: 0px;
  border-radius: 50%;
  background-color: rgba(var(--bs-secondary-rgb), 1);
}

.services__v3 .icon svg {
  width: 50px;
}
.services__v3 .service-card {
  border: 1px solid rgba(var(--inverse-color-rgb), 0.2);
}

.faq__v2 {
  background-color: rgba(var(--inverse-color-rgb), 0.02);
}

.faq__v2 .subtitle {
  background-color: rgba(var(--bs-secondary-rgb), 0.2);
  color: var(--bs-primary);
  display: inline-block;
  padding: 5px 12px;
  border-radius: 7px;
  font-weight: 600;
  font-size: 0.75rem;
  margin-bottom: 10px;
}

.faq__v2 .custom-accordion {
  --bs-accordion-bg: var(--bs-body-bg);
  --bs-accordion-btn-icon: url("");
  --bs-accordion-btn-active-icon: url("");
}

.faq__v2 .custom-accordion .accordion-button {
  position: relative;
  padding-right: 50px;
}
.faq__v2 .custom-accordion .accordion-button::after {
  content: "\f4fe";
  font-family: "bootstrap-icons" !important;
  font-style: normal;
  font-weight: 400 !important;
  font-variant: normal;
  text-transform: none;
  right: 20px;
  top: 15px;
  width: 18px;
  height: 14px;
  font-size: 30px;
  color: var(--inverse-color);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  line-height: 1;
  position: absolute;
  -webkit-font-smoothing: antialiased;
}

.faq__v2 .custom-accordion .accordion-button:not(.collapsed)::after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  content: "\f2ea";
}
.faq__v2 .custom-accordion .accordion-item {
  border: none;
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.faq__v2 .custom-accordion .accordion-item .accordion-header .accordion-button {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 18px;
  font-weight: 500;
  color: var(--bs-heading-color);
  padding-top: 20px;
  padding-bottom: 20px;
  border: none;
}
.faq__v2 .custom-accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  background-color: transparent;
  color: var(--inverse-color);
  -webkit-box-shadow: 0 1px 1px rgba(var(--inverse-color-rgb), 0.05);
          box-shadow: 0 1px 1px rgba(var(--inverse-color-rgb), 0.05);
}
.faq__v2 .custom-accordion .accordion-item .accordion-body {
  border-top: none;
}

.stats__v3 .content {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: var(--bs-primary);
  color: var(--bs-white);
  overflow: hidden;
  position: relative;
}
.stats__v3 .content h3 {
  color: var(--bs-secondary);
}
.stats__v3 .content .rounded-borders {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 500px;
  height: 500px;
}
.stats__v3 .content .rounded-borders .rounded-border-1,
.stats__v3 .content .rounded-borders .rounded-border-2,
.stats__v3 .content .rounded-borders .rounded-border-3 {
  border: 1px solid var(--bs-secondary);
  width: 500px;
  height: 500px;
  border-radius: 50%;
  position: absolute;
}
.stats__v3 .content .rounded-borders .rounded-border-1 {
  right: 20px;
  top: 20px;
}
.stats__v3 .content .rounded-borders .rounded-border-2 {
  right: 40px;
  top: 40px;
}

.testimonials__v2 .subtitle {
  background-color: rgba(var(--bs-secondary-rgb), 0.2);
  color: var(--bs-primary);
  display: inline-block;
  padding: 5px 12px;
  border-radius: 7px;
  font-weight: 600;
  font-size: 0.75rem;
  margin-bottom: 10px;
}

.testimonials__v2 .testimonial {
  border: 1px solid rgba(var(--inverse-color-rgb), 0.2);
}
.testimonials__v2 .testimonial-author .author-img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50px;
          flex: 0 0 50px;
}

.contact__v2 .subtitle {
  background-color: rgba(var(--bs-secondary-rgb), 0.2);
  color: var(--bs-primary);
  display: inline-block;
  padding: 5px 12px;
  border-radius: 7px;
  font-weight: 600;
  font-size: 0.75rem;
  margin-bottom: 10px;
}

.contact__v2 .icon {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border: 1px solid rgba(var(--inverse-color-rgb), 0.2);
  border-radius: 50%;
}

.footer {
  background-color: rgba(var(--inverse-color-rgb), 0.02);
  font-size: 15px;
}

.footer h2, .footer h3, .footer h4 {
  font-size: 16px;
}
.footer ul li {
  padding: 0;
  margin: 0 0 10px 0;
}
.footer a {
  color: rgba(var(--inverse-color-rgb), 0.6);
  text-decoration: none;
}
.footer a:hover {
  color: var(--inverse-color);
}
.footer a .badge {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  background-color: rgba(var(--bs-primary-rgb), 0.1);
  color: var(--bs-primary);
}
.footer a:hover .badge {
  background-color: rgba(var(--bs-primary-rgb), 1);
  color: var(--bs-white);
}
.footer .quick-contact i {
  color: var(--inverse-color);
}
.footer .credits {
  font-size: 13.5px;
}

#back-to-top {
  position: fixed;
  bottom: 0px;
  right: 20px;
  visibility: hidden;
  opacity: 0;
  background-color: var(--bs-primary);
  color: white;
  border: none;
  border-radius: 50%;
  padding: 10px;
  cursor: pointer;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 1000;
  width: 40px;
  height: 40px;
}
#back-to-top i {
  font-size: 24px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#back-to-top.show {
  bottom: 20px;
  opacity: 1;
  visibility: visible;
}
/* === SUBTITLES GLOBAL STYLE === */
.about__v4 .subtitle,
.pricing__v2 .subtitle,
.services__v3 .subtitle,
.faq__v2 .subtitle,
.contact__v2 .subtitle,
.testimonials__v2 .subtitle,
.howitworks__v1 .subtitle {
  background: transparent !important;
  color: var(--bs-primary);
  display: inline-block;
  padding-left: 14px;
  font-weight: 600;
  font-size: 0.8rem;
  margin-bottom: 10px;

  border-left: 4px solid #f5a65b;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .about__v4 .subtitle:hover,
  .pricing__v2 .subtitle:hover,
  .services__v3 .subtitle:hover,
  .faq__v2 .subtitle:hover,
  .contact__v2 .subtitle:hover,
  .testimonials__v2 .subtitle:hover,
  .howitworks__v1 .subtitle:hover {
    border-left: 7px solid #f5a65b;
    padding-left: 18px;
  }
}
/* === HERO MOBILE PREMIUM === */
@media (max-width: 768px) {

  .hero__v6 .row {
    flex-direction: column-reverse;
  }

  .hero__v6 .hero-img {
    position: relative;
  }

  .hero__v6 .img-main {
    border-radius: 20px;
  }

  /* TEXTO ENCIMA DE LA IMAGEN */
  .hero__v6 .col-lg-6:first-child {
    position: absolute;
    z-index: 2;
    top: 120px;
    left: 20px;
    right: 20px;
    color: white;
  }

  .hero__v6 .hero-title,
  .hero__v6 .hero-description {
    color: white;
  }

  /* overlay oscuro elegante */
  .hero__v6 .hero-img::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.6), transparent);
    border-radius: 20px;
  }
}
/* === CARD PREMIUM === */
.hero__v6 .img-card {
  border-radius: 20px;
  box-shadow: 0 20px 60px rgba(106, 27, 154, 0.4); /* morado */
  animation: floatCard 4s ease-in-out infinite;
}

/* animación flotante */
@keyframes floatCard {
  0% { transform: translateY(0px); }
  50% { transform: translateY(-12px); }
  100% { transform: translateY(0px); }
}
.hero__v6 .btn {
  background: linear-gradient(135deg, #6a1b9a, #8e24aa);
  border: none;
  box-shadow: 0 10px 25px rgba(106, 27, 154, 0.4);
}
@media (max-width: 768px) {
  .hero__v6 .hero-title {
    font-size: 26px;
  }

  .hero__v6 .hero-description {
    font-size: 14px;
  }
}
/* ===== HERO NUEVO ===== */

.hero-full {
  position: relative;
  height: 100vh;
  width: 100%;
  overflow: hidden;
}

.hero-bg img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    120deg,
    rgba(0,0,0,0.7),
    rgba(0,0,0,0.2)
  );
}

.hero-content {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.credit-card {
  width: 320px;
  border-radius: 20px;

  box-shadow: 
    0 20px 80px rgba(111, 66, 193, 0.6),
    0 10px 30px rgba(0,0,0,0.4);

  animation: floatCard 5s ease-in-out infinite;
}

.credit-card img {
  width: 100%;
  border-radius: 20px;
}

@keyframes floatCard {
  0% { transform: translateY(0px); }
  50% { transform: translateY(-15px); }
  100% { transform: translateY(0px); }
}
.hero-bg img {
  filter: blur(2px) brightness(0.8);
  transform: scale(1.05);
}
/* ===== CARD NUEVA ===== */

.card-ui {
  background: rgba(20, 20, 30, 0.85);
  backdrop-filter: blur(12px);
  border-radius: 20px;
  padding: 25px;
  color: white;
  width: 100%;
}

/* TEXTO */
.card-label {
  font-size: 14px;
  opacity: 0.7;
}

.card-amount {
  font-size: 34px;
  margin: 10px 0 15px;
  color: #ffffff; /* 🔥 esto lo arregla */
  font-weight: 700;
}

/* LISTA */
.card-features {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
}

.card-features li {
  margin-bottom: 8px;
  font-size: 14px;
}

.card-btn {
  display: block;
  text-align: center;
  background: linear-gradient(135deg, #6f42c1, #8e24aa);
  padding: 12px;
  border-radius: 10px;
  color: white;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;

  box-shadow: 0 10px 25px rgba(111, 66, 193, 0.5);
}

.card-btn:hover {
  transform: scale(1.05);
  box-shadow: 0 15px 40px rgba(111, 66, 193, 0.7);
}

.card-btn:hover {
  transform: scale(1.05);
}
.card-ui {
  border: 1px solid rgba(255,255,255,0.1);
}
/* ===== SOBRE NOSOTROS ===== */

.about-features {
  list-style: none;
  padding: 0;
  margin-top: 20px;
}

.about-features li {
  margin-bottom: 10px;
  font-size: 15px;
}

.about__v4 {
  text-align: center;
}

@media (max-width: 768px) {

  .about__v4 h2 {
    font-size: 24px;
  }

  .about__v4 p {
    font-size: 14px;
  }

}
/* ===== ABOUT PRO ===== */

.about-card {
  background: rgba(255,255,255,0.04);
  border-radius: 16px;
  padding: 20px 10px;
  backdrop-filter: blur(10px);
  transition: 0.3s;
}

.about-card i {
  font-size: 28px;
  color: #f5a65b;
  margin-bottom: 10px;
}

.about-card h5 {
  font-size: 14px;
  margin-bottom: 5px;
}

.about-card p {
  font-size: 12px;
  opacity: 0.7;
}

.about-card:hover {
  transform: translateY(-5px);
}

.about-highlight {
  background: linear-gradient(135deg, rgba(106,27,154,0.2), rgba(0,0,0,0.2));
  padding: 20px;
  border-radius: 16px;
  font-weight: 500;
  font-size: 14px;
}

/* móvil */
@media (max-width: 768px) {
  .about-card {
    padding: 15px 8px;
  }

  .about-highlight {
    font-size: 13px;
  }
}
.about__v4 {
  background: linear-gradient(180deg, #f8f9fc, #ffffff);
  padding: 80px 0;
}

.subtitle {
  color: #6c4cff;
  font-weight: 600;
  letter-spacing: 1px;
}

.about-text {
  color: #6c757d;
  font-size: 16px;
}

.about-card {
  background: #fff;
  padding: 30px 20px;
  border-radius: 15px;
  text-align: center;
  transition: all 0.3s ease;
  box-shadow: 0 5px 20px rgba(0,0,0,0.05);
}

.about-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(0,0,0,0.1);
}

.icon-box {
  width: 60px;
  height: 60px;
  margin: 0 auto 15px;
  background: rgba(108, 76, 255, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6c4cff;
  font-size: 26px;
}
.about__v4 {
  padding: 70px 20px;
}

/* TITULO */
.badge-about {
  display: inline-block;
  background: rgba(108,76,255,0.1);
  color: #6c4cff;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 13px;
  margin-bottom: 10px;
}

.title-about {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 10px;
}

.text-about {
  color: #6c757d;
  max-width: 600px;
  margin: auto;
}

/* GRID AUTOMATICO */
.about-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
  margin-top: 40px;
}

/* TARJETAS */
.about-card {
  background: #fff;
  padding: 25px;
  border-radius: 15px;
  text-align: center;
  transition: 0.3s;
  box-shadow: 0 5px 20px rgba(0,0,0,0.05);
}

.about-card i {
  font-size: 28px;
  color: #6c4cff;
  margin-bottom: 10px;
}

.about-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0,0,0,0.1);
}

/* BLOQUE FINAL */
.about-trust {
  margin-top: 40px;
  text-align: center;
  background: linear-gradient(135deg, #6c4cff, #9b7bff);
  color: #fff;
  padding: 18px;
  border-radius: 10px;
  font-weight: 500;
}

.about-highlight {
  background: linear-gradient(135deg, #6c4cff, #9b7bff);
  color: #fff;
  padding: 20px 30px;
  border-radius: 12px;
  font-size: 16px;
  box-shadow: 0 10px 30px rgba(108,76,255,0.3);
}
.about-premium {
  padding: 50px 0;
}
/* CONTENEDOR FLEX */
.about-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  align-items: center;
}

/* IMAGEN */
.about-image img {
  width: 100%;
  border-radius: 20px;
  box-shadow: 0 20px 50px rgba(0,0,0,0.15);
}

/* TEXTO */
.about-content h2 {
  font-size: 32px;
  font-weight: 700;
  margin: 10px 0;
}

.about-content p {
  color: #6c757d;
  margin-bottom: 20px;
}

/* BADGE */
.badge-about {
  display: inline-block;
  background: rgba(108,76,255,0.1);
  color: #6c4cff;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 13px;
}

/* FEATURES */
.about-features {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 20px;
}

.feature {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 500;
}

.feature i {
  color: #6c4cff;
  font-size: 20px;
}

/* CTA */
.about-cta {
  background: linear-gradient(135deg, #6c4cff, #9b7bff);
  color: #fff;
  padding: 15px;
  border-radius: 10px;
  text-align: center;
  font-weight: 500;
}

/* 💻 DESKTOP */
@media (min-width: 992px) {

  .about-wrapper {
    grid-template-columns: 1fr 1fr;
  }

.about-content {
  padding-left: 20px;
}
}
.about-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.image-box {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}

.image-box img {
  width: 100%;
  display: block;
}

/* OVERLAY DIFERENTE (NO GENÉRICO) */
.image-overlay {
  position: absolute;
  bottom: 15px;
  left: 15px;
  right: auto;

  max-width: 260px;

  background: rgba(20, 10, 50, 0.45); /* menos pesado */
  backdrop-filter: blur(6px); /* menos blur */

  padding: 12px 14px;
  border-radius: 12px;

  color: #fff;
}

/* TEXTO MÁS FINO */
.image-overlay h3 {
  font-size: 15px;
  margin-bottom: 3px;
}

.image-overlay p {
  font-size: 12px;
  opacity: 0.8;
}

/* TITULO MÁS ESTILIZADO */
.image-overlay h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 5px;
}

/* TEXTO */
.image-overlay p {
  font-size: 14px;
  opacity: 0.9;
}

/* EFECTO EXTRA PREMIUM */
.image-overlay {
  box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}
.image-box {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}

/* IMAGEN LIMPIA PERO PRO */
.image-box img {
  width: 100%;
  display: block;
  transition: 0.4s ease;
}

/* EFECTO HOVER (SUAVE) */
.image-box:hover img {
  transform: scale(1.03);
}

/* GLOW PREMIUM (CLAVE 🔥) */
.image-box::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 20px;

  background: linear-gradient(
    135deg,
    rgba(108,76,255,0.2),
    transparent 60%
  );

  pointer-events: none;
}
/* CONTENEDOR */
.about-wrapper {
  display: grid;
  grid-template-columns: 1fr; /* móvil */
  gap: 40px;
  align-items: center;
}

/* DESKTOP */
@media (min-width: 992px) {
  .about-wrapper {
    grid-template-columns: 1fr 1fr; /* 🔥 2 columnas */
  }
}
.about-head {
  margin-bottom: 20px;
}

/* TAG PEQUEÑO (YA NO "POR QUE ELEGIRNOS") */
.about-tag {
  display: inline-block;
  font-size: 12px;
  background: rgba(108,76,255,0.1);
  color: #6c4cff;
  padding: 5px 12px;
  border-radius: 20px;
  margin-bottom: 10px;
}

/* TITULO CON ESTILO */
.about-head h2 {
  font-size: 34px;
  font-weight: 700;
  line-height: 1.3;
}

/* PARTE DESTACADA */
.about-head h2 span {
  color: #6c4cff;
  display: block;
}

/* TEXTO */
.about-head p {
  color: #6c757d;
  margin-top: 10px;
  font-size: 15px;
  max-width: 500px;
}
/* CONTENEDOR CON ESTILO */
.about-head {
  position: relative;
  padding-left: 20px;
  margin-bottom: 30px;
}

/* LINEA LATERAL (ESTO CAMBIA TODO) */
.about-head {
  margin-bottom: 30px;
}

/* TAG MÁS BONITO */
.about-tag {
  display: inline-block;
  font-size: 12px;
  background: rgba(108,76,255,0.1);
  color: #6c4cff;
  padding: 6px 14px;
  border-radius: 20px;
  margin-bottom: 10px;
}

/* TITULO LIMPIO */
.about-head h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
}

/* SOLO COLOR, SIN COSAS RARAS */
.about-head h2 span {
  color: #6c4cff;
  display: block;
}

/* TAG */
.about-tag {
  font-size: 12px;
  color: #6c4cff;
  font-weight: 600;
  margin-bottom: 8px;
  display: inline-block;
}

/* TITULO */
.about-head h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
}

/* PARTE DESTACADA */
.about-head h2 span {
  display: block;
  color: #6c4cff;
}

/* TEXTO */
.about-head p {
  color: #6c757d;
  margin-top: 10px;
  max-width: 500px;
}
.glass-box {
  position: relative;
  z-index: 2;

  background: rgba(255,255,255,0.05); /* 🔥 más oscuro */
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);

  border-radius: 25px;
  border: 1px solid rgba(255,255,255,0.1);

  box-shadow: 
    0 20px 60px rgba(0,0,0,0.5);
}
.btn-primary {
  background: linear-gradient(135deg, #6c4cff, #9b7bff);
  border: none;
  box-shadow: 0 10px 30px rgba(108,76,255,0.5);
  transition: 0.3s;
}

.btn-primary:hover {
  transform: translateY(-2px);
}
.features__v2 {
  position: relative;
  padding: 100px 0;
  overflow: hidden;
  background: #0b0b1f;
}

/* luces difuminadas */
.features__v2::before,
.features__v2::after {
  content: "";
  position: absolute;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  filter: blur(120px);
  z-index: 0;
}

/* morado */
.features__v2::before {
  background: rgba(108,76,255,0.35);
  top: -150px;
  left: -150px;
}

/* azul */
.features__v2::after {
  background: rgba(0,200,255,0.25);
  bottom: -150px;
  right: -150px;
}
.features__v2 .content {
  position: relative;
  z-index: 2;
}
.features-new {
  padding: 100px 0;
  background: linear-gradient(180deg, #0b0b1f, #11132a);
  color: white;
}

/* TITULO */
.badge-feature {
  display: inline-block;
  background: rgba(108,76,255,0.2);
  color: #9b7bff;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 13px;
  margin-bottom: 10px;
}

.title-feature {
  font-size: 34px;
  font-weight: 700;
}

.text-feature {
  opacity: 0.7;
  max-width: 600px;
  margin: auto;
}

/* CARDS */
.feature-card {
  background: rgba(255,255,255,0.05);
  border-radius: 18px;
  padding: 25px;
  text-align: center;
  transition: 0.3s;
  border: 1px solid rgba(255,255,255,0.08);
}

.feature-card i {
  font-size: 28px;
  color: #9b7bff;
  margin-bottom: 15px;
}

.feature-card h4 {
  font-size: 16px;
  margin-bottom: 8px;
}

.feature-card p {
  font-size: 14px;
  opacity: 0.7;
}

.feature-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.4);
}

/* BOTON */
.btn-feature {
  display: inline-block;
  background: linear-gradient(135deg, #6c4cff, #9b7bff);
  padding: 14px 30px;
  border-radius: 10px;
  color: white;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 10px 30px rgba(108,76,255,0.5);
}

.btn-feature:hover {
  transform: scale(1.05);
}
.benefits {
  padding: 25px 20px 40px;
  background: #ffffff;
}
/* TITULO */
.benefits-title {
  font-size: 32px;
  font-weight: 700;
  color: #16181B;
}

.benefits-sub {
  color: #6c757d;
  max-width: 600px;
  margin: auto;
}

/* CAJA IZQUIERDA */
.benefits-box {
  background: #f8f9fc;
  padding: 30px;
  border-radius: 15px;
}

/* LISTA */
.benefits-list {
  list-style: none;
  padding: 0;
}

.benefits-list li {
  margin-bottom: 12px;
  font-size: 15px;
  font-weight: 500;
}

/* CARD DERECHA */
.benefits-card {
  background: #ffffff;
  padding: 35px;
  border-radius: 18px;
  box-shadow: 0 10px 40px rgba(0,0,0,0.08);
}

.benefits-card h3 {
  font-size: 22px;
  margin-bottom: 10px;
}

.benefits-card p {
  color: #6c757d;
  margin-bottom: 20px;
}

/* BOTON */
.btn-benefits {
  display: inline-block;
  background: linear-gradient(135deg, #6c4cff, #9b7bff);
  padding: 12px 25px;
  border-radius: 10px;
  color: white;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 10px 25px rgba(108,76,255,0.4);
}

.btn-benefits:hover {
  transform: translateY(-2px);
}
/* FEATURES PREMIUM */
.about-features-premium {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.feature-box {
  display: flex;
  gap: 15px;
  align-items: flex-start;
}

.feature-box i {
  font-size: 20px;
  color: #00c853;
  margin-top: 5px;
}

.feature-box strong {
  display: block;
  font-size: 15px;
}

.feature-box p {
  margin: 0;
  font-size: 13px;
  color: #777;
}

/* BENEFITS GRID */
.benefits-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.benefit-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 15px;
  border-radius: 12px;
  border: 1px solid #eee;
  transition: 0.3s;
  background: #fff;
}

.benefit-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(0,0,0,0.05);
}

.benefit-item i {
  color: #00c853;
  font-size: 18px;
}
/* TITULO PRINCIPAL */
.about-head h2 {
  font-size: 46px;
  font-weight: 900;
  line-height: 1.1;
  color: #0f172a;
  letter-spacing: -1px;
}

.about-head h2 span {
  display: block;
  color: #2563eb;
  position: relative;
}

/* Línea decorativa */
.about-head h2 span::after {
  content: "";
  width: 60px;
  height: 4px;
  background: #22c55e;
  display: block;
  margin-top: 8px;
  border-radius: 10px;
}
.about-tag {
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  color: #2563eb;
  background: rgba(37, 99, 235, 0.08);
  padding: 6px 14px;
  border-radius: 50px;
  margin-bottom: 15px;
  letter-spacing: 1px;
}
.about-head p {
  font-size: 17px;
  color: #64748b;
  max-width: 500px;
  line-height: 1.6;
}
.benefits-title {
  font-size: 38px;
  font-weight: 800;
  color: #0f172a;
  position: relative;
  display: inline-block;
}

/* línea debajo */
.benefits-title::after {
  content: "";
  width: 50px;
  height: 3px;
  background: #2563eb;
  display: block;
  margin: 10px auto 0;
  border-radius: 10px;
}
.benefits-sub {
  font-size: 17px;
  color: #64748b;
  max-width: 600px;
  margin: auto;
  margin-top: 10px;
}
.benefits-card h3 {
  font-size: 26px;
  font-weight: 800;
  position: relative;
}

/* detalle visual */
.benefits-card h3::before {
  content: "";
  width: 6px;
  height: 25px;
  background: #22c55e;
  position: absolute;
  left: -15px;
  top: 3px;
  border-radius: 10px;
}
.about-head h2 span::after,
.benefits-title::after {
  content: "";
  width: 40px;
  height: 3px;
  background: #7c3aed; /* morado */
  display: block;
  margin-top: 6px;
  border-radius: 10px;
}
.about-tag {
  display: inline-block;
  padding: 4px 12px;
  border-radius: 20px;
  background: rgba(124, 58, 237, 0.08);
  color: #7c3aed;
}
.benefits-card h3 {
  position: relative;
  padding-left: 12px;
}

.benefits-card h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 3px;
  height: 18px;
  background: #7c3aed;
  border-radius: 10px;
}
.about-head h2,
.benefits-title {
  transition: 0.3s;
}

.about-head h2:hover,
.benefits-title:hover {
  letter-spacing: 0.5px;
}
.about-head h2 {
  font-size: 36px; /* más equilibrado */
  font-weight: 700; /* menos pesado */
  line-height: 1.3;
  letter-spacing: -0.5px;
}
.about-head h2 span {
  display: block;
  font-size: 20px; /* más pequeña */
  font-weight: 400; /* más ligera */
  color: #6b7280; /* gris elegante */
  margin-top: 5px;
}
.about-cta {
  margin-bottom: 10px;
}

.benefits {
  padding-top: 30px;
}
.about-features-premium {
  margin-bottom: 25px;
}
.benefits-header {
  margin-bottom: 30px;
}

.benefits-tag {
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  color: #6c2bd9;
  background: rgba(108, 43, 217, 0.1);
  padding: 5px 12px;
  border-radius: 20px;
  margin-bottom: 10px;
}

.benefits-header h2 {
  font-size: 34px;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 10px;
}

.benefits-header h2 span {
  color: #6c2bd9;
  position: relative;
}

.benefits-header h2 span::after {
  content: "";
  width: 40px;
  height: 3px;
  background: #6c2bd9;
  display: block;
  margin: 6px auto 0;
  border-radius: 10px;
}

.benefits-header p {
  font-size: 16px;
  color: #64748b;
  max-width: 500px;
  margin: 0 auto;
}
.benefits {
  padding-top: 40px;
}
.about-cta {
  margin-bottom: 10px; /* reduce espacio hacia abajo */
}

.benefits {
  padding-top: 20px; /* sube toda la secci�n */
}

.benefits-header {
  margin-top: 0;
  margin-bottom: 15px;
}

.benefits-header h2 {
  margin-top: 5px;
  margin-bottom: 5px;
}

.benefits-header p {
  margin-top: 5px;
  margin-bottom: 0;
}
.cta-box {
  background: #ffffff;
  border-radius: 20px;
  padding: 30px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.05);
  max-width: 500px;
}

.cta-content h3 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 10px;
  position: relative;
  padding-left: 12px;
}

.cta-content h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  height: 70%;
  width: 4px;
  background: linear-gradient(180deg, #6a5cff, #8f7bff);
  border-radius: 10px;
}

.cta-content p {
  font-size: 15px;
  color: #6c757d;
  margin-bottom: 20px;
  line-height: 1.5;
}

.btn-cta {
  display: inline-block;
  background: linear-gradient(135deg, #6a5cff, #8f7bff);
  color: #fff;
  padding: 12px 22px;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s;
}

.btn-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(106,92,255,0.3);
}
.cta-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.simulator {
  background: #0f172a;
  color: #fff;
  padding: 80px 20px;
}

.simulator h2 {
  font-weight: 700;
}

.simulator-box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  padding: 30px;
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}
.simulator-form,
.simulator-result {
  background: rgba(255,255,255,0.05);
  backdrop-filter: blur(10px);
  padding: 30px;
  border-radius: 20px;
}

.simulator-form label {
  display: block;
  margin-bottom: 10px;
  margin-top: 20px;
}

.simulator-form input[type="range"] {
  width: 100%;
}

.value {
  margin-top: 10px;
  font-weight: bold;
  color: #8f7bff;
}

.simulator-result {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.cuota {
  font-size: 40px;
  font-weight: 700;
  margin: 20px 0;
  color: #8f7bff;
}

.btn-cta {
  background: linear-gradient(135deg, #6a5cff, #8f7bff);
  padding: 12px 20px;
  border-radius: 10px;
  color: #fff;
  text-decoration: none;
  margin-top: 20px;
}
.simulator {
  padding: 40px 20px;
  background: #f8f9fc;
}
.simulator-box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

.simulator-form,
.simulator-result {
  background: #ffffff;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.05);
}

.simulator-form label {
  font-weight: 600;
  margin-bottom: 5px;
  display: block;
}

.simulator-form input {
  width: 100%;
}

.value {
  margin-top: 8px;
  font-weight: 600;
  color: #6a5cff;
}

.simulator-result {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.cuota {
  font-size: 32px;
  font-weight: 700;
  margin: 15px 0;
  color: #6a5cff;
}
.simulator-text {
  color: #555; /* gris elegante, no negro duro */
  font-size: 16px;
}
.simulator-box {
  display: flex;
  gap: 40px;
  background: #f8f9fc;
  padding: 40px;
  border-radius: 20px;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

/* FORMULARIO */
.simulator-form {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.simulator-form label {
  font-weight: 600;
  margin-bottom: 10px;
  display: block;
}

/* SLIDER CREDINOVA FIX */

.simulator-form input[type="range"] {
  width: 100%;
  height: 6px;
  border-radius: 50px;
  background: #e0e0e0; /* SOLO GRIS */
  outline: none;
}

/* bolita */
.simulator-form input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #ffffff;
  border: 3px solid #7c3aed;
  cursor: pointer;
  transition: 0.2s;
}

/* hover */
.simulator-form input[type="range"]::-webkit-slider-thumb:hover {
  transform: scale(1.1);
}
/* VALORES */
.value {
  font-size: 18px;
  font-weight: bold;
  margin-top: 5px;
  color: #0d6efd; /* color principal */
}

/* RESULTADO */
.simulator-result {
  flex: 1;
  min-width: 280px;
  background: #ffffff;
  padding: 30px;
  border-radius: 15px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.simulator-result h4 {
  margin-bottom: 15px;
}

/* CUOTA GRANDE */
.cuota {
  font-size: 40px;
  font-weight: 800;
  color: #0d6efd;
  margin-bottom: 10px;
}

/* TEXTO ABAJO */
.simulator-result p {
  color: #666;
  font-size: 14px;
  margin-bottom: 20px;
}

/* BOT�N */
.simulator-result .btn {
  padding: 12px 25px;
  border-radius: 10px;
}
.simulator-form label {
  color: #333 !important;
  font-size: 15px;
  font-weight: 600;
}
.simulator p,
.simulator span,
.simulator label,
.simulator h2,
.simulator h4 {
  color: #333 !important;
}
.simulator-result,
.result-card {
  color: #333;
}
/* RESET SOLO SIMULADOR */
.simulator * {
  box-sizing: border-box;
}

/* CONTENEDOR */
.simulator-box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
}

/* FORMULARIO */
.simulator-form {
  background: #fff;
  padding: 25px;
  border-radius: 20px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.05);
}

.simulator-form label {
  color: #333;
  font-weight: 600;
  margin-top: 15px;
  display: block;
}

.simulator-form input[type="range"] {
  width: 100%;
  margin-top: 10px;
}

/* VALORES (QUITAMOS EL AZUL AQU�) */
.simulator .value {
  color: #6f42c1 !important;
  font-size: 18px;
  font-weight: 700;
}

/* RESULTADO */
.simulator-result {
  display: flex;
  align-items: center;
}

/* TARJETA */
.result-card {
  width: 100%;
  padding: 30px;
  border-radius: 25px;
  background: linear-gradient(135deg, #6f42c1, #9b6dff);
  color: #ffffff;
  text-align: center;
}

/* TEXTO */
.result-card .mini {
  color: rgba(255,255,255,0.8);
}

.result-card .cuota {
  font-size: 38px;
  font-weight: 800;
  color: #ffffff !important; /* ?? FORZAMOS blanco */
}

/* BLOQUE DE DATOS */
.extra {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid rgba(255,255,255,0.2);
}

.extra div {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
}

.extra span {
  color: rgba(255,255,255,0.8);
}

.extra strong {
  color: #ffffff;
}

/* BOT�N */
.result-card .btn {
  margin-top: 15px;
  width: 100%;
  background: #ffffff;
  color: #6f42c1;
  border-radius: 12px;
  font-weight: 600;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .simulator-box {
    grid-template-columns: 1fr;
  }
}
.simulator-box {
  display: flex;
  gap: 20px;
  align-items: stretch; /* ?? ESTO ARREGLA TODO */
}

.simulator-form,
.simulator-result {
  flex: 1; /* mismo tama�o */
  border-radius: 20px;
  padding: 25px;
}
.value {
  margin-top: 10px;
  font-weight: 600;
  color: #6f42c1;
}
.status {
  background: #e9f7ef;
  color: #198754;
  padding: 10px 15px;
  border-radius: 10px;
  font-size: 14px;
  margin-bottom: 15px;
  font-weight: 600;
}
.cuota {
  font-size: 42px;
  font-weight: 800;
  color: #2d2d2d;
  margin: 10px 0;
  letter-spacing: -1px;
}
.simulator-result h4 {
  font-size: 16px;
  color: #6c757d;
  margin-bottom: 5px;
}
.simulator-result {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.result-line {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  font-size: 15px;
}
.simulator-result .btn {
  margin-top: 20px;
  border-radius: 12px;
  padding: 12px;
  font-weight: 600;
}
.simulator-box {
  gap: 25px;
}
.simulator-form,
.simulator-result {
  transition: 0.3s;
}

.simulator-form:hover,
.simulator-result:hover {
  transform: translateY(-3px);
}
/* ===== ESTADO CR�DITO PRO ===== */
.estado {
  display: inline-block;
  margin-top: 12px;
  padding: 10px 16px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 600;
  background: #f1f1f1;
  color: #555;
  transition: all 0.3s ease;
}

/* Verde */
.estado.ok {
  background: #e6f9f0;
  color: #00a86b;
}

/* Amarillo */
.estado.medio {
  background: #fff4e5;
  color: #ff9800;
}

/* Rojo */
.estado.alto {
  background: #ffeaea;
  color: #e53935;
}
/* ===== PROCESO PREMIUM ===== */

.proceso {
  padding: 70px 20px;
  background: #ffffff;
}

.proceso-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.proceso-card {
  background: #fff;
  padding: 25px 20px;
  border-radius: 16px;
  text-align: left;
  box-shadow: 0 10px 25px rgba(0,0,0,0.05);
  transition: 0.3s;
  position: relative;
}

.proceso-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 35px rgba(0,0,0,0.10);
}

.proceso-card .icon {
  width: 45px;
  height: 45px;
  border-radius: 12px;
  background: #6f42c1;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  margin-bottom: 15px;
}

.proceso-card h3 {
  font-size: 16px;
  color: #111;
  margin-bottom: 8px;
}

.proceso-card p {
  font-size: 14px;
  color: #666;
}
/* ===== FORMULARIO SOLICITUD ===== */

.solicitud {
  padding: 70px 20px;
  background: #ffffff;
}

.solicitud-box {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 30px;
}

.solicitud-form {
  background: #fff;
  padding: 25px;
  border-radius: 16px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.05);
}

.form-group {
  margin-bottom: 15px;
}

.form-group label {
  font-size: 14px;
  color: #333;
  margin-bottom: 5px;
  display: block;
}

.form-group input {
  width: 100%;
  padding: 12px;
  border-radius: 10px;
  border: 1px solid #ddd;
}

.form-group input:focus {
  border-color: #6f42c1;
  outline: none;
}

/* LADO DERECHO */
.solicitud-info {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.status {
  background: #f8f9fc;
  padding: 15px;
  border-radius: 12px;
  font-size: 14px;
}

/* CONTADOR */
.live-box {
  background: #fff;
  padding: 15px;
  border-radius: 12px;
  font-size: 13px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

#actividad {
  display: block;
  margin-top: 5px;
  color: #666;
}
.solicitud-form input {
  width: 100%;
  padding: 12px;
  border-radius: 8px;
  border: 1px solid #ddd;

  color: #333;          /* ?? TEXTO OSCURO */
  background: #fff;     /* ?? FONDO BLANCO */
}

.solicitud-form label {
  color: #333;          /* ?? TEXTO VISIBLE */
}
.solicitud-form input {
  color: #333 !important;
}
/* FIX FORMULARIO SOLICITUD */
.solicitud-form input,
.solicitud-form select,
.solicitud-form textarea {
  background: #ffffff !important;
  color: #000000 !important;
  border: 1px solid #ccc !important;
}

.solicitud-form label {
  color: #000000 !important;
}

.solicitud-box {
  background: #ffffff;
}
/* ===== FONDO GENERAL ===== */
.solicitud {
  background: #f4f6fb;
}

/* ===== CONTENEDOR PRINCIPAL ===== */
.solicitud-box {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 30px;
  margin-top: 40px;
}

/* ===== FORMULARIO CARD ===== */
.solicitud-form {
  background: #ffffff;
  padding: 30px;
  border-radius: 20px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.08);
}

/* LABELS */
.solicitud-form label {
  font-weight: 600;
  margin-bottom: 5px;
  display: block;
}

/* INPUTS */
.solicitud-form input {
  width: 100%;
  padding: 14px;
  border-radius: 12px;
  border: 1px solid #ddd;
  margin-bottom: 18px;
  transition: all 0.3s ease;
  font-size: 14px;
}

/* EFECTO PRO */
.solicitud-form input:focus {
  border-color: #6f42c1;
  box-shadow: 0 0 0 3px rgba(111,66,193,0.1);
  outline: none;
}

/* BOTÓN */
.solicitud-form button {
  background: linear-gradient(135deg, #6f42c1, #8e5cff);
  border: none;
  padding: 14px;
  border-radius: 14px;
  font-weight: 600;
  font-size: 16px;
  transition: 0.3s;
}

.solicitud-form button:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(111,66,193,0.2);
}

/* ===== PANEL DERECHO ===== */
.solicitud-info {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* STATUS */
#estadoEnvio {
  background: #eef2ff;
  color: #6f42c1;
  padding: 20px;
  border-radius: 15px;
  font-weight: 600;
}

/* LIVE BOX */
.live-box {
  background: #ffffff;
  padding: 20px;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.live-box strong {
  font-size: 22px;
  color: #6f42c1;
}

/* TEXTO ACTIVIDAD */
#actividad {
  display: block;
  margin-top: 8px;
  color: #666;
  font-size: 14px;
}
/* 🔥 WIDGET FLOTANTE */
.live-widget {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 9999;
}

.live-content {
  background: linear-gradient(135deg, #6f42c1, #8e63ff);
  color: #fff;
  padding: 12px 16px;
  border-radius: 14px;
  box-shadow: 0 10px 30px rgba(111,66,193,0.4);
  font-size: 14px;
  min-width: 240px;
  animation: fadeInUp 0.6s ease;
}

/* TOP */
.live-top {
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 4px;
}

/* PUNTO VERDE */
.dot {
  width: 8px;
  height: 8px;
  background: #00ff88;
  border-radius: 50%;
  animation: pulse 1.5s infinite;
}

/* MENSAJE */
.live-message {
  font-size: 13px;
  opacity: 0.9;
}

/* ANIMACIONES */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(15px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes pulse {
  0% { opacity: 1; }
  50% { opacity: 0.4; }
  100% { opacity: 1; }
}
.estado-card {
  background: linear-gradient(135deg, #f3f0ff, #ffffff);
  padding: 25px;
  border-radius: 20px;
  box-shadow: 0 10px 25px rgba(111, 66, 193, 0.1);
}

.estado-header {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #6f42c1;
  margin-bottom: 10px;
}

.estado-header .dot {
  width: 8px;
  height: 8px;
  background: #00d084;
  border-radius: 50%;
}

.estado-card h4 {
  font-size: 18px;
  margin-bottom: 15px;
  color: #333;
}

.estado-steps {
  list-style: none;
  padding: 0;
  margin: 0;
}

.estado-steps li {
  font-size: 14px;
  padding: 8px 0;
  color: #999;
  position: relative;
  padding-left: 20px;
}

.estado-steps li::before {
  content: "";
  width: 8px;
  height: 8px;
  background: #ddd;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 13px;
}

.estado-steps li.active {
  color: #6f42c1;
  font-weight: 600;
}

.estado-steps li.active::before {
  background: #6f42c1;
}
.estado-card.premium {
  background: linear-gradient(135deg, #6f42c1, #8e5cff);
  color: #fff;
  padding: 30px;
  border-radius: 20px;
  box-shadow: 0 10px 40px rgba(0,0,0,0.2);
}

.estado-header {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  opacity: 0.9;
  margin-bottom: 15px;
}

.estado-header .dot {
  width: 10px;
  height: 10px;
  background: #00ffae;
  border-radius: 50%;
  animation: pulse 1.5s infinite;
}

@keyframes pulse {
  0% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.4); opacity: 0.6; }
  100% { transform: scale(1); opacity: 1; }
}

.progress-bar {
  width: 100%;
  height: 8px;
  background: rgba(255,255,255,0.2);
  border-radius: 10px;
  margin: 15px 0;
  overflow: hidden;
}

.progress-fill {
  height: 100%;
  width: 0%;
  background: #00ffae;
  border-radius: 10px;
  transition: width 0.4s ease;
}

.estado-steps {
  list-style: none;
  padding: 0;
  margin: 20px 0 0;
}

.estado-steps li {
  opacity: 0.5;
  margin-bottom: 10px;
  transition: 0.3s;
}

.estado-steps li.active {
  opacity: 1;
  font-weight: bold;
}
.solicitud-box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  align-items: stretch;
}
/* CENTRAR FORMULARIO */
.solicitud-box.center {
  display: flex;
  justify-content: center;
}

.solicitud-form {
  width: 100%;
  max-width: 500px;
  background: #ffffff;
  padding: 35px;
  border-radius: 20px;
  box-shadow: 0 10px 40px rgba(0,0,0,0.08);
}

/* INPUTS */
.solicitud-form input {
  width: 100%;
  padding: 14px;
  border-radius: 12px;
  border: 1px solid #ddd;
  margin-top: 5px;
  transition: all 0.3s ease;
}

.solicitud-form input:focus {
  border-color: #6f42c1;
  box-shadow: 0 0 0 3px rgba(111,66,193,0.1);
  outline: none;
}

/* TEXTOS ARRIBA MÁS COMPACTOS */
.titulo-form {
  margin-bottom: 5px;
}

.subtexto-form {
  margin-bottom: 0;
  opacity: 0.7;
}

/* MENSAJE FINAL PREMIUM */
.form-note {
  margin-top: 20px;
  padding: 15px;
  background: linear-gradient(135deg, #6f42c1, #8b5cf6);
  color: white;
  border-radius: 12px;
  text-align: center;
}

.form-note p {
  margin: 5px 0 0;
  font-size: 14px;
  opacity: 0.9;
}
/* CENTRAR FORM */
.solicitud-box.center {
  display: flex;
  justify-content: center;
}

.solicitud-form {
  width: 100%;
  max-width: 500px;
  background: #fff;
  padding: 30px;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

/* MENOS ESPACIO ARRIBA */
.solicitud .text-center p {
  margin-bottom: 0;
}

/* INPUTS */
.form-group {
  margin-bottom: 15px;
}

.form-group input {
  width: 100%;
  padding: 12px;
  border-radius: 10px;
  border: 1px solid #ddd;
}

/* 🔥 ALERTA PREMIUM */
.form-alert {
  display: flex;
  align-items: center;
  gap: 12px;
  background: rgba(111, 66, 193, 0.08);
  border: 1px solid rgba(111, 66, 193, 0.2);
  padding: 12px 15px;
  border-radius: 12px;
  margin-bottom: 15px;
}

.form-alert i {
  font-size: 20px;
  color: #6f42c1;
}

.form-alert strong {
  display: block;
  font-size: 14px;
  color: #333;
}

.form-alert p {
  margin: 0;
  font-size: 13px;
  color: #666;
}
/* ===== FORMULARIO FULL RESPONSIVE ===== */
.solicitud-box.center {
  max-width: 600px;
  margin: 0 auto;
  width: 100%;
}

/* MOBILE FIX 🔥 */
@media (max-width: 768px) {

  .solicitud-box.center {
    max-width: 100%;
    padding: 0 15px;
  }

  .solicitud-form {
    width: 100%;
  }

  .form-group input {
    width: 100%;
  }

  /* BOTÓN FULL */
  .btn {
    width: 100%;
  }

}
.solicitud-form {
  background: #fff;
  padding: 25px;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

/* Inputs más bonitos */
.form-group input {
  border-radius: 12px;
  padding: 12px;
}
/* ===== SIMULADOR PRO FIX ===== */

.simulator-box {
  display: flex;
  gap: 30px;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
}

/* ===== COLUMNAS IGUALES ===== */
.simulator-form,
.simulator-result {
  flex: 1;
  min-width: 300px;
  max-width: 500px;
}

/* ===== CARD IZQUIERDA ===== */
.simulator-form {
  background: #fff;
  padding: 25px;
  border-radius: 20px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.05);
}

/* ===== CARD DERECHA ===== */
.simulator-result {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* ===== RESULT CARD (LA MORADA) ===== */
.result-card {
  background: linear-gradient(135deg, #6f42c1, #8e5cf7);
  padding: 30px;
  border-radius: 25px;
  color: #fff;

  display: flex;
  flex-direction: column;
  align-items: center;  /* 🔥 CENTRA TODO */
  text-align: center;   /* 🔥 CENTRA TEXTO */
  gap: 15px;

  width: 100%;
}

/* ===== TEXTO CENTRADO ===== */
.result-card .mini {
  opacity: 0.8;
}

.result-card .cuota {
  font-size: 40px;
  font-weight: bold;
}

/* ===== LINEAS (INTERESES / TOTAL) ===== */
.result-line {
  width: 100%;
  display: flex;
  justify-content: space-between;
  font-size: 16px;
}

/* ===== BOTÓN ===== */
.result-card .btn {
  margin-top: 15px;
  width: 100%;
  border-radius: 12px;
}

/* ===== STATUS ARRIBA ===== */
.status {
  text-align: center;
  margin-bottom: 15px;
  padding: 10px;
  border-radius: 12px;
}

/* ===== MOBILE 🔥 ===== */
@media (max-width: 768px) {

  .simulator-box {
    flex-direction: column;
  }

  .simulator-form,
  .simulator-result {
    max-width: 100%;
  }

  .result-card {
    padding: 25px;
  }

  .result-card .cuota {
    font-size: 32px;
  }

}
/* 🔥 SOLUCION GLOBAL MOBILE */
@media (max-width: 768px) {

  .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .simulator-box,
  .solicitud-box {
    width: 100%;
    max-width: 100%;
    padding: 20px;
  }

}
/* CONTENEDOR SIMULADOR */
.simulator-box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

/* MOBILE */
@media (max-width: 768px) {
  .simulator-box {
    grid-template-columns: 1fr;
  }
}
.simulator-form,
.simulator-result {
  width: 100%;
}

/* CARD MORADO */
.result-card {
  width: 100%;
  text-align: center;
}

/* TEXTOS CENTRADOS */
.result-card .cuota,
.result-card .mini {
  text-align: center;
}

/* BOTON */
.result-card .btn {
  width: 100%;
}
.simulator-box {
  max-width: 1100px;
  margin: auto;
}
.simulator-box {
  max-width: 1100px;
  margin: auto;
}
.input-manual {
  width: 100%;
  margin-top: 10px;
  padding: 10px;
  border-radius: 10px;
  border: 1px solid #ddd;
  text-align: center;
  font-weight: 600;
}
.input-simulador {
  width: 100%;
  margin-top: 10px;
  padding: 12px 14px;
  border-radius: 12px;
  border: 2px solid #e5e5e5;
  font-size: 15px;
  background: #fff;
  transition: 0.3s;
}

.input-simulador:hover {
  border-color: #6f42c1;
}

.input-simulador:focus {
  border-color: #6f42c1;
  box-shadow: 0 0 0 3px rgba(111, 66, 193, 0.15);
  outline: none;
}

/* quitar flechas */
.input-simulador::-webkit-inner-spin-button,
.input-simulador::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
html {
  scroll-behavior: smooth;
}
.quick-options {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin: 18px 0;
}

/* BOTÓN BASE */
.quick-btn {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.15);
  color: #fff;
  padding: 10px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;

  backdrop-filter: blur(10px);

  transition: all 0.25s ease;
}

/* HOVER */
.quick-btn:hover {
  transform: translateY(-2px);
  border-color: #8b5cf6;
  background: rgba(139,92,246,0.15);
}

/* ACTIVO (SELECCIONADO) */
.quick-btn.active {
  background: linear-gradient(135deg, #7c3aed, #a855f7);
  border: none;
  box-shadow: 0 8px 20px rgba(124,58,237,0.4);
}

/* EFECTO CLICK */
.quick-btn:active {
  transform: scale(0.95);
}
.quick-btn::after {
  content: "";
  display: block;
  height: 2px;
  width: 0%;
  background: #a855f7;
  transition: width 0.3s;
  margin-top: 4px;
}

.quick-btn:hover::after {
  width: 100%;
}
.card-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 15px 0 10px;
}

.card-badges span {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 12px;
  color: #ddd;

  backdrop-filter: blur(10px);

  transition: all 0.3s ease;
}

.card-badges span:hover {
  background: rgba(139,92,246,0.2);
  border-color: #8b5cf6;
  color: #fff;
}
.card-features-clean {
  font-size: 14px;
  color: rgba(255,255,255,0.7);
  margin: 15px 0 10px;
  letter-spacing: 0.3px;
}
@media (max-width: 768px) {
  .simulator-box,
  .solicitud-box {
    border-radius: 20px;
    padding: 20px;
  }
}
/* ===== FIX RESPONSIVE SIMULADOR ===== */
@media (max-width: 768px) {

  .simulator-box {
    grid-template-columns: 1fr; /* 🔥 1 columna en celular */
    padding: 15px;
  }

  .simulator-form,
  .simulator-result {
    width: 100%;
  }

}
@media (max-width: 768px) {

  .simulator-box {
    grid-template-columns: 1fr; /* 🔥 UNA SOLA COLUMNA */
    padding: 15px;
  }

  .simulator-form,
  .simulator-result {
    width: 100%;
  }

}
.about-wrapper{
  display:flex;
  justify-content:center;
}

.about-content{
  max-width:700px;
  text-align:center;
}
.about-content.centered{
  max-width:700px;
  margin:0 auto;
  text-align:center;
}

.about-features-premium{
  display:grid;
  grid-template-columns:1fr;
  gap:15px;
  margin-top:25px;
}

.feature-box{
  display:flex;
  align-items:center;
  gap:15px;
  background:#fff;
  padding:15px;
  border-radius:15px;
  box-shadow:0 5px 20px rgba(0,0,0,0.05);
  text-align:left;
}

.feature-box i{
  font-size:22px;
  color:#7c3aed;
}
.feature-box i{
  color:#22c55e !important;
}
.solicitud{
  margin-top:20px !important; /* 👈 reduce espacio */
  padding-top:40px !important;
}
.solicitud{
  margin-top:-40px !important;
  padding-top:40px !important;
}
.solicitud{
  margin-top:-60px !important;
  padding:60px 20px;
  border-top-left-radius:30px;
  border-top-right-radius:30px;
  background:#fff;
}
.cn-stats{
  background: #f8fafc;
  padding: 80px 20px;
}

.cn-container{
  max-width: 1100px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

.cn-box{
  flex: 1;
  min-width: 250px;
  text-align: center;
  padding: 30px 20px;
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 10px 40px rgba(0,0,0,0.05);
  transition: 0.3s;
}

.cn-box:hover{
  transform: translateY(-5px);
}

.cn-box h2{
  font-size: 42px;
  font-weight: 700;
  color: #7c3aed;
  margin-bottom: 10px;
}

.cn-box p{
  font-size: 15px;
  color: #555;
}

/* responsive */
@media(max-width:768px){
  .cn-container{
    flex-direction: column;
  }
}
.stats-premium{
  padding: 80px 20px;
  display: flex;
  justify-content: center;
}

.stats-card{
  width: 100%;
  max-width: 900px;

  display: flex;
  justify-content: space-between;
  gap: 20px;

  padding: 40px 30px;
  border-radius: 25px;

  background: rgba(255,255,255,0.06);
  backdrop-filter: blur(20px);

  box-shadow: 0 20px 60px rgba(0,0,0,0.3);
}

/* cada item */
.stat{
  flex: 1;
  text-align: center;
}

/* número grande */
.stat h2{
  font-size: 42px;
  font-weight: 700;
  background: linear-gradient(135deg,#7c3aed,#a855f7);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 10px;
}

/* texto */
.stat p{
  font-size: 14px;
  color: #ccc;
}

/* 📱 MOBILE */
@media(max-width:768px){
  .stats-card{
    flex-direction: column;
    text-align: center;
  }

  .stat h2{
    font-size: 36px;
  }
}
.stats-pro{
  padding: 60px 20px;
  display: flex;
  justify-content: center;
}

/* CARD PRINCIPAL (igual estilo PHP) */
.stats-box{
  width: 100%;
  max-width: 600px;

  background: rgba(255,255,255,0.05);
  backdrop-filter: blur(18px);

  border-radius: 25px;
  padding: 30px;

  box-shadow: 0 20px 60px rgba(0,0,0,0.4);
}

/* CADA ITEM */
.stat-item{
  text-align: center;
  padding: 20px 0;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

/* quitar línea al último */
.stat-item:last-child{
  border-bottom: none;
}

/* NÚMERO */
.stat-item h2{
  font-size: 38px;
  font-weight: 700;
  color: #a855f7;
  margin-bottom: 5px;
}

/* TEXTO */
.stat-item p{
  font-size: 14px;
  color: #ddd;
}
.contador-premium {
  display: flex;
  justify-content: space-around;
  padding: 80px 20px;
  background: linear-gradient(135deg, #1a1a2e, #6f42c1);
  border-radius: 20px;
  color: #fff;
  text-align: center;
}

.contador-premium .item h2 {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 10px;
}

.contador-premium .item p {
  font-size: 16px;
  opacity: 0.8;
}
.contador-premium {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 80px 40px;
  background: linear-gradient(135deg, #2a1f4d, #6f42c1);
  border-radius: 25px;
  color: #fff;
  text-align: center;
  flex-wrap: wrap;
}

.contador-premium .item {
  flex: 1;
  min-width: 200px;
}

.contador-premium h2 {
  font-size: 48px;
  font-weight: 800;
  margin-bottom: 10px;
}

.contador-premium p {
  font-size: 16px;
  opacity: 0.85;
}
.stats {
  padding: 60px 20px;
}

.stats-container {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  background: linear-gradient(135deg, #5f2eea, #7b61ff);
  border-radius: 25px;
  padding: 40px 20px;
  color: white;
  flex-wrap: wrap;
}

.stat {
  flex: 1;
  text-align: center;
  min-width: 120px;
}

.stat h2 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 10px;
}

.stat p {
  font-size: 14px;
  opacity: 0.85;
}
.stats {
  padding: 60px 20px;
}

.stats-container {
  max-width: 1000px;
  margin: auto;
  padding: 50px 30px;
  border-radius: 25px;

  background: linear-gradient(135deg, #6f42c1, #8a5cf6);

  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;

  text-align: center;
}

.stat-box h2 {
  font-size: 48px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 10px;
}

.stat-box p {
  color: #e0d9ff;
  font-size: 16px;
}

/* 📱 RESPONSIVE (MUY IMPORTANTE) */
@media (max-width: 768px) {
  .stats-container {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .stat-box h2 {
    font-size: 36px;
  }
}
.stats {
  padding: 60px 20px;
}

.stats-card {
  max-width: 1000px;
  margin: auto;
  padding: 50px 30px;
  border-radius: 25px;

  /* 🔥 MISMO ESTILO DEL SIMULADOR */
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);

  box-shadow: 0 20px 60px rgba(0,0,0,0.4);

  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;

  text-align: center;
}

.stat-box h2 {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 10px;

  /* 🔥 MORADO PRO */
  background: linear-gradient(90deg, #a855f7, #6f42c1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.stat-box p {
  color: #ccc;
  font-size: 15px;
}

/* 📱 CELULAR */
@media (max-width: 768px) {
  .stats-card {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .stat-box h2 {
    font-size: 36px;
  }
}
.stats-card {
  background: rgba(15, 15, 25, 0.85) !important;
  backdrop-filter: blur(20px);
  position: relative;
  z-index: 10;
}
.stats-pro {
  padding: 80px 20px;
  display: flex;
  justify-content: center;
}

.stats-wrapper {
  width: 100%;
  max-width: 1100px;
  padding: 60px 40px;
  border-radius: 30px;

  /* 🔥 FONDO PRO */
  background: radial-gradient(circle at top left, #6f42c1, #0f0f1a);

  box-shadow: 
    0 20px 60px rgba(0,0,0,0.6),
    inset 0 0 40px rgba(255,255,255,0.05);

  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}

.stat-item {
  text-align: center;
  flex: 1;
}

.stat-number {
  font-size: 60px;
  font-weight: 800;
  color: #fff;
}

.stat-plus {
  font-size: 40px;
  color: #a855f7;
  margin-left: 5px;
}

.stat-item p {
  margin-top: 10px;
  color: #cfcfe6;
  font-size: 15px;
}

/* 📱 MOBILE */
@media (max-width: 768px) {
  .stats-wrapper {
    flex-direction: column;
    text-align: center;
  }

  .stat-number {
    font-size: 48px;
  }
}
.stats-clean {
  padding: 40px 20px;
  display: flex;
  justify-content: center;
}

.stats-row {
  display: flex;
  align-items: center;
  gap: 30px;

  background: rgba(0,0,0,0.5);
  backdrop-filter: blur(10px);

  padding: 20px 40px;
  border-radius: 20px;
}

.item {
  text-align: center;
}

.item h2 {
  color: #a855f7;
  font-size: 32px;
  margin: 0;
}

.item p {
  color: #aaa;
  font-size: 13px;
  margin-top: 5px;
}

.divider {
  width: 1px;
  height: 40px;
  background: rgba(255,255,255,0.1);
}

/* 📱 móvil */
@media (max-width: 768px) {
  .stats-row {
    flex-direction: column;
  }

  .divider {
    display: none;
  }
}
.stats{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap:15px;
  margin:20px 0;
}

.stat{
  background: rgba(255,255,255,0.05);
  border-radius:15px;
  padding:15px;
}

.stat h2{
  font-size:22px;
  margin:0;
  color:#fff;
}

.stat span{
  font-size:12px;
  opacity:.7;
}

.impacto-box{
  margin: 25px 0;
  padding: 20px;
  background: rgba(255,255,255,0.05);
  border-radius: 20px;
}

.impacto-item{
  margin-bottom: 18px;
}

.impacto-item:last-child{
  margin-bottom: 0;
}

.impacto-item h2{
  font-size: 28px;
  color: #a855f7;
  margin: 0;
}

.impacto-item p{
  font-size: 14px;
  opacity: .8;
  margin-top: 5px;
}
.impacto-item h2{
  text-shadow: 0 0 20px rgba(168,85,247,0.6);
}
/* CONTENEDOR */
.impacto-box{
  margin: 40px auto;
  max-width: 800px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

/* ITEM */
.impacto-item{
  flex: 1;
  text-align: center;
}

/* NÚMEROS */
.impacto-item h2{
  font-size: 32px;
  color: #6d28d9;
  margin: 0;
  font-weight: 700;
}

/* TEXTO */
.impacto-item p{
  margin-top: 8px;
  font-size: 14px;
  color: #555;
}
.impacto-box{
  margin: 40px auto;
  max-width: 400px;
  padding: 25px;

  background: #ffffff; /* 👈 CLAVE */
  border-radius: 20px;

  box-shadow: 0 10px 40px rgba(0,0,0,0.1); /* 👈 sombra */
}
.impacto-item{
  text-align: center;
  margin-bottom: 20px;
}

.impacto-item h2{
  font-size: 30px;
  color: #6d28d9;
  margin: 0;
}

.impacto-item p{
  margin-top: 5px;
  color: #555;
}
/* CENTRAR TODO EL BLOQUE */
.impacto-box{
  max-width: 420px;
  margin: 80px auto; /* 👈 lo centra y separa */
  padding: 30px;

  background: rgba(255,255,255,0.05); /* estilo glass */
  backdrop-filter: blur(15px);

  border-radius: 20px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.2);
  text-align: center;
}

/* ITEMS (vertical como tú quieres) */
.impacto-item{
  margin-bottom: 20px;
}

.impacto-item:last-child{
  margin-bottom: 0;
}

/* NÚMEROS */
.impacto-item h2{
  font-size: 32px;
  color: #a855f7;
  margin: 0;
}

/* TEXTO */
.impacto-item p{
  margin-top: 6px;
  font-size: 14px;
  opacity: .8;
}
.success{
  text-align: center;
  margin-bottom: 20px;
}

.impacto-clean-item{
  margin-bottom: 20px;
}

.impacto-clean-item:last-child{
  margin-bottom: 0;
}

.impacto-clean-item h2{
  font-size: 32px;
  color: #6d28d9;
  margin: 0;
}

.impacto-clean-item p{
  margin-top: 6px;
  font-size: 14px;
  color: #555;
}

.impacto-title{
  text-align: center;
  margin-top: 60px;
  font-size: 22px;
}
.impacto-clean{
  max-width: 420px;
  margin: 60px auto; /* 👈 centra */
  padding: 30px;

  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0 10px 40px rgba(0,0,0,0.1);

  text-align: center;
}

.impacto-clean-item{
  margin-bottom: 20px;
}

.impacto-clean-item:last-child{
  margin-bottom: 0;
}

.impacto-clean-item h2{
  font-size: 32px;
  color: #6d28d9;
  margin: 0;
}

.impacto-clean-item p{
  margin-top: 6px;
  font-size: 14px;
  color: #555;
}

.impacto-title{
  text-align: center;
  margin-top: 60px;
  font-size: 22px;
}
/* SECCIÓN */
.impacto-pro{
  padding: 80px 20px;
  text-align: center;
  background: #f9fafb;
}

/* TITULO */
.impacto-pro-title{
  font-size: 26px;
  color: #111;
  margin-bottom: 30px;
}

/* CARD */
.impacto-pro-card{
  max-width: 420px;
  margin: 0 auto;
  padding: 35px 30px;

  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.08);
}

/* ITEMS */
.impacto-pro-item{
  margin-bottom: 22px;
}

.impacto-pro-item:last-child{
  margin-bottom: 0;
}

/* NUMEROS */
.impacto-pro-item h3{
  font-size: 34px;
  font-weight: 700;
  color: #6d28d9;
  margin: 0;
}

/* TEXTO */
.impacto-pro-item p{
  margin-top: 6px;
  font-size: 14px;
  color: #666;
}
.impacto-pro2{
  padding: 80px 20px;
  text-align: center;
  background: radial-gradient(circle at top, #1a1a2e, #0f0f1a);
  color: #fff;
}

.impacto-pro2 h2{
  font-size: 26px;
  margin-bottom: 30px;
}

/* CARD GLASS */
.impacto-card2{
  max-width: 420px;
  margin: 0 auto;
  padding: 30px;

  background: rgba(255,255,255,0.05);
  backdrop-filter: blur(15px);

  border-radius: 20px;
  border: 1px solid rgba(255,255,255,0.1);

  box-shadow: 0 20px 60px rgba(124,58,237,0.3);
}

/* ITEMS */
.impacto-row{
  padding: 15px 0;
}

/* NUMEROS */
.impacto-row h3{
  font-size: 36px;
  color: #a855f7;
  margin: 0;
  text-shadow: 0 0 20px rgba(168,85,247,0.6);
}

/* TEXTO */
.impacto-row p{
  margin-top: 5px;
  font-size: 14px;
  opacity: 0.8;
}

/* LINEA */
.line{
  height: 1px;
  background: rgba(255,255,255,0.1);
  margin: 10px 0;
}
.impacto-real{
  padding: 80px 20px;
  text-align: center;
}

.impacto-real h2{
  font-size: 26px;
  color: #111;
  margin-bottom: 40px;
}

/* CONTENEDOR CENTRADO */
.impacto-lista{
  max-width: 400px;
  margin: 0 auto;
}

/* ITEMS */
.impacto-item{
  padding: 15px 0;
}

/* NUMEROS */
.impacto-item h3{
  font-size: 36px;
  color: #7c3aed; /* tu morado */
  margin: 0;
  font-weight: 700;
}

/* TEXTO */
.impacto-item p{
  margin-top: 6px;
  color: #666;
  font-size: 14px;
}

/* LINEA SUAVE */
.impacto-linea{
  height: 1px;
  background: rgba(0,0,0,0.08);
}
.impacto {
  text-align: center;
  padding: 60px 20px;
}

.impacto h2 {
  color: #fff;
  font-size: 28px;
  margin-bottom: 40px;
}

.impacto-grid {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.impacto-card {
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(12px);
  border-radius: 16px;
  padding: 30px 25px;
  width: 220px;

  border: 1px solid rgba(255,255,255,0.08);

  transition: 0.3s ease;
}

.impacto-card:hover {
  transform: translateY(-5px);
  border: 1px solid rgba(168, 85, 247, 0.5);
  box-shadow: 0 0 20px rgba(168, 85, 247, 0.2);
}

.impacto-num {
  font-size: 36px;
  font-weight: bold;
  color: #a855f7;
  margin-bottom: 10px;
}

.impacto-text {
  font-size: 15px;
  color: rgba(255,255,255,0.7);
}
.impacto {
  display: flex;
  justify-content: center;
  padding: 60px 20px;
}

.impacto-container {
  width: 100%;
  max-width: 600px;

  background: rgba(255,255,255,0.04);
  backdrop-filter: blur(20px);
  border-radius: 20px;

  padding: 40px 25px;

  border: 1px solid rgba(255,255,255,0.08);
}

.impacto h2 {
  text-align: center;
  color: #c084fc;
  font-size: 22px;
  margin-bottom: 10px;
}

.linea {
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, #7c3aed, #a855f7);
  margin: 0 auto 30px auto;
  border-radius: 10px;
}

.impacto-item {
  text-align: center;
  padding: 20px 0;
  border-bottom: 1px solid rgba(255,255,255,0.05);
}

.impacto-item:last-child {
  border-bottom: none;
}

.numero {
  font-size: 42px;
  font-weight: bold;
  color: #a855f7;

  text-shadow: 0 0 12px rgba(168,85,247,0.4);
}

.label {
  font-size: 14px;
  color: rgba(255,255,255,0.6); /* gris suave */
  margin-top: 5px;
}
#impacto-clean {
  all: initial;
  font-family: Arial, sans-serif;
  display: block;
  padding: 60px 20px;
  text-align: center;
}

/* vuelve a activar estilos internos */
#impacto-clean * {
  all: unset;
  box-sizing: border-box;
  display: revert;
}

#impacto-clean h2 {
  color: #c084fc;
  font-size: 24px;
  margin-bottom: 30px;
}

#impacto-clean .box {
  max-width: 500px;
  margin: auto;
  background: rgba(255,255,255,0.04);
  backdrop-filter: blur(20px);
  border-radius: 20px;
  padding: 30px;
  border: 1px solid rgba(255,255,255,0.08);
}

#impacto-clean .item {
  padding: 20px 0;
  border-bottom: 1px solid rgba(255,255,255,0.05);
}

#impacto-clean .item:last-child {
  border-bottom: none;
}

#impacto-clean .num {
  font-size: 40px;
  font-weight: 800;

  background: linear-gradient(90deg, #a855f7, #c084fc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  text-shadow: 0 0 25px rgba(168,85,247,0.6);
}

#impacto-clean p {
  color: rgba(255,255,255,0.6);
  font-size: 14px;
}
#impacto-clean {
  padding: 60px 20px;
  text-align: center;
}

#impacto-clean h2 {
  color: #a855f7 !important;
  font-size: 26px;
  margin-bottom: 30px;
}

#impacto-clean .box {
  max-width: 500px;
  margin: auto;

  background: rgba(20, 20, 30, 0.6) !important;
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);

  border-radius: 20px;
  padding: 30px;

  border: 1px solid rgba(168, 85, 247, 0.2);
}

#impacto-clean .item {
  padding: 20px 0;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

#impacto-clean .item:last-child {
  border-bottom: none;
}

#impacto-clean .num {
  font-size: 42px;
  font-weight: bold;
  color: #a855f7 !important;
  text-shadow: 0 0 15px rgba(168,85,247,0.5);
}

#impacto-clean .item p {
  color: rgba(255,255,255,0.7) !important;
  font-size: 14px;
  margin-top: 5px;
}
#impacto-clean .box {
  background: rgba(20, 20, 35, 0.55) !important;
  backdrop-filter: blur(20px) !important;
  -webkit-backdrop-filter: blur(20px) !important;

  border-radius: 25px;
  padding: 30px;

  border: 1px solid rgba(168, 85, 247, 0.25);

  box-shadow: 
    0 10px 40px rgba(0,0,0,0.5),
    inset 0 0 20px rgba(168,85,247,0.05);
}

#impacto-clean .num {
  font-size: 44px;
  font-weight: 700;

  background: linear-gradient(90deg, #a855f7, #c084fc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  text-shadow: 0 0 25px rgba(168,85,247,0.5);
}

#impacto-clean .item p {
  color: rgba(255,255,255,0.75) !important;
}
#impacto-clean {
  padding: 60px 20px;
  text-align: center;
}

#impacto-clean h2 {
  color: #a855f7;
  font-size: 26px;
  margin-bottom: 30px;
}

#impacto-clean .impacto-grid {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

#impacto-clean .card {
  background: linear-gradient(145deg, #0f0f1f, #1a1a2e);
  border-radius: 18px;
  padding: 25px;

  border: 1px solid rgba(124,58,237,0.2);

  box-shadow: 
    0 10px 30px rgba(0,0,0,0.6),
    inset 0 0 20px rgba(124,58,237,0.05);

  transition: all 0.3s ease;
}

#impacto-clean .card:hover {
  transform: translateY(-5px);
  box-shadow: 0 0 20px rgba(168,85,247,0.3);
}

#impacto-clean .num {
  font-size: 36px;
  font-weight: bold;
  color: #a855f7;
}

#impacto-clean .card p {
  color: #9ca3af;
  font-size: 14px;
  margin-top: 5px;
}
#impacto-clean {
  margin-top: 20px; /* antes seguro tienes mucho */
  padding-top: 20px;
}
#impacto-clean .impacto-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  justify-content: center;
  max-width: 500px;
  margin: auto;
}
#impacto-clean .card {
  background: #0b0b14;
  border-radius: 20px;
  padding: 30px 20px;
  width: 100%;
}
#impacto-clean {
  text-align: center;
}
#impacto-clean {
  margin-top: -40px;
}
#servicios {
  padding: 60px 20px;
  text-align: center;
}

#servicios h2 {
  font-size: 28px;
  color: #7c3aed;
  margin-bottom: 10px;
}

#servicios .sub {
  color: #6b7280;
  font-size: 15px;
  margin-bottom: 40px;
}

/* GRID */
.servicios-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  max-width: 700px;
  margin: auto;
}

/* CARD */
.servicio {
  display: flex;
  align-items: center;
  gap: 12px;

  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  padding: 15px;

  transition: 0.2s ease;
}

.servicio:hover {
  border-color: #7c3aed;
  box-shadow: 0 4px 15px rgba(124,58,237,0.1);
}

/* ICONO */
.servicio .icon {
  font-size: 20px;
  color: #10b981;
}

/* TITULO */
.servicio h3 {
  font-size: 15px;
  margin: 0;
  color: #111827;
}

/* TEXTO */
.servicio p {
  font-size: 13px;
  color: #6b7280;
  margin: 2px 0 0;
}

/* 📱 MOBILE */
@media (max-width: 600px) {
  .servicios-grid {
    grid-template-columns: 1fr;
  }
}
#servicios {
  margin-top: 100px;
}
#servicios {
  padding: 40px 20px;
  text-align: center;
}

/* HEADER */
.servicios-header {
  max-width: 600px;
  margin: 0 auto 30px auto;
}

#servicios h2 {
  font-size: 28px;
  color: #7c3aed;
  margin-bottom: 10px;
}

.servicios-header p {
  color: #6b7280;
  font-size: 15px;
  line-height: 1.4;
}

/* GRID PERFECTO */
.servicios-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;

  max-width: 900px;
  margin: auto;
}

/* CARD */
.servicio-card {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  padding: 20px;

  text-align: left;
  transition: 0.25s;
}

.servicio-card:hover {
  border-color: #7c3aed;
  box-shadow: 0 6px 20px rgba(124,58,237,0.1);
}

/* ICONO */
.servicio-card .icon {
  font-size: 22px;
  margin-bottom: 10px;
  color: #10b981;
}

/* TITULO */
.servicio-card h3 {
  font-size: 15px;
  margin-bottom: 5px;
  color: #111827;
}

/* TEXTO */
.servicio-card p {
  font-size: 13px;
  color: #6b7280;
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .servicios-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 500px) {
  .servicios-grid {
    grid-template-columns: 1fr;
  }
}
.servicio-card .icon {
  margin-bottom: 10px;
}

.servicio-card i {
  font-size: 22px;
  color: #7c3aed;
}
.servicio-card i {
  color: #10b981 !important;
}
#servicios {
  margin-top: -40px;
  padding-top: 20px;
}
.servicio-card {
  transition: all 0.3s ease;
}

.servicio-card:hover {
  transform: translateY(-6px) scale(1.02);
}
.servicio-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 16px;
  background: radial-gradient(circle at top, rgba(124,58,237,0.08), transparent);
  opacity: 0;
  transition: 0.3s;
}

.servicio-card:hover::after {
  opacity: 1;
}
.servicio-card {
  position: relative;
  overflow: hidden;
}
#servicios h2::after {
  content: "";
  display: block;
  width: 40px;
  height: 3px;
  margin: 10px auto;
  background: linear-gradient(90deg, #7c3aed, #10b981);
  border-radius: 10px;
}
#bancos {
  padding: 50px 20px;
  text-align: center;
}

#bancos h2 {
  font-size: 26px;
  color: #7c3aed;
  margin-bottom: 10px;
}

#bancos p {
  color: #6b7280;
  font-size: 14px;
  margin-bottom: 30px;
}

/* GRID */
.bancos-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  max-width: 900px;
  margin: auto;
}

/* CARD LOGO */
.banco {
  background: #ffffff;
  border-radius: 14px;
  padding: 15px;

  border: 1px solid #e5e7eb;

  display: flex;
  align-items: center;
  justify-content: center;

  transition: 0.3s;
}

.banco:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.05);
}

/* IMAGEN */
.banco img {
  max-width: 100px;
  max-height: 40px;
  object-fit: contain;
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .bancos-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 500px) {
  .bancos-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.bancos-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  max-width: 800px;
  margin: auto;
}
@media (max-width: 900px) {
  .bancos-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 500px) {
  .bancos-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.banco {
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  padding: 10px;
}
.banco img {
  max-width: 90px;
  max-height: 35px;
  object-fit: contain;
}
.banco {
  transition: all 0.3s ease;
  cursor: pointer;
}

.banco:hover {
  transform: translateY(-6px) scale(1.02);
  box-shadow: 0 12px 30px rgba(124,58,237,0.15);
}
.banco::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 14px;
  background: radial-gradient(circle at top, rgba(124,58,237,0.08), transparent);
  opacity: 0;
  transition: 0.3s;
}

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

.banco {
  position: relative;
  overflow: hidden;
}
.banco {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeUp 0.6s ease forwards;
}

.banco:nth-child(1) { animation-delay: 0.1s; }
.banco:nth-child(2) { animation-delay: 0.2s; }
.banco:nth-child(3) { animation-delay: 0.3s; }
.banco:nth-child(4) { animation-delay: 0.4s; }
.banco:nth-child(5) { animation-delay: 0.5s; }
.banco:nth-child(6) { animation-delay: 0.6s; }

@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
#bancos h2::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  margin: 12px auto;
  background: linear-gradient(90deg, #7c3aed, #10b981);
  border-radius: 10px;
}
/* ===== SLIDER PREMIUM MORADO ===== */

input[type="range"] {
  -webkit-appearance: none;
  width: 100%;
  height: 6px;
  background: #2e2e3a;
  border-radius: 10px;
  outline: none;
}

/* TRACK */
input[type="range"]::-webkit-slider-runnable-track {
  height: 6px;
  background: linear-gradient(to right, #7c3aed 0%, #7c3aed 50%, #2e2e3a 50%);
  border-radius: 10px;
}

/* THUMB */
input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 18px;
  width: 18px;
  background: linear-gradient(135deg, #7c3aed, #a855f7);
  border-radius: 50%;
  cursor: pointer;
  margin-top: -6px;
  box-shadow: 0 0 10px rgba(124,58,237,0.6);
  border: none;
}

/* FIREFOX */
input[type="range"]::-moz-range-track {
  background: #2e2e3a;
  height: 6px;
  border-radius: 10px;
}

input[type="range"]::-moz-range-thumb {
  background: #7c3aed;
  border: none;
  height: 18px;
  width: 18px;
  border-radius: 50%;
}
.simulator-form input[type="range"] {
  transition: background 0.25s ease;
}
/* TRACK REAL */
.simulator-form input[type="range"]::-webkit-slider-runnable-track {
  height: 6px;
  border-radius: 10px;
  background: transparent; /* 🔥 quita el gris interno */
}

/* FIREFOX */
.simulator-form input[type="range"]::-moz-range-track {
  background: transparent;
}
.simulator-form input[type="range"] {
  -webkit-appearance: none;
  width: 100%;
  height: 6px;
  border-radius: 50px;
  background: #ede9fe;
  outline: none;
}
#impacto-clean {
  padding: 60px 20px; /* 🔥 menos espacio muerto */
  text-align: center;
}
#impacto-clean h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 40px;

  background: linear-gradient(90deg, #7c3aed, #a855f7);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.impacto-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  max-width: 900px;
  margin: auto;
}
@media (max-width: 768px) {
  .impacto-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
#impacto-clean .card {
  background: rgba(20, 20, 35, 0.6);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);

  border-radius: 20px;
  padding: 25px 20px;

  border: 1px solid rgba(124,58,237,0.2);

  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
#impacto-clean .card:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 40px rgba(124,58,237,0.2);
}
#impacto-clean .card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top, rgba(124,58,237,0.15), transparent);
  opacity: 0;
  transition: 0.3s;
}

#impacto-clean .card:hover::before {
  opacity: 1;
}
#impacto-clean .num {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 8px;

  background: linear-gradient(90deg, #7c3aed, #c084fc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  text-shadow: 0 0 15px rgba(124,58,237,0.4);
}
#impacto-clean .card p {
  font-size: 14px;
  color: rgba(255,255,255,0.7);
}
#impacto-clean .card:hover {
  transform: translateY(-8px) scale(1.02);

  box-shadow: 
    0 20px 60px rgba(124,58,237,0.3),
    inset 0 0 30px rgba(124,58,237,0.1);

  border-color: rgba(124,58,247,0.5);
}
#impacto-clean .card p {
  color: rgba(255,255,255,0.6);
  font-size: 14px;
}
#impacto-clean .card {
  background: linear-gradient(145deg, #0f0f1f, #1a1a2e) !important;
}
#reviews {
  padding: 70px 0;
  width: 100%;
  overflow: hidden;
}

.reviews-header h2 {
  font-size: 28px;
  font-weight: 700;
  color: #7c3aed;
}

.reviews-header p {
  color: #666;
  margin: 10px 0 20px;
}

.google-rating {
  margin-bottom: 30px;
  font-size: 14px;
}

.google-logo {
  font-weight: bold;
  color: #4285F4;
}

/* SLIDER */
.reviews-slider {
  overflow: hidden;
}

.reviews-track {
  display: flex;
  gap: 20px;
  width: calc(300px * 8); /* 👈 importante */
  animation: scrollReviews 20s linear infinite;
}

/* TARJETAS */
.review-card {
  min-width: 300px;
  max-width: 300px;

  background: linear-gradient(145deg, #0f0f1f, #1a1a2e);
  border-radius: 20px;
  padding: 20px;

  text-align: left;
  color: white;

  border: 1px solid rgba(124,58,237,0.2);

  box-shadow:
    0 10px 30px rgba(0,0,0,0.6),
    inset 0 0 20px rgba(124,58,237,0.05);
}

/* AVATAR */
.avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #22c55e;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  margin-bottom: 10px;
}

.avatar.purple {
  background: #7c3aed;
}

/* TEXTO */
.review-card h4 {
  margin: 5px 0;
  font-size: 15px;
}

.stars {
  color: #fbbf24;
}

.review-card p {
  font-size: 14px;
  margin: 10px 0;
}

.source {
  font-size: 12px;
  color: rgba(255,255,255,0.5);
}

/* ANIMACIÓN */
@keyframes scrollReviews {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
/* RESPONSIVE */
@media (max-width: 1024px) {
  .review-card {
    min-width: 260px;
  }
}

@media (max-width: 600px) {
  .review-card {
    min-width: 85%;
  }
}
.reviews-header {
  max-width: 900px;
  margin: auto;
  padding: 0 20px;
  text-align: center;
}
@keyframes scrollReviews {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
#reviews {
  background: transparent; /* o #f8f8f8 si quieres claro */
}
.reviews-slider::before,
.reviews-slider::after {
  content: "";
  position: absolute;
  top: 0;
  width: 80px;
  height: 100%;
  z-index: 2;
}

.reviews-slider::before {
  left: 0;
  background: linear-gradient(to right, #f8f8f8, transparent);
}

.reviews-slider::after {
  right: 0;
  background: linear-gradient(to left, #f8f8f8, transparent);
}
/* =========================
   FIX HERO + TESTIMONIOS
========================= */

/* 1. Encerrar el hero */
.hero__v6 {
  position: relative !important;
  overflow: hidden !important;
  z-index: 1 !important;
}

/* 2. Evitar que la tarjeta flotante invada todo */
.hero__v6 .hero-img .img-card {
  z-index: 2 !important;
}

/* 3. Asegurar que testimonios esté por encima */
#reviews {
  position: relative !important;
  z-index: 5 !important;
  padding: 70px 0 !important;
}

/* 4. Arreglar el slider */
.reviews-slider {
  width: 100% !important;
  overflow: hidden !important;
  position: relative !important;
}

.reviews-track {
  display: flex !important;
  gap: 20px !important;
  width: max-content !important;
  animation: scrollReviews 25s linear infinite !important;
}

.review-card {
  flex: 0 0 auto !important;
  width: 300px !important;
}

/* 5. Móvil */
@media (max-width: 768px) {
  .review-card {
    width: 85% !important;
  }

  .hero__v6 .hero-img .img-card {
    position: relative !important;
    bottom: 0 !important;
    left: 0 !important;
    margin-top: 20px !important;
  }
}
.reviews-track {
  display: flex !important;
  gap: 20px !important;

  width: max-content !important;

  animation: scrollReviews 40s linear infinite !important;
}
.reviews-slider {
  overflow: hidden !important;
  width: 100% !important;
}
.review-card {
  flex: 0 0 auto !important;
  width: 320px !important;
}
@media (max-width: 768px) {

  .reviews-track {
    animation: scrollReviewsMobile 35s linear infinite !important;
  }

  .review-card {
    width: 85% !important;
  }

}
@keyframes scrollReviewsMobile {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-70%);
  }
}
/* 🔥 SACAR EL SLIDER DEL CONTAINER */
#reviews {
  width: 100vw !important;
  margin-left: calc(-50vw + 50%) !important;
}

/* CONTENEDOR INTERNO SOLO PARA TEXTO */
.reviews-header {
  max-width: 900px;
  margin: auto;
  padding: 0 20px;
}
.reviews-slider {
  width: 100%;
  overflow: hidden;
}
.review-card {
  flex: 0 0 auto;
  width: 320px;
}
.review-card {
  background: #ffffff !important;
  color: #111 !important;
  border-radius: 20px;
  padding: 20px;
  width: 300px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.review-card h4 {
  color: #111;
}

.review-card p {
  color: #555;
}

.review-card .source {
  color: #999;
  font-size: 13px;
}
.reviews-track {
  display: flex;
  gap: 20px;
  width: max-content;

  animation: scrollReviews 35s linear infinite;
}

@keyframes scrollReviews {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@media (max-width: 768px) {

  .reviews-track {
    animation: scrollMobile 25s linear infinite;
  }

  .review-card {
    width: 85%;
  }

}
@keyframes scrollMobile {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-70%);
  }
}
@media (max-width: 768px) {

  .reviews-track {
    animation: none !important;
    transform: none !important;

    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding-bottom: 10px;
  }

  .reviews-slider {
    overflow: hidden;
  }

  .review-card {
    min-width: 85%;
    scroll-snap-align: center;
  }

}
.reviews-track::-webkit-scrollbar {
  display: none;
}
@media (max-width: 768px) {

  .reviews-track {
    animation: none !important;
    transform: translateX(0) !important; /* 🔥 ESTO ARREGLA TODO */

    display: flex;
    gap: 15px;

    overflow-x: auto;
    padding-left: 15px; /* 🔥 evita que se corte la primera tarjeta */
  }

}
@media (max-width: 768px) {

  .review-card {
    min-width: 85%;
    flex: 0 0 auto;
  }

}
.reviews-track {
  scroll-behavior: smooth;
}
.reviews-track::-webkit-scrollbar {
  display: none;
}
@media (max-width: 768px) {

  #reviews {
    width: 100% !important;
    margin-left: 0 !important; /* 🔥 ESTO ARREGLA EL PROBLEMA */
  }

}
@media (max-width: 768px) {

  .reviews-track {
    transform: none !important;
    animation: none !important;

    padding-left: 15px;
    padding-right: 15px;
  }

}
@media (max-width: 768px) {

  .review-card {
    min-width: 85%;
  }

}
/* =========================
   TESTIMONIOS PREMIUM
========================= */

.reviews-slider {
  overflow-x: auto;
  padding: 20px;
}

.reviews-track {
  display: flex;
  gap: 20px;
}

/* TARJETAS */
.review-card {
  min-width: 300px;
  background: #ffffff;
  border-radius: 20px;
  padding: 20px;

  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  transition: 0.3s;
}

.review-card:hover {
  transform: translateY(-5px);
}

/* HEADER */
.review-header {
  display: flex;
  align-items: center;
  gap: 10px;
}

/* AVATAR */
.avatar {
  width: 40px;
  height: 40px;
  background: #22c55e;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}

.avatar.purple {
  background: #7c3aed;
}

/* TEXTO */
.review-card p {
  margin: 10px 0;
  color: #555;
}

.source {
  font-size: 12px;
  color: #999;
}

/* BOTÓN */
.reviews-action {
  text-align: center;
  margin-top: 30px;
}

.btn-review {
  background: linear-gradient(135deg, #7c3aed, #9b6dff);
  color: white;
  padding: 12px 25px;
  border-radius: 10px;
  text-decoration: none;
}

/* OCULTAR SCROLL */
.reviews-slider::-webkit-scrollbar {
  display: none;
}
#reviews {
  padding: 80px 20px;
  text-align: center;
}

.reviews-container {
  overflow: hidden;
  width: 100%;
  position: relative;
}

/* TRACK */
.reviews-track {
  display: flex;
  gap: 20px;
  width: fit-content;
}

/* TARJETAS */
.review-card {
  min-width: 300px;
  margin: 10px;
  background: #fff;
  border-radius: 20px;
  padding: 20px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  text-align: left;
}

/* HEADER */
.review-header {
  display: flex;
  gap: 10px;
  align-items: center;
}

/* AVATAR */
.avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #22c55e;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* BOTONES */
.nav {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  background: #7c3aed;
  color: white;
  border: none;
  font-size: 24px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
}

.prev { left: -10px; }
.next { right: -10px; }

/* BOTÓN RESEÑA */
.btn-review {
  display: inline-block;
  margin-top: 30px;
  background: linear-gradient(135deg, #7c3aed, #9b6dff);
  padding: 12px 25px;
  border-radius: 10px;
  color: white;
  text-decoration: none;
}
.reviews-container {
  overflow: hidden;
  width: 100%;
}

.reviews-track {
  display: flex;
  gap: 20px;
  width: max-content;
  animation: scrollReviews 30s linear infinite;
}

.review-card {
  min-width: 280px;
  flex-shrink: 0;
}

@keyframes scrollReviews {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@media (max-width: 768px) {
  .reviews-track {
    animation: none; /* 🔥 importante */
  }

  .reviews-container {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .reviews-track {
    width: auto;
  }
}
@media (min-width: 769px) {
  .reviews-track {
    animation: scrollReviews 30s linear infinite;
  }
}
@media (max-width: 768px) {

  .reviews-container {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .reviews-track {
    animation: none;
    width: max-content;
  }

}
.offcanvas {
  max-width: 300px;
}
#reviews {
  overflow: hidden;
}
body.offcanvas-open {
  overflow: hidden;
}

.offcanvas {
  z-index: 9999 !important;
  width: 300px !important;
}

.offcanvas-backdrop {
  z-index: 9998 !important;
}
.reviews-container {
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}

.reviews-track {
  display: flex;
  gap: 16px;
}

.review-card {
  min-width: 280px;
  scroll-snap-align: center;
}
.offcanvas-body .navbar-nav {
  flex-direction: column;
  gap: 10px;
}
/* ===== FIX REVIEWS (NO TOCAR ARRIBA, SOLO PEGAR AQUÍ) ===== */

#reviews {
  padding: 60px 0;
  overflow: hidden;
}

.reviews-container {
  overflow-x: auto !important;
  -webkit-overflow-scrolling: touch;
}

.reviews-track {
  display: flex !important;
  gap: 16px;
  padding: 20px;
  width: max-content;
  transform: none !important;
  animation: none !important;
}

.review-card {
  min-width: 280px;
  max-width: 300px;
  background: #ffffff !important;
  border-radius: 16px;
  padding: 20px;
  flex-shrink: 0;
  border: 1px solid #eee;
  box-shadow: 0 10px 25px rgba(0,0,0,0.05);
}

/* 🔥 ELIMINA COSAS RARAS (bolas moradas) */
.reviews-track::before,
.reviews-track::after,
.review-card::before,
.review-card::after {
  display: none !important;
  content: none !important;
}

/* SCROLL LIMPIO */
.reviews-container {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.reviews-track {
  display: flex;
  gap: 16px;
  padding: 20px;
}

/* TARJETAS */
.review-card {
  min-width: 280px;
  max-width: 300px;
  background: #fff;
  border-radius: 16px;
  padding: 20px;
  flex-shrink: 0;
  border: 1px solid #eee;
  box-shadow: 0 10px 25px rgba(0,0,0,0.05);
}
/* SCROLL PRO */
.reviews-container {
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
  cursor: grab;
}

.reviews-container:active {
  cursor: grabbing;
}

.reviews-track {
  display: flex;
  gap: 16px;
  padding: 20px;
}

/* TARJETAS CON SNAP */
.review-card {
  min-width: 280px;
  max-width: 300px;
  flex-shrink: 0;
  scroll-snap-align: center;
}
.reviews-container {
  touch-action: pan-x;
}
.review-card {
  user-select: none;
}
.reviews-container::-webkit-scrollbar {
  height: 6px;
}

.reviews-container::-webkit-scrollbar-thumb {
  background: #c4b5fd;
  border-radius: 10px;
}
/* efecto fade lateral premium */
.reviews-container {
  position: relative;
}

.reviews-container::before,
.reviews-container::after {
  content: "";
  position: absolute;
  top: 0;
  width: 40px;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}

.reviews-container::before {
  left: 0;
  background: linear-gradient(to right, #fff, transparent);
}

.reviews-container::after {
  right: 0;
  background: linear-gradient(to left, #fff, transparent);
}
/* ===== REVIEWS SUPER SUAVE ===== */

.reviews-container {
  overflow-x: auto;
  display: flex;
  gap: 16px;
  padding: 20px;

  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;

  touch-action: pan-x;
}

/* track ya no necesita nada */
.reviews-track {
  display: contents;
}

/* tarjetas */
.review-card {
  min-width: 280px;
  max-width: 300px;

  scroll-snap-align: center;
  flex-shrink: 0;

  user-select: none;
}
/* ===== FIX REVIEWS (NO TOCAR NADA MÁS) ===== */

#reviews .reviews-container {
  overflow-x: auto !important;
  -webkit-overflow-scrolling: touch !important;
}

#reviews .reviews-track {
  display: flex !important;
  gap: 16px !important;
  transform: none !important;
  animation: none !important;
}

#reviews .review-card {
  min-width: 260px !important;
  flex-shrink: 0 !important;
}
/* ===== WHATSAPP PREMIUM ===== */

.whatsapp-container {
  position: fixed;
  right: 20px;
  bottom: 90px;
  z-index: 9999;
}

.whatsapp-btn {
  display: flex;
  align-items: center;
  gap: 10px;

  background: linear-gradient(135deg, #7c3aed, #a855f7);
  color: #fff;

  padding: 12px 16px;
  border-radius: 50px;

  font-size: 14px;
  font-weight: 500;

  box-shadow: 0 10px 30px rgba(124, 58, 237, 0.4);

  text-decoration: none;
  transition: all 0.3s ease;
}

.whatsapp-icon {
  width: 40px;
  height: 40px;

  background: rgba(255,255,255,0.2);
  border-radius: 50%;

  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 18px;
}

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

/* animación suave */
.whatsapp-btn {
  animation: whatsappFloat 3s ease-in-out infinite;
}

@keyframes whatsappFloat {
  0% { transform: translateY(0); }
  50% { transform: translateY(-4px); }
  100% { transform: translateY(0); }
}

/* móvil */
@media (max-width: 768px) {
  .whatsapp-text {
    display: none;
  }

  .whatsapp-btn {
    padding: 12px;
    border-radius: 50%;
  }
}
/* ===== MEJORA PREMIUM WHATSAPP (SEGURA) ===== */

/* efecto brillo suave */
.whatsapp-btn::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50px;
  background: linear-gradient(120deg, transparent, rgba(255,255,255,0.4), transparent);
  opacity: 0;
  transition: 0.4s;
}

.whatsapp-btn:hover::after {
  opacity: 1;
}

/* indicador online */
.whatsapp-icon::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: #22c55e;
  border-radius: 50%;
  bottom: 2px;
  right: 2px;
  border: 2px solid white;
}

/* pequeño rebote cada cierto tiempo */
@keyframes whatsappBounce {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-3px); }
}

.whatsapp-btn {
  animation: whatsappBounce 4s infinite;
}

/* TEXTO WHATSAPP PRO */
.whatsapp-btn {
  position: relative;
}

/* etiqueta */
.whatsapp-btn::before {
  content: "Asesor en línea";
  position: absolute;
  right: 65px;
  top: 50%;
  transform: translateY(-50%);

  background: #fff;
  color: #333;

  padding: 6px 10px;
  border-radius: 8px;

  font-size: 12px;
  white-space: nowrap;

  box-shadow: 0 5px 15px rgba(0,0,0,0.1);

  opacity: 0;
  transition: 0.3s;
}

/* aparece suave */
.whatsapp-btn:hover::before {
  opacity: 1;
}

/* móvil SIEMPRE visible */
@media (max-width: 768px) {
  .whatsapp-btn::before {
    opacity: 1;
    right: 60px;
    font-size: 11px;
  }
}

/* ===== AVATARES COLORES ===== */
.avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: white;
  font-size: 16px;
}

.avatar.red { background: #ea4335; }
.avatar.blue { background: #4285f4; }
.avatar.green { background: #34a853; }
.avatar.yellow { background: #fbbc05; }
.avatar.purple { background: #8e44ad; }

/* ===== ESTRELLAS ===== */
.stars {
  color: #fbbc05;
  font-size: 14px;
  letter-spacing: 2px;
}

/* ===== TARJETAS PREMIUM ===== */
.review-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 18px;
  border: 1px solid rgba(0,0,0,0.05);
  box-shadow: 0 10px 25px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
}

.review-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 15px 35px rgba(0,0,0,0.08);
}

/* ===== TEXTO GOOGLE ===== */
.source {
  font-size: 12px;
  color: #777;
  display: flex;
  align-items: center;
  gap: 5px;
}

/* ===== SCROLL SUAVE ===== */
html {
  scroll-behavior: smooth;
}
.reviews-container {
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding-bottom: 10px;
}

.review-card {
  min-width: 280px;
  scroll-snap-align: start;
}
/* INFO EXTRA */
.extra-info {
  display: flex;
  justify-content: space-between;
  margin-top: 6px;
}

.location {
  font-size: 12px;
  color: #666;
}

.date {
  font-size: 11px;
  color: #999;
}
/* ===== CONTACTO PREMIUM ===== */
.contact-premium {
  padding: 80px 20px;
  background: #f8f7ff;
}

.contact-header {
  text-align: center;
  margin-bottom: 50px;
}

.contact-header h2 {
  color: #6d28d9;
  font-size: 32px;
  font-weight: 700;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

.contact-info .info-card {
  background: #fff;
  padding: 15px;
  border-radius: 12px;
  margin-bottom: 15px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.contact-info iframe {
  width: 100%;
  height: 200px;
  border-radius: 12px;
  margin-top: 10px;
}

.contact-form {
  background: #fff;
  padding: 25px;
  border-radius: 16px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  margin-bottom: 12px;
  padding: 12px;
  border-radius: 10px;
  border: 1px solid #ddd;
}

.contact-form button {
  width: 100%;
  padding: 12px;
  border: none;
  background: linear-gradient(45deg, #7c3aed, #9333ea);
  color: #fff;
  border-radius: 10px;
  font-weight: 600;
}

/* ===== FOOTER ===== */
.footer-premium {
  background: #1e1b4b;
  color: #fff;
  padding: 50px 20px;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.footer-bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 10px;
}

/* RESPONSIVE */
@media(max-width:768px){
  .contact-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }
}
.map-wrapper {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.map-wrapper iframe {
  width: 100%;
  height: 260px;
  border: none;
}

.map-card {
  position: absolute;
  top: 15px;
  left: 15px;
  background: white;
  padding: 12px 15px;
  border-radius: 12px;
  display: flex;
  gap: 10px;
  align-items: center;
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
  font-size: 14px;
}

.map-logo {
  font-size: 22px;
}

.stars {
  color: #f59e0b;
}
map-wrapper {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
}

.map-wrapper iframe {
  width: 100%;
  height: 400px; /* 🔥 más grande */
  border: none;
}

/* TARJETA ESTILO GOOGLE */
.map-card-pro {
  position: absolute;
  top: 30px;
  left: 30px;
  background: white;
  padding: 18px 22px;
  border-radius: 15px;
  width: 260px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.2);
}

.map-header {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 8px;
}

.map-stars {
  color: #f59e0b;
  margin-bottom: 10px;
}

.map-info {
  font-size: 14px;
  color: #555;
}

/* ===== GOOGLE STYLE MAP ===== */

.map-wrapper {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
}

.map-wrapper iframe {
  width: 100%;
  height: 420px;
  border: none;
}

/* TARJETA GOOGLE */
.map-card-pro {
  position: absolute;
  top: 20px;
  left: 20px;
  background: white;
  padding: 15px;
  border-radius: 15px;
  width: 260px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.25);
  font-family: Arial, sans-serif;
}

/* FILA SUPERIOR */
.map-top {
  display: flex;
  align-items: center;
  gap: 10px;
}

/* ESTRELLAS */
.stars {
  color: #fbbc04;
  font-size: 14px;
}

/* UBICACIÓN */
.map-location {
  margin-top: 10px;
  color: #555;
  font-size: 14px;
}
/* ===== MAPA PRO SIN ROMPER NADA ===== */

/* contenedor */
.map-wrapper {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
}

/* mapa */
.map-wrapper iframe {
  width: 100%;
  height: 420px;
  border: none;
}

/* tarjeta flotante */
.map-card-pro {
  position: absolute;
  top: 20px;
  left: 20px;
  background: white;
  padding: 12px 15px;
  border-radius: 14px;
  width: 220px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.25);
  z-index: 10;
}

/* contenido */
.map-top {
  display: flex;
  align-items: center;
  gap: 10px;
}

/* logo seguro (NO imagen) */
.map-logo {
  width: 35px;
  height: 35px;
  background: linear-gradient(135deg, #7c3aed, #9333ea);
  color: white;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  font-size: 16px;
}

/* estrellas */
.map-rating {
  color: #fbbc04;
  font-size: 13px;
}

.map-rating span {
  color: #333;
  margin-left: 5px;
}

/* ubicación */
.map-location {
  margin-top: 8px;
  font-size: 13px;
  color: #555;
}
/* ===== GOOGLE STYLE REAL ===== */

.map-wrapper iframe {
  height: 520px !important;
}

/* TARJETA */
.map-card-pro {
  position: absolute;
  top: 40px;
  left: 20px;
  background: #fff;
  padding: 14px;
  border-radius: 16px;
  width: 250px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.25);
  z-index: 10;
  animation: floatMap 3s ease-in-out infinite;
  font-family: Arial, sans-serif;
}

/* EFECTO FLOTANTE */
@keyframes floatMap {
  0% { transform: translateY(0px); }
  50% { transform: translateY(-4px); }
  100% { transform: translateY(0px); }
}

/* HEADER */
.map-header {
  display: flex;
  gap: 10px;
  align-items: center;
}

/* LOGO */
.map-logo {
  width: 36px;
  height: 36px;
  background: linear-gradient(135deg, #7c3aed, #9333ea);
  color: #fff;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}

/* TÍTULO */
.map-title strong {
  font-size: 15px;
}

/* ESTRELLAS */
.map-stars {
  font-size: 13px;
  color: #fbbc04;
}

.map-stars span {
  color: #333;
  margin-left: 5px;
}

.map-stars small {
  color: #666;
  margin-left: 4px;
}

/* STATUS */
.map-status {
  margin-top: 6px;
  font-size: 13px;
  color: #188038;
  font-weight: 500;
}

/* UBICACIÓN */
.map-location {
  margin-top: 6px;
  font-size: 13px;
  color: #555;
}

/* BOTÓN */
.map-btn {
  display: block;
  margin-top: 10px;
  text-align: center;
  padding: 8px;
  border-radius: 8px;
  background: #1a73e8;
  color: white;
  text-decoration: none;
  font-size: 13px;
  font-weight: 500;
}

.map-btn:hover {
  background: #1558c0;
}
/* ===== FIX MAPA PRO ===== */

.map-card-pro {
  width: 200px !important;
  padding: 10px !important;
  top: 60px !important;
  left: 15px !important;
  transform: scale(0.95);
}

/* texto abierto limpio */
.map-open {
  display: inline-block;
  font-size: 12px;
  color: #188038;
  font-weight: 500;
  margin-top: 4px;
}
/* ===== FIX FINAL MAPA ===== */

.map-card-pro {
  width: 180px !important;
  padding: 8px !important;
  top: auto !important;
  bottom: 20px !important;  /* 👈 BAJA LA TARJETA */
  left: 10px !important;
  transform: scale(0.9);
}

/* texto más compacto */
.map-card-pro strong {
  font-size: 14px;
}

.map-location {
  font-size: 12px;
}

.map-stars {
  font-size: 12px;
}
/* ===== FOOTER PREMIUM ARREGLADO ===== */
.footer-premium {
  background: linear-gradient(135deg, #1e1b4b, #312e81);
  color: #fff;
  padding: 40px 20px;
  text-align: center;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  margin-top: 40px;
}

.footer-premium h3 {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 600;
}

.footer-premium p {
  font-size: 14px;
  opacity: 0.8;
  margin: 5px 0;
}

.footer-premium hr {
  border: none;
  height: 1px;
  background: rgba(255,255,255,0.1);
  margin: 20px 0;
}

.footer-premium .footer-copy {
  font-size: 13px;
  opacity: 0.7;
}

/* BOTÓN WHATSAPP MÁS PRO */
.btn-whatsapp {
  background: linear-gradient(135deg, #7c3aed, #9333ea);
  border: none;
  border-radius: 12px;
  padding: 14px;
  width: 100%;
  color: #fff;
  font-weight: 600;
  box-shadow: 0 10px 25px rgba(124, 58, 237, 0.3);
  transition: 0.3s;
}

.btn-whatsapp:hover {
  transform: translateY(-2px);
}
/* ===== FOOTER PREMIUM AJUSTADO (SIN DAÑAR DISEÑO) ===== */
.footer-premium {
  background: linear-gradient(135deg, #5b21b6, #7c3aed);
  color: #fff;
  padding: 35px 20px;
  text-align: center;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  margin-top: 60px;

  /* 🔥 esto lo hace más ligero visualmente */
  box-shadow: 0 -10px 30px rgba(124, 58, 237, 0.2);
}

/* texto más limpio */
.footer-premium h3 {
  font-size: 20px;
  margin-bottom: 8px;
  font-weight: 600;
}

.footer-premium p {
  font-size: 14px;
  opacity: 0.85;
  margin: 4px 0;
}

/* línea divisora más suave */
.footer-premium hr {
  border: none;
  height: 1px;
  background: rgba(255,255,255,0.15);
  margin: 18px 0;
}

/* copyright más elegante */
.footer-premium .footer-copy {
  font-size: 12px;
  opacity: 0.65;
}
/* ===== FOOTER PREMIUM FINAL (NO ROMPE NADA) ===== */
.footer-premium {
  background: linear-gradient(135deg, #6d28d9, #7c3aed);
  color: #fff;
  padding: 30px 20px;
  text-align: center;

  /* forma elegante */
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;

  /* elimina hueco raro */
  margin-top: 20px;

  /* efecto moderno */
  box-shadow: 0 -8px 25px rgba(124, 58, 237, 0.25);
}

/* título */
.footer-premium h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
}

/* textos */
.footer-premium p {
  font-size: 14px;
  opacity: 0.85;
  margin: 4px 0;
}

/* línea divisora */
.footer-premium hr {
  border: none;
  height: 1px;
  background: rgba(255,255,255,0.15);
  margin: 15px 0;
}

/* copyright */
.footer-premium .footer-copy {
  font-size: 12px;
  opacity: 0.7;
}
/* ===== FOOTER PREMIUM SUAVE + MAGIA ===== */
.footer-premium {
  background: linear-gradient(135deg, #1e1b4b, #312e81);
  color: #e5e7eb;
  padding: 28px 20px;
  text-align: center;

  /* forma sutil (no exagerada) */
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;

  /* efecto premium suave */
  box-shadow: 0 -10px 30px rgba(124, 58, 237, 0.15);

  /* transición elegante */
  transition: all 0.3s ease;
}

/* pequeño efecto al hacer scroll (sensación app) */
.footer-premium:hover {
  box-shadow: 0 -12px 40px rgba(124, 58, 237, 0.25);
}

/* título */
.footer-premium h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 6px;
  color: #ffffff;
  letter-spacing: 0.3px;
}

/* textos */
.footer-premium p {
  font-size: 13.5px;
  opacity: 0.8;
  margin: 4px 0;
}

/* línea elegante */
.footer-premium hr {
  border: none;
  height: 1px;
  background: linear-gradient(
    to right,
    transparent,
    rgba(255,255,255,0.15),
    transparent
  );
  margin: 18px auto;
  width: 85%;
}

/* copyright */
.footer-premium .footer-copy {
  font-size: 12px;
  opacity: 0.65;
}
.map-wrapper {
  position: relative;
}

.map-card-pro {
  position: absolute;
  bottom: 16px;        /* 👈 evita tapar el mapa */
  left: 12px;
  width: 88%;
  max-width: 320px;

  background: #ffffff;
  border-radius: 14px;
  padding: 12px;

  box-shadow: 0 10px 30px rgba(0,0,0,0.18);
  font-family: Arial, sans-serif;
}

/* Header */
.map-header {
  display: flex;
  align-items: center;
  gap: 10px;
}

.map-logo {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: linear-gradient(135deg, #6d28d9, #8b5cf6);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}

.map-title strong {
  font-size: 15px;
}

.map-stars {
  font-size: 13px;
  color: #f59e0b;
}

/* Estado */
.map-status {
  margin-top: 6px;
}

.map-open {
  font-size: 13px;
  color: #16a34a;
  font-weight: 600;
}

/* Ubicación */
.map-location {
  margin-top: 6px;
  font-size: 13px;
  color: #555;
}

/* Botón */
.map-btn {
  display: block;
  margin-top: 10px;
  text-align: center;
  background: #2563eb;
  color: #fff;
  padding: 10px;
  border-radius: 10px;
  text-decoration: none;
  font-size: 14px;
}

.map-btn:hover {
  background: #1d4ed8;
}

.map-wrapper {
  position: relative;
}

.map-card-pro {
  position: absolute;
  bottom: 16px;
  left: 16px;
  width: 85%;
  max-width: 320px;

  background: #ffffff;
  border-radius: 14px;
  padding: 14px;

  box-shadow: 0 10px 30px rgba(0,0,0,0.2);
  font-family: Arial, sans-serif;
}

/* Header */
.map-header {
  display: flex;
  align-items: center;
  gap: 10px;
}

.map-logo {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: linear-gradient(135deg, #6d28d9, #8b5cf6);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}

.map-title strong {
  font-size: 15px;
}

.map-stars {
  font-size: 13px;
  color: #f59e0b;
}

/* Estado */
.map-status {
  margin-top: 6px;
}

.map-open {
  font-size: 13px;
  color: #16a34a;
  font-weight: 600;
}

/* Ubicación */
.map-location {
  margin-top: 6px;
  font-size: 13px;
  color: #555;
}

/* Botón */
.map-btn {
  display: block;
  margin-top: 12px;
  text-align: center;
  background: #2563eb;
  color: #fff;
  padding: 10px;
  border-radius: 10px;
  text-decoration: none;
  font-size: 14px;
  transition: 0.3s;
}

.map-btn:hover {
  background: #1d4ed8;
}

/* ===== MAPA PREMIUM LIMPIO ===== */

.map-wrapper {
  position: relative;
  margin-top: 15px;
  border-radius: 16px;
  overflow: hidden;
}

/* MAPA */
.map-wrapper iframe {
  width: 100%;
  height: 420px;
  border: 0;
  display: block;
  border-radius: 16px;
}

/* TARJETA ESTILO GOOGLE */
.map-card-pro {
  position: absolute;
  bottom: 10px;
  left: 10px;

  width: 75%;
  max-width: 250px;

  background: #fff;
  border-radius: 14px;
  padding: 12px;

  box-shadow: 0 8px 25px rgba(0,0,0,0.18);

  font-family: Arial, sans-serif;
  z-index: 5;
}

/* HEADER */
.map-header {
  display: flex;
  align-items: center;
  gap: 10px;
}

/* LOGO */
.map-logo {
  width: 36px;
  height: 36px;
  border-radius: 10px;

  background: linear-gradient(135deg, #6d28d9, #8b5cf6);
  color: #fff;

  display: flex;
  align-items: center;
  justify-content: center;

  font-weight: bold;
  font-size: 16px;
}

/* TÍTULO */
.map-title strong {
  font-size: 14px;
  display: block;
}

/* ESTRELLAS */
.map-stars {
  font-size: 12px;
  color: #fbbc04;
}

/* ESTADO */
.map-status {
  margin-top: 6px;
}

.map-open {
  color: #188038;
  font-size: 13px;
  font-weight: 500;
}

/* UBICACIÓN */
.map-location {
  font-size: 12px;
  color: #555;
  margin-top: 6px;
  line-height: 1.4;
}

/* BOTÓN */
.map-btn {
  display: block;
  margin-top: 10px;
  text-align: center;

  background: #1a73e8;
  color: #fff;
  padding: 8px;

  border-radius: 8px;
  text-decoration: none;
  font-size: 13px;
  font-weight: 500;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .map-card-pro {
    width: 70%;
    max-width: 230px;
    bottom: 8px;
    left: 8px;
  }

  .map-wrapper iframe {
    height: 380px;
  }
}

/* ===== FOOTER LIMPIO PREMIUM (SIN DAÑAR NADA) ===== */

.footer-premium {
  background: #ffffff; /* igual que tu web */
  padding: 30px 20px;
  margin-top: 20px;

  border-radius: 0; /* quita lo redondo */
  box-shadow: none;
  border-top: 1px solid #e5e7eb; /* línea sutil */
}

/* CONTENIDO */
.footer-premium .container {
  max-width: 900px;
  margin: auto;
  text-align: center;
}

/* TÍTULO */
.footer-premium h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #111827;
}

/* TEXTO */
.footer-premium p {
  font-size: 14px;
  color: #6b7280;
  margin-bottom: 8px;
}

/* CONTACTO */
.footer-premium span {
  display: block;
  margin: 4px 0;
  font-size: 14px;
  color: #374151;
}

/* DIVISOR */
.footer-premium .divider {
  height: 1px;
  background: #e5e7eb;
  margin: 20px auto;
  width: 70%;
}

/* COPYRIGHT */
.footer-premium .footer-bottom {
  font-size: 12px;
  color: #9ca3af;
}

/* ===== FOOTER PRO FINAL ===== */

.footer-premium {
  background: #ffffff;
  padding: 18px 15px 12px;
  margin-top: 10px;
  border-top: 1px solid #e5e7eb;
}

/* GRID */
.footer-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

/* TITULO */
.footer-premium h3 {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 4px;
  color: #111827;
}

/* TEXTO */
.footer-premium p {
  font-size: 13px;
  color: #6b7280;
  margin: 0;
}

/* CONTACTO */
.footer-contact span {
  display: block;
  font-size: 13px;
  color: #374151;
  margin: 2px 0;
}

/* BADGES (esto es lo PRO) */
.footer-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 8px;
}

.badge-item {
  font-size: 11px;
  background: #f3f4f6;
  padding: 4px 8px;
  border-radius: 6px;
  color: #374151;
}

/* DIVISOR */
.footer-divider {
  height: 1px;
  background: #e5e7eb;
  margin: 10px 0;
}

/* COPYRIGHT */
.footer-bottom {
  font-size: 11px;
  color: #9ca3af;
  text-align: center;
  line-height: 1.4;
}

/* DESKTOP */
@media (min-width: 768px) {
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    align-items: center;
  }

  .footer-bottom {
    text-align: left;
  }
}
/* ===== AJUSTE FINAL PRO ===== */

/* QUE NO TODO QUEDE CENTRADO */
.footer-grid {
  text-align: left;
}

/* LISTA MÁS LIMPIA */
.footer-badges {
  margin-top: 10px;
}

.badge-item {
  background: none;
  padding: 0;
  font-size: 13px;
  margin: 3px 0;
}

/* MEJOR ESPACIADO */
.footer-contact {
  margin-top: 5px;
}

/* EN DESKTOP SE VE NIVEL EMPRESA */
@media (min-width: 768px) {
  .footer-grid {
    grid-template-columns: 1.5fr 1fr;
    align-items: center;
  }
}
/* ===== AJUSTE ESPACIO FINAL ===== */

/* Quita espacio arriba del footer */
.footer-premium {
  margin-top: 0 !important;
  padding-top: 15px;
}

/* Reduce espacio del bloque anterior (formulario) */
.contact-premium {
  margin-bottom: 0 !important;
  padding-bottom: 10px !important;
}

/* Si aún queda espacio (extra seguro) */
.contact-form {
  margin-bottom: 0 !important;
}
/* ===== FIX TOTAL LAYOUT (CARDS + SPACING PRO) ===== */

/* TODAS LAS SECCIONES BIEN SEPARADAS */
section {
  position: relative;
  overflow: visible;
  margin: 0;
  padding: 40px 0;
}

/* CARD PRINCIPAL (SIMULADOR) */
.simulador-card,
.hero-card,
.card {
  position: relative;
  z-index: 1;

  margin-bottom: 25px !important;
}

/* EVITA EFECTOS QUE ROMPEN EL FLUJO */
.simulador-card {
  transform: none !important;
}

/* FORMULARIO */
.contact-premium {
  position: relative;
  z-index: 2;

  margin-top: 0 !important;
  padding-top: 20px;
  padding-bottom: 20px;
}

/* FORM CARD */
.contact-form {
  margin-top: 10px;
}

/* FOOTER PEGADO LIMPIO */
.footer-premium {
  margin-top: 0 !important;
  padding-top: 15px;
}

/* RESPONSIVE FINO */
@media (max-width: 768px) {
  section {
    padding: 30px 0;
  }

  .simulador-card,
  .hero-card,
  .card {
    margin-bottom: 20px !important;
  }
}
/* ===== FIX REAL OVERLAP ===== */

/* CONTENEDOR DEL SIMULADOR */
.simulador-section {
  padding-bottom: 60px !important;
}

/* CARD DEL SIMULADOR */
.simulador-card {
  margin-bottom: 40px !important;
  position: relative;
  z-index: 1;
}

/* FORMULARIO */
.contact-premium {
  margin-top: 0 !important;
  padding-top: 40px !important;
  position: relative;
  z-index: 2;
}

/* ELIMINA POSIBLES SUBIDAS */
.contact-premium,
.contact-form {
  transform: none !important;
  top: auto !important;
}
/* ===== FIX DEFINITIVO OVERLAP ===== */

/* 1. RESETEAR TODAS LAS CARDS */
.simulador-card,
.hero-card,
.card {
  position: static !important;
  transform: none !important;
  margin-bottom: 50px !important;
}

/* 2. ASEGURAR QUE LA SECCIÓN DEL SIMULADOR EMPUJE HACIA ABAJO */
.simulador-section,
.hero {
  display: block;
  padding-bottom: 60px !important;
}

/* 3. FORMULARIO SIEMPRE DEBAJO */
.contact-premium {
  position: relative;
  z-index: 1;
  margin-top: 0 !important;
  padding-top: 40px !important;
}

/* 4. EVITA SUPERPOSICIONES GLOBALES */
section {
  position: relative;
  clear: both;
}
/* ===== FIX REAL DEFINITIVO (SIN OVERLAP) ===== */

/* CONTENEDOR DEL SIMULADOR */
.simulador-card {
  position: relative !important;
  top: 0 !important;
  transform: none !important;
  margin-bottom: 60px !important;
  z-index: 1;
}

/* CONTENEDOR DEL FORMULARIO */
.contact-premium {
  position: relative !important;
  margin-top: 0 !important;
  padding-top: 30px !important;
  z-index: 2;
}

/* CLAVE: FORZAR SEPARACIÓN REAL */
.simulador-card::after {
  content: "";
  display: block;
  height: 40px;
}

/* EVITA QUE ALGO SE META DEBAJO */
.container,
.row {
  overflow: visible !important;
}
/* ===== FIX DEFINITIVO ENTRE SIMULADOR Y FORM ===== */

.spacer-fix {
  height: 50px;
}

/* Ajuste fino */
.simulator {
  padding-bottom: 20px !important;
}

.solicitud {
  padding-top: 20px !important;
}
/* ===== UNIFICAR FONDO SIMULADOR + FORM ===== */

.simulator,
.solicitud {
  background: #f8f9fb !important;
}
/* ===== UNIFICAR CARDS (SIMULADOR + FORM) ===== */

/* SIMULADOR */
.simulator-box {
  background: transparent !important;
  box-shadow: none !important;
  padding: 0 !important;
}

/* RESULTADO (card morada) */
.result-card {
  border-radius: 20px;
}

/* FORMULARIO */
.solicitud-box {
  background: transparent !important;
  box-shadow: none !important;
}

/* CARD DEL FORM */
.solicitud-form {
  background: #ffffff;
  border-radius: 20px;
  padding: 20px;
}
/* ===== FIX MENU SOLO EN COMPUTADORA ===== */

@media (min-width: 992px) {

  /* Oculta el menú lateral blanco */
  .offcanvas {
    display: none !important;
  }

  /* Oculta el botón hamburguesa ☰ */
  .fbs__net-navbar-toggler {
    display: none !important;
  }

}

/* ===== MENU DESKTOP ===== */

.desktop-menu {
  display: none;
  gap: 20px;
  margin-left: 40px;
}

.desktop-menu .nav-link {
  font-size: 14px;
  color: #111;
  font-weight: 500;
}

/* SOLO PC */
@media (min-width: 992px) {

  .desktop-menu {
    display: flex;
    align-items: center;
  }

}

.navbar-nav .nav-link {
  font-weight: 500;
  color: #333;
  transition: 0.3s;
}

.navbar-nav .nav-link:hover {
  color: #6c3bff;
}

.navbar {
  backdrop-filter: blur(10px);
  background: rgba(255,255,255,0.9);
}

.navbar-toggler {
  padding: 6px 8px;
  background: transparent;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.navbar-toggler-icon {
  filter: invert(0); /* negro */
}

/* FIX NAVBAR MÓVIL - QUITA FRANJA BLANCA */
@media (max-width: 991px) {

  .navbar {
    background: transparent !important;
    backdrop-filter: none !important;
  }

  .fbs__net-navbar {
    background: transparent !important;
  }

}

/* ===== FIX TOTAL NAVBAR MÓVIL ===== */
@media (max-width: 991px) {

  /* QUITA FONDO BLANCO */
  .fbs__net-navbar,
  .navbar {
    background: transparent !important;
    backdrop-filter: none !important;
    box-shadow: none !important;
  }

  /* LOGO BIEN POSICIONADO */
  .navbar-brand img {
    max-height: 40px;
  }

  /* BOTÓN HAMBURGUESA LIMPIO */
  .navbar-toggler {
    border: none;
    background: transparent;
  }

  /* FIX MENÚ LATERAL */
  .offcanvas {
    width: 80% !important;
    background: #ffffff !important;
    box-shadow: 0 0 30px rgba(0,0,0,0.15);
  }

  /* ESPACIADO DEL MENÚ */
  .offcanvas .nav-link {
    font-size: 18px;
    padding: 12px 0;
    color: #222 !important;
  }

}

/* NAVBAR TRANSPARENTE REAL (FIX TOTAL) */
.fbs__net-navbar,
.navbar {
  background: transparent !important;
  backdrop-filter: none !important;
  box-shadow: none !important;
}

/* ===== FIX DEFINITIVO NAVBAR (MATA BARRA BLANCA) ===== */

.fbs__net-navbar,
.fbs__net-navbar::before,
.fbs__net-navbar::after,
.navbar,
.navbar::before,
.navbar::after {
  background: transparent !important;
  backdrop-filter: none !important;
  box-shadow: none !important;
}

/* EVITA CAPAS FANTASMA */
header,
header::before,
header::after {
  background: transparent !important;
}

/* ASEGURA QUE NO HAYA FONDO OCULTO */
body {
  background: #000; /* opcional si tu hero es oscuro */
}

header.navbar {
  background: transparent !important;
  box-shadow: none !important;
  padding: 10px 0;
}

.navbar-toggler {
  border: none;
  font-size: 22px;
  color: white;
}

.offcanvas {
  background: #0b0b0f;
  color: white;
}

.offcanvas .nav-link {
  color: white;
}

.offcanvas .nav-link:hover {
  color: #7c3aed;
}
/* 🔧 FIX URGENTE - RESTAURAR COLORES */

body {
  background-color: #ffffff !important;
  color: #111 !important;
}

.site-wrap {
  background: transparent !important;
}

section {
  background: transparent !important;
}
/* ===== FIX MENU MOBILE ===== */
.offcanvas-header {
  padding: 20px 20px 10px 20px;
}

.offcanvas-body {
  padding: 20px;
}

.offcanvas .nav-link {
  font-size: 18px;
  padding: 12px 0;
}

.btn-close {
  margin-left: auto;
}
.offcanvas-body {
  padding-top: 40px !important;
}
/* ===== FOOTER PRO ===== */

.footer-pro {
  background: #0b0b0f;
  color: #d1d5db;
  padding: 60px 20px;
}

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

.footer-logo {
  height: 40px;
  margin-bottom: 15px;
}

.footer-brand p {
  opacity: 0.7;
  margin-bottom: 20px;
}

.footer-trust {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.trust-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
}

.trust-item i {
  color: #7c3aed;
}

.footer-links h4,
.footer-contact h4 {
  color: white;
  margin-bottom: 15px;
}

.footer-links a {
  display: block;
  text-decoration: none;
  color: #9ca3af;
  margin-bottom: 8px;
  transition: 0.3s;
}

.footer-links a:hover {
  color: #7c3aed;
}

.footer-contact p {
  margin-bottom: 10px;
  font-size: 14px;
}

.footer-contact i {
  margin-right: 8px;
  color: #7c3aed;
}

.address {
  opacity: 0.6;
  font-size: 13px;
}

.footer-divider {
  border-top: 1px solid #1f2937;
  margin: 40px 0 20px;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}

.footer-legal a {
  margin-left: 15px;
  text-decoration: none;
  color: #9ca3af;
  font-size: 14px;
}

.footer-legal a:hover {
  color: #7c3aed;
}

.footer-disclaimer {
  margin-top: 20px;
  font-size: 12px;
  opacity: 0.5;
  text-align: center;
}

/* BOTÓN */
.footer-btn {
  display: inline-block;
  margin-top: 15px;
  padding: 12px 20px;
  background: linear-gradient(135deg, #7c3aed, #9333ea);
  color: white;
  border-radius: 10px;
  text-decoration: none;
  font-size: 14px;
  transition: 0.3s;
}

.footer-btn:hover {
  opacity: 0.85;
}
.footer-legal {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  justify-content: center;
}

.footer-legal a {
  text-decoration: none;
  color: #9ca3af;
  font-size: 14px;
}

.footer-legal a:hover {
  color: #7c3aed;
}
.footer-copy {
  font-weight: 500;
  color: #e5e7eb;
}