/* ========================================
   PRODUCT DETAIL CSS - PDP Styles
   ======================================== */

/* Breadcrumb */
.breadcrumb-section {
    padding: 1.5rem 0;
    background: white;
    border-bottom: 1px solid var(--color-gray-2);
}

.breadcrumb {
    margin: 0;
    background: transparent;
    padding: 0;
}

.breadcrumb-item {
    font-size: 0.9rem;
    color: var(--color-gray-4);
}

.breadcrumb-item a {
    color: var(--color-primary);
    text-decoration: none;
    transition: color 0.3s ease;
}

.breadcrumb-item a:hover {
    color: var(--color-dark-blue);
    text-decoration: underline;
}

.breadcrumb-item.active {
    color: var(--color-gray-6);
    font-weight: 500;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: "›";
    color: var(--color-gray-3);
    font-size: 1.4rem;
    float: left;
    padding-right: 0.5rem;
    line-height: 1;
    margin-top: -2px;
}

/* Product Detail Section */
.product-detail-section {
    padding: 3rem 0;
    background: white;
}

/* Gallery */
.product-gallery {
    position: sticky;
    top: 100px;
}

.product-badge-detail {
    position: absolute;
    /*top: 20px;
    left: 20px;*/
    margin-top: 16px;
    margin-left: 16px;
    background: var(--color-accent-green);
    color: white;
    padding: 0.6rem 1.2rem;
    border-radius: 10px;
    font-size: 0.9rem;
    font-weight: 700;
    z-index: 10;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.product-badge-detail.badge-discount {
    background: var(--color-accent-orange);
}

/* Ocultar flechas cuando hay una sola imagen */
.galleryMain.single-image .swiper-button-next,
.galleryMain.single-image .swiper-button-prev {
    display: none;
}

.galleryMain {
    border-radius: 20px;
    overflow: hidden;
    /*box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);*/
    margin-bottom: 1rem;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.galleryMain .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3rem;
    min-height: 500px;
}

.galleryMain .swiper-slide img {
    width: 100%;
    height: auto;
    max-height: 450px;
    object-fit: contain;
}

.galleryMain .swiper-button-next,
.galleryMain .swiper-button-prev {
    width: 50px;
    height: 50px;
    background: white;
    border-radius: 50%;
    box-shadow: none;
    border: 1px solid var(--color-gray-2);
}

.galleryMain .swiper-button-next::after,
.galleryMain .swiper-button-prev::after {
    font-size: 1.2rem;
    color: var(--color-primary);
    font-weight: 900;
}

.galleryThumbs {
    margin-top: 1rem;
}

.galleryThumbs .swiper-slide {
    opacity: 0.5;
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 12px;
    overflow: hidden;
    border: 3px solid transparent;
}

.galleryThumbs .swiper-slide:hover {
    opacity: 0.8;
}

.galleryThumbs .swiper-slide-thumb-active {
    opacity: 1;
    border-color: var(--color-primary);
}

.galleryThumbs .swiper-slide img {
    width: 100%;
    height: 100px;
    object-fit: contain;
    padding: 0.5rem;
    background: white;
}

/* Product Info */
.product-info-detail {
    padding-left: 2rem;
}

.product-title {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--color-gray-6);
    margin-bottom: 0.5rem;
    line-height: 1.2;
}

.product-brand-detail {
    display: block;
    font-size: 0.9rem;
    font-weight: 700;
    color: var(--color-primary);
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 0.5rem;
}

.product-storage-detail {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: var(--color-gray-1);
    padding: 0.6rem 1.2rem;
    border-radius: 10px;
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--color-gray-6);
    margin-bottom: 1.5rem;
}

.product-storage-detail i {
    color: var(--color-primary);
    font-size: 1.1rem;
}

/* Features Highlights */
.features-highlights {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
    margin-bottom: 2rem;
    padding: 1.5rem;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    border-radius: 16px;
    border-left: 4px solid var(--color-primary);
}

.highlight-item {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    font-size: 0.95rem;
    color: var(--color-gray-6);
}

.highlight-item i {
    color: var(--color-accent-green);
    font-size: 1.3rem;
    flex-shrink: 0;
}

/* Pricing Detail */
.product-pricing-detail {
    /*background: linear-gradient(135deg, var(--color-primary) 0%, var(--color-dark-blue) 100%);*/
    padding: 2rem;
    border-radius: 20px;
    /*color: white;*/
    margin-bottom: 2rem;
    box-shadow: 0 8px 24px rgba(1, 157, 244, 0.3);
}

.price-before-detail {
    font-size: 0.95rem;
    opacity: 0.8;
    margin-bottom: 0.5rem;
}

.price-before-detail span {
    text-decoration: line-through;
}

.price-current-detail {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    margin-bottom: 1rem;
}

.price-current-detail .currency {
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--color-primary);
    margin-top: 8px;
}

.price-current-detail .amount {
    font-size: 4rem;
    font-weight: 900;
    line-height: 1;
    letter-spacing: -1px;
    color: var(--color-dark-blue);
}

.price-current-detail .label {
    font-size: 1rem;
    opacity: 0.9;
}

.price-installments-detail {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    font-size: 1.05rem;
    background: rgba(255, 255, 255, 0.15);
    padding: 1rem 1.2rem;
    border-radius: 10px;
    backdrop-filter: blur(10px);
    color: var(--color-gray-5);
}

.price-installments-detail i {
    font-size: 1.5rem;
}

/* Plan Discount Banner */
.plan-discount-banner {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    background: linear-gradient(135deg, #e8f5e9 0%, #c8e6c9 100%);
    color: #1b5e20;/*#1b5e20*/
    padding: 1rem 1.2rem;
    border-radius: 10px;
    line-height: 1.3;
    font-size: 1rem;
    margin-top: 1rem;
    box-shadow: 0 4px 12px rgba(16, 185, 129, 0.25);
    border-left: 4px solid #4caf50;
    margin-bottom: .25rem;
}

.plan-discount-banner i {
    font-size: 1.3rem;
    color: #2e7d32;
}

.plan-discount-banner strong {
    font-weight: 700;
}

/* Actions */
.product-actions-detail {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 2.5rem;
}

.btn-buy-detail {
    flex: 2;
    padding: 1.2rem 2rem;
    background: var(--color-primary);
    color: white;
    border: none;
    border-radius: 50px;
    font-size: 1.1rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.8rem;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    height: fit-content;
    width: 100%;
}

.btn-buy-detail:hover {
    background: var(--color-dark-blue);
    transform: translateY(-2px);
    box-shadow: none;
    filter: brightness(1.1);
}

.btn-buy-detail i {
    font-size: 1.5rem;
}

.btn-outline-secondary {
    flex: 1;
    background: transparent;
    color: var(--color-primary);
    border: none;
    border-radius: 0;
    padding: 0.5rem 1rem;
    font-size: 0.95rem;
    font-weight: 500;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    transition: all 0.3s ease;
    height: fit-content;
}

.btn-outline-secondary:hover {
    color: var(--color-dark-blue);
    background: transparent;
    border: none;
    text-decoration: underline;
    transform: none;
    box-shadow: none;
}

.btn-link {
    background: transparent;
    color: var(--color-primary);
    border: none;
    padding: 0.5rem;
    font-size: 0.9rem;
    text-decoration: none;
    font-weight: 500;
}

.btn-link:hover {
    color: var(--color-dark-blue);
    text-decoration: underline;
    transform: none;
    box-shadow: none;
}

.btn-details {
    text-decoration: none;
}

/* Trust Badges */
.trust-badges {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
    padding: 2rem;
    background: var(--color-gray-1);
    border-radius: 16px;
}

.trust-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}

.trust-item i {
    font-size: 1.8rem;
    color: var(--color-primary);
    flex-shrink: 0;
}

.trust-item strong {
    display: block;
    font-size: 0.95rem;
    color: var(--color-gray-6);
    margin-bottom: 0.2rem;
}

.trust-item span {
    font-size: 0.85rem;
    color: var(--color-gray-4);
}

/* Specifications Section */
.specifications-section {
    padding: 4rem 0;
    background: var(--color-gray-1);
}

.section-title {
    font-size: 2rem;
    font-weight: 800;
    color: var(--color-gray-6);
    margin-bottom: 2rem;
    text-align: left;
}

/* En mobile centrar los títulos */
@media (max-width: 991px) {
    .section-title {
        text-align: center;
    }
}

.specifications-accordion {
    max-width: 100%;
    margin: 0;
}

.accordion-item {
    background: white;
    border: none;
    border-radius: 12px;
    margin-bottom: 1rem;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.accordion-button {
    background: white;
    color: var(--color-gray-6);
    font-weight: 700;
    font-size: 1.1rem;
    padding: 1.5rem;
    border: none;
    display: flex;
    align-items: center;
    gap: 1rem;
    transition: all 0.3s ease;
}

.accordion-button:not(.collapsed) {
    background: var(--color-primary);
    color: white;
    box-shadow: none;
}

.accordion-button:focus {
    box-shadow: none;
    border: none;
}

.accordion-button i {
    font-size: 1.3rem;
}

.accordion-button:not(.collapsed)::after {
    filter: none;
}

.accordion-body {
    padding: 0;
}

.specs-table {
    width: 100%;
    border-collapse: collapse;
}

.specs-table tr {
    border-bottom: 1px solid var(--color-gray-2);
}

.specs-table tr:last-child {
    border-bottom: none;
}

.specs-table td {
    padding: 1rem 1.5rem;
    font-size: 0.95rem;
}

.spec-name {
    color: var(--color-gray-5);
    font-weight: 600;
    width: 40%;
}

.spec-value {
    color: var(--color-gray-6);
}

/* Description Section */
.description-section {
    padding: 4rem 0;
    background: white;
}

.description-content {
    max-width: 800px;
    margin: 0 auto;
    font-size: 1.05rem;
    line-height: 1.8;
    color: var(--color-gray-5);
}

/* Responsive */
@media (max-width: 992px) {
    .product-info-detail {
        padding-left: 0;
        margin-top: 2rem;
    }
    
    .product-gallery {
        position: static;
    }
    
    .galleryMain .swiper-slide {
        min-height: 400px;
        padding: 2rem;
    }
    
    .product-title {
        font-size: 2rem;
    }
    
    .price-current-detail .amount {
        font-size: 3rem;
    }
}

@media (max-width: 768px) {
    .product-title {
        font-size: 1.75rem;
    }
    
    .price-current-detail .amount {
        font-size: 2.5rem;
    }
    
    .product-actions-detail {
        flex-direction: column;
    }
    
    .btn-buy-detail,
    .btn-outline-secondary {
        width: 100%;
    }
    
    .galleryMain .swiper-slide {
        min-height: 300px;
        padding: 1.5rem;
    }
    
    .galleryMain .swiper-slide img {
        max-height: 280px;
    }
    
    /* Badge sobre la foto en mobile */
    .product-badge-detail {
        /*top: 15px;
        left: 15px;*/
        font-size: 0.8rem;
        padding: 0.5rem 1rem;
    }
}

@media (max-width: 576px) {
    .breadcrumb-section {
        padding: 1rem 0;
    }
    
    .product-detail-section {
        padding: 2rem 0;
    }
    
    .product-title {
        font-size: 1.5rem;
    }
    
    .product-pricing-detail {
        padding: 1.5rem;
    }
    
    .price-current-detail .amount {
        font-size: 2.2rem;
    }

    /* Mobile adjustments for PDP */
    .price-current-detail .currency {
        font-size: 1.2rem;
        margin-top: 4px;
    }

    .price-disclaimer-text {
        margin-top: -0.8rem;
        margin-bottom: 1rem !important;
        color: var(--color-gray-5);
    }

    .product-pricing-detail .btn-link.btn-details {
        margin-top: 1rem;
    }
    
    .btn-buy-detail {
        font-size: 1rem;
        padding: 1rem 1.5rem;
    }
    
    /* Mejoras de acordeones en mobile */
    .specifications-section {
        padding: 2.5rem 0;
    }
    
    .section-title {
        font-size: 1.5rem;
        margin-bottom: 1.5rem;
        padding: 0 1rem;
    }
    
    .specifications-accordion {
        padding: 0;
    }
    
    .accordion-item {
        border-radius: 8px;
        margin-bottom: 0.75rem;
    }
    
    .accordion-button {
        font-size: 0.95rem;
        padding: 1rem;
        gap: 0.75rem;
        line-height: 1.4;
    }
    
    .accordion-button i {
        font-size: 1.1rem;
        flex-shrink: 0;
    }
    
    .accordion-button::after {
        flex-shrink: 0;
        margin-left: auto;
    }
    
    /* Mejora de la tabla de specs en mobile */
    .specs-table {
        display: block;
    }
    
    .specs-table tbody {
        display: block;
    }
    
    .specs-table tr {
        display: flex;
        flex-direction: column;
        padding: 0.75rem 1rem;
        border-bottom: 1px solid var(--color-gray-2);
    }
    
    .specs-table tr:last-child {
        border-bottom: none;
    }
    
    .specs-table td {
        display: block;
        padding: 0;
        width: 100% !important;
    }
    
    .spec-name {
        font-size: 0.8rem;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        color: var(--color-gray-4);
        margin-bottom: 0.35rem;
        font-weight: 700;
    }
    
    .spec-value {
        font-size: 1rem;
        color: var(--color-gray-6);
        font-weight: 500;
    }
    
    /* Mejora del contenido del acordeón de destacadas */
    .accordion-body p {
        font-size: 0.95rem;
        line-height: 1.6;
        color: var(--color-gray-5);
        margin: 0;
        padding: 1rem;
    }
    
    .accordion-body img {
        margin-top: 0.5rem !important;
        border-radius: 8px !important;
        padding: 0 1rem 1rem 1rem;
    }
}

/* Mejora de padding en desktop para características destacadas */
@media (min-width: 992px) {
    .accordion-body p {
        padding: 1.5rem;
        font-size: 1rem;
        line-height: 1.7;
    }
    
    .accordion-body img {
        padding: 0 1.5rem 1.5rem 1.5rem;
        margin-top: 1rem !important;
    }
}

/* ========================================
   PLAN PDP SPECIFIC STYLES
   ======================================== */

.plan-detail-wrapper {
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
    min-height: 80vh;
}

.plan-card-main {
    background: white;
    border-radius: 24px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    position: relative;
}

.plan-header-section {
    background: linear-gradient(135deg, var(--color-primary) 0%, var(--color-dark-blue) 100%);
    padding: 3rem;
    color: white;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.plan-title-main {
    font-size: 2.5rem;
    font-weight: 800;
    margin-bottom: 0.5rem;
    letter-spacing: -0.5px;
}

.plan-description-main {
    font-size: 1.1rem;
    opacity: 0.9;
    margin: 0;
    max-width: 600px;
}

.plan-gigas-badge {
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 10px;
    padding: 1rem 1.5rem;
    text-align: center;
    min-width: 120px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.gigas-number {
    display: block;
    font-size: 2.5rem;
    font-weight: 800;
    line-height: 1;
}

.gigas-unit {
    display: block;
    font-size: 0.9rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.plan-body-section {
    padding: 3rem 3rem 0 3rem;
}

.features-title {
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--color-gray-6);
    margin-bottom: 1.5rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid var(--color-gray-1);
}

.plan-features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 1.5rem;
}

.feature-item-card {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1rem;
    background: var(--color-gray-1);
    border-radius: 12px;
    transition: transform 0.2s ease;
}

.feature-item-card:hover {
    transform: translateY(-2px);
    background: #f0f2f5;
}

.feature-icon {
    width: 40px;
    height: 40px;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-accent-green);
    font-size: 1.2rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    flex-shrink: 0;
}

.feature-content {
    display: flex;
    flex-direction: column;
}

.feature-content strong {
    font-size: 0.95rem;
    color: var(--color-gray-6);
    margin-bottom: 0.2rem;
}

.feature-content span {
    font-size: 0.85rem;
    color: var(--color-gray-5);
    line-height: 1.4;
}

/* Pricing Card inside Plan PDP */
.plan-pricing-card {
    background: white;
    border: 1px solid var(--color-gray-2);
    border-radius: 16px;
    padding: 2rem;
    text-align: center;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.pricing-header {
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--color-gray-4);
    font-weight: 600;
    margin-bottom: 1rem;
}

.price-old {
    font-size: 1.1rem;
    color: var(--color-gray-4);
    text-decoration: line-through;
    margin-bottom: 0.2rem;
}

.price-main {
    font-size: 3.5rem;
    font-weight: 800;
    color: var(--color-primary);
    line-height: 1;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.price-main .currency {
    font-size: 0.5em;
    vertical-align: top;
    margin-right: 4px;
    margin-top: 8px;
    color: var(--color-primary);
}

.price-main .amount {
    color: var(--color-dark-blue);
}

.contract-info {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: #eef2ff;
    color: var(--color-dark-blue);
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
}

.btn-buy-plan {
    width: 100%;
    padding: 1rem;
    font-size: 1.1rem;
    font-weight: 700;
    border-radius: 50px;
    margin-bottom: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: none;
    transition: all 0.3s ease;
}

.btn-buy-plan:hover {
    transform: translateY(-2px);
    box-shadow: none;
    filter: brightness(1.1);
}

.secure-checkout {
    font-size: 0.8rem;
    color: var(--color-gray-4);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
}

.btn-back-planes {
    color: var(--color-gray-5);
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s;
}

.btn-back-planes:hover {
    color: var(--color-primary);
}

/* ========================================
   PLAN PDP - EXPERT UI REFINEMENTS
   ======================================== */

.plan-subtitle {
    display: block;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
    opacity: 0.8;
    margin-bottom: 0.5rem;
}

.plan-badges-container {
    display: flex;
    gap: 1rem;
    margin-top: 2rem;
    flex-wrap: wrap;
}

.plan-badge-glass {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    padding: 0.8rem 1.2rem;
    display: flex;
    align-items: center;
    gap: 0.8rem;
    color: white;
    font-size: 0.95rem;
    transition: transform 0.3s ease;
}

.plan-badge-glass:hover {
    transform: translateY(-3px);
    background: rgba(255, 255, 255, 0.15);
}

.plan-badge-glass i {
    font-size: 1.4rem;
    color: var(--color-accent-green-light);
}

.section-header-small {
    margin-bottom: 2rem;
}

.section-header-small h3 {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--color-gray-6);
    margin-bottom: 0.5rem;
    display: flex;
    align-items: center;
}

.divider-line {
    height: 3px;
    width: 50px;
    background: var(--color-primary);
    border-radius: 2px;
}

/* Modern List Style */
.plan-features-list-modern {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
}

.feature-row-modern {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    background: white;
    transition: all 0.2s ease;
}

.check-icon {
    width: auto;
    height: auto;
    background: transparent;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-accent-green);
    font-size: 1.4rem;
    flex-shrink: 0;
    margin-top: -2px;
}

.feature-text {
    display: flex;
    flex-direction: column;
}

.feature-text strong {
    font-size: 1rem;
    color: var(--color-gray-6);
    margin-bottom: 0.2rem;
}

.feature-text span {
    font-size: 0.9rem;
    color: var(--color-gray-5);
    line-height: 1.4;
}

/* Floating Pricing Card */
.plan-pricing-card-floating {
    background: white;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

/* Desktop overlap effect */
@media (min-width: 992px) {
    .plan-pricing-card-floating {
        margin-top: -80px; /* Overlap header */
        margin-bottom: 20px;
        z-index: 10;
    }
}

.pricing-top-ribbon {
    background: var(--color-accent-green);
    color: white;
    text-align: center;
    padding: 0.5rem;
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.pricing-content {
    padding: 2.5rem;
    text-align: center;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.price-label {
    font-size: 0.9rem;
    color: var(--color-gray-4);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    margin-bottom: 1rem;
}

.price-old-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.8rem;
    margin-bottom: 0.5rem;
}

.price-old {
    text-decoration: line-through;
    color: var(--color-gray-4);
    font-size: 1.1rem;
}

.discount-badge {
    background: var(--color-accent-orange-light);
    color: var(--color-accent-orange-dark);
    font-size: 0.8rem;
    font-weight: 700;
    padding: 0.2rem 0.6rem;
    border-radius: 10px;
}

.price-main-large {
    font-size: 4rem;
    font-weight: 900;
    color: var(--color-dark-blue);
    line-height: 1;
    margin-bottom: 1.5rem;
    letter-spacing: -1px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.price-main-large .currency {
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--color-primary);
    margin-top: 8px;
    margin-right: 4px;
}

.contract-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: #f0f7ff;
    color: var(--color-primary);
    padding: 0.5rem 1rem;
    border-radius: 10px;
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
}

.pricing-divider {
    width: 100%;
    border: 0;
    border-top: 1px solid var(--color-gray-2);
    margin: 1.5rem 0;
    opacity: 0.5;
}

.pricing-summary-list {
    list-style: none;
    padding: 0;
    margin: 0 0 2rem 0;
    text-align: left;
    width: 100%;
}

.pricing-summary-list li {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    margin-bottom: 0.8rem;
    color: var(--color-gray-5);
    font-size: 0.95rem;
}

.pricing-summary-list li i {
    color: var(--color-accent-green);
    font-size: 1.2rem;
}

.btn-buy-floating {
    width: 100%;
    padding: 1.2rem;
    font-size: 1.1rem;
    font-weight: 800;
    border-radius: 50px;
    box-shadow: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    transition: all 0.3s ease;
    background: linear-gradient(135deg, #01a6ff 0%, #0068a3 100%);
    border: none;
}

.btn-buy-floating:hover {
    transform: translateY(-2px);
    box-shadow: none;
    filter: brightness(1.1);
}

.payment-methods {
    margin-top: 1rem;
    font-size: 0.8rem;
    color: var(--color-gray-4);
}

/* Why Movistar Section */
.why-movistar-section {
    padding-top: 3rem;
    border-top: 1px solid var(--color-gray-2);
}

.benefit-box {
    padding: 2rem;
    background: white;
    border-radius: 16px;
    height: 100%;
    transition: transform 0.3s ease;
}

.benefit-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.benefit-icon {
    width: 60px;
    height: 60px;
    background: #f0f7ff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem auto;
    color: var(--color-primary);
    font-size: 1.8rem;
}

.benefit-box h4 {
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 0.8rem;
    color: var(--color-dark-blue);
}

.benefit-box p {
    font-size: 0.95rem;
    color: var(--color-gray-5);
    line-height: 1.6;
    margin: 0;
}

/* Responsive Adjustments */
@media (max-width: 991px) {
    .plan-pricing-card-floating {
        margin-top: 2rem;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    }
    
    .plan-header-section {
        padding-bottom: 2rem;
    }
    
    .plan-badges-container {
        justify-content: center;
    }
}

/* Sticky CTA on Mobile */
@media (max-width: 768px) {
    /* Equipment PDP Sticky Bar */
    .product-actions-detail {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        background: white;
        padding: 12px 20px;
        box-shadow: 0 -4px 20px rgba(0,0,0,0.1);
        z-index: 1000;
        margin-bottom: 0;
        flex-direction: row; /* Force row */
        align-items: center;
        gap: 10px;
    }

    .btn-buy-detail {
        width: 100%;
        margin: 0;
        padding: 14px;
        font-size: 1.1rem;
        border-radius: 50px;
    }

    /* Hide secondary actions in sticky bar to focus on conversion */
    .product-actions-detail .btn-outline-secondary,
    .product-actions-detail .btn-details {
        display: none;
    }

    /* Add spacer to prevent content overlap */
    .product-detail-section {
        padding-bottom: 80px;
    }

    /* Plan PDP Sticky Bar Container */
    .mobile-sticky-bar {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        background: white;
        padding: 12px 20px;
        box-shadow: 0 -4px 20px rgba(0,0,0,0.1);
        z-index: 1000;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 15px;
        animation: slideUp 0.3s ease-out;
    }

    .sticky-price-info {
        display: flex;
        flex-direction: column;
    }

    .sticky-label {
        font-size: 0.75rem;
        color: var(--color-gray-5);
        text-transform: uppercase;
        font-weight: 600;
    }

    .sticky-price {
        font-size: 1.5rem;
        font-weight: 800;
        color: var(--color-dark-blue);
        line-height: 1;
    }

    .sticky-price .currency {
        font-size: 1rem;
        vertical-align: middle;
        margin-right: 2px;
        color: var(--color-primary);
        position: relative;
        top: -1px;
    }

    .btn-sticky-cta {
        flex: 1;
        padding: 12px;
        font-size: 1rem;
        font-weight: 700;
        border-radius: 50px;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        background: var(--color-primary);
        border: none;
        color: white;
        box-shadow: none;
    }

    /* Add spacer for Plan PDP */
    .plan-detail-wrapper {
        padding-bottom: 100px;
    }

    .plan-body-section {
        padding: 1rem 1rem 3rem 1rem;
    }

    .pricing-content {
        padding: 1rem;
    }

    /* Mobile Header Optimizations */
    .plan-header-section {
        padding: 2rem 1.5rem;
        text-align: center;
    }

    .plan-header-section .row {
        justify-content: center;
    }

    .plan-header-section .col-lg-7 {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .plan-title-main {
        font-size: 2rem;
    }

    .plan-description-main {
        font-size: 1rem;
    }

    .plan-badges-container {
        justify-content: center;
        gap: 0.5rem;
        flex-wrap: nowrap;
    }

    .plan-badge-glass {
        padding: 0.6rem 1rem;
        font-size: 0.85rem;
    }

    .section-header-small {
        text-align: center;
    }

    .section-header-small h3 {
        justify-content: center;
    }

    .divider-line {
        margin: 0 auto;
    }

    /* Hide the floating button inside the card on mobile since we have the sticky bar */
    .plan-pricing-card-floating .btn-buy-floating {
        display: none;
    }

    @keyframes slideUp {
        from { transform: translateY(100%); }
        to { transform: translateY(0); }
    }
}

/* Other Plans Selector */
.other-plans-selector {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 1rem;
    margin-top: 1.5rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.selector-label {
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    margin-bottom: 0.8rem;
    color: rgba(255, 255, 255, 0.8);
}

.plans-grid {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
}

.plan-card-option {
    display: block;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    padding: 0.8rem 1rem;
    text-decoration: none;
    transition: all 0.2s ease;
    cursor: pointer;
}

.plan-card-option:hover {
    background: rgba(255, 255, 255, 0.15);
    transform: translateX(5px);
}

.plan-card-option.active {
    background: white;
    border-color: white;
    color: var(--color-primary);
    cursor: default;
}

.plan-card-option.active:hover {
    transform: none;
}

.plan-card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.2rem;
}

.plan-card-name {
    font-weight: 700;
    font-size: 1rem;
    color: white;
}

.plan-card-option.active .plan-card-name {
    color: var(--color-primary);
}

.plan-card-price {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.7);
}

.plan-card-option.active .plan-card-price {
    color: var(--color-gray-5);
    font-weight: 500;
}

.plan-card-option i {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.5);
}

.plan-card-option.active i {
    color: var(--color-primary);
}

/* Utilities */
.hover-shadow {
    transition: box-shadow 0.3s ease;
}
.hover-shadow:hover {
    box-shadow: 0 10px 20px rgba(0,0,0,0.1) !important;
}
.transition-all {
    transition: all 0.3s ease;
}

.plan-fee-badge {
    display: inline-block;
    background: rgba(255, 255, 255, 0.2);
    padding: 0.3rem 0.8rem;
    border-radius: 50px;
    font-size: 0.9rem;
    margin-left: 0.5rem;
    vertical-align: middle;
    font-weight: 600;
    letter-spacing: 0.5px;
    backdrop-filter: blur(5px);
}

.price-disclaimer-text {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.7);
    margin-top: -0.5rem;
    margin-bottom: 1.5rem;
    font-weight: 400;
}

/* ========================================
   JQUERY CONFLICT FIXES
   ======================================== */
/* 
   Estilos eliminados para evitar conflicto con modal-universal.js
   (jquery.modal usa la clase .modal pero no .show)
*/
