html { margin: 0; padding: 0; scroll-behavior: smooth; }
body {
  background: #000;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;

  background:
    radial-gradient(circle at 20% 30%, rgba(56,189,248,0.35), transparent 45%),
    radial-gradient(circle at 80% 70%, rgba(37,99,235,0.35), transparent 50%);

  filter: blur(80px);
  opacity: 0.9;

  animation: bgFlow 25s ease-in-out infinite alternate;
}

@keyframes bgFlow {
  0% {
    transform: scale(1) translate(0,0);
  }
  100% {
    transform: scale(1.2) translate(-2%, -2%);
  }
}

.hc-hero,
.hc-features,
.hc-services-alt {
  background: transparent !important;
}

.btn-lang-cta {
  padding: 10px 18px;
  border-radius: 10px;
  transition: background .25s ease, box-shadow .25s ease;

  background: linear-gradient(
    90deg,
    rgba(44,122,255,0.20),
    rgba(72,58,255,0.16)
  );

  border: 1px solid rgba(96,165,250,0.38);
  color: #ffffff !important;
  font-weight: 700;

  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;

  box-shadow:
    0 8px 22px rgba(72,58,255,0.22),
    inset 0 0 0 1px rgba(255,255,255,0.04);

  transform: none;
  transition:
    background 220ms ease,
    box-shadow 220ms ease,
    border-color 200ms ease,
    transform 160ms ease;
}

.navbar-nav > li.open > .btn-lang-cta {
    background: linear-gradient(
      90deg,
      rgba(44,122,255,0.20),
      rgba(72,58,255,0.16)
    );
}

.navbar-nav > li.open > .btn-lang-cta,
.navbar-nav > li.open > .btn-lang-cta:hover {
    background: inherit !important;
}

@media (max-width: 991px) {

  .btn-lang-cta {
    width: 100%;
    justify-content: flex-start !important;
    padding-left: 16px;
  }

  .btn-lang-cta i,
  .btn-lang-cta svg {
    margin-right: 1px;
    margin-left: 0;
  }

  .btn-lang-cta span {
    text-align: left;
  }

}

@media (max-width: 991px) {

  li.dropdown {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
  }

}

.navbar {
  width: 100vw;
  left: 0;
  right: 0;
}

.navbar-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
  box-sizing: border-box;
}

.navbar-brand {
    display: flex !important;
    align-items: center;
}

#brand-icon {
    height: 36px;
    width: auto;
    display: block;
    position: relative;
    top: 5px;
}

.brand-text {
    font-weight: 700;
    font-size: 20px;
    color: #ffffff;
    margin-left: 8px;
    transition: color 220ms ease;
    line-height: 1;
}

.navbar-fixed-top, .navbar-default {
  background: transparent;
  border-bottom: 0;
  box-shadow: none;
  transition: background-color 280ms ease, border-color 280ms ease, box-shadow 280ms ease, backdrop-filter 280ms ease;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

.navbar-scrolled.navbar-fixed-top, .navbar-scrolled.navbar-default {
  background: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid rgba(0, 68, 255, 0.06);
  box-shadow: 0 8px 24px rgba(2,6,23,0.45);
}

.navbar-default .navbar-brand img{ filter: brightness(0) invert(1); transition: filter 220ms ease; }
.navbar-scrolled .navbar-brand img{ filter: brightness(0) invert(1); transition: filter 220ms ease; }

.navbar-default .navbar-nav > li > a { color: #ffffff; padding: 8px 12px; border-radius: 8px; transition: transform 180ms cubic-bezier(.2,.9,.2,1), box-shadow 180ms ease, background 160ms ease, color 160ms ease; display:flex; align-items:center; gap:10px; overflow:hidden; }
.navbar-center .navbar-nav > li.dropdown > a { gap: 10px; }
.navbar-default .navbar-nav > li > a:hover { transform: translateY(0px) scale(1.1); box-shadow: 0 10px 24px rgba(101, 116, 255, 0.089); background: linear-gradient(90deg, rgba(45, 76, 212, 0.12), rgba(96, 119, 250, 0.05)); color: #ffffff; }
.navbar-default .navbar-nav > li > a:active { transform: translateY(0) scale(0.95); box-shadow: 0 5px 5px rgba(101, 104, 255, 0.219); }

.btn, .btn-primary, .btn-cta { transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease; position: relative; overflow: hidden; }
.btn:hover, .btn-primary:hover, .btn-cta:hover { transform: translateY(-3px); }
.btn:active, .btn-primary:active, .btn-cta:active { transform: translateY(0) scale(.98); }

.ripple { position: absolute; border-radius: 50%; transform: scale(0); pointer-events: none; z-index: 2; }
.btn * { position: relative; z-index: 3; }

.navbar-default .navbar-right { display:flex; align-items:center; gap:10px; }
.navbar-default .navbar-right > li + li { margin-left: 10px; }

.btn-primary { background: linear-gradient(90deg, rgba(44,122,255,1), rgba(72,58,255,1)); border: none; color: #fff !important; padding: 7px 16px; border-radius: 8px; font-weight:700; min-height:36px; font-size:1rem; min-width:112px; flex: none; box-shadow: 0 8px 20px rgba(72,58,255,0.12); }

.btn .btn-icon { display:inline-flex; align-items:center; justify-content:center; width:18px; height:18px; margin-right:8px; opacity:0.95; }

.navbar-default .navbar-right > li > a.btn { height:40px; align-items:center; }

@keyframes btn-hover-glow {
  from { box-shadow: 0 6px 14px rgba(72,58,255,0.06); }
  to { box-shadow: 0 14px 36px rgba(72,58,255,0.20); }
}
.btn-primary:hover { box-shadow: 0 12px 36px rgba(72,58,255,0.14); }
@keyframes btn-press { 0% { transform: translateY(0) scale(1); } 50% { transform: translateY(1px) scale(.992); } 100% { transform: translateY(0) scale(.998); } }
.btn:active { animation: btn-press 160ms ease; }

.navbar-default .navbar-nav > li > a.btn:hover { transform: translateY(-3px); }
.navbar-default .navbar-right > li > a.btn { display:inline-flex; align-items:center; justify-content:center; height:auto; min-height:36px; }
@media (max-width:767px){
  .navbar-default .navbar-right{ display:block; }
  .navbar-default .navbar-right > li{ display:block; margin-top:8px; }
  .navbar-default .navbar-right > li > a.btn{ width:100%; justify-content:center; }
}

.navbar-center { position: absolute; left: 50%; transform: translateX(-50%); top: 0; height: 100%; display:flex; align-items:center; }

.navbar-default .navbar-nav > li { display:flex; align-items:center; }

@media (max-width:767px){ .navbar-center{ position: static; transform:none; display:block; text-align:center; padding-top:8px; } .navbar-nav{ display:inline-block } .navbar-right{ float:none; margin-top:8px } }

.nav-icon { margin-right: 0; font-size: 1.05rem; vertical-align: middle; opacity: 0.95; color: #ffffff; transition: color 160ms ease; display:inline-flex; align-items:center; }
.nav-icon svg { display: block; }
.navbar-default .navbar-nav > li:hover > a .nav-icon { color: var(--accent-2); }

.dropdown-menu { position: absolute; background: linear-gradient(180deg, rgba(0, 0, 0, 0.61), rgba(0,0,0,0.6)); border:0px solid rgba(255,255,255,0.03); border-radius:10px; padding:5px 5px; min-width:320px; box-shadow:0 16px 48px rgba(2,8,23,0.7); transform-origin: top center; opacity:0; transform: translateY(-10px); visibility:hidden; transition: opacity 220ms cubic-bezier(.2,.9,.2,1), transform 220ms cubic-bezier(.2,.9,.2,1); pointer-events:none; }
.dropdown.open > .dropdown-menu { opacity:1; transform: translateY(0); visibility:visible; pointer-events:auto; }
.dropdown-menu > li { margin:5px 0; }
/* =========================
    ELEMENTO DROPDOWN - ESTILOS BASE
    =========================
    Personaliza aquí para TODOS los elementos dropdown:
    - padding, gap, border-radius, y alineación.
    - El borde predeterminado está presente pero transparente para que los elementos siempre reserven el espacio del contorno.
      Cambia el color/alfa del borde aquí para hacer el contorno predeterminado más fuerte:
         border: 1px solid rgba(96,165,250,0.06);
    - El color del texto es forzado a blanco para mantener contraste en fondos oscuros.
    - Para añadir un nuevo botón animado:
         1) Dale a <a> una clase como: "anim-tuombre" en `index.html`.
         2) Añade un bloque `.anim-tuombre::before` debajo (ver ejemplos) para el gradiente de brillo.
         3) Añade reglas hover/active y keyframes opcionales para el brillo del borde.
*/
.dropdown-menu > li > a { color:#ffffff !important; padding:12px 18px; display:flex; align-items:center; gap:10px; border-radius:6px; border: 1px solid rgba(96,165,250,0.06); position:relative; overflow:hidden; transition: background 240ms ease, box-shadow 240ms ease, border 160ms ease; }
.dropdown-menu > li > a .nav-icon{ margin-right:0; }

.dropdown-menu > li > a { color: #ffffff !important; }


/* =========================
    HOVER / ACTIVE - COMPORTAMIENTO BASE
    =========================
    - Este bloque controla la apariencia general al pasar el ratón y estados activos para elementos dropdown.
    - El gradiente se vuelve más brillante en estados hover y activo (ajusta los valores rgba() para cambiar la intensidad).
    - `animation: border-glow` añade un contorno animado sutil; edita `@keyframes border-glow` para cambiar velocidad/intensidad.
    - Si creas bordes por botón (ver ejemplos abajo) estos sobrescribirán estos valores base cuando estén presentes.
*/
.dropdown-menu > li > a:hover, .dropdown-menu > li.active > a { background: linear-gradient(90deg, rgba(45,212,191,0.14), rgba(96,165,250,0.14)); color: #ffffff !important; box-shadow: 0 10px 32px rgba(96,165,250,0.12); border: 1px solid rgba(96,165,250,0.28); transform: none; animation: border-glow 1.8s ease-in-out infinite alternate; }
.dropdown-menu > li > a:active { background: linear-gradient(90deg, rgba(45,212,191,0.22), rgba(96,165,250,0.22)); box-shadow: 0 12px 36px rgba(96,165,250,0.18); border: 1px solid rgba(96,165,250,0.48); }

@keyframes border-glow { from { box-shadow: 0 8px 20px rgba(96,165,250,0.06); border-color: rgba(96,165,250,0.18); } to { box-shadow: 0 16px 40px rgba(96,165,250,0.22); border-color: rgba(96,165,250,0.92); } }

.dropdown-btn{ background: linear-gradient(90deg, rgba(11, 7, 255, 0.08), rgba(0, 0, 0, 0.05)); padding:10px 14px; border-radius:8px; font-weight:700; }

.caret{ border-top-color: #fffdfd; transition: transform 160ms ease; }
.dropdown.open > a .caret{ transform: rotate(180deg); }
.navbar-center .navbar-nav > li.dropdown.open > a,
.navbar-center .navbar-nav > li.dropdown.open > a.dropdown-toggle {
  background: rgba(72, 58, 255, 0.103) !important;
  background-image: none !important;
  color: #ffffff !important;
  border: 1px solid rgba(44, 40, 247, 0.233) !important;
  box-shadow: 0 8px 24px rgba(96,165,250,0.12) !important;
}

.navbar-center .navbar-nav > li.dropdown:not(.open) > a,
.navbar-center .navbar-nav > li.dropdown:not(.open) > a:focus,
.navbar-center .navbar-nav > li.dropdown:not(.open) > a:active,
.navbar-center .navbar-nav > li.dropdown:not(.open) > a:visited {
  color: #ffffff !important;
}

.navbar-center .navbar-nav > li.dropdown > a:focus { outline: none !important; box-shadow: none !important; }

/* =========================
    BRILLOS ESPECÍFICOS POR BOTÓN - personalización por botón
    =========================
    - Cada botón animado utiliza una clase (ej. `.anim-minecraft`, `.anim-bots`).
    - Para añadir una nueva animación de botón:
         1) Añade la clase al elemento <a> en `index.html`: <a class="dropdown-btn anim-tunombre" href="...">...
         2) Copia uno de los ejemplos a continuación y renombra `.anim-tunombre`.
         3) Ajusta los colores del gradiente ::before, el timing, y los keyframes `border-<nombre>` para que coincidan con la paleta de colores.
    - El borde predeterminado se mantiene ligeramente visible por defecto para evitar cambios de diseño.
*/
.dropdown-menu > li > a { border: 1px solid rgba(96,165,250,0.06); transition: background 240ms ease, box-shadow 240ms ease, border 200ms ease, border-color 200ms ease; }

/* Minecraft */
.dropdown-menu > li > a.anim-minecraft::before{
  content: '';
  position: absolute; inset: 0; z-index:0; pointer-events:none;
  background: linear-gradient(90deg, rgba(34,197,94,0.22), rgba(16,185,129,0.18));
  opacity: 0; transition: opacity 220ms ease;
}
.dropdown-menu > li > a.anim-minecraft:hover::before,
.dropdown-menu > li.active > a.anim-minecraft::before {
  opacity: 1; animation: glow-green 2s ease-in-out infinite alternate;
}
@keyframes glow-green { from { filter: brightness(0.98) saturate(0.95); transform: scale(1); } to { filter: brightness(1.25) saturate(1.15); transform: scale(1.02); } }
.dropdown-menu > li > a.anim-minecraft:hover, .dropdown-menu > li.active > a.anim-minecraft { border-color: rgba(34,197,94,0.42); box-shadow: 0 10px 30px rgba(34,197,94,0.12); animation: border-green 1.8s ease-in-out infinite alternate; }
@keyframes border-green { from { box-shadow: 0 6px 18px rgba(34,197,94,0.06); border-color: rgba(34,197,94,0.18);} to { box-shadow: 0 14px 34px rgba(34,197,94,0.22); border-color: rgba(34,197,94,0.62);} }

/* Hytale */
.dropdown-menu > li > a.anim-hytale::before{
  content: '';
  position: absolute; inset: 0; z-index:0; pointer-events:none;
  background: linear-gradient(90deg, rgba(0, 204, 255, 0.22), rgba(16, 109, 185, 0.18));
  opacity: 0; transition: opacity 220ms ease;
}
.dropdown-menu > li > a.anim-hytale:hover::before,
.dropdown-menu > li.active > a.anim-hytale::before {
  opacity: 1; animation: glow-hytale 2s ease-in-out infinite alternate;
}
@keyframes glow-hytale { from { filter: brightness(0.98) saturate(0.95); transform: scale(1); } to { filter: brightness(1.25) saturate(1.15); transform: scale(1.02); } }
.dropdown-menu > li > a.anim-hytale:hover, .dropdown-menu > li.active > a.anim-hytale { border-color: rgba(34, 118, 197, 0.42); box-shadow: 0 10px 30px rgba(34, 197, 197, 0.12); animation: border-hytale 1.8s ease-in-out infinite alternate; }
@keyframes border-hytale { from { box-shadow: 0 6px 18px rgba(34, 118, 197, 0.06); border-color: rgba(34, 124, 197, 0.18);} to { box-shadow: 0 14px 34px rgba(34, 197, 189, 0.22); border-color: rgba(34, 91, 197, 0.62);} }

/* Bots */
.dropdown-menu > li > a.anim-bots::before{
  content: '';
  position: absolute; inset: 0; z-index:0; pointer-events:none;
  background: linear-gradient(90deg, rgba(36, 76, 255, 0.22), rgba(0, 255, 255, 0.18));
  opacity: 0; transition: opacity 240ms ease;
}
.dropdown-menu > li > a.anim-bots:hover::before,
.dropdown-menu > li.active > a.anim-bots::before {
  opacity: 1; animation: glow-bots 2.6s ease-in-out infinite alternate;
}
@keyframes glow-bots { from { filter: saturate(0.95); transform: scale(1); } to { filter: saturate(1.25); transform: scale(1.02); } }
.dropdown-menu > li > a.anim-bots:hover, .dropdown-menu > li.active > a.anim-bots { border-color: rgba(99,102,241,0.42); box-shadow: 0 10px 30px rgba(99,102,241,0.12); animation: border-bots 1.9s ease-in-out infinite alternate; }
@keyframes border-bots { from { box-shadow: 0 6px 18px rgba(99,102,241,0.06); border-color: rgba(99,102,241,0.18);} to { box-shadow: 0 14px 34px rgba(99,102,241,0.22); border-color: rgba(99,102,241,0.62);} }

.dropdown-menu > li > a { z-index: 1; }
.dropdown-menu > li > a * { position: relative; z-index: 4; }
.dropdown-menu > li > a .ripple { z-index: 2; }

@keyframes ripple { from { transform: scale(0); opacity: 0.9; } to { transform: scale(1); opacity: 0; } }

@media (max-width: 767px){
  .navbar-center{ position:static; transform:none; display:block; text-align:center; padding-top:8px }
  .navbar-center .navbar-nav{ display:inline-block }
  .navbar-right{ float:none; margin-top:8px }
  .navbar-default .navbar-brand img{max-height:32px}
}

/* =========================
   PANEL MOBILE (NAVBAR COLLAPSED)
   ========================= */
@media (max-width: 767px) {
  .navbar-default .navbar-collapse {
    background: rgba(0, 0, 0, 0.55);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);

    border-bottom: 2px solid rgba(72, 58, 255, 0.65);
    box-shadow: 0 20px 48px rgba(2,8,23,0.85);

    padding: 12px 14px;
  }

  /* RESET DE CENTRADO */
  .navbar-center {
    position: static;
    transform: none;
    display: block;
    width: 100%;
  }

  .navbar-nav {
    display: block;
    width: 100%;
  }

  .navbar-default .navbar-nav > li > a {
    width: 100%;
    padding: 14px 16px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    text-align: left;
    border-radius: 10px;

    background: transparent;
    border: 1px solid transparent;

    box-shadow: none;
    transform: none !important;
  }

  .navbar-default .navbar-nav > li > a .nav-icon {
    margin-right: 12px;
    flex-shrink: 0;
  }

  .navbar-default .navbar-nav > li > a > span,
  .navbar-default .navbar-nav > li > a {
    font-weight: 600;
  }

  .navbar-default .navbar-nav > li > a:hover {
    background: rgba(72, 58, 255, 0.12);
    border-color: rgba(96, 165, 250, 0.55);

    box-shadow:
      0 0 0 1px rgba(96,165,250,0.25),
      0 8px 24px rgba(96,165,250,0.18);

    transform: none !important;
  }

  .navbar-default .navbar-nav > li.dropdown > a {
    padding-right: 14px;
  }

  .navbar-default .navbar-nav > li.dropdown > a .caret {
    margin-left: auto;
    opacity: 0.85;
  }

  .navbar-default .dropdown-menu {
    position: static;
    float: none;

    background: rgba(0,0,0,0.45);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);

    border: 1px solid rgba(96,165,250,0.45);
    border-radius: 10px;

    box-shadow: 0 16px 40px rgba(2,8,23,0.75);

    margin: 8px 0 12px 0;
    padding: 6px;

    opacity: 1;
    transform: none;
    visibility: visible;
  }

  .dropdown-menu > li > a {
    width: 100%;
    padding: 12px 14px;

    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;

    border-radius: 8px;
    border: 1px solid transparent;

    background: transparent;
    box-shadow: none;
  }

  .dropdown-menu > li > a:hover {
    background: rgba(72, 58, 255, 0.14);
    border-color: rgba(96,165,250,0.55);

    box-shadow:
      0 0 0 1px rgba(96,165,250,0.25),
      0 8px 22px rgba(96,165,250,0.18);
  }

  .btn-client-cta {
    width: 100%;
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {

  .navbar-default .navbar-right {
    float: none;
    margin: 0;
    padding: 0;
  }

  .navbar-default .navbar-right > li {
    display: block;
    margin: 0;
    padding: 0;
  }

  .navbar-default .navbar-right > li > a.btn-client-cta {
    width: 100%;
    padding: 14px 16px;

    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;

    margin-left: 0;
    margin-right: 0;

    padding-left: 16px;
  }
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav > li {
    display: block !important;
    align-items: unset !important;
  }

  .navbar-default .navbar-nav > li.dropdown {
    position: static !important;
  }

  .navbar-default .navbar-nav > li.dropdown > .dropdown-menu {
    display: block !important;
    position: static !important;

    width: 100%;
    margin: 6px 0 12px 0;

    left: auto !important;
    right: auto !important;
    top: auto !important;

    float: none !important;
    transform: none !important;
  }

  .navbar-default .navbar-nav > li.dropdown:not(.open) > .dropdown-menu {
    display: none !important;
  }

  .navbar-default .navbar-nav > li.dropdown.open > .dropdown-menu {
    display: block !important;
  }
}
/* =========================
   MOBILE MENU BUTTON
   ========================= */
@media (max-width: 767px) {
    .mobile-menu-btn {
    width: 42px;
    height: 42px;
    padding: 0;
    border-radius: 12px;

    background: rgba(10, 10, 15, 0.65);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);

    border: 1px solid rgba(96,165,250,0.25);
    border-bottom: 2px solid rgba(96,165,250,0.85);

    display: flex;
    align-items: center;
    justify-content: center;

    box-shadow:
      inset 0 1px 0 rgba(255,255,255,0.04),
      0 10px 30px rgba(0,0,0,0.45);

    transition:
      background 200ms ease,
      box-shadow 200ms ease,
      transform 160ms ease;
  }

  .mobile-menu-btn:hover {
    background: rgba(15, 15, 25, 0.75);
  }

  .mobile-menu-btn:active {
    transform: scale(0.96);
  }

  .mobile-menu-btn .menu-icon {
    position: absolute;
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    line-height: 1;
    transition: opacity 160ms ease, transform 200ms ease;
  }

  .mobile-menu-btn.collapsed .menu-open {
    opacity: 1;
    transform: scale(1);
  }
  .mobile-menu-btn.collapsed .menu-close {
    opacity: 0;
    transform: scale(0.6);
  }

  .mobile-menu-btn:not(.collapsed) {
    background: rgba(30, 30, 60, 0.65);
    box-shadow:
      inset 0 1px 0 rgba(255,255,255,0.06),
      0 14px 36px rgba(96,165,250,0.35);
  }

  .mobile-menu-btn:not(.collapsed) .menu-open {
    opacity: 0;
    transform: scale(0.6);
  }
  .mobile-menu-btn:not(.collapsed) .menu-close {
    opacity: 1;
    transform: scale(1);
  }

  .navbar-toggle .icon-bar {
    display: none;
  }
  .navbar-toggle:focus {
    outline: none;
  }
}
@media (max-width: 767px) {
  .mobile-menu-btn,
  .mobile-menu-btn:focus,
  .mobile-menu-btn:active,
  .mobile-menu-btn:focus:active {
    background-color: rgba(10, 10, 15, 0.65) !important;
    outline: none !important;
    box-shadow: none;
  }

  .mobile-menu-btn:not(.collapsed),
  .mobile-menu-btn:not(.collapsed):focus,
  .mobile-menu-btn:not(.collapsed):active {
    background-color: rgba(30, 30, 60, 0.65) !important;
  }
}

/* =========================
    BOTÓN CTA - CLIENT AREA CLIENT CTA
    =========================
*/
.btn-client-cta {
  padding: 10px 18px;
  border-radius: 10px;

  background: linear-gradient(
    90deg,
    rgba(44,122,255,0.20),
    rgba(72,58,255,0.16)
  );

  border: 1px solid rgba(96,165,250,0.38);
  color: #ffffff !important;
  font-weight: 700;

  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;

  box-shadow:
    0 8px 22px rgba(72,58,255,0.22),
    inset 0 0 0 1px rgba(255,255,255,0.04);

  transform: none;
  transition:
    background 220ms ease,
    box-shadow 220ms ease,
    border-color 200ms ease,
    transform 160ms ease;
}

.btn-client-cta:hover {
  background: linear-gradient(
    90deg,
    rgba(72,58,255,0.42),
    rgba(96, 165, 250, 0.507)
  );

  border-color: rgba(96,165,250,0.80);
  box-shadow:
    0 16px 48px rgb(96, 165, 250),
    inset 0 0 0 1px rgb(255, 255, 255);

  transform: translateY(-2px);
}

.btn-client-cta:active {
  transform: translateY(0) scale(0.98);
  box-shadow:
    0 8px 20px rgba(96, 165, 250, 0.651);
}

.btn-client-cta,
.btn-client-cta:hover,
.btn-client-cta:active {
  scale: 1 !important;
}

@media (max-width: 767px) {
  .navbar-default .navbar-right {
    text-align: center;
  }

  .navbar-default .navbar-right > li {
    display: flex;
    justify-content: center;
  }

  .navbar-default .navbar-right > li > a.btn-client-cta {
    margin: 0 auto;
  }
}

@media (max-width: 767px) {

  .navbar-right > li:first-child::before {
    content: '';
    display: block;
    height: 1px;
    margin: 14px 12px;

    background: linear-gradient(
      90deg,
      transparent,
      rgba(96,165,250,0.65),
      transparent
    );

    box-shadow: 0 0 12px rgba(96,165,250,0.35);
  }

}

/* =========================
   FOOTER – HYCLOUD
   ========================= */

.site-footer {
  width: 100%;
  background: rgba(0, 0, 0, 0.75);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);

  border-top: 1px solid rgba(96,165,250,0.25);
  box-shadow: 0 -10px 30px rgba(0,0,0,0.6);
}

.site-footer .footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 22px 16px;

  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;

  text-align: center;
}

.site-footer p {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  color: rgba(255,255,255,0.75);
}

/* LINKS */
.site-footer .footer-links {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  justify-content: center;
}

.site-footer .footer-links a {
  font-size: 13px;
  font-weight: 600;
  color: rgba(255,255,255,0.7);
  text-decoration: none;

  padding: 6px 10px;
  border-radius: 6px;
  border: 1px solid transparent;

  transition: color 160ms ease, border 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.site-footer .footer-links a:hover {
  color: #ffffff;
  background: rgba(96,165,250,0.12);
  border: 1px solid rgba(96,165,250,0.45);
  box-shadow: 0 6px 18px rgba(96,165,250,0.18);
}

/* MOBILE */
@media (max-width: 767px) {
  .site-footer .footer-inner {
    padding: 20px 12px;
  }

  .site-footer .footer-links {
    gap: 10px;
  }
}

/* ==========================
   HYCLOUD FOOTER
========================== */

.hc-footer {
  background: linear-gradient(180deg, #000000 0%, #000b35 100%);
  border-top: 1px solid #ffffff26;
  color: #ffffff;
}

.hc-footer-main {
  padding: 90px 24px 70px;
}

.hc-footer-grid {
  max-width: 1260px;
  margin: auto;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 80px;
}

.hc-footer-logo {
  display: flex;
  align-items: center;
  gap: 18px;
}

.hc-footer-grid > div:first-child {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hc-footer-brand {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hc-footer-logo img {
  width: 56px;
  filter: brightness(0) invert(1);
}

.hc-footer-logo h3 {
  font-size: 26px;
  font-weight: 600;
  color: #ffffff;
  line-height: 1;
  margin-top: 15px;
}

.hc-footer-logo span {
  display: block;
  font-size: 13px;
  margin-top: 2px;
  color: #ffffff;
  opacity: 0.8;
}

.hc-footer-email {
  margin-top: 18px;
  padding-top: 14px;
  font-size: 15px;
  color: #ffffff;
  max-width: 300px;
  border-top: 1px solid #ffffff;
}

.hc-footer-links h4 {
  position: relative;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin-bottom: 26px;
  color: #ffffff;
}

.hc-footer-links h4::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 100px;
  height: 1px;
  background: linear-gradient(90deg, #38bdf8, transparent);
}

.hc-footer-links a {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  font-size: 14px;
  color: #ffffff;
  text-decoration: none;
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.hc-footer-links a::before {
  content: "→";
  color: #38bdf8;
  font-size: 16px;
  transition: transform 0.25s ease;
}

.hc-footer-links a:hover {
  transform: scale(1.06) translateX(8px);
  opacity: 0.9;
}

.hc-footer-bottom {
  border-top: 1px solid #ffffff26;
  text-align: center;
  padding: 28px 24px;
  font-size: 13px;
  color: #ffffff;
  opacity: 0.75;
}

@media (max-width: 768px) {
  .hc-footer-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .hc-footer-main {
    padding: 70px 24px;
  }

  .hc-footer-email {
    max-width: 100%;
  }
}

/* ==========================
   HOME – HERO
========================== */

.hc-hero-title {
  font-size: clamp(42px, 5vw, 68px);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -1px;
}

.hc-hero-highlight {
  background: linear-gradient(90deg, #38bdf8, #60a5fa);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hc-hero-subline {
  color: rgba(255,255,255,0.85);
}

.hc-hero .lead {
  color: rgba(255,255,255,0.9);
}

section {
  position: relative;
}

a, button {
  cursor: pointer;
  text-decoration: none !important;
  transition: all 0.25s ease;
}

a:hover {
  opacity: 0.85;
}

.hc-feature-card:hover {
  transform: translateY(-10px) scale(1.02);
}

.hc-btn,
.btn {
  pointer-events: auto;
  position: relative;
  z-index: 5;
}

.hc-hero {
  min-height: 100svh;
  position: relative;
  padding-top: clamp(110px, 12vh, 140px);
  padding-bottom: 120px;
  color: #ffffff;
  overflow: hidden;
  isolation: isolate;
}

.hc-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  mix-blend-mode: screen;
}

.hc-hero .container {
  position: relative;
  z-index: 2;
}

.hc-hero h1 {
  font-size: clamp(42px, 5vw, 64px);
  font-weight: 700;
  line-height: 1.05;
  margin-bottom: 24px;
}

.hc-hero img {
  max-width: 400px;
  width: 100%;
  height: auto;
  opacity: 0.95;
  filter: drop-shadow(0 20px 60px rgba(56,189,248,0.25));
}

.hc-hero img {
  user-select: none;
  -webkit-user-drag: none;
}

.hc-hero a {
  display: inline-block;
}

.hc-hero img {
  transition:
    transform 0.35s cubic-bezier(.4,0,.2,1),
    filter 0.35s ease;
  will-change: transform;
  animation: hc-float-pulse 6s ease-in-out infinite;
}

.hc-hero a:hover img {
  filter: drop-shadow(0 26px 60px rgba(56,189,248,0.35));
}

@media (max-width: 768px) {
  .hc-hero a:hover img {
    transform: none;
    filter: none;
  }
}

@keyframes hc-float-pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}

.hc-hero .lead {
  font-size: 18px;
  max-width: 520px;
  margin-bottom: 36px;
  opacity: 0.95;
  text-wrap: balance;
}

.hc-hero-buttons {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

.hc-hero .btn {
  position: relative;
  padding: 14px 34px;
  font-weight: 600;
  font-size: 15px;
  border-radius: 12px;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    background 0.25s ease,
    color 0.25s ease;
}

.hc-hero .btn-primary {
  background: linear-gradient(135deg, #38bdf8, #2563eb);
  border: none;
  color: #ffffff;
  box-shadow: 0 10px 30px rgba(56,189,248,0.35);
  position: relative;
  overflow: hidden;
}



.hc-hero .btn-primary:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 45px rgba(56,189,248,0.45);
}

.hc-hero .btn-primary::after {
  content: "";
  position: absolute;
  inset: 0;

  background: linear-gradient(
    120deg,
    transparent,
    rgba(255,255,255,0.4),
    transparent
  );

  transform: translateX(-120%);
}

.hc-hero .btn-primary:hover::after {
  transform: translateX(120%);
  transition: transform 0.6s ease;
}

.hc-hero .btn-primary::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    120deg,
    transparent,
    rgba(255,255,255,0.35),
    transparent
  );
  transform: translateX(-120%);
}

.hc-hero .btn-primary:hover::before {
  transform: translateX(120%);
  transition: transform 0.6s ease;
}

.hc-hero .btn-primary:active {
  transform: translateY(-1px);
}

.hc-hero .btn-outline-light {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.25);
  color: #ffffff;
  backdrop-filter: blur(6px);
}

.hc-hero .btn-outline-light:hover {
  background: rgba(255,255,255,0.12);
  border-color: rgba(56,189,248,0.8);
  transform: translateY(-4px);
  box-shadow: 0 14px 36px rgba(56,189,248,0.25);
}

.hc-hero .btn-outline-light:active {
  transform: translateY(-1px);
}

@media (max-width: 768px) {
  .hc-hero-buttons {
    justify-content: center;
  }

  .hc-hero .btn {
    width: 100%;
    text-align: center;
  }

  .hc-hero .col-md-6.text-center {
    order: -1;
  }

  .hc-hero img {
    max-width: 260px;
    margin-bottom: 28px;
  }
}

.hc-hero-title {
  font-size: 54px;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 24px;
}

.hc-hero-highlight {
  color: #38bdf8;
}

#hc-hero-line-1 {
  display: inline-block;
  white-space: nowrap;
}

#hc-hero-line-2 {
  display: inline-block;
  transition: opacity 0.6s ease;
}

.hc-trust-floating {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;

  opacity: 1;

  transition:
    opacity 0.5s ease,
    transform 0.5s cubic-bezier(.4,0,.2,1);
}

@media (max-width: 768px) {
  .hc-trust-floating {
    right: 10px;
    bottom: 10px;
    transform: scale(0.9);
  }
}

.hc-trust-box {
  display: flex;
  flex-direction: column;
  gap: 8px;

  padding: 12px 14px;
  border-radius: 14px;

  background: linear-gradient(
    135deg,
    rgba(56,189,248,0.3),
    rgba(37,99,235,0.3)
  );

  backdrop-filter: blur(12px);

  border: 1px solid rgba(255,255,255,0.25);

  box-shadow: 0 10px 30px rgba(37,99,235,0.35);

  animation: trustFloat 4s ease-in-out infinite;
}

@keyframes trustFloat {
  0%,100% { transform: translateY(0); }
  50% { transform: translateY(-5px); }
}

.hc-trust-text span {
  font-weight: 700;
  color: #ffffff;
}

.hc-trust-text small {
  color: rgba(255,255,255,0.9);
}

/* botón */
.hc-trust-btn {
  background: #ffffff;
  color: #1e3a8a;

  padding: 6px 14px;
  border-radius: 999px;
  font-weight: 600;

  transition: all 0.25s ease;
}

.hc-trust-btn:hover {
  transform: translateY(-2px) scale(1.05);
}

/* score */
.hc-trust-score {
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
}

/* texto */
.hc-trust-text span {
  display: block;
  font-weight: 600;
  color: #ffffff;
}

.hc-trust-text small {
  color: rgba(255,255,255,0.85);
  font-size: 12px;
}

.hc-trust-btn {
  background: rgba(255,255,255,0.15);
  border: 1px solid rgba(255,255,255,0.3);
  padding: 6px 14px;
  border-radius: 999px;

  color: #ffffff;
  font-weight: 600;
  font-size: 13px;

  transition: all 0.3s ease;
}

.hc-trust-btn:hover {
  background: #ffffff41;
  color: #ffffff;
  transform: translateY(-2px);
}

.hc-trust-filled {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;

  padding: 18px 28px;
  max-width: 1140px;
  border-radius: 22px;
  margin: 0 auto;

  background:
    radial-gradient(120% 120% at 0% 0%, rgba(56,189,248,.12), transparent),
    rgba(255,255,255,0.04);

  border: 1px solid rgba(255,255,255,0.08);
  backdrop-filter: blur(16px);
}

.hc-trust-left {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 18px;
  align-items: center;
}

.hc-trust-rating-big {
  font-size: 22px;
  font-weight: 600;
  color: #38bdf8;

  padding: 14px 18px;
  border-radius: 14px;

  background: rgba(56,189,248,.12);
  box-shadow: inset 0 0 0 1px rgba(56,189,248,.25);
}

.hc-trust-info {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.hc-trust-sub {
  font-size: 13px;
  color: rgba(255,255,255,0.55);
}

@keyframes trustPulse {
  0% {
    box-shadow: 0 0 0 rgba(56,189,248,0);
  }
  50% {
    box-shadow: 0 0 22px rgba(56,189,248,0.45);
  }
  100% {
    box-shadow: 0 0 0 rgba(56,189,248,0);
  }
}

.hc-trust-cta-strong {
  position: relative;
  overflow: hidden;

  background: linear-gradient(
    135deg,
    #38bdf8 0%,
    #3b82f6 60%,
    #2563eb 100%
  );

  color: #ffffff;
  border-radius: 12px;
  padding: 9px 18px;

  font-weight: 600;
  font-size: 15px;

  border: 1px solid rgba(255,255,255,.25);

  box-shadow:
    0 10px 30px rgba(37,99,235,.35),
    inset 0 1px 0 rgba(255,255,255,.25);

  animation: trustPulse 3.5s ease-in-out infinite;
  transition:
    transform .35s ease,
    box-shadow .35s ease;
}

.hc-trust-cta-strong::before {
  content: "";
  position: absolute;
  inset: 0;

  background: linear-gradient(
    120deg,
    transparent 0%,
    rgba(255,255,255,0.35) 50%,
    transparent 100%
  );

  transform: translateX(-120%);
  color: #ffffff;
}

.hc-trust-cta-strong:hover::before {
  transform: translateX(120%);
  transition: transform .6s ease;
  color: #ffffff;
}

.hc-trust-cta-strong:hover {
  transform: translateY(-2px) scale(1.03);
  box-shadow:
    0 12px 30px rgba(37,99,235,.45),
    0 0 0 1px rgba(255,255,255,.25);

  color: #ffffff;
}

.hc-hero-trust {
  opacity: 0;
  transform: translate(-50%, 20px);
  animation: trustFadeUp 1s ease forwards;
  animation-delay: 1.1s;
}

@keyframes trustFadeUp {
  to {
    opacity: 1;
    transform: translate(-50%, 0);
  }
}

@media (max-width: 768px) {
  .hc-trust-glass {
    width: 100%;
    max-width: 92%;
    margin: 0 auto;
    
    padding: 18px 16px;
    border-radius: 16px;

    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 12px;
  }

  .hc-trust-badge {
    order: 1;
  }

  .hc-trust-text {
    order: 2;
  }

  .hc-trust-text h3 {
    font-size: 17px;
  }

  .hc-trust-text p {
    font-size: 14px;
  }

  .hc-trust-action {
    width: 100%;
  }

  .hc-trust-action .btn {
    width: 100%;
    max-width: 260px;
  }

  .trustpilot-widget {
    max-width: 100%;
  }
}

/* ==========================
   HOME – SERVICES (NEW)
========================== */

.hc-services-alt {
  padding: 120px 0;
  color: #ffffff;
}

.hc-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;

  padding: 6px 16px;
  border-radius: 999px;

  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.5px;

  color: #ffffff;

  background: linear-gradient(
    135deg,
    rgba(56,189,248,0.25),
    rgba(37,99,235,0.25)
  );

  border: 1px solid rgba(56,189,248,0.5);

  backdrop-filter: blur(10px);

  box-shadow:
    0 4px 20px rgba(56,189,248,0.2),
    inset 0 1px 0 rgba(255,255,255,0.2);
}

.hc-badge:hover {
  box-shadow:
    0 8px 30px rgba(56,189,248,0.35);
}

.hc-services-alt h2 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 18px;
}

.hc-services-desc {
  font-size: 15px;
  max-width: 560px;
  margin: 0 auto 60px;
  opacity: 0.85;
}

/* GRID */
.hc-services-grid {
  gap: 24px;
}

/* SERVICE CARD */
.hc-service-box {
  position: relative;
  height: 340px;
  border-radius: 22px;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

/* BACKGROUNDS */
.hc-service-box.minecraft {
  background: url("../media/minecraftwallpaper.png") center/cover no-repeat;
}

.hc-service-box.discord {
  background: url("../media/dcbotwallpaper.png") center/cover no-repeat;
}

.hc-service-box.hytale {
  background: url("../media/hytale.jpg") center/cover no-repeat;
}

/* OVERLAY */
.hc-service-box::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    circle at 50% 100%,
    rgba(56,189,248,0.25),
    transparent 60%
  );
  opacity: 0;
  transition: opacity 0.4s ease;
}

.hc-service-box:hover::after {
  opacity: 1;
}

.hc-service-box::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.15),
    rgba(0, 0, 0, 0.85)
  );
}

/* CONTENT */
.hc-service-content {
  position: relative;
  padding: 28px;
  text-align: left;
}

.hc-service-content h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}

.hc-service-content p {
  font-size: 14px;
  opacity: 0.9;
  margin-bottom: 18px;
}

/* BUTTON */
.hc-btn {
  display: inline-block;
  padding: 8px 18px;
  border-radius: 999px;
  border: 1px solid #38bdf8;
  color: #38bdf8;
  font-size: 14px;
  text-decoration: none;
  transition: background 0.3s ease, transform 0.3s ease;
}

.hc-btn:hover {
  background: #38bdf8;
  color: #020617;
  transform: translateX(4px);
}

/* HOVER CARD */
.hc-service-box:hover {
  transform: translateY(-6px) scale(1.01);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.6);
}

@media (max-width: 768px) {
  .hc-services-alt h2 {
    font-size: 32px;
  }

  .hc-service-box {
    height: 300px;
    margin-bottom: 24px;
  }
}

/* ==========================
   HOME – FEATURES
========================== */

.hc-features {
  padding: 160px 0;
  text-align: center;
}

.hc-features-grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 32px;
}

.hc-features-title {
  font-size: clamp(36px, 5vw, 64px);
  font-weight: 700;
  line-height: 1.15;
  margin-bottom: 90px;
  color: #ffffff;
  letter-spacing: -0.5px;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.hc-features-title.visible {
  opacity: 1;
  transform: translateY(0);
}

.hc-feature-card {
  padding: 38px 34px;
  border-radius: 18px;
  background: linear-gradient(
    180deg,
    rgba(255,255,255,0.05),
    rgba(255,255,255,0.015)
  );
  border: 1px solid rgba(255,255,255,0.08);
  text-align: left;
  transition: all 0.35s ease;
}

.hc-feature-card:hover {
  transform: translateY(-10px) scale(1.02);
  border-color: rgba(56,189,248,0.6);
  box-shadow:
    0 30px 80px rgba(56,189,248,0.2),
    0 0 40px rgba(56,189,248,0.15);
}

.hc-feature-icon {
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
}

.hc-feature-icon svg {
  width: 54px;
  height: 54px;
  fill: #ffffff;
  transform: scale(1.08);
  transition: transform 0.4s ease;
}

.hc-feature-card h3 {
  font-size: 2rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 12px;
}

.hc-feature-card p {
  font-size: 15.5px;
  line-height: 1.7;
  color: rgba(255,255,255,0.88);
}

.hc-feature-card {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.8s ease;
}

.hc-feature-card:hover svg {
  transform: scale(1.2) rotate(4deg);
}

.hc-feature-card.visible {
  opacity: 1;
  transform: translateY(0);
}

.hc-feature-card:nth-child(1) { animation-delay: 0.1s; }
.hc-feature-card:nth-child(2) { animation-delay: 0.2s; }
.hc-feature-card:nth-child(3) { animation-delay: 0.3s; }
.hc-feature-card:nth-child(4) { animation-delay: 0.4s; }
.hc-feature-card:nth-child(5) { animation-delay: 0.5s; }
.hc-feature-card:nth-child(6) { animation-delay: 0.6s; }

@keyframes featureFadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ==========================
   HOME – CTA
========================== */

.hc-cta {
  padding: 100px 0;
  background: linear-gradient(135deg, #38bdf8, #2563eb);
  color: #ffffff;
}

.hc-cta h2 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 12px;
}

.hc-cta p {
  font-size: 18px;
  margin-bottom: 28px;
}

.hc-cta .btn {
  background: #ffffff;
  color: #020617;
  font-weight: 600;
  padding: 14px 36px;
}

@media (max-width: 768px) {
  .hc-hero h1 {
    font-size: 40px;
  }

  .hc-hero {
    padding: 120px 0 90px;
  }
}

@keyframes fadeUpSmooth {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.hc-hero-title,
.hc-hero .lead,
.hc-hero-buttons {
  animation: fadeUpSmooth 0.8s ease forwards;
}

.hc-hero .lead {
  animation-delay: 0.2s;
}

.hc-hero-buttons {
  animation-delay: 0.4s;
}

.reveal {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.8s ease;
}

.reveal.active {
  opacity: 1;
  transform: translateY(0);
}

.hc-btn-main {
  background: linear-gradient(135deg, #38bdf8, #2563eb);
  border: none;
  color: #fff;

  box-shadow: 0 10px 30px rgba(56,189,248,0.35);
}

.hc-btn-main:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 45px rgba(56,189,248,0.45);
  color: #fff;  
}

@media (max-width: 768px) {
  .hc-features {
    padding-left: 16px;
    padding-right: 16px;
  }

  .hc-features-grid {
    gap: 20px;
    padding: 0 12px;
  }
  
  .hc-feature-card {
    padding: 28px 22px;
  }
}

