.website-audit-tool-container-b5a49245 {
    font-family: sans-serif;
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    padding: 20px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.wat-section { padding: 40px 20px; }
.wat-headline { margin-bottom: 20px; font-size: 24px; font-weight: bold; }

.wat-input-group { display: flex; flex-direction: column; gap: 10px; max-width: 400px; margin: 0 auto; }
.wat-input-group input { padding: 12px; border: 1px solid #ccc; border-radius: 4px; }
.wat-btn { padding: 12px 24px; border: none; border-radius: 4px; cursor: pointer; font-weight: bold; }
.wat-btn:disabled { opacity: 0.7; cursor: not-allowed; }
.wat-btn-primary { background: #0073aa; color: #fff; }
.wat-btn-secondary { background: #e0e0e0; color: #333; }

.wat-progress-bar { width: 100%; height: 10px; background: #eee; border-radius: 5px; margin: 20px 0; overflow: hidden; }
.wat-progress-bar-fill { width: 0%; height: 100%; background: #0073aa; transition: width 0.3s; }

.wat-score-circle { width: 120px; height: 120px; border-radius: 50%; border: 8px solid #0073aa; display: flex; align-items: center; justify-content: center; margin: 0 auto 10px; font-size: 32px; font-weight: bold; }

.wat-cards-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 20px; margin-top: 30px; }
.wat-card { padding: 20px; background: #f9f9f9; border-radius: 8px; border: 1px solid #eee; text-align: left; }
.wat-card h4 { margin-top: 0; }

.wat-final-cta { margin-top: 40px; padding-top: 40px; border-top: 1px solid #eee; }
.wat-cta-buttons { display: flex; justify-content: center; gap: 15px; margin-top: 20px; }