/* =========================================================
TEKNOVA MUSIC - RESPONSIVE.CSS COMPLETO LIMPIO
========================================================= */

/* =========================
DESKTOP MEDIUM
========================= */

@media (max-width: 1180px) {

.nav-links {
    gap: 22px;
}

.brand-title {
    font-size: 23px;
}

.logo .brand-title span {
    font-size: 23px !important;
}

.navbar .logo .brand-subtitle {
    font-size: 8px !important;
}

.steps,
.service-grid {
    grid-template-columns: repeat(2, 1fr);
}


}

/* =========================
TABLET / MOBILE MENU
========================= */

@media (max-width: 1050px) {

.nav-links,
.nav-buttons {
    display: none;
}

.menu-toggle {
    display: block;
}

.mobile-menu {
    display: block;
    position: fixed;
    top: 92px;
    left: 0;
    width: 100%;
    background: rgba(5, 8, 7, 0.97);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    z-index: 998;
    transform: translateY(-130%);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease;
}

.mobile-menu.active {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

.mobile-menu ul {
    padding: 24px;
    display: grid;
    gap: 18px;
}

.mobile-menu a {
    color: #ffffff;
    font-weight: 700;
}

.hero-background {
    background-position: 35% center;
    padding: 140px 0 85px;
}

.hero-background::before {
    background:
        linear-gradient(180deg, rgba(0, 0, 0, 0.50), rgba(0, 0, 0, 0.90)),
        radial-gradient(circle at 50% 35%, rgba(29, 185, 84, 0.22), transparent 45%);
}

.hero-content-right {
    justify-content: center;
}

.hero-glass {
    max-width: 780px;
    text-align: center;
}

.hero p {
    margin-left: auto;
    margin-right: auto;
}

.hero-buttons,
.hero-badges {
    justify-content: center;
}

.trust-grid,
.plans-grid,
.contact-wrapper {
    grid-template-columns: repeat(2, 1fr);
}

.plan-card.featured {
    transform: none;
    grid-column: span 2;
}

.artist-profile-card {
    flex: 0 0 calc((100% - 28px) / 2);
}


}

/* =========================
MOBILE
========================= */

@media (max-width: 768px) {


section {
    padding: 82px 0;
}

.navbar {
    padding: 14px 0;
}

.navbar.scrolled {
    padding: 11px 0;
}

.logo {
    gap: 11px;
}

.logo-img {
    width: 52px;
    height: 52px;
}

.brand-title {
    font-size: 22px;
    gap: 6px;
}

.logo .brand-title span {
    font-size: 22px !important;
}

.navbar .logo .brand-subtitle {
    font-size: 8px !important;
    margin-top: 3px !important;
}

.mobile-menu {
    top: 80px;
}

.hero-background {
    min-height: 100vh;
    padding: 125px 0 70px;
    background-position: 30% center;
}

.hero-glass {
    padding: 32px;
    border-radius: 26px;
}

.hero h1 {
    font-size: 44px;
    letter-spacing: -1px;
}

.hero p {
    font-size: 16px;
}

.hero-buttons a {
    width: 100%;
}

.badge {
    width: 100%;
    justify-content: center;
}

.trust-grid,
.steps,
.service-grid,
.plans-grid,
.contact-wrapper {
    grid-template-columns: 1fr;
}

.plan-card.featured {
    grid-column: auto;
}

.section-title {
    margin-bottom: 42px;
}

.section-title h2 {
    font-size: 34px;
}

.artists {
    padding: 80px 0;
}

.artists-viewport {
    overflow: hidden;
    width: 100%;
}

.artists-track {
    gap: 0 !important;
}

.artist-profile-card {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    margin-right: 0 !important;
}

.artist-cover {
    height: 330px;
}

.artist-info {
    padding: 26px;
    text-align: center;
}

.artist-info h3 {
    font-size: 26px;
    line-height: 1.2;
}

.artist-info p {
    font-size: 16px;
}

.spotify-link {
    width: 100%;
    font-size: 15px;
    white-space: normal;
    text-align: center;
    line-height: 1.3;
    padding: 12px 16px;
}

.artists-controls {
    grid-template-columns: 46px 1fr 46px;
    gap: 14px;
    margin-top: 28px;
}

.artist-slider-btn {
    width: 46px;
    height: 46px;
}

.contact-card {
    align-items: flex-start;
}

.cta-box {
    padding: 50px 28px;
    border-radius: 28px;
}

.footer-content {
    flex-direction: column;
    gap: 24px;
    text-align: center;
}

.footer-brand-wrap {
    justify-content: center;
}

}

/* =========================
SMALL MOBILE
========================= */

@media (max-width: 480px) {

.container {
    width: 92%;
}

.logo {
    gap: 9px;
}

.logo-img {
    width: 48px;
    height: 48px;
}

.brand-title {
    font-size: 20px;
    gap: 5px;
}

.logo .brand-title span {
    font-size: 20px !important;
}

.navbar .logo .brand-subtitle {
    font-size: 7.5px !important;
}

.hero-glass {
    padding: 26px 22px;
}

.hero h1 {
    font-size: 38px;
}

.hero-tag {
    font-size: 13px;
}

.btn-primary,
.btn-secondary {
    width: 100%;
    padding: 0 20px;
}

.trust-grid div,
.step-card,
.service-card,
.plan-card,
.contact-form,
.contact-card,
.faq-item {
    padding: 24px;
}

.price {
    font-size: 38px;
}

.artist-cover {
    height: 300px;
}

.artist-info h3 {
    font-size: 24px;
}

.artists-progress {
    height: 7px;
}

.footer-logo {
    width: 52px;
    height: 52px;
}

.footer-brand-text h3 {
    font-size: 22px;
}

.developer-credit {
    font-size: 12px;
}

.whatsapp-float {
    width: 58px;
    height: 58px;
    right: 18px;
    bottom: 18px;
    font-size: 28px;
}

}

/* =========================
   DISTROKID RESPONSIVE
========================= */

@media (max-width: 1050px) {

    .distrokid-wrapper {
        grid-template-columns: 1fr;
    }

    .distrokid-content {
        text-align: center;
    }

    .distrokid-trust div {
        justify-content: center;
    }

}

@media (max-width: 768px) {

    .distrokid-content {
        padding: 32px;
        border-radius: 28px;
    }

    .distrokid-content h2 {
        font-size: 34px;
    }

    .distrokid-content p {
        font-size: 16px;
    }

    .distrokid-cards {
        grid-template-columns: 1fr;
    }

    .distrokid-card {
        text-align: center;
    }

    .distrokid-card i {
        margin-left: auto;
        margin-right: auto;
    }

}

@media (max-width: 480px) {

    .distrokid-content {
        padding: 26px 22px;
    }

    .distrokid-content h2 {
        font-size: 30px;
    }

    .distrokid-trust div {
        align-items: flex-start;
        text-align: left;
        justify-content: flex-start;
    }

}

/* =========================
MOBILE NAVBAR FIX
Mostrar idioma + menú hamburguesa
========================= */

@media (max-width: 1050px) {

.nav-container {
    gap: 10px;
}

.logo {
    flex: 1;
    min-width: 0;
}

.logo-text {
    min-width: 0;
}

.brand-title {
    white-space: nowrap;
}

.nav-links {
    display: none !important;
}

.nav-buttons {
    display: flex !important;
    align-items: center;
    gap: 8px;
    margin-left: auto;
    order: 2;
    flex: 0 0 auto;
}

.nav-buttons .btn-primary {
    display: none !important;
}

.language-btn {
    min-height: 42px;
    padding: 0 14px;
    border-radius: 12px;
    font-size: 14px;
    flex: 0 0 auto;
}

.menu-toggle {
    display: flex !important;
    align-items: center;
    justify-content: center;
    order: 3;
    width: 42px;
    height: 42px;
    min-width: 42px;
    color: #ffffff;
    font-size: 24px;
    margin-left: 2px;
    z-index: 1001;
}

.menu-toggle i {
    display: block !important;
    color: #ffffff;
}

}

@media (max-width: 480px) {

.nav-container {
    gap: 7px;
}

.logo {
    gap: 8px;
}

.logo-img {
    width: 44px;
    height: 44px;
}

.brand-title {
    font-size: 18px;
    gap: 5px;
}

.logo .brand-title span {
    font-size: 18px !important;
}

.navbar .logo .brand-subtitle {
    font-size: 7px !important;
}

.language-btn {
    min-height: 38px;
    padding: 0 11px;
    font-size: 13px;
}

.menu-toggle {
    width: 38px;
    height: 38px;
    min-width: 38px;
    font-size: 22px;
}

}

