/* Sfondo a quadri applicato al body per evitare ridimensionamenti */
body {
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%) !important;
    position: relative;
    min-height: 100vh;
}

body::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 0 10" fill="none" stroke="rgba(255,255,255,0.05)" stroke-width="1"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');
    opacity: 0.3;
    z-index: -1;
    pointer-events: none;
}

/* Labs Alt Specific Styles */
.labs-alt-hero {
    background: #8729ff;
    padding: 80px 0 60px 0;
    text-align: center;
    color: white;
    padding-top: 10rem;
}

.labs-alt-hero-badge {
    display: inline-flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50px;
    padding: 8px 20px;
    margin-bottom: 2rem;
    font-size: 14px;
    font-weight: 500;
}

.labs-alt-hero-badge img {
    width: 24px;
    height: 24px;
    margin-right: 8px;
}

.labs-alt-hero h1 {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 1rem;
    background: linear-gradient(45deg, #ffffff, #e0d4ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.labs-alt-hero p {
    font-size: 1.25rem;
    opacity: 0.9;
    max-width: 600px;
    margin: 0 auto 2rem;
    line-height: 1.6;
}

.billing-toggle {
    display: inline-flex;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 16px;
    padding: 8px;
    margin-bottom: 1.5rem;
    gap: 4px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(20px);
}

.billing-toggle button {
    padding: 16px 32px;
    border: none;
    background: transparent;
    color: rgba(255, 255, 255, 0.8);
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    font-weight: 600;
    font-size: 0.95rem;
    position: relative;
    white-space: nowrap;
    border: 2px solid transparent;
}

.billing-toggle button.active {
    background: white;
    color: #8729ff;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    border-color: rgba(255, 255, 255, 0.3);
}

.billing-toggle button:hover:not(.active) {
    background: rgba(255, 255, 255, 0.15);
    color: white;
    border-color: rgba(255, 255, 255, 0.3);
}

.save-badge {
    background: linear-gradient(135deg, #10b981, #059669);
    color: white;
    padding: 2px 8px;
    border-radius: 12px;
    font-size: 0.75rem;
    font-weight: 700;
    margin-left: 8px;
    box-shadow: 0 2px 8px rgba(16, 185, 129, 0.3);
    display: inline-block;
    position: relative;
    top: -1px;
}

.billing-toggle button.active .save-badge {
    background: linear-gradient(135deg, #8729ff, #6d1fd4);
    box-shadow: 0 2px 8px rgba(135, 41, 255, 0.3);
}

.upgrade-info-section {
    padding: 40px 0;
    background: #8729ff;
}

.upgrade-info-card {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 20px;
    padding: 30px;
    text-align: center;
    color: white;
    backdrop-filter: blur(10px);
}

.upgrade-info-content h3 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 15px;
}

.upgrade-info-content p {
    font-size: 1.1rem;
    margin-bottom: 10px;
    opacity: 0.9;
}

.pricing-container {
    padding: 0px 0 60px 0;
    background: #8729ff;
}

.pricing-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    max-width: 1400px;
    margin: 0 auto;
}

.pricing-card {
    background: white;
    border-radius: 20px;
    padding: 2rem;
    border: 2px solid transparent;
    transition: all 0.3s ease;
    position: relative;
    height: fit-content;
}

.pricing-card:hover {
    border-color: #8729ff;
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(135, 41, 255, 0.1);
}


.plan-header {
    text-align: center;
    margin-bottom: 1rem;
}

.plan-name {
    font-size: 2rem;
    font-weight: 700;
    color: #8729ff;
    margin-bottom: 0.5rem;
}

.plan-subtitle {
    color: #6c757d;
    font-size: 1rem;
    margin-bottom: 0.75rem;
}

.plan-price {
    display: flex;
    align-items: baseline;
    justify-content: center;
    margin-bottom: 0.5rem;
}

.price-currency {
    font-size: 1.5rem;
    font-weight: 600;
    color: #333;
}

.price-amount {
    font-size: 3rem;
    font-weight: 700;
    color: #333;
    margin: 0 2px;
}

.price-period {
    font-size: 1rem;
    color: #6c757d;
    font-weight: 500;
}

.price-discount {
    text-align: center;
    color: #28a745;
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.plan-features {
    list-style: none;
    padding: 0;
    margin: 1rem 0;
}

.plan-features li {
    padding: 0.5rem 0;
    display: flex;
    align-items: center;
    color: #333;
    font-size: 0.95rem;
}

.plan-features li {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.plan-features li span {
    display: flex;
    align-items: center;
    flex: 1;
}

.plan-features li span::before {
    content: '✓';
    color: #28a745;
    font-weight: bold;
    margin-right: 12px;
    font-size: 1.1rem;
}

.feature-info-btn {
    background: none;
    border: none;
    padding: 0;
    color: rgba(135, 41, 255, 0.5);
    cursor: pointer;
    position: relative;
    transition: color 0.2s ease;
    display: flex;
    align-items: center;
    height: 24px;
    margin-top: 1px;
}

.feature-info-btn svg {
    width: 14px;
    height: 14px;
    display: block;
}

.feature-info-btn:hover {
    color: rgba(135, 41, 255, 0.8);
}

.feature-info-btn[data-tooltip]:before {
    content: attr(data-tooltip);
    position: absolute;
    bottom: calc(100% + 10px);
    left: 50%;
    transform: translateX(-50%);
    padding: 0.5rem 1rem;
    background: rgba(0, 0, 0, 0.9);
    color: white;
    font-size: 0.85rem;
    border-radius: 8px;
    width: max-content;
    max-width: 250px;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease;
    z-index: 1000;
}

.feature-info-btn[data-tooltip]:after {
    content: '';
    position: absolute;
    bottom: calc(100% + 2px);
    left: 50%;
    transform: translateX(-50%);
    border: 8px solid transparent;
    border-top-color: rgba(0, 0, 0, 0.9);
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease;
}

.feature-info-btn[data-tooltip]:hover:before,
.feature-info-btn[data-tooltip]:hover:after {
    opacity: 1;
    visibility: visible;
}

.plan-cta {
    width: 100%;
    padding: 16px 24px;
    border: none;
    border-radius: 12px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
    text-align: center;
}

.plan-cta.primary {
    background: #8729ff;
    color: white;
}

.plan-cta.primary:hover {
    background: #7218e6;
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(135, 41, 255, 0.3);
}

.plan-cta.secondary {
    background: transparent;
    color: #8729ff;
    border: 2px solid #8729ff;
}

.plan-cta.secondary:hover {
    background: #8729ff;
    color: white;
}

/* Labs CTA Button - Same style as plan-cta primary */
.labs-cta-button {
    width: 100%;
    padding: 16px 24px;
    border: none;
    border-radius: 12px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    background: #8729ff;
    color: white;
}

.labs-cta-button:hover {
    background: #7218e6;
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(135, 41, 255, 0.3);
    color: white;
    text-decoration: none;
}

.terms-text {
    margin: 0;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
}

.terms-content {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.terms-link {
    color: white;
    text-decoration: none;
    font-weight: 500;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.terms-link:hover {
    color: white;
    border-bottom-color: rgba(255, 255, 255, 0.8);
}

/* FAQ Section */
.faq-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
    position: relative;
}

.faq-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 0 10" fill="none" stroke="rgba(255,255,255,0.05)" stroke-width="1"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');
    opacity: 0.3;
}

.faq-section .container {
    position: relative;
    z-index: 2;
}

.faq-hero-badge {
    display: inline-flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 50px;
    padding: 12px 24px;
    margin-bottom: 1.5rem;
    font-size: 14px;
    font-weight: 600;
    color: white;
}

.faq-hero-icon {
    width: 20px;
    height: 20px;
    margin-right: 8px;
    fill: currentColor;
}

.faq-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: white;
    margin-bottom: 0;
}

.accordion-item {
    background: white;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    margin-bottom: 1rem;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.accordion-button {
    background: white;
    color: #333;
    font-weight: 600;
    padding: 1.5rem;
    border: none;
    font-size: 1.1rem;
    text-align: left;
}

.accordion-button:not(.collapsed) {
    background: rgba(135, 41, 255, 0.05);
    color: #8729ff;
    box-shadow: none;
}

.accordion-button:focus {
    border-color: rgba(135, 41, 255, 0.25);
    box-shadow: 0 0 0 0.25rem rgba(135, 41, 255, 0.1);
}

.accordion-body {
    padding: 1.5rem;
    background: #fafafa;
    color: #555;
    line-height: 1.6;
    border-top: 1px solid rgba(135, 41, 255, 0.1);
}

.faq-section-labs {
    padding: 0;
}

/* Lifetime Pass Cards - Credit Card Style */
.lifetime-passes-section {
    padding: 140px 0 60px 0; /* Aggiunto padding-top per stacco header */
    position: relative;
    overflow: hidden;
    padding-top: 10rem;
}

.passes-hero {
    text-align: center;
    margin-bottom: 3rem;
    position: relative;
    z-index: 2;
    color: white;
}

.passes-hero .labs-alt-hero-badge {
    display: inline-flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50px;
    padding: 8px 20px;
    margin-bottom: 2rem;
    font-size: 14px;
    font-weight: 500;
    color: white;
}

.passes-hero .labs-alt-hero-badge img {
    width: 24px;
    height: 24px;
    margin-right: 8px;
}

.passes-hero h1 {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 1rem;
    background: linear-gradient(45deg, #ffffff, #e0d4ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.passes-hero p {
    font-size: 1.25rem;
    opacity: 0.9;
    max-width: 600px;
    margin: 0 auto 2rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.8);
}

.passes-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 2rem;
    max-width: 900px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.pass-card {
    background: linear-gradient(135deg, #2d3748 0%, #1a202c 100%);
    border-radius: 20px;
    padding: 0;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.pass-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(135, 41, 255, 0.3);
    border-color: rgba(135, 41, 255, 0.5);
}

.pass-card.founder {
    background: linear-gradient(135deg, #4a5568 0%, #2d3748 100%);
    border-color: rgba(255, 215, 0, 0.3);
}

.pass-card.founder:hover {
    box-shadow: 0 20px 40px rgba(255, 215, 0, 0.3);
    border-color: rgba(255, 215, 0, 0.5);
}

.pass-card-inner {
    padding: 2rem;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    position: relative;
    flex: 1;
    justify-content: space-between;
}

.pass-logo {
    width: 100%;
    height: auto;
    margin: 0 auto 1.5rem auto;
    display: block;
    border-radius: 10px;
}

.pass-type {
    font-size: 1.5rem;
    font-weight: 700;
    color: white;
    margin-bottom: 0.5rem;
}

.pass-card.founder .pass-type {
    color: #ffd700;
}

.pass-price {
    font-size: 2rem;
    font-weight: 800;
    color: #8729ff;
    margin-bottom: 1rem;
}

.pass-card.founder .pass-price {
    color: #ffd700;
}

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

.pass-features li {
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
    padding-left: 1.5rem;
    position: relative;
}

.pass-features li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #8729ff;
    font-weight: bold;
}

.pass-card.founder .pass-features li::before {
    color: #ffd700;
}

.pass-availability {
    text-align: center;
    margin-top: 1rem;
    padding: 0.5rem;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 8px;
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.7);
}

.pass-cta {
    width: 100%;
    padding: 12px 24px;
    border: none;
    border-radius: 12px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    background: #8729ff;
    color: white;
    margin-top: 1rem;
}

.pass-cta:hover {
    background: #7218e6;
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(135, 41, 255, 0.3);
    color: white;
    text-decoration: none;
}

.pass-card.founder .pass-cta {
    background: #ffd700;
    color: #1a202c;
}

.pass-card.founder .pass-cta:hover {
    background: #ffed4e;
    box-shadow: 0 10px 25px rgba(255, 215, 0, 0.3);
    color: #1a202c;
}

/* Pass Owned Badge */

/* New Sections Styles */
.section-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: white;
    text-align: center;
    margin-bottom: 2rem;
    background: linear-gradient(45deg, #ffffff, #e0d4ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.section-subtitle {
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.8);
    text-align: center;
    margin-bottom: 2rem;
}

/* Why Lifetime Section */
.why-lifetime-section {
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.why-lifetime-content p {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
    margin-bottom: 1rem;
}

/* Support Helps Section */
.support-helps-section {
    text-align: center;
    position: relative;
    z-index: 2;
}

.support-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin: 3rem 0;
}

.support-item {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    padding: 2rem;
    text-align: center;
    transition: all 0.3s ease;
}

.support-item:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(135, 41, 255, 0.3);
    transform: translateY(-5px);
}

.support-icon {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.support-icon svg {
    width: 40px;
    height: 40px;
    fill: white;
}

.support-item h4 {
    color: white;
    font-size: 1.1rem;
    font-weight: 600;
    margin: 0;
}

.support-conclusion {
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 500;
    margin-top: 2rem;
}

/* Lifetime Guarantee Section */
.lifetime-guarantee-section {
    text-align: center;
    position: relative;
    z-index: 2;
}

.guarantee-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
    margin-top: 2rem;
}

.guarantee-badge {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 16px;
    padding: 16px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 0.95rem;
    font-weight: 500;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    flex: 1;
    text-align: center;
}

.guarantee-badge:hover {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(16, 185, 129, 0.4);
    transform: translateY(-2px);
}

/* Coming Soon Section */
.coming-soon-section {
    text-align: center;
    position: relative;
    z-index: 2;
}

.coming-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin: 3rem 0;
}

.coming-item {
    background: rgba(135, 41, 255, 0.1);
    border: 1px solid rgba(135, 41, 255, 0.2);
    border-radius: 16px;
    padding: 2rem;
    text-align: center;
    transition: all 0.3s ease;
}

.coming-item:hover {
    background: rgba(135, 41, 255, 0.15);
    border-color: rgba(135, 41, 255, 0.4);
    transform: translateY(-5px);
}

.coming-icon {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.coming-icon svg {
    width: 40px;
    height: 40px;
    fill: white;
}

.coming-item h4 {
    color: white;
    font-size: 1.1rem;
    font-weight: 600;
    margin: 0;
}

.coming-note {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.9);
    margin-top: 2rem;
}

/* Creator Message Section */
.creator-message-section {
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.creator-content p {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
    margin-bottom: 1rem;
}

/* Promise Section */
.promise-section {
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.promise-content p {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
    margin-bottom: 1rem;
}

/* Progress Bar Styles */
.pass-availability {
    text-align: center;
    margin-top: 1rem;
    padding: 1rem;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 12px;
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.9);
}

.availability-text {
    font-weight: 600;
    margin-bottom: 0.5rem;
    font-size: 0.95rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.availability-text svg {
    width: 16px;
    height: 16px;
    fill: white;
}

.availability-text svg .st0 {
    fill: white;
}

.progress-bar {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    height: 8px;
    margin: 0.5rem 0;
    overflow: hidden;
}

.progress-fill {
    background: linear-gradient(90deg, #8729ff, #a855f7);
    height: 100%;
    border-radius: 10px;
    transition: width 0.3s ease;
}

.progress-fill.founder-progress {
    background: linear-gradient(90deg, #ffd700, #ffed4e);
}

.progress-text {
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.7);
    margin-top: 0.5rem;
}

.passes-divider {
    text-align: center;
    margin: 4rem 0 2rem;
    position: relative;
}

.passes-divider::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
}

.passes-divider span {
    background: #f8f9fa;
    padding: 0 2rem;
    color: #6c757d;
    font-weight: 600;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

@media (max-width: 768px) {
    .passes-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
        padding: 0;
    }
    
    .pass-card {
        height: auto;
    }
    
    .pass-card-inner {
        padding: 1.5rem;
    }
    
    .pass-logo {
        width: 100%;
        margin-bottom: 1rem;
    }
    
    .passes-hero h2 {
        font-size: 2rem;
    }
    
    .passes-hero p {
        font-size: 1rem;
        padding: 0 1rem;
    }
    
    .labs-alt-hero {
        margin-top: 90px !important; /* Assicura spazio menu anche su mobile */
    }
    
    .labs-alt-hero h1 {
        font-size: 2rem;
    }
    
    .labs-alt-hero p {
        font-size: 1.1rem;
    }
    
    .pricing-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .faq-title {
        font-size: 2rem;
    }
    
    .billing-toggle button {
        padding: 12px 20px;
        font-size: 0.9rem;
    }
    
    .save-badge {
        font-size: 0.7rem;
        padding: 1px 6px;
        margin-left: 4px;
    }
    
    .terms-section {
        padding: 30px 0;
    }
    
    .faq-section {
        padding: 60px 0;
    }
    
    .section-title {
        font-size: 2rem;
    }
    
    .support-grid,
    .coming-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
        margin: 2rem 0;
    }
    
    .support-item,
    .coming-item {
        padding: 1rem;
    }
    
    .why-lifetime-content p,
    .creator-content p,
    .promise-content p {
        font-size: 1rem;
    }
    
    .guarantee-item {
        font-size: 1rem;
        justify-content: flex-start;
        text-align: left;
    }
    
    .guarantee-badges {
        flex-direction: column;
        gap: 0.75rem;
    }
    
    .guarantee-badge {
        padding: 12px 16px;
        font-size: 0.9rem;
    }
    .passes-hero h1 {
        font-size: 2rem;
    }
    .passes-hero p {
        font-size: 1.1rem;
    }
}

.upgrade-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.upgrade-modal-backdrop {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(8px);
}

.upgrade-modal-content {
    position: relative;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 24px;
    backdrop-filter: blur(20px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    width: 100%;
    max-width: 500px;
    max-height: 90vh;
    overflow-y: auto;
    color: white;
}

.upgrade-modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 24px 24px 0;
    margin-bottom: 24px;
}

.upgrade-modal-header h3 {
    margin: 0;
    font-size: 1.5rem;
    font-weight: 600;
    color: white;
}

.upgrade-modal-close {
    background: none;
    border: none;
    color: rgba(255, 255, 255, 0.7);
    cursor: pointer;
    padding: 8px;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.upgrade-modal-close:hover {
    background: rgba(255, 255, 255, 0.1);
    color: white;
}

.upgrade-modal-close svg {
    width: 20px;
    height: 20px;
}

.upgrade-modal-body {
    padding: 0 24px;
}

.upgrade-summary {
    margin-bottom: 24px;
}

.upgrade-summary p {
    margin: 0 0 12px;
    color: rgba(255, 255, 255, 0.8);
}

.upgrade-plan-info {
    background: rgba(124, 58, 237, 0.2);
    border: 1px solid rgba(124, 58, 237, 0.3);
    border-radius: 12px;
    padding: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 12px 0;
}

.upgrade-plan-info strong {
    color: white;
    font-size: 1.1rem;
}

.upgrade-plan-info span {
    color: #a78bfa;
    font-weight: 600;
}

.upgrade-note {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.6);
    margin-top: 12px !important;
}

.upgrade-payment-info {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    padding: 16px;
    margin-bottom: 24px;
}

.payment-info-text {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 16px;
}

.payment-info-text svg {
    width: 20px;
    height: 20px;
    color: #a78bfa;
    margin-top: 2px;
    flex-shrink: 0;
}

.payment-info-content {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.payment-info-title {
    color: white;
    font-weight: 600;
    font-size: 0.95rem;
}

.payment-info-subtitle {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.85rem;
    line-height: 1.4;
}

.change-payment-btn {
    background: linear-gradient(145deg, rgba(124, 58, 237, 0.2), rgba(124, 58, 237, 0.1));
    border: 1px solid rgba(124, 58, 237, 0.3);
    color: #a78bfa;
    padding: 10px 16px;
    border-radius: 10px;
    font-size: 0.9rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
    justify-content: center;
}

.change-payment-btn:hover {
    background: linear-gradient(145deg, rgba(124, 58, 237, 0.3), rgba(124, 58, 237, 0.2));
    color: white;
}

.change-payment-btn svg {
    width: 16px;
    height: 16px;
}

.upgrade-modal-footer {
    display: flex;
    gap: 12px;
    padding: 24px;
    justify-content: flex-end;
}

.upgrade-modal-btn {
    padding: 12px 24px;
    border-radius: 12px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    border: none;
    display: flex;
    align-items: center;
    gap: 8px;
}

.upgrade-modal-btn svg {
    width: 16px;
    height: 16px;
}

.upgrade-modal-btn-secondary {
    background: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.upgrade-modal-btn-secondary:hover {
    background: rgba(255, 255, 255, 0.15);
    color: white;
}

.upgrade-modal-btn-primary {
    background: linear-gradient(145deg, #7c3aed, #6d28d9);
    color: white;
    box-shadow: 0 4px 15px rgba(124, 58, 237, 0.3);
}

.upgrade-modal-btn-primary:hover {
    background: linear-gradient(145deg, #8b5cf6, #7c3aed);
    box-shadow: 0 6px 20px rgba(124, 58, 237, 0.4);
    transform: translateY(-1px);
}

@media (max-width: 768px) {
    .upgrade-modal-content {
        margin: 10px;
        max-width: none;
    }
    
    .upgrade-modal-footer {
        flex-direction: column;
    }
    
    .upgrade-modal-btn {
        width: 100%;
        justify-content: center;
    }
}

/* Login Popup Styles */
.login-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10000;
}

.login-popup {
    background: #1e1b3f;
    border-radius: 12px;
    width: 90%;
    max-width: 450px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    overflow: hidden;
    animation: popup-appear 0.3s ease-out;
}

@keyframes popup-appear {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.login-popup-header {
    padding: 15px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.login-popup-header h3 {
    margin: 0;
    color: #fff;
    font-size: 1.25rem;
    font-weight: 600;
}

.login-popup-close {
    background: none;
    border: none;
    color: rgba(255, 255, 255, 0.7);
    font-size: 1.5rem;
    cursor: pointer;
    padding: 0;
    line-height: 1;
    transition: color 0.2s;
}

.login-popup-close:hover {
    color: #fff;
}

.login-popup-body {
    padding: 20px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 1rem;
    line-height: 1.5;
}

.login-popup-footer {
    padding: 15px 20px;
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.login-popup-footer .btn {
    padding: 8px 16px;
    border-radius: 6px;
    font-weight: 500;
    transition: all 0.2s;
    text-decoration: none;
    display: inline-block;
}

.login-popup-footer .btn-primary {
    background: linear-gradient(45deg, #6772e5, #7795f8);
    border: none;
    color: #fff;
}

.login-popup-footer .btn-primary:hover {
    background: linear-gradient(45deg, #5469d4, #6772e5);
    transform: translateY(-2px);
    color: #fff;
    text-decoration: none;
}

.login-popup-footer .btn-secondary {
    background: rgba(255, 255, 255, 0.1);
    border: none;
    color: rgba(255, 255, 255, 0.8);
}

.login-popup-footer .btn-secondary:hover {
    background: rgba(255, 255, 255, 0.2);
    color: rgba(255, 255, 255, 0.9);
}