.subscripcion-header-container {
    max-width: 1200px;
    margin: 20px auto;
    align-items: center;
    text-align: center;
    color: #043259;
    font-family: "Nunito Sans";
}

.pro-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 16px;
    gap: 20px;
}

.premium-icon {
    width: 100px;
    height: 100px;
    margin-bottom: 10px;
}

.premium-info {
    flex: 1;
    max-width: 800px;
}

.suscripciones-title {
    font-family: "Nunito Sans";
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 10px 0;
}

.suscripciones-subtitle {
    font-family: "Nunito Sans";
    font-size: 20px;
    font-weight: 500;
    margin: 0 0 15px 0;
}

.suscripciones-description {
    font-size: 16px;
    font-weight: 400;
    color: #043259;
    margin: 0;
}

/* FOUNDER OFFER BANNER */
.founder-offer-banner {
    max-width: 1400px;
    background: rgba(247, 145, 28, 0.14);
    border: 1px solid rgba(247, 145, 28, 0.96);
    border-radius: 5px;
    align-items: center;
    margin: 20px auto 40px auto;
    width: 80%;
    padding: 20px 40px;
    box-sizing: border-box;
}

.banner-title-container {
    font-family: "Nunito Sans";
    font-weight: 500;
    grid-template-columns: 1fr auto;
    text-align: left;
    color: #043259;
}

.banner-icon {
    font-size: 20px;
    flex-shrink: 0;
    line-height: 1;
}

.banner-title {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 12px 0;
    color: #043259;
}

.banner-content {
    width: 100%;
}

.banner-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 10px;
}

/* Banner Intro Paragraph */
.banner-intro {
    font-family: "Nunito Sans";
    font-size: 14px;
    color: #043259;
    line-height: 1.5;
    margin: 0 0 15px 0;
    
}

/* Benefits Section */
.banner-benefits {
    background: rgba(255, 255, 255, 0.6);
    padding: 15px;
    border-radius: 5px;
    margin: 0 0 15px 0;
}

.benefits-header {
    font-family: "Nunito Sans";
    font-size: 14px;
    font-weight: 600;
    color: #043259;
    margin: 0 0 8px 0;
}

.benefits-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.benefits-list li {
    font-family: "Nunito Sans";
    font-size: 14px;
    color: #4d6F8C;
    padding: 4px 0;
    line-height: 1.4;
    font-weight: 500;
}

.benefits-list li::before {
    content: "✓ ";
    color: #4d6F8C;
    font-weight: 700;
    margin-right: 8px;
}

.banner-pricing-section {
    text-align: center;
    margin-top: 15px;
}

/* Pricing Highlight */
.banner-pricing {
    margin-bottom: 3px;
}

.current-price {
    font-family: "Nunito Sans";
    font-size: 20px;
    font-weight: 600;
    color: #E7964F;
    text-align: center;
    display: block;
    margin-bottom: 0;
}

.regular-price {
    font-family: "Nunito Sans";
    font-size: 14px;
    color: #666;
    text-align: center;
    text-decoration: line-through;
    margin: 0 0 15px 0;
}

/* Claim Button */
.claim-offer-btn {
    width: 100%; /* ✅ Full width for better visual impact */
    max-height: 40px;
    padding: 12px 24px;
    background: linear-gradient(90deg, #E7964F 0%, #F0C06E 77.88%, #EBAB5E 88.94%, #E7964F 100%);;
    color: white;
    border: none;
    border-radius: 5px;
    font-family: "Nunito Sans";
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
    margin: 0 auto 12px auto;
    text-align: center;
    align-items: center ;
    justify-content: center;
    display: block;
}

.claim-offer-btn:hover {
    background: #D88440;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(231, 150, 79, 0.4);
}

/* Offer Footnote */
.offer-footnote {
    font-family: "Nunito Sans";
    font-size: 12px;
    color: #666;
    font-style: italic;
    margin: 0;
    text-align: center;
}

.comparison-table-container {
    max-width: 1400px;
    width: 80%;
    margin: 20px auto 40px auto;
}

.comparison-table {
    width: 100%;
    border: 2px solid #036A6F;
    border-radius: 10px;
    overflow: hidden;
    background: rgba(176, 217, 205, 0.35);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

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

/* Table Header */
.comparison-table thead {
    background: rgba(96, 166, 153, 0.3);
}

.comparison-table th {
    padding: 18px 16px;
    text-align: center;
    font-family: "Nunito Sans";
    font-size: 16px;
    font-weight: 700;
    color: #043259;
    border-bottom: 2px solid #036A6F;
    vertical-align: middle;
}

.comparison-table th.feature-column {
    text-align: left;
    width: 40%;
    white-space: nowrap;
}

.comparison-table th.plan-column {
    width: 20%;
}


/* Price in Header */
.comparison-table th .price {
    display: block;
    font-size: 20px;
    font-weight: 700;
    color: #043259;
    margin-top: 5px;
}

/* Section Headers (like "GESTIÓN DE PERFIL") */
.comparison-table .section-header td {
    padding: 12px 16px;
    background: rgba(255, 248, 220, 1);
    font-family: "Nunito Sans";
    font-size: 14px;
    font-weight: 700;
    color: #043259;
    text-align: left;
    border-top: 2px solid #036A6F;
    border-bottom: 1px solid #036A6F;
}

/* Feature Rows */
.comparison-table tbody tr {
    background: white;
}

.comparison-table tbody tr:nth-child(even) {
    background: rgba(176, 217, 205, 0.05);
}

.comparison-table td {
    padding: 14px 16px;
    font-family: "Nunito Sans";
    font-size: 14px;
    color: #043259;
    text-align: center;
    border-bottom: 1px solid rgba(96, 166, 153, 0.1);
}

.comparison-table td.feature-name {
    text-align: left;
    font-weight: 500;
}

/* Checkmarks and Crosses */
.comparison-table .check {
    color: #60A699; /* ✅ Teal checkmark */
    font-size: 20px;
    font-weight: 700;
}

.comparison-table .cross {
    color: #E74C3C; /* ✅ Red cross */
    font-size: 20px;
    font-weight: 700;
}

.comparison-table .number {
    color: #043259;
    font-weight: 600;
}

/* Remove border from last row */
.comparison-table tbody tr:last-child td {
    border-bottom: none;
}

/*PRICE CARDS */
.pricing-cards-container {
    max-width: 1400px;
    margin: 40px auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    width: 80%;
    align-items: stretch;
}

/* Individual Card */
.pricing-card {
    background: white;
    border: 2px solid #60A699;
    border-radius: 10px;
    padding: 35px 25px 25px 25px;
    text-align: center;
    position: relative;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    min-height: 550px;
}

.pricing-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

/* Highlighted Card (Professional) */
.highlight-card {
    border: 3px solid #E7964F;
    box-shadow: 0 4px 16px rgba(231, 150, 79, 0.3);
    transform: scale(1.05);
}

.highlight-card:hover {
    transform: scale(1.08) translateY(-5px);
}

/* Popular Badge */
.popular-badge {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    background: #E7964F;
    color: white;
    padding: 6px 10px;
    border-radius: 20px;
    font-family: "Nunito Sans";
    font-size: 12px;
    font-weight: 600;
    box-shadow: 0 2px 8px rgba(231, 150, 79, 0.4);
}

/* Card Title */
.card-title {
    font-family: "Nunito Sans";
    font-size: 20px;
    font-weight: 700;
    color: #043259;
}

.price-label {
    font-family: "Nunito Sans";
    font-size: 24px;
    font-weight: 700;
    color: #043259;
}

.price-amount {
    font-family: "Nunito Sans";
    font-size: 24px;
    font-weight: 700;
    color: #043259;
}

.price-period {
    font-family: "Nunito Sans";
    font-size: 16px;
    font-weight: 400;
    color: #666;
}

/* Card Features List */
.card-features {
    list-style: none;
    padding: 0;
    margin: 25px 0;
    text-align: left;
    flex-grow: 1;
}

.card-features li {
    font-family: "Nunito Sans";
    font-size: 14px;
    color: #043259;
    padding: 10px 0;
    border-bottom: 1px solid rgba(96, 166, 153, 0.2);
}

.card-features li:last-child {
    border-bottom: none;
}

/* Card Buttons */
.card-btn {
    max-height: 40px;
    padding: 12px 24px;
    border: none;
    border-radius: 5px;
    font-family: "Nunito Sans";
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
    margin: 0 auto;
}

.current-plan {
    border-radius: 5px;
    background: linear-gradient(90deg, #D9D9D9 0%, #80A4AE 77.88%, #80A4AE 88.94%, #D9D9D9 100%);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    cursor: not-allowed;
    color: #043259;
    font-size: 16px;
    margin-bottom: 36px;
}

.upgrade-btn {
    background: #043259;
    color: white;
    margin-bottom: 36px;
}

.professional-card .current-plan {
    background: #E8A045;  /* same orange as the button */
    border: none;
    color: white;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    cursor: default;
    font-size: 16px;
    margin-bottom: 8px; 
    border-radius: 5px;
    width: 100%;
    padding: 10px 32px;
}

.upgrade-btn:hover {
    background: #05396B;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(4, 50, 89, 0.3);
}

.highlight-card .upgrade-btn {
    background: linear-gradient(90deg, #E7964F 0%, #F0C06E 77.88%, #EBAB5E 88.94%, #E7964F 100%); /* ✅ Orange for highlighted card */
    margin-bottom: 0;
}


.highlight-card .upgrade-btn:hover {
    background: linear-gradient(90deg, #E7964F 0%, #F0C06E 77.88%, #EBAB5E 88.94%, #E7964F 100%);
    box-shadow: 0 4px 12px rgba(231, 150, 79, 0.4);
}

.card-footnote {
    color: #05396B;
    font-size: 12px;
    font-family: "Nunito Sans";
    margin-top: 10px;

}


.highlight-card .upgrade-btn {
    margin-bottom: 10px;
}

/* FAQ */
.preguntas-frequentes-text {
    text-align: center;
    font-family: "Nunito Sans";
    font-size: 14px;
    margin: 20px 0 20px 0;
}

.preguntas-frequentes-text a {
    color: #036A6F;
    text-decoration: underline;
}

.preguntas-frequentes-text a:hover {
    color: #043259;
}


/*BACK BUTTON */
.back-to-dashboard-btn {
    max-height: 40px;
    border-radius: 5px;
    background: #043259;
    color: #fff;
    font-family: "Nunito Sans";
    font-size: 14px;
    font-weight: 500;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-bottom: 40px;
    text-align: center;
    padding: 12px 24px;
    text-decoration: none;
}

a {
    text-decoration: none;
}

.back-to-dashboard-btn:hover {
    background: rgba(96, 166, 153, 1);
    text-decoration: none;
    transition: all 0.2s ease;
}

.back-to-dashboard-btn img {
    width: 16px;
    height: 16px;
}

.popup-btn-error {
    border: none;
}

.popup-btn-primary {
    border: none;
}

.current-plan-banner {
    background: linear-gradient(90deg, #E7964F 0%, #F0C06E 77.88%, #EBAB5E 88.94%, #E7964F 100%);;
    color: white;
    text-align: center;
    padding: 12px 24px;
    border-radius: 6px;
    width: 80%;
    max-width: 900px;
    font-family: "Nunito Sans";
    font-size: 16px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.banner-badge-icon {
    width: 24px;
    height: 24px;
    filter: brightness(0) invert(1);
}

.beta-info-block {
    text-align: center;
    padding: 2rem;
    max-width: 600px;
    margin: 2rem auto;
    background: white;
    border: 2px solid #036A6F;
    border-radius: 12px;
    font-family: "Nunito Sans";
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

.beta-info-block h3 {
    color: #043259;
    font-size: 20px;
    margin-bottom: 12px;
}

.beta-info-block p {
    color: #555;
    font-size: 15px;
    margin-bottom: 8px;
}

.beta-deadline-warning {
    background: #fff3cd;
    border: 1px solid #ffc107;
    border-radius: 8px;
    padding: 14px;
    font-size: 14px;
    color: #856404;
    margin: 16px 0;
}

.beta-config-btn {
    display: inline-block;
    margin-top: 20px;
    background: #043259;
    color: white;
    padding: 12px 24px;
    border-radius: 5px;
    font-size: 14px;
    text-decoration: none;
}

.beta-config-btn:hover {
    background: rgba(96, 166, 153, 1);
    text-decoration: none;
    transition: all 0.2s ease;
}


@media (max-width: 768px) {
    
    /* ============================================
       HEADER SECTION
       ============================================ */
    .subscripcion-header-container {
        padding: 0 20px;
        margin: 20px auto;
    }

    .beta-info-block {
        margin: 1rem;
        padding: 1.5rem;
    }
    .beta-info-block h3 { 
        font-size: 18px; 
    }

    .beta-info-block p { 
        font-size: 14px; 
    }
    
    .premium-icon {
        width: 60px;
        height: 60px;
        margin-bottom: 12px;
    }
    
    .suscripciones-title {
        font-size: 20px;
    }
    
    .suscripciones-subtitle {
        font-size: 18px;
    }
    
    .suscripciones-description {
        font-size: 14px;
        padding: 0 20px;
    }
    
    /* ============================================
       FOUNDER BANNER
       ============================================ */
    .founder-offer-banner {
        width: 90%; /* ✅ Wider on mobile */
        padding: 20px; /* ✅ Less padding on mobile */
        margin: 20px auto;
    }
    
    .banner-header {
        flex-direction: column; /* ✅ Stack icon and title */
        text-align: center;
        margin-bottom: 15px;
    }
    
    .banner-icon {
        font-size: 36px; /* ✅ Smaller icon */
    }
    
    .banner-title {
        font-size: 16px;
        text-align: center;
    }
    
    .banner-intro {
        font-size: 13px;
        text-align: center; /* ✅ Center on mobile */
    }
    
    .banner-benefits {
        padding: 12px 15px;
    }
    
    .benefits-header {
        font-size: 13px;
        text-align: center; /* ✅ Center header */
    }
    
    .benefits-list {
        text-align: left; /* ✅ Keep list left-aligned */
    }
    
    .benefits-list li {
        font-size: 13px;
    }
    
    .current-price {
        font-size: 24px; /* ✅ Slightly smaller */
    }
    
    .regular-price {
        font-size: 13px;
    }
    
    .claim-offer-btn {
        width: 100%;
        padding: 8px 16px;
        font-size: 13px;
    }
    
    .offer-footnote {
        font-size: 11px;
    }
    
    /* ============================================
       COMPARISON TABLE
       ============================================ */
    .comparison-table-container {
        width: 95%; /* ✅ Wider on mobile */
        margin: 20px auto;
        overflow-x: auto; /* ✅ Horizontal scroll */
        -webkit-overflow-scrolling: touch; /* ✅ Smooth scroll on iOS */
    }
    
    .comparison-table {
        min-width: 600px; /* ✅ Minimum width to prevent squishing */
    }
    
    .comparison-table th,
    .comparison-table td {
        padding: 10px 8px; /* ✅ Tighter padding */
        font-size: 12px;
    }
    
    .comparison-table th.feature-column {
        font-size: 12px;
        white-space: normal; /* ✅ Allow wrapping on mobile */
    }
    
    .comparison-table th .price {
        font-size: 16px;
    }
    
    /* ============================================
       PRICING CARDS
       ============================================ */
    .pricing-cards-container {
        width: 90%; /* ✅ Wider on mobile */
        grid-template-columns: 1fr; /* ✅ Stack cards vertically */
        gap: 25px;
        padding: 0 20px;
    }
    
    .pricing-card {
        min-height: auto; /* ✅ Remove min-height on mobile */
        padding: 25px 20px;
    }
    
    /* Reset scale on mobile */
    .highlight-card {
        transform: scale(1); /* ✅ No scale on mobile */
    }
    
    .highlight-card:hover {
        transform: scale(1) translateY(-5px); /* ✅ Keep hover effect simple */
    }
    
    .popular-badge {
        font-size: 11px;
        padding: 5px 12px;
    }
    
    .card-title {
        font-size: 18px;
    }
    
    .price-label,
    .price-amount {
        font-size: 22px;
    }
    
    .card-features li {
        font-size: 13px;
        padding: 8px 0;
    }
    
    .card-btn {
        width: 100%;
        padding: 8px 16px;
        font-size: 13px;
    }
    
    /* ============================================
       FAQ & BACK BUTTON
       ============================================ */
    .preguntas-frequentes-text {
        font-size: 13px;
        padding: 0 20px;
    }
    
    .back-to-dashboard-btn {
        width: 100%;
        padding: 8px 16px;
        font-size: 13px;
    }
}

/* ============================================
   TABLET RESPONSIVE (768px - 1024px)
   ============================================ */
@media (min-width: 769px) and (max-width: 1024px) {
    
    .founder-offer-banner,
    .comparison-table-container,
    .pricing-cards-container {
        width: 90%; 
    }
    
    .pricing-cards-container {
        gap: 25px;
    }
    
    .pricing-card {
        padding: 30px 20px;
    }
}

/* ============================================
   SMALL MOBILE (max-width: 480px)
   ============================================ */
@media (max-width: 480px) {
    
    .suscripciones-title {
        font-size: 18px;
    }

    .beta-config-btn {
    
        padding: 8px 16px;
        font-size: 13px;

    }
    
    .suscripciones-subtitle {
        font-size: 16px;
    }
    
    .founder-offer-banner {
        width: 95%;
        padding: 15px;
    }

    .current-plan-banner {
        font-size: 12px;
        padding: 8px 16px;
    }
    
    .banner-title {
        font-size: 14px;
    }
    
    .banner-intro {
        font-size: 12px;
    }
    
    .current-price {
        font-size: 22px;
    }
    
    .comparison-table th,
    .comparison-table td {
        padding: 8px 6px;
        font-size: 11px;
    }
    
    .pricing-card {
        padding: 20px 15px;
    }
    
    .card-btn {
        max-width: 100%;
    }

    .comparison-table .cross {
        font-size: 16px;
    }
}