body {
    font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    background-color: #0B0D0F;
    color: #ffffff;
    margin: 0;
    padding: 0;
    line-height: 1.5;
}


.lite-deal-activate{
    cursor: not-allowed !important;
}
.executive-deal-activate{
    cursor: not-allowed !important;
}
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
}

header {
    text-align: center;
    margin-bottom: 60px;
    padding-top: 40px;
}


/* Add smooth scrolling for better user experience */
html {
    scroll-behavior: smooth;
}

/* Improve accessibility with focus styles */
a:focus,
button:focus,
input:focus,
textarea:focus {
    outline: 2px solid #3B82F6;
    outline-offset: 2px;
}

/* Add hover effects to buttons for better interactivity */
.cta-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

/* Improve readability of smaller text */
.subtitle,
.features-list li,
.answer p {
    font-size: 16px;
    line-height: 1.6;
}



.logo {
    width: 180px;
    margin-bottom: 30px;
}

.offer-badge {
    display: inline-flex;
    align-items: center;
    background-color: rgba(255, 140, 0, 0.1);
    color: #FF8C00;
    border-radius: 100px;
    font-size: 16px;
    font-weight: 500;
    margin: 40px 0;
}

h1 {
    font-size: 64px;
    font-weight: 700;
    margin: 0;
    color: #ffffff;
}

h2 {
    font-size: 64px;
    background: linear-gradient(45deg, #3B82F6, #2563EB);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0 0 20px;
    font-weight: 700;
    color: #2563EB;
}

.header-text {
    color: #94A3B8;
    font-size: 20px;
    line-height: 1.5;
}

.header-text p {
    margin: 0;
}

header p {
    font-size: 18px;
    color: #94A3B8;
    margin: 0;
    line-height: 1.6;
}

.features {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-bottom: 60px;
}

.feature-card {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.02) 100%);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    padding: 30px;
    text-align: center;
    transition: transform 0.2s;
}

.feature-card:hover {
    transform: translateY(-5px);
}

.icon {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    margin: 0 auto 20px;
    font-size: 20px;
}

.feature-card h3 {
    font-size: 20px;
    margin: 0 0 12px;
    color: #fff;
}

.feature-card p {
    color: #94A3B8;
    margin: 0;
    font-size: 15px;
    line-height: 1.6;
}

.green { background-color: rgba(34, 197, 94, 0.15); color: #22C55E; }
.orange { background-color: rgba(255, 140, 0, 0.15); color: #FF8C00; }
.yellow { background-color: rgba(234, 179, 8, 0.15); color: #EAB308; }

.pricing {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    margin-bottom: 60px;
}

.pricing-card {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.02) 100%);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 40px;
}

.pricing-card h3 {
    font-size: 24px;
    margin: 0 0 20px;
    color: #fff;
}

.price {
    font-size: 64px;
    font-weight: 700;
    margin: 0 0 8px;
    line-height: 1;
}

.lite .price { color: #EAB308; }
.executive .price { color: #22C55E; }

.subtitle {
    color: #94A3B8;
    margin: 0 0 5px;
    font-size: 15px;
}

.cta-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 16px;
    border: none;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
    text-decoration: none;
}

.cta-button.yellow { 
    background-color: #EAB308;
    color: #000000;
}

.cta-button.yellow:hover {
    background-color: #CA8A04;
}

.cta-button.green { 
    background-color: #22C55E;
    color: #ffffff;
}

.cta-button.green:hover {
    background-color: #16A34A;
}

.cta-button.orange { 
    background-color: #FF8C00;
    color: #ffffff;
}

.cta-button.orange:hover {
    background-color: #FF7B00;
}

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

.features-list li {
    margin-bottom: 12px;
    position: relative;
    padding-left: 28px;
    color: #E2E8F0;
    font-size: 15px;
}

.features-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #22C55E;
    font-weight: bold;
}

.features-list .dimmed {
    color: #64748B;
}

.features-list .dimmed::before {
    color: #475569;
}

.terms-features {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    margin-bottom: 60px;
}

.terms h3, .features h3 {
    font-size: 24px;
    color: #fff;
    margin: 0 0 20px;
}

.terms ul, .features ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.terms li, .features li {
    margin-bottom: 12px;
    position: relative;
    padding-left: 24px;
    color: #E2E8F0;
    font-size: 15px;
}

.terms li::before, .features li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #22C55E;
    font-weight: bold;
}


.price {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    font-size: 64px;
    font-weight: 700;
    margin: 0 0 8px;
    line-height: 1;
}

.price .currency {
    font-size: 24px;
    margin-top: 8px;
    margin-right: 2px;
}

.strike-price {
    color: #64748B;
    text-decoration: line-through;
    font-size: 15px;
    margin-bottom: 10px;
    text-align: center;
}

.lite .price, .lite .price .currency { color: #EAB308; }
.executive .price, .executive .price .currency { color: #22C55E; }

/* Previous styles remain unchanged */
.faq {
    margin-bottom: 60px;
}

.faq h3 {
    font-size: 32px;
    text-align: center;
    margin: 0 0 40px;
    color: #fff;
}

.faq-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.faq-item {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.02) 100%);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    margin-bottom: 16px;
    overflow: hidden;
}

.question {
    padding: 20px;
    cursor: pointer;
    position: relative;
    font-weight: 500;
    color: #fff;
    margin: 0;
}

.question::after {
    content: "+";
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    color: #64748B;
    transition: transform 0.3s ease;
}

.answer {
    padding: 0 20px;
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease-out;
}

.answer p {
    color: #94A3B8;
    margin: 0;
    padding-bottom: 20px;
}

.faq-item.active .answer {
    max-height: 1000px;
    padding-bottom: 20px;
}

.faq-item.active .question::after {
    content: "-";
    transform: translateY(-50%) rotate(180deg);
}

/* Responsive styles */
@media (max-width: 768px) {
    .faq-grid {
        grid-template-columns: 1fr;
    }

    .faq h3 {
        font-size: 24px;
    }

    .question {
        font-size: 16px;
        padding: 15px;
    }

    .answer {
        padding: 0 15px;
    }
}


.cta-section {
    text-align: center;
    margin-bottom: 60px;
}

.limited-offer {
    display: inline-flex;
    align-items: center;
    background-color: rgba(59, 130, 246, 0.15);
    color: #3B82F6;
    padding: 8px 20px;
    border-radius: 100px;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 24px;
}

.countdown-section {
    text-align: center;
    margin-bottom: 60px;
}

.countdown-section h2 {
    font-size: 64px;
    background: linear-gradient(45deg, #3B82F6, #2563EB);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0 0 16px;
}

.end-date {
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 40px;
    color: #fff;
}

.countdown {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-bottom: 40px;
}

.countdown-item {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 0, 0, 0.25) 100%);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 20px;
    min-width: 100px;
}

.count {
    font-size: 40px;
    font-weight: 700;
    margin: 0 0 8px;
    color: #fff;
}

.label {
    font-size: 14px;
    color: #64748B;
    text-transform: uppercase;
    letter-spacing: 1px;
}

footer {
    text-align: center;
    color: #64748B;
    font-size: 14px;
    line-height: 1.6;
}

footer p {
    margin: 0 0 16px;
}

footer strong {
    color: #94A3B8;
}

@media (max-width: 768px) {
    .container {
        padding: 20px;
    }

    h1, h2 {
        font-size: 36px;
    }

    .features, .pricing, .terms-features {
        grid-template-columns: 1fr;
    }

    .pricing-card {
        padding: 30px;
    }

    .countdown-item {
        min-width: 70px;
        padding: 15px;
    }

    .count {
        font-size: 32px;
    }

    .label {
        font-size: 12px;
    }
}

