.noscript-container {
    padding: 20px;
    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    line-height: 1.6;
    max-width: 900px;
    margin: 0 auto;
    color: #1a202c;
}

.noscript-header {
    margin-bottom: 40px;
    border-bottom: 2px solid #e2e8f0;
    padding-bottom: 20px;
}

.noscript-h1 {
    color: #ea580c;
    font-size: 2.5em;
    margin-bottom: 10px;
}

.noscript-subtitle {
    font-size: 1.2em;
    color: #4a5568;
}

.noscript-section {
    margin-bottom: 50px;
}

.noscript-h2 {
    color: #2d3748;
    font-size: 1.8em;
    margin-bottom: 20px;
}

.noscript-h3 {
    color: #ea580c;
    font-size: 1.3em;
    margin-bottom: 10px;
}

.noscript-faq-h3 {
    color: #2d3748;
    font-weight: bold;
    font-size: 1.1em;
    margin-bottom: 5px;
}

.testimonial-box {
    background: #f7fafc;
    padding: 20px;
    border-radius: 12px;
    margin-bottom: 20px;
}

.testimonial-text {
    font-style: italic;
    color: #4a5568;
}

.testimonial-author {
    text-align: right;
    font-weight: bold;
    margin-top: 10px;
}

.noscript-address {
    font-style: normal;
    background: #fff7ed;
    padding: 25px;
    border-radius: 12px;
    border-left: 5px solid #ea580c;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}

.noscript-footer {
    margin-top: 50px;
    padding-top: 20px;
    border-top: 1px solid #e2e8f0;
    font-size: 0.9em;
    color: #718096;
}