/**
 * Maintenance Plan Page Styles
 * Professional, clean design inspired by real-world websites
 */

/* ============================================
   Reset & Base Styles
   ============================================ */

.maintenance-plan-page * {
    box-sizing: border-box;
}

/* ============================================
   Container & Layout
   ============================================ */

.maintenance-plan-page {
    padding: 0;
    background: #ffffff;
    min-height: 100vh;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

/* ============================================
   Hero Section
   ============================================ */

.plan-hero {
    padding: 80px 0 60px;
    text-align: center;
    border-bottom: 1px solid #e5e7eb;
}

.plan-title {
    font-size: 48px;
    font-weight: 600;
    color: #111827;
    line-height: 1.1;
    margin: 0 0 16px;
    letter-spacing: -0.02em;
}

.plan-subtitle {
    font-size: 20px;
    color: #6b7280;
    line-height: 1.5;
    margin: 0;
    font-weight: 400;
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
}

/* ============================================
   Features Section
   ============================================ */

.plan-features {
    padding: 80px 0;
}

.section-title {
    font-size: 32px;
    font-weight: 600;
    color: #111827;
    margin: 0 0 48px;
    text-align: center;
    letter-spacing: -0.01em;
}

.features-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 32px;
}

.feature-item {
    padding: 0;
    background: transparent;
    border: none;
    transition: none;
}

.feature-item::before {
    display: none;
}

.feature-item:hover {
    transform: none;
    border: none;
    box-shadow: none;
}

.feature-icon {
    width: 40px;
    height: 40px;
    background: #f3f4f6;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #25D366;
    margin-bottom: 16px;
    flex-shrink: 0;
}

.feature-icon svg {
    width: 20px;
    height: 20px;
}

.feature-item:hover .feature-icon {
    transform: none;
    box-shadow: none;
}

.feature-content {
    font-size: 16px;
    line-height: 1.6;
    color: #4b5563;
}

.feature-content strong {
    color: #111827;
    font-weight: 600;
    display: block;
    margin-bottom: 8px;
    font-size: 18px;
}

/* ============================================
   Pricing Section
   ============================================ */

.plan-pricing {
    padding: 80px 0;
    background: #f9fafb;
    border-top: 1px solid #e5e7eb;
    border-bottom: 1px solid #e5e7eb;
}

.pricing-card {
    max-width: 480px;
    margin: 0 auto;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 40px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.pricing-title {
    font-size: 20px;
    font-weight: 600;
    color: #111827;
    margin: 0 0 24px;
    text-align: center;
}

.pricing-amount {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 4px;
    margin-bottom: 32px;
    padding-bottom: 32px;
    border-bottom: 1px solid #e5e7eb;
}

.currency {
    font-size: 24px;
    font-weight: 600;
    color: #111827;
}

.price {
    font-size: 56px;
    font-weight: 700;
    color: #111827;
    line-height: 1;
}

.period {
    font-size: 20px;
    color: #6b7280;
    font-weight: 400;
}

.payment-buttons {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.paypal-button-container {
    width: 100%;
    min-height: 48px;
}

#paypal-button-container-P-9PA903396P246710PNFGUGTI {
    width: 100% !important;
    min-height: 48px;
}

#paypal-button-container-P-9PA903396P246710PNFGUGTI iframe {
    width: 100% !important;
    min-height: 48px !important;
    border-radius: 8px !important;
}

.paypal-button-wrapper {
    width: 100%;
    background: #ffffff;
    border-radius: 8px;
    padding: 0;
    box-shadow: none;
    border: 1px solid #e5e7eb;
    transition: border-color 0.2s;
}

.paypal-button-wrapper::before {
    display: none;
}

.paypal-button-wrapper:hover {
    border-color: #d1d5db;
    box-shadow: none;
    transform: none;
}

/* ============================================
   FAQs Section
   ============================================ */

.plan-faqs {
    padding: 80px 0;
}

.cancel-notice {
    text-align: center;
    font-size: 16px;
    color: #059669;
    font-weight: 500;
    margin: 0 0 48px;
    padding: 16px 24px;
    background: #ecfdf5;
    border: 1px solid #a7f3d0;
    border-radius: 8px;
    display: inline-block;
    width: 100%;
}

.faq-item {
    margin-bottom: 24px;
    padding: 24px;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    transition: border-color 0.2s;
}

.faq-item:hover {
    border-color: #d1d5db;
    transform: none;
    box-shadow: none;
}

.faq-question {
    font-size: 18px;
    font-weight: 600;
    color: #111827;
    margin: 0 0 12px;
    display: block;
}

.faq-question::before {
    display: none;
}

.faq-answer {
    font-size: 16px;
    line-height: 1.6;
    color: #4b5563;
    margin: 0;
    padding: 0;
}

.whatsapp-link {
    color: #25D366;
    text-decoration: none;
    font-weight: 500;
}

.whatsapp-link:hover {
    text-decoration: underline;
}

/* ============================================
   Newsletter Section
   ============================================ */

.newsletter-section {
    padding: 80px 0;
    background: #f9fafb;
    border-top: 1px solid #e5e7eb;
}

.newsletter-title {
    font-size: 28px;
    font-weight: 600;
    color: #111827;
    margin: 0 0 12px;
    text-align: center;
    letter-spacing: -0.01em;
}

.newsletter-description {
    font-size: 16px;
    color: #6b7280;
    margin: 0 auto 32px;
    line-height: 1.6;
    text-align: center;
    max-width: 560px;
}

.newsletter-form {
    max-width: 480px;
    margin: 0 auto;
}

.form-group {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.email-input {
    flex: 1;
    min-width: 200px;
    padding: 12px 16px;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    font-size: 16px;
    color: #111827;
    background: #ffffff;
    transition: border-color 0.2s, box-shadow 0.2s;
    outline: none;
}

.email-input:focus {
    border-color: #25D366;
    box-shadow: 0 0 0 3px rgba(37, 211, 102, 0.1);
    transform: none;
}

.email-input::placeholder {
    color: #9ca3af;
}

.subscribe-button {
    padding: 12px 24px;
    background: #25D366;
    border: none;
    border-radius: 8px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.2s;
    white-space: nowrap;
}

.subscribe-button::before {
    display: none;
}

.subscribe-button:hover {
    background: #20ba5a;
    transform: none;
    box-shadow: none;
}

.subscribe-button:active {
    background: #1da851;
    transform: none;
}

/* ============================================
   Responsive Design
   ============================================ */

@media (max-width: 768px) {
    .container {
        padding: 0 20px;
    }
    
    .plan-hero {
        padding: 60px 0 40px;
    }
    
    .plan-title {
        font-size: 36px;
    }
    
    .plan-subtitle {
        font-size: 18px;
    }
    
    .plan-features,
    .plan-pricing,
    .plan-faqs,
    .newsletter-section {
        padding: 60px 0;
    }
    
    .section-title {
        font-size: 28px;
        margin-bottom: 32px;
    }
    
    .features-list {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    
    .pricing-card {
        padding: 32px 24px;
    }
    
    .price {
        font-size: 48px;
    }
    
    .currency {
        font-size: 20px;
    }
    
    .period {
        font-size: 18px;
    }
    
    .newsletter-title {
        font-size: 24px;
    }
    
    .form-group {
        flex-direction: column;
    }
    
    .email-input,
    .subscribe-button {
        width: 100%;
    }
    
    .faq-item {
        padding: 20px;
    }
}

@media (max-width: 480px) {
    .plan-title {
        font-size: 28px;
    }
    
    .plan-subtitle {
        font-size: 16px;
    }
    
    .section-title {
        font-size: 24px;
    }
    
    .price {
        font-size: 40px;
    }
}

/* ============================================
   Utility Classes
   ============================================ */

.paypal-placeholder,
.card-placeholder {
    padding: 16px;
    background: #f9fafb;
    border: 1px dashed #d1d5db;
    border-radius: 8px;
    text-align: center;
    color: #6b7280;
    font-size: 14px;
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}
