/* ============================================
   RESPONSIVE DESIGN - ALL MEDIA QUERIES
   Organizado por breakpoint de mayor a menor:
   - max-width: 991px  → Tablet
   - max-width: 767px  → Mobile
   - max-width: 575px  → Small phones
   ============================================ */

/* ============================================
   AQUALIFT TAGLINE — STEPPED SHRINK (cada 100px)
   ============================================ */
@media (max-width: 2000px) {
    .aqualift-tagline-script {
        font-size: 7.2rem;
    }

    .aqualift-tagline-sans {
        font-size: 3.6rem;
    }

    .aqualift-porque-left {
        flex: 0 0 auto;
        width: 70%;
    }

    .aqualift-porque-right {
        flex: 0 0 auto;
        width: 20%;
    }
}

@media (max-width: 1800px) {
    .aqualift-tagline-script {
        font-size: 6.4rem;
    }

    .aqualift-tagline-sans {
        font-size: 3.2rem;
    }

    .aqualift-porque-left {
        flex: 0 0 auto;
        width: 80%;
    }

    .aqualift-porque-right {
        flex: 0 0 auto;
        width: 20%;
    }
}

@media (max-width: 1700px) {
    .aqualift-tagline-script {
        font-size: 6rem;
    }

    .aqualift-tagline-sans {
        font-size: 3rem;
    }

    .aqualift-porque-left {
        flex: 0 0 auto;
        width: 70%;
    }

    .aqualift-porque-right {
        flex: 0 0 auto;
        width: 20%;
    }
}

@media (max-width: 1600px) {
    .aqualift-tagline-script {
        font-size: 5.6rem;
    }

    .aqualift-tagline-sans {
        font-size: 2.8rem;
    }

    .aqualift-porque-left {
        flex: 0 0 auto;
        width: 75%;
    }

    .aqualift-porque-right {
        flex: 0 0 auto;
        width: 20%;
    }
}

@media (max-width: 1500px) {
    .aqualift-tagline-script {
        font-size: 5.2rem;
    }

    .aqualift-tagline-sans {
        font-size: 2.6rem;
    }

    .aqualift-porque-left {
        flex: 0 0 auto;
        width: 75%;
    }

    .aqualift-porque-right {
        flex: 0 0 auto;
        width: 25%;
    }
}

@media (max-width: 1400px) {
    .aqualift-tagline-script {
        font-size: 4.8rem;
    }

    .aqualift-tagline-sans {
        font-size: 2.4rem;
    }

    .aqualift-porque-left {
        flex: 0 0 auto;
        width: 75%;
    }

    .aqualift-porque-right {
        flex: 0 0 auto;
        width: 25%;
    }
}

@media (max-width: 1300px) {
    .aqualift-tagline-script {
        font-size: 4.4rem;
    }

    .aqualift-tagline-sans {
        font-size: 2.2rem;
    }

    .aqualift-porque-left {
        flex: 0 0 auto;
        width: 75%;
    }

    .aqualift-porque-right {
        flex: 0 0 auto;
        width: 25%;
    }
}

@media (max-width: 1199px) {
    .aqualift-tagline-script {
        font-size: 4rem;
    }

    .aqualift-tagline-sans {
        font-size: 2rem;
        margin-left: 0;
    }

    .aqualift-porque-right {
        align-items: center;
        justify-content: center;
        padding: 40px 20px;
        width: 100%;
    }

    .aqualift-porque-left {
        min-height: 500px;
        width: 100%;
    }
}


/* ============================================
   MAX-WIDTH: 991px — TABLET
   ============================================ */
@media (max-width: 991px) {

    /* --- Global / Navbar --- */
    .logo-me {
        font-size: 2.8rem;
        letter-spacing: -0.15em;
    }

    .logo-amp {
        font-size: 1em;
    }

    .logo-medicina {
        font-size: 0.9rem;
    }

    .logo-distribuidora {
        font-size: 0.85rem;
    }

    .navbar-collapse {
        background: rgba(255, 255, 255, 0.98);
        padding: 1.5rem;
        border-radius: 12px;
        margin-top: 1rem;
        box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    }

    /* --- Index --- */
    .hero-line {
        font-size: 2rem;
    }

    .hero-curve {
        width: 55%;
        height: 110%;
        bottom: -70%;
        left: -20%;
    }

    .marcas-fila {
        gap: 25px;
    }

    .marca-item img {
        height: 80px;
        width: 180px;
    }

    .products-title {
        font-size: 2.5rem;
    }

    .products-content {
        text-align: center;
    }

    /* --- Footer --- */
    .footer-content {
        flex-direction: column;
        align-items: center;
        gap: 40px;
    }

    .footer-col-logo,
    .footer-col-nav,
    .footer-col-contacto {
        text-align: center;
    }

    .footer-col-nav {
        order: 3;
    }

    .footer-contacto-item {
        justify-content: center;
    }

    /* --- Stylage --- */
    .stylage-hero {
        height: auto;
        min-height: 60vh;
    }

    .stylage-hero-logo {
        max-width: 400px;
        left: 5%;
    }

    .stylage-hero-image {
        position: relative;
    }

    .stylage-hero-image img {
        height: auto;
        min-height: 60vh;
    }

    .stylage-beneficios-section {
        padding: 60px 0;
    }

    .stylage-beneficios-image img {
        transform: scale(1.2);
    }

    .stylage-beneficios-content {
        padding-left: 0;
        text-align: center;
    }

    .stylage-beneficios-title {
        font-size: 2.8rem;
        display: inline-block;
    }

    .stylage-beneficios-title::before {
        left: -20px;
    }

    .stylage-beneficios-subtitle {
        font-size: 1.1rem;
    }

    .stylage-beneficios-list {
        display: inline-block;
        text-align: left;
    }

    .stylage-beneficios-list li {
        font-size: 1.2rem;
    }

    /* --- Vivacy --- */
    .vivacy-image {
        min-height: 160px;
    }

    .vivacy-image img {
        max-height: 140px;
    }

    /* --- Relleno --- */
    .relleno-products-row {
        flex-direction: row;
        gap: 20px;
    }

    .relleno-product-item {
        flex-direction: column;
        text-align: center;
    }

    .relleno-product-image {
        width: 180px;
    }

    .relleno-product-image img {
        max-height: 250px;
    }

    .relleno-product-text {
        font-size: 0.9rem;
        text-align: center;
        max-width: 180px;
    }

    /* --- Realce --- */
    .realce-content {
        flex-direction: column;
        gap: 40px;
    }

    .realce-image {
        max-width: 300px;
    }

    .realce-benefits {
        text-align: center;
    }

    /* --- Restauración --- */
    .restauracion-content {
        flex-direction: column;
        gap: 30px;
    }

    .restauracion-image {
        max-width: 250px;
    }

    .restauracion-text {
        text-align: center;
    }

    /* --- Hidratación --- */
    .hidratacion-content {
        flex-direction: column;
        gap: 30px;
    }

    .hidratacion-image {
        max-width: 250px;
    }

    .hidratacion-text {
        text-align: center;
    }

    /* --- Nuestros Productos --- */
    .productos-hero-title {
        font-size: 2.2rem;
    }

    .productos-page-title {
        font-size: 2rem;
    }

    /* --- ExoSlim --- */
    .exoslim-sistema-row {
        flex-direction: column;
        gap: 40px;
    }

    .exoslim-sistema-img {
        flex: none;
        width: 100%;
        max-width: 400px;
        margin: 0 auto;
    }

    .exoslim-protocolo-row {
        flex-direction: column;
        align-items: flex-start;
    }

    .exoslim-protocolo-left {
        flex: none;
        width: 100%;
    }

    .exoslim-protocolo-img {
        width: 200px;
        right: 10px;
        bottom: -60px;
    }

    /* --- Inbiotec --- */
    .inbiotec-producto-row {
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }

    .inbiotec-producto-img-box {
        width: 100% !important;
        max-width: 420px;
        display: flex;
        align-items: flex-end;
        justify-content: center;
        gap: 16px;
    }

    .inbiotec-producto-info {
        width: 100%;
        text-align: left;
    }

    .inbiotec-img-main {
        flex: 1;
    }



    /* --- Marcas --- */
    .marcas-fila {
        gap: 24px;
    }

    .marca-item img {
        height: 70px;
        width: 160px;
    }

    /* --- Aqualift --- */
    .aqualift-utilizar-title {
        font-size: 1.4rem;
    }

    .aqualift-utilizar-logo {
        height: 40px;
    }

    .aqualift-utilizar-list li {
        font-size: 0.9rem;
    }

    .aqualift-utilizar-col {
        padding: 16px 20px;
    }

    .aqualift-porque-section .row {
        min-height: auto;
    }

    .aqualift-porque-left {
        min-height: 420px;
        padding: 30px 5%;
    }

    /* --- Contacto --- */
    .pickup-badge {
        display: none;
    }

    .pickup-card {
        flex-direction: column;
        padding: 40px 30px;
    }

    .pickup-img {
        flex: none;
        width: 100%;
        margin-top: 30px;
        justify-content: center;
    }

    .pickup-img img {
        width: 280px;
    }
}


/* ============================================
   MAX-WIDTH: 767px — MOBILE
   ============================================ */
@media (max-width: 767px) {

    /* --- Global / Navbar --- */
    .logo-me {
        font-size: 2.2rem;
        letter-spacing: -0.15em;
    }

    .logo-amp {
        font-size: 1em;
    }

    /* --- Marcas --- */
    .marcas-fila {
        gap: 16px;
        margin-bottom: 30px;
    }

    .marca-item img {
        height: 50px;
        width: 120px;
    }

    /* --- Aqualift --- */
    .aqualift-utilizar-title {
        font-size: 1.1rem;
    }

    .aqualift-utilizar-logo {
        height: 30px;
    }

    .aqualift-utilizar-list li {
        font-size: 0.82rem;
    }

    .aqualift-utilizar-col {
        padding: 12px 16px;
    }

    .aqualift-porque-left {
        min-height: 320px;
    }

    /* --- Index --- */
    .hero-line {
        font-size: 1.5rem;
    }

    .hero-curve {
        width: 80%;
        height: 80%;
        bottom: -50%;
        left: -25%;
    }

    .hero-underline {
        width: 150px;
    }

    .info-section {
        padding: 60px 0;
    }

    .info-title {
        font-size: 1.1rem;
    }

    .info-box {
        padding: 1.5rem;
        border-radius: 20px;
    }

    .info-box p {
        font-size: 0.9rem;
    }

    .marcas-section {
        padding: 50px 0;
    }

    .marcas-fila {
        gap: 15px;
        flex-wrap: wrap;
    }

    .marca-item img {
        height: 60px;
        width: 140px;
    }

    .products-section {
        padding: 50px 0;
    }

    .products-title {
        font-size: 2rem;
    }

    .btn-products {
        font-size: 0.85rem;
        padding: 12px 28px;
    }

    /* --- Footer --- */
    .footer-content {
        flex-direction: column;
        gap: 40px;
    }

    .footer-col-contacto {
        text-align: left;
    }

    .footer-contacto-item {
        justify-content: flex-start;
    }

    .footer-contacto-text {
        min-width: unset;
        word-break: break-word;
    }

    /* --- Stylage --- */
    .stylage-hero-logo {
        width: 250px;
    }

    .stylage-hero-image img {
        min-height: 60vh;
    }

    .stylage-beneficios-image img {
        transform: scale(1.1);
    }

    .stylage-beneficios-title {
        font-size: 2.2rem;
    }

    .stylage-beneficios-subtitle {
        font-size: 1rem;
    }

    .stylage-beneficios-list li {
        font-size: 1.1rem;
    }

    /* --- Vivacy --- */
    .vivacy-description {
        margin-bottom: 40px;
    }

    .vivacy-description p {
        font-size: 1rem;
    }

    .vivacy-item {
        margin-bottom: 30px;
    }

    /* --- Relleno --- */
    .relleno-header {
        text-align: center;
    }

    .relleno-title {
        font-size: 1.2rem;
    }

    .relleno-indicaciones-title {
        font-size: 1.1rem;
    }

    .relleno-products-row {
        flex-direction: column;
        gap: 40px;
    }

    .relleno-product-item {
        justify-content: center;
    }

    /* --- Realce --- */
    .realce-header {
        text-align: center;
    }

    .realce-title {
        font-size: 1.2rem;
    }

    .realce-subtitle {
        font-size: 1.1rem;
    }

    .realce-image {
        max-width: 250px;
    }

    /* --- Restauración --- */
    .restauracion-header {
        text-align: center;
    }

    .restauracion-title {
        font-size: 1.2rem;
    }

    .restauracion-subtitle {
        font-size: 1.1rem;
    }

    /* --- Hidratación --- */
    .hidratacion-header {
        text-align: center;
    }

    .hidratacion-title {
        font-size: 1.2rem;
    }

    .hidratacion-subtitle {
        font-size: 1.1rem;
    }

    /* --- Nuestros Productos --- */
    .productos-hero-section {
        padding: 100px 0 50px;
        min-height: auto;
    }

    .productos-hero-title {
        font-size: 1.8rem;
        margin-bottom: 20px;
    }

    .productos-hero-desc {
        font-size: 1rem;
        margin-bottom: 30px;
    }

    .productos-page-title {
        font-size: 1.6rem;
    }

    /* --- Antes/Después --- */
    .antes-despues-title {
        font-size: 1.5rem;
    }

    .antes-despues-title::before {
        height: 40px;
    }

    .antes-despues-images {
        flex-direction: column;
    }

    .antes-despues-images img {
        width: 100%;
    }

    /* --- Everline --- */
    .everline-hero-section {
        height: auto;
        min-height: 260px;
        padding: 100px 0 40px;
    }

    .everline-hero-title {
        font-size: 2.8rem;
    }

    .everline-cannula-row {
        flex-direction: column;
        gap: 30px;
    }

    .everline-cannula-img-placeholder {
        display: none;
    }

    .everline-cannula-title {
        font-size: 1.4rem;
    }

    .everline-cannula-wrapper {
        padding: 0 20px;
    }

    .everline-cannula-texto,
    .everline-cannula-imagen {
        display: block;
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 30px;
    }

    .everline-beneficios-grid {
        grid-template-columns: 1fr;
    }

    .everline-beneficios-header {
        padding-left: 20px;
    }

    .everline-procedimiento-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    /* --- ExoSlim --- */
    .exoslim-hero-section {
        height: auto;
        min-height: 260px;
        padding: 100px 0 40px;
    }

    .exoslim-hero-logo {
        width: 200px;
    }

    .exoslim-productos-boxes {
        flex-direction: column;
    }

    .exoslim-productos-grid {
        grid-template-columns: 1fr;
    }

    .exoslim-ingredientes-grid {
        grid-template-columns: 1fr;
        max-width: 400px;
        margin: 0 auto;
    }

    .exoslim-ing-card {
        margin-top: 70px;
    }

    .exoslim-antesdespues-grid {
        grid-template-columns: 1fr;
    }

    .exoslim-faq-row {
        flex-direction: column;
    }

    .exoslim-faq-imgs {
        flex: none;
        width: 100%;
        height: 300px;
    }

    /* --- Inbiotec --- */
    .inbiotec-hero-section {
        height: auto;
        min-height: 260px;
        padding: 100px 0 40px;
    }

    .inbiotec-hero-logo {
        width: 180px;
    }

    .inbiotec-tratamientos-section {
        padding: 50px 0 40px;
    }

    .inbiotec-producto-nombre {
        font-size: 1.5rem;
    }

    /* --- Contacto --- */
    .contacto-row {
        max-width: 100%;
    }

    .pickup-card {
        padding: 30px 20px;
    }

    .pickup-img img {
        width: 220px;
    }
}


/* ============================================
   MAX-WIDTH: 600px — INBIOTEC FRASCO
   ============================================ */
@media (max-width: 600px) {

    /* --- Inbiotec --- */
    .inbiotec-img-frasco {
        display: none;
    }
}


/* ============================================
   MAX-WIDTH: 575px — SMALL PHONES
   ============================================ */
@media (max-width: 575px) {

    /* --- Index --- */
    .hero-section {
        padding: 0 1rem;
    }

    .hero-curve {
        display: none;
    }

    .hero-line {
        font-size: 1.3rem;
    }

    .info-box {
        min-height: auto;
    }

    /* --- Footer --- */
    .footer-logo-me {
        font-size: 2.2rem;
        letter-spacing: -0.15em;
        margin-left: 3px;
    }

    .footer-logo-amp {
        font-size: 1em;
    }

    .footer-logo-medicina {
        font-size: 0.8rem;
    }

    .footer-logo-distribuidora {
        font-size: 0.75rem;
    }

    /* --- Contacto --- */
    .contacto-grid-2 {
        grid-template-columns: 1fr;
    }
}

/* ============================================
   PIEL SANA — RESPONSIVE
   ============================================ */

@media (max-width: 991px) {

    .pielsana-categoria-header {
        padding: 16px 24px;
    }

    .pielsana-categoria-titulo {
        font-size: 2rem;
    }

    .pielsana-productos-grid {
        gap: 20px;
        padding: 24px;
        max-width: 640px;
    }

    .pielsana-producto-card {
        width: 260px;
        height: 390px;
    }

    .pielsana-producto-nombre {
        font-size: 0.8rem;
        top: 45px;
    }

    .pielsana-card-icono {
        width: 32px;
        top: 8px;
        right: 8px;
    }

    .pielsana-back-titulo {
        font-size: 0.8rem;
    }

    .pielsana-back-desc {
        font-size: 0.72rem;
        line-height: 1.45;
    }

    .pielsana-back-composicion {
        font-size: 0.65rem;
    }
}

@media (max-width: 767px) {

    .pielsana-categoria-header {
        padding: 14px 20px;
    }

    .pielsana-categoria-titulo {
        font-size: 1.6rem;
    }

    .pielsana-productos-grid {
        gap: 16px;
        padding: 20px;
        max-width: 560px;
    }

    .pielsana-producto-card {
        width: 240px;
        height: 360px;
    }

    .pielsana-producto-nombre {
        font-size: 0.75rem;
        top: 42px;
    }

    .pielsana-card-icono {
        width: 28px;
        top: 8px;
        right: 8px;
    }

    .pielsana-back-titulo {
        font-size: 0.75rem;
    }

    .pielsana-back-desc {
        font-size: 0.68rem;
        line-height: 1.4;
    }

    .pielsana-back-composicion {
        font-size: 0.62rem;
    }
}

@media (max-width: 575px) {

    .pielsana-categoria-header {
        padding: 12px 16px;
    }

    .pielsana-categoria-titulo {
        font-size: 1.3rem;
    }

    .pielsana-productos-grid {
        gap: 12px;
        padding: 16px;
        max-width: 100%;
    }

    .pielsana-producto-card {
        width: 160px;
        height: 213px;
    }

    .pielsana-producto-nombre {
        font-size: 0.5rem;
        top: 24px;
        padding: 6px 10px;
    }

    .pielsana-card-icono {
        width: 20px;
        top: 5px;
        right: 5px;
    }

    .pielsana-card-icono-single {
        width: 14px;
    }

    .pielsana-back-titulo {
        font-size: 0.55rem;
    }

    .pielsana-back-desc {
        font-size: 0.5rem;
        line-height: 1.35;
    }

    .pielsana-back-composicion {
        font-size: 0.45rem;
        padding: 4px 6px;
    }
}



/* ============================================
   V-HACKER — RESPONSIVE
   ============================================ */

@media (max-width: 1500px) {
    .vhacker-faq-container {
        margin: 0 0 0 40px;
    }
}

@media (max-width: 1400px) {
    .vhacker-protocolo-info {
        margin-left: 18%;
        margin-top: -70px;
        min-width: 280px;
    }

    .vhacker-rombos {
        margin-top: 5px;
        width: fit-content;
        margin-left: 18%;
    }

    .vhacker-rombos::before {
        left: 25px;
        right: 25px;
        width: auto;
    }

    .vhacker-texto-redondeado {
        bottom: auto;
        margin-top: -80px;
    }
}

@media (max-width: 1200px) {

    /* Hero */
    .vhacker-hero-container {
        grid-template-columns: 1fr;
        gap: 30px;
        text-align: center;
    }

    .vhacker-title-text {
        font-size: 2.8rem;
    }

    /* Sección */
    .vhacker-frasco-grande {
        left: 15%;
    }

    .vhacker-texto-principal {
        left: 40%;
        max-width: 350px;
    }

    .vhacker-protocolo {
        max-width: 100%;
    }
}

@media (max-width: 992px) {

    .vhacker-faq-container {
        margin: 0 auto;
        padding: 0 30px;
    }

    /* Código */
    .vhacker-detalle {
        top: 80px;
        left: 40px;
    }

    .vhacker-detalle-img {
        max-width: 200px;
    }

    .vhacker-frasco-img {
        max-width: 320px;
    }

    /* Frasco Detalles */
    .vhacker-frasco-detalles-container {
        grid-template-columns: 1fr;
        gap: 40px;
        text-align: center;
    }

    .vhacker-detalle-izquierdo,
    .vhacker-detalle-derecho {
        flex-direction: row;
        justify-content: center;
        flex-wrap: wrap;
        gap: 20px;
    }

    .vhacker-detalle-item {
        flex: 1;
        min-width: 200px;
        max-width: 250px;
    }

    .vhacker-frasco-central-img {
        max-width: 250px;
        margin-bottom: 20px;
    }

    /* Sección */
    .vhacker-seccion-container {
        padding: 0 20px;
    }

    .vhacker-detalle-esquina-img {
        max-width: 150px;
    }

    .vhacker-frasco-grande {
        left: 10%;
    }

    .vhacker-frasco-grande-img {
        max-width: 200px;
    }

    .vhacker-texto-principal {
        left: 35%;
        max-width: 300px;
    }

    .vhacker-titulo {
        font-size: 2rem;
    }

    .vhacker-protocolo {
        max-width: 100%;
    }

    .vhacker-protocolo-titulo {
        font-size: 1.5rem;
    }

    .vhacker-rombo {
        width: 45px;
        height: 45px;
        font-size: 0.7rem;
    }
}

@media (max-width: 768px) {

    /* Hero */
    .vhacker-hero-section {
        min-height: 80vh;
        padding: 80px 0 40px;
    }

    .vhacker-hero-container {
        padding: 0 20px;
        gap: 20px;
    }

    .vhacker-logo-img {
        max-width: 180px;
    }

    .vhacker-title-text {
        font-size: 2.2rem;
    }

    /* Código */
    .vhacker-codigo-section {
        min-height: 80vh;
    }

    .vhacker-detalle {
        top: 60px;
        left: 30px;
    }

    .vhacker-detalle-img {
        max-width: 160px;
    }

    .vhacker-frasco-img {
        max-width: 280px;
    }

    /* Biomarking */
    .vhacker-biomarking-section {
        padding: 80px 0;
    }

    .vhacker-biomarking-title {
        font-size: 2.8rem;
        margin-bottom: 30px;
    }

    .vhacker-biomarking-text {
        font-size: 1.1rem;
        line-height: 1.7;
    }

    /* Frasco Detalles */
    .vhacker-frasco-detalles-section {
        padding: 80px 20px;
    }

    .vhacker-detalle-izquierdo,
    .vhacker-detalle-derecho {
        flex-direction: column;
        align-items: center;
    }

    .vhacker-detalle-item {
        max-width: 100%;
        min-width: auto;
    }

    .vhacker-frasco-central-img {
        max-width: 200px;
    }

    /* Sección */
    .vhacker-seccion {
        padding: 80px 0;
        min-height: auto;
        height: auto;
    }

    .vhacker-seccion-container {
        height: auto;
        padding: 40px 20px;
        display: flex;
        flex-direction: column;
        gap: 30px;
    }

    .vhacker-detalle-esquina,
    .vhacker-frasco-grande,
    .vhacker-texto-principal,
    .vhacker-protocolo,
    .vhacker-texto-redondeado {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        bottom: auto;
        transform: none;
        max-width: 100%;
    }

    .vhacker-detalle-esquina-img {
        max-width: 120px;
        margin: 0 auto;
        display: block;
    }

    .vhacker-frasco-grande-img {
        max-width: 200px;
        margin: 0 auto;
        display: block;
    }

    .vhacker-texto-principal {
        text-align: center;
    }

    .vhacker-protocolo {
        text-align: center;
    }

    .vhacker-rombos {
        justify-content: center;
    }

    .vhacker-texto-redondeado {
        margin: 0 auto;
    }
}

@media (max-width: 480px) {

    /* Hero */
    .vhacker-title-text {
        font-size: 1.8rem;
        -webkit-text-stroke: 1.5px #2c3e50;
        paint-order: stroke fill;
    }

    .vhacker-product-img {
        max-height: 300px;
    }

    /* Código */
    .vhacker-detalle {
        top: 40px;
        left: 20px;
    }

    .vhacker-detalle-img {
        max-width: 120px;
    }

    .vhacker-frasco-img {
        max-width: 220px;
    }

    /* Biomarking */
    .vhacker-biomarking-section {
        padding: 60px 20px;
    }

    .vhacker-biomarking-title {
        font-size: 2.2rem;
        margin-bottom: 25px;
    }

    .vhacker-biomarking-text {
        font-size: 1rem;
        line-height: 1.6;
    }

    /* Frasco Detalles */
    .vhacker-frasco-detalles-section {
        padding: 60px 15px;
    }

    .vhacker-detalle-titulo {
        font-size: 1.3rem;
    }

    .vhacker-detalle-texto {
        font-size: 0.9rem;
    }

    .vhacker-frasco-central-img {
        max-width: 180px;
    }

    /* Sección */
    .vhacker-seccion {
        padding: 60px 15px;
    }

    .vhacker-detalle-esquina-img {
        max-width: 100px;
    }

    .vhacker-frasco-grande-img {
        max-width: 180px;
    }

    .vhacker-titulo {
        font-size: 1.8rem;
    }

    .vhacker-subtitulo {
        font-size: 0.8rem;
    }

    .vhacker-rombo {
        width: 35px;
        height: 35px;
        font-size: 0.6rem;
    }

    .vhacker-texto-curvo {
        font-size: 0.7rem;
        padding: 12px;
    }
}

/* ============================================
   INBIOTEC AMBER — RESPONSIVE
   ============================================ */

/* Tablet (≤991px) */
@media (max-width: 991px) {

    /* Hero banner */
    .amber-hero-section {
        height: auto;
        min-height: 260px;
        padding: 100px 0 40px;
    }

    .amber-hero-logo {
        width: 180px;
    }

    /* Intro */
    .amber-main-title {
        font-size: 1.8rem;
    }

    .amber-main-subtitle {
        font-size: 1rem;
    }

    /* Beneficios grid → 2 columnas */
    .amber-beneficios-section .col-lg-4 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

/* Mobile (≤767px) */
@media (max-width: 767px) {

    /* Intro — columnas apiladas */
    .amber-intro-section {
        padding: 40px 0 30px;
    }

    .amber-card-box {
        margin-bottom: 16px;
    }

    /* Beneficios → 1 columna */
    .amber-beneficios-section .col-lg-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .amber-beneficios-title {
        font-size: 1.1rem;
    }

    /* Caso práctico */
    .amber-caso-section {
        padding: 40px 0 60px;
    }

    .amber-caso-doctor-col .amber-caso-img-wrap img {
        height: 110px;
    }
}

/* Small phones (≤575px) */
@media (max-width: 575px) {

    .amber-main-title {
        font-size: 1.5rem;
    }

    .amber-caso-doctor-col .amber-caso-img-wrap img {
        height: 90px;
    }
}

/* ============================================
   PICKUP BADGE — RESPONSIVE
   ============================================ */
@media (max-width: 768px) {
    .pickup-badge {
        left: 50%;
        transform: translateX(-50%);
        font-size: 0.75rem;
        padding: 4px 12px;
    }
}

@media (max-width: 576px) {
    .pickup-badge {
        top: 15px;
        font-size: 0.7rem;
        padding: 3px 10px;
    }
}

/* ============================================
   AMBER CASO DOCTOR — RESPONSIVE
   ============================================ */
@media (max-width: 991px) {
    .amber-caso-doctor-col {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (max-width: 575px) {
    .amber-caso-doctor-col {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/* ============================================
   V-HACKER — RESPONSIVE (1250px y menor)
   ============================================ */
@media (max-width: 1250px) {

    .vhacker-detalle-esquina {
        display: none;
    }

    .vhacker-seccion-container {
        height: auto;
        display: grid;
        grid-template-columns: 1fr 1.2fr;
        grid-template-rows: auto auto auto;
        padding: 60px 30px;
        gap: 40px 30px;
    }

    .vhacker-frasco-grande {
        position: relative;
        top: auto;
        left: auto;
        transform: none;
        display: flex;
        justify-content: center;
        align-items: center;
        grid-column: 1;
        grid-row: 1;
    }

    .vhacker-frasco-grande-img {
        max-width: 200px;
    }

    .vhacker-texto-principal {
        position: relative;
        top: auto;
        left: auto;
        transform: none;
        max-width: 100%;
        text-align: left;
        grid-column: 2;
        grid-row: 1;
    }

    .vhacker-subtitulo-1::before,
    .vhacker-parrafo-acidos::before,
    .vhacker-subtitulo-3::before {
        left: -60px;
        width: 50px;
    }

    .vhacker-protocolo {
        position: relative;
        top: auto;
        right: auto;
        flex-direction: column;
        align-items: center;
        gap: 20px;
        grid-column: 1 / -1;
        grid-row: 2;
        justify-self: end;
        margin: -60px 0 0 auto;
        padding-right: 60px;
        width: fit-content;
    }

    .vhacker-protocolo-info {
        align-items: center;
        text-align: center;
    }

    .vhacker-rombos {
        margin-top: 0;
        width: fit-content;
        align-self: flex-end;
    }

    .vhacker-texto-redondeado {
        position: relative;
        bottom: auto;
        right: auto;
        max-width: 100%;
        margin-top: 10px;
        grid-column: 1 / -1;
        grid-row: 3;
    }
}

/* ============================================
   V-HACKER — RESPONSIVE (1200px y menor)
   ============================================ */
@media (max-width: 1200px) {
    .vhacker-detalle-esquina {
        display: none;
    }

    .vhacker-protocolo-titulo {
        font-size: 1.5rem;
    }

    .vhacker-rombo {
        width: 45px;
        height: 45px;
        font-size: 0.7rem;
    }
}

/* ============================================
   V-HACKER — RESPONSIVE (768px y menor)
   ============================================ */
@media (max-width: 768px) {
    .vhacker-frasco-grande-img {
        max-width: 150px;
    }

    .vhacker-protocolo-titulo {
        font-size: 1.3rem;
    }

    .vhacker-chevron {
        font-size: 1.5rem;
    }

    .vhacker-rombos {
        gap: 25px;
        justify-content: center;
    }

    .vhacker-rombo {
        width: 40px;
        height: 40px;
        font-size: 0.65rem;
    }
}