    body {
        font-family: 'Space Grotesk', sans-serif;

    }
    h1 {
        font-size: 5em;
    }
    @media (max-width: 768px) {
        h1 {
            font-size: 2.5em; /* Tamaño reducido en móviles */
            margin-top: 10px;
        }
    }
    .jumbotron-custom {
        position: relative;
        background: linear-gradient(to right, #19194c 0%, #070716 50%, #19194c 100%);
        color: white;
        padding: 10rem 1rem 6rem;
        text-align: center;
        border-radius: 0 0 1.5rem 1.5rem;
        overflow: hidden;
      }
      
      .jumbotron-custom::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 50%;
        height: 100%;
        background-image: url('fondo-jumbo.png');
        background-repeat: no-repeat;
        background-size: contain;
        background-position: left bottom;
        opacity: 0.4; /* Ajustable */
        z-index: 1;
      }
      
      .jumbotron-custom > * {
        position: relative;
        z-index: 2;
      }
      
  
  .jumbo-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
  }
  
  /* === MENÚ === */
  @media (max-width: 768px) {
    .jumbotron-custom .container.mt-5 {
      padding-top: 3rem; /* Ajustá según el alto visual del menú */
    }
  }
  
  .menu-navegacion .nav-link {
    font-weight: 500;
    
  }
  .menu-navegacion .nav-link:hover {
    text-decoration: underline;
  }
  .idioma-selector {
    cursor: pointer;
    font-size: 1rem;
  }
  
  /* === BOTONES === */
  .btn-token,
  .btn-preventa,
  .btn-whitepaper {
    background-color: #5846fb;
    color: white;
    font-weight: 500;
    border: none;
  }
  .btn-token {
    font-size: 1.5rem;
    padding: 0.75rem 1.5rem;
  }
  .btn-preventa {
    background-color: #5846fb;
    color: white;
    font-size: 1.2rem;
    padding: 1.2rem 2.5rem;
    border-radius: 4rem;
    border: none;
    transition: all 0.3s ease;
    box-shadow: 0 0 25px rgba(88, 70, 251, 0.3); /* Glow suave violeta */
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 500;
    text-transform: none;
    text-align: center;
  }
  
  .btn-preventa:hover {
    background-color: #4737cc;
  }
  .btn-whitepaper {
    border-radius: 2rem;
    padding: 0.6rem 1.5rem;
    text-decoration: none;
    display: inline-block;
  }
  .btn-token:hover,
  .btn-whitepaper:hover {
    background-color: #4737cc;
    text-decoration: none;
    color: white;
  }
  
  /* === BLOQUES === */
  .info-block {
    background-color: white;
    padding: 4rem 1rem;
  }
  .logo-img,
  .eth-img {
    max-width: 100%;
    height: auto;
  }
  .logo-container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .adn-section {
    background-color: #000;
    border-radius: 2rem;
    margin: 4rem 1rem;
    padding: 4rem 2rem;
  }
  
  /* === ROADMAP === */
  .roadmap-card {
    background-color: #f9f9f9;
    border-radius: 2rem;
    border: none;
  }
  .icon-circle {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #5846fb;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
  }
  .text-link {
    color: #5846fb;
    text-decoration: none;
  }
  .text-link:hover {
    text-decoration: underline;
  }
  .shadow-custom {
    box-shadow: 0 0 30px rgba(88, 70, 251, 0.3);
    border-radius: 1rem;
    max-width: 100%;
  }
  
  /* === FAQ / ACCORDION === */
  .custom-accordion {
    background-color: #f4f4f4;
    border-radius: 1.5rem;
    border: none;
    overflow: hidden;
  }
  .accordion-button {
    background-color: transparent;
    font-size: 1.2rem;
    font-weight: 500;
    border-radius: 1.5rem !important;
    padding: 1rem 1.5rem;
  }
  .accordion-button:not(.collapsed)::after {
    transform: rotate(180deg);
  }
  .accordion-button::after {
    content: "";
    background-color: #5846fb;
    mask: url('https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/icons/chevron-down.svg') no-repeat center;
    -webkit-mask: url('https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/icons/chevron-down.svg') no-repeat center;
    background-size: 50% 50%;
    mask-size: 50% 50%;
    width: 36px;
    height: 36px;
    border-radius: 50%;
  }
  .accordion-body {
    background-color: white;
    padding: 1rem 1.5rem;
    border-top: 1px solid #eee;
    font-size: 0.95rem;
  }
  
  /* === FOOTER === */
  .footer-conan {
    background-color: #000;
    border-radius: 2rem 2rem 0 0;
    position: relative;
    z-index: 1;
    overflow: visible;
  }
  .footer-logo {
    max-width: 300px;
    height: auto;
    position: absolute;
    top: -200px;
    left: 0;
    z-index: 10;
  }
  .logo-footer-wrapper {
    position: relative;
    height: 0;
  }
  .footer-conan .footer-text-wrapper {
    padding-top: 150px;
  }
  .footer-conan p.small {
    margin-top: 0 !important;
    margin-bottom: 0.25rem !important;
    line-height: 1.4;
  }
  .footer-conan i {
    font-size: 1.2rem;
    color: white;
  }
  .footer-conan a:hover {
    color: #f9c716;
  }
  .logo-container {
    padding: 2rem 0;
  }
  
  .logo-img-token {
    width: 280px;
    height: auto;
    filter: drop-shadow(0px 5px 8px rgba(0, 0, 0, 0.3));
  }
  
  .pill {
    border-radius: 50px;
    background-color: #f5f5f5;
  }
  
  .light-pill {
    background-color: #f1f1f1;
  }
  
  .supply-box {
    background-color: #5936f0;
    color: white;
    border-radius: 50px;
    padding: 1rem 2rem;
    display: inline-block;
  }
  
  .supply-amount {
    font-size: 2rem;
    font-weight: 500;
    letter-spacing: 2px;
    margin-right: 1rem;
  }
  
  .supply-label {
    font-size: 0.9rem;
    opacity: 0.9;
  }
  
  .circle-pill {
    width: 70px;
    height: 70px;
    border-radius: 50%;
  }
  
  .eth-symbol {
    width: 132px;
    height: auto;
  }
  .logo-conan {
    font-family: 'Bebas Neue', sans-serif;
    font-weight: 500;
    color: #f9c716;
    font-size: 1.5rem;
  }
  .menu-navegacion a.nav-link {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    display: flex;
    align-items: center;
  }
  .preventa-menu {
    padding: 0.85rem 2rem;
    border-radius: 2rem;
    border: none;
    background-color: #5936f0;
    color: #fff;
    text-decoration: none;
    
  }
  .link-blanco {
    color: #fff!important;
  }