:root {
    --primary-color: #121212;
    --secondary-color: #62676a;
    --accent-color: #e645b1;
    --text-light: #f4f4f4;
    --bg-light: #333333;
    --image-bg: #141525;
}

.skip-link {
    visibility: hidden;
}

body {
    font-family: "Funnel Sans", sans-serif;
    background: #222529;
    color: var(--text-light);
}

a {
    text-decoration: none;
    color: var(--secondary-color);
}

.navbar {
    background: var(--primary-color);
}
.navbar .nav-link, .navbar-brand {
    color: var(--text-light) !important;
    font-weight: bold;
}
.navbar .btn {
    background: var(--secondary-color);
    color: white !important;
    border-radius: 8px;
    font-weight: bold;
}
.navbar-logo {
    width: 150px;
}
.hero {
    padding: 150px 10px 50px 10px;
    text-align: center;
    background: #fff;
    position: relative;
    overflow: hidden;
    height: 80vh;
    z-index: 1;
}
.hero h1 {
    font-size: 2.5rem;
    font-weight: bold;
    color: var(--text-light);
    position: relative;
    z-index: 2;
}
.hero p {
    font-size: 1.2rem;
    color: #b0b0b0;
    position: relative;
    z-index: 2;
    /*text-shadow: 0 0 5px #fff;*/
}

.muted-hero{
    color: #737070;
}
.cta-btn {
    background: var(--accent-color);
    color: white;
    padding: 15px 40px;
    border-radius: 8px;
    font-weight: bold;
    display: inline-block;
    margin-top: 20px;
    position: relative;
    z-index: 2;
    /*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgb(0 0 0 / 54%);*/
}
#background-video {
    width: 100%;
    object-fit: cover;
    position: relative;
    margin-top:-17%;
    left: 0;
    z-index: -1;
}
.nav-cta-btn {
    background-color: transparent!important;
    font-weight: 400!important;
    border: 1px solid var(--accent-color);
    margin-left: 5px;
    display: inline-block;
    position: relative;
    z-index: 2;
}
.nav-cta-btn:hover {
    background-color: var(--accent-color)!important;
    font-weight: 400!important;
    border: 1px solid var(--accent-color)!important;
}
.section {
    padding: 60px 20px;
}

#how{
    background-image: url("../img/sparx-aura.svg");
    
    background-repeat: no-repeat;
    background-position-x: 70vw;
    background-position-y: 3%;
    background-size: 60%;
    background-color: rgba(0,0,0,0.6);
    background-blend-mode: darken;
}
#demo{
    background-image: url("../img/sparx-aura.svg");

    background-repeat: no-repeat;
    background-position-x: -30vw;
    background-position-y: -75%;
    background-size: 60%;
    background-color: rgba(0,0,0,0.6);
    background-blend-mode: darken;
}
.bg-gray {
    background-color: var(--bg-light);
}

.bg-black {
    background-color: #000;
}
.stats {
    font-size: 1.8rem;
    font-weight: bold;
    color: var(--accent-color);
}
.footer {
    background: var(--primary-color);
    color: var(--text-light);
    padding: 50px 20px 10px 20px;
    text-align: center;
}

.footer-end {
    background-color: #000 !important;
    width: 100vw;
    position: relative;
    left: -20px;
    margin-bottom: -30px;
}

.feature {
    margin-bottom: 60px;
}

.top-spaced {
    margin-top: 30px;
}
.top-spaced-2x {
    margin-top: -30px;
    position: relative;
    z-index: 1;
}
.image-placeholder {
    background: var(--image-bg);
    width: 100%;
    height: 250px;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    overflow: hidden;
}
.feature-img{

}
.form-label {
    text-align: left;
    display: block;
    font-weight: bold;
}

.h2, h2 {
    font-size: calc(1.325rem + 1.3vw)!important;
}

.app-image {
    width: 55%!important;
}

.dark-title {
    color: #000!important;
}
.dark-subtitle {
    color: #545454!important;
}

#aura {
    width: 60vw;
    position: absolute;
    left: -5vw;
    top: -15vw;
    z-index: 2;
    pointer-events: none;
    animation: breathing 6s infinite ease-in-out;
}

@keyframes breathing {
  0% {
    opacity: 0.8;
    transform: translateX(-50%) scale(1);
  }
  50% {
    opacity: 0.6;
    transform: translateX(-50%) scale(1.1);
  }
  100% {
    opacity: 0.8;
    transform: translateX(-50%) scale(1);
  }
}

.roadmap-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 900px;
    margin: auto;
}
.step-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 800px;
    margin-bottom: 40px;
}
.step {
    position: relative;
    background: #1C1C28;
    padding: 20px;
    border-radius: 10px;
    width: 45%;
    text-align: left;
    box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.1);
}
.step h3 {
    margin: 0;
    font-size: 20px;
    color: #FF41A0;
}
.step p {
    margin: 5px 0 0;
    font-size: 16px;
    color: #BBBBBB;
}
.step::before {
    content: attr(data-step);
    position: absolute;
    left: -20px;
    top: 50%;
    margin-right: 50px;
    transform: translateY(-50%);
    background: #FF41A0;
    color: white;
    font-weight: bold;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 14px;
}
.progress-line {
    width: 4px;
    background: #FF41A0;
    height: 40px;
    margin: 0 auto;
}
.hidden-line:last-child {
    display: none;
}
.step-image {
    width: 45%;
    height: 150px;
    background: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.1);
    overflow: hidden;
}
.step-image img {
    max-width: 100%;
    border-radius: 10px;
}
/* Alternar imágenes a izquierda/derecha */
.step-container:nth-child(even) {
    flex-direction: row-reverse;
}

.accordion-button {
    background-color: transparent !important;
    color: inherit;
    box-shadow: none !important;
}

.accordion-button:not(.collapsed) {
    background-color: transparent !important;
    color: inherit;
    box-shadow: none !important;
}

#faq {
    background-image: url("../img/sparxhub2.png");
    background-repeat: no-repeat;
    background-size: 60vw;
    background-position-y: 10vh;
    background-position-x: 50vw;
    background-blend-mode: overlay;
}


@media (max-width: 768px) {
    .step-container {
        flex-direction: column !important;
        text-align: center;
    }
    .step, .step-image {
        width: 90%;
    }
}

/* ---------- iPhone Sergito ---------- */
/* Portrait */
@media (width: 393px) {
    body {
        font-size: 0.7rem;
    }
    .hero {
        padding: 80px 10px 50px 10px!important;
        height: 75vh!important;
    }
    .hero h1 {
        font-size: 1.5rem;
    }
    .hero p {
        font-size: 0.9rem;
    }
    #background-video {
        margin-top: -7%;
    }
}

/* ---------- iPhone Sergito ---------- */
/* Portrait */
@media (width: 414px) {
    body {
        font-size: 0.7rem;
    }
    .hero {
        padding: 105px 10px 50px 10px !important;
        height: 75vh !important;
    }
    .hero h1 {
        font-size: 1.5rem;
    }
    .hero p {
        font-size: 0.9rem;
    }
    #background-video {
        margin-top: -7%;
    }
}



/* ---------- Smartphones pequeños (hasta 360px) ---------- */
/* Portrait */
@media (max-width: 360px) {
    body {
        font-size: 0.7rem;
    }
    .hero {
        height: 80vh!important;
    }
    .hero h1 {
        font-size: 1.5rem;
    }
    .hero p {
        font-size: 0.9rem;
    }
    #background-video {
        margin-top: -7%;
    }
}


/* ---------- Smartphones pequeños (hasta 380px) ---------- */
/* Portrait */
@media (max-width: 380px) {
    body {
        font-size: 0.7rem;
    }
    .hero {
        padding: 100px 10px 50px 10px!important;
        height: 85vh!important;
    }
    .hero h1 {
        font-size: 1.5rem;
    }
    .hero p {
        font-size: 0.9rem;
    }
    #background-video {
        margin-top: -7%;
    }
}

/* ---------- Smartphones pequeños (hasta 480px) ---------- */
/* Portrait */
@media (max-width: 480px) {
    body {
        font-size: 0.9rem;
    }
    .hero {
        padding: 95px 10px 50px 10px!important;
        height: 65vh;
    }
    .hero h1 {
        font-size: 1.8rem;
    }
    .hero p {
        font-size: 1rem;
    }
    #background-video {
        margin-top: -7%;
    }
}



/* Landscape */
@media (max-width: 767px) and (orientation: landscape) {
    body {
        font-size: 0.7em;
    }
    .hero {
        padding: 70px 10px 50px 10px;
        height: 95vh;
    }
    .hero h1 {
        font-size: 1.5rem;
    }
    .hero p {
        font-size: 0.9rem;
    }
    #background-video {
        margin-top: -18%;
    }
}


/* ---------- Smartphones medianos y grandes (481px - 767px) ---------- */
/* Portrait */
@media (min-width: 481px) and (max-width: 767px) {
    body {
        font-size: 0.7rem;
    }
    .hero {
        padding: 85px 10px 50px 10px;
        height: 95vh;
    }
    .hero h1 {
        font-size: 1.5rem;
    }
    .hero p {
        font-size: 0.9rem;
    }
    #background-video {
        margin-top: -20%;
    }
}

/* Landscape */
@media (min-width: 568px) and (max-width: 767px) and (orientation: landscape) {
  /* Estilos para teléfonos medianos/grandes en landscape */
}


/* ---------- Tablets (768px - 1024px) ---------- */
/* Portrait */
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    body {
        font-size: 1rem;
    }
    .hero {
        padding: 110px 10px 50px 10px;
        height: 55vh;
    }
    .hero h1 {
        font-size: 2.5rem;
    }
    .hero p {
        font-size: 1.1rem;
    }
    #background-video {
        margin-top: -15%;
    }
}

/* Landscape */
@media (min-width: 500px) and (max-width: 767px) and (orientation: landscape) {
  body {
        font-size: 1rem;
    }
    .hero {
        padding: 85px 10px 50px 10px;
        height: 95vh;
    }
    .hero h1 {
        font-size: 1.5rem;
    }
    .hero p {
        font-size: 1.1rem;
    }
    #background-video {
        margin-top: -20%;
    }
    .cta-btn {
        margin-top: 0px;
    }
}

/* Landscape */
@media (min-width: 768px) and (max-width: 1000px) and (orientation: landscape) {
  body {
        font-size: 0.7rem;
    }
    .hero {
        padding: 85px 10px 50px 10px;
        height: 95vh;
    }
    .hero h1 {
        font-size: 1.5rem;
    }
    .hero p {
        font-size: 0.9rem;
    }
    #background-video {
        margin-top: -20%;
    }
    .cta-btn {
        margin-top: 0px;
    }
}

/* Landscape */
@media (min-width: 1001px) and (max-width: 1024px) and (orientation: landscape) {
  body {
        font-size: 0.7rem;
    }
    .hero {
        padding: 105px 10px 50px 10px;
        height: 60vh;
    }
    .hero h1 {
        font-size: 2rem;
    }
    .hero p {
        font-size: 0.9rem;
    }
    #background-video {
        margin-top: -20%;
    }
    .cta-btn {
        margin-top: 0px;
    }
}


/* ---------- Laptops y desktops pequeños (1025px - 1280px) ---------- */
@media (min-width: 1025px) and (max-width: 1280px) {
  /* Estilos para laptops y pantallas pequeñas */
}


/* ---------- Desktops estándar (1281px - 1440px) ---------- */
@media (min-width: 1281px) and (max-width: 1440px) {
  /* Estilos para pantallas estándar y escritorios promedio */
}


/* ---------- Pantallas grandes y Full-HD (1441px - 1920px) ---------- */
@media (min-width: 1441px) and (max-width: 1920px) {
  /* Estilos para pantallas grandes, Full HD */
}


/* ---------- Monitores ultra-wide y pantallas extra grandes (más de 1921px) ---------- */
@media (min-width: 1921px) {
  /* Estilos para pantallas ultra-wide y monitores muy grandes */
}

/*<3uflan*/

