/* Privacy Checker Advanced Styles - Mac Optimized */
/* STRONG PROTECTION AGAINST EMOJI CONVERSION TO IMAGES */

/* Force text-only icons - prevent any image conversion */
.privacy-checker-container .check-result-icon,
.privacy-checker-container .email-icon,
.privacy-checker-container .error-icon,
.privacy-checker-container .check-status,
.privacy-checker-container .score-status,
.check-result-icon,
.email-icon,
.error-icon,
.check-status,
.score-status {
    font-family: "Apple Color Emoji", "Segoe UI Emoji", "Noto Color Emoji", "Segoe UI Symbol", sans-serif !important;
    font-style: normal !important;
    font-variant: normal !important;
    text-rendering: auto !important;
    -webkit-font-smoothing: auto !important;
    display: inline-block !important;
    vertical-align: middle !important;
    font-size: 16px !important;
    line-height: 1 !important;
    text-decoration: none !important;
    background: none !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}

/* COMPLETELY HIDE ALL IMAGES IN ICON AREAS */
.privacy-checker-container img,
.check-result img,
.email-status img,
.check-result-header img,
.check-result-icon img,
.email-icon img,
.error-icon img,
.privacy-checker-container .check-result-icon img,
.privacy-checker-container .email-icon img,
.privacy-checker-container .error-icon img,
.privacy-checker-container .check-result img,
.privacy-checker-container .email-status img {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    width: 0 !important;
    height: 0 !important;
    max-width: 0 !important;
    max-height: 0 !important;
    position: absolute !important;
    left: -9999px !important;
    top: -9999px !important;
}

/* Prevent WordPress emoji images specifically */
.privacy-checker-container img.emoji,
.privacy-checker-container img.wp-smiley,
.check-result img.emoji,
.check-result img.wp-smiley,
.email-status img.emoji,
.email-status img.wp-smiley,
.privacy-checker-container img[src*="emoji"],
.privacy-checker-container img[src*="smiley"],
.privacy-checker-container img[alt*="✅"],
.privacy-checker-container img[alt*="❌"],
.privacy-checker-container img[alt*="⚠"],
.privacy-checker-container img[alt*="📧"],
.privacy-checker-container img[alt*="⏳"] {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    width: 0 !important;
    height: 0 !important;
}

/* Force text content only */
.check-result-icon::before,
.check-result-icon::after,
.email-icon::before,
.email-icon::after,
.error-icon::before,
.error-icon::after {
    display: none !important;
}

/* Prevent any background images on icons */
.check-result-icon,
.email-icon,
.error-icon,
.check-status {
    background-image: none !important;
    background: transparent !important;
}

/* Exception: Allow screenshot images only */
.privacy-checker-container .results-screenshot img,
.privacy-checker-container .screenshot-image img {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    width: auto !important;
    height: auto !important;
    max-width: 100% !important;
    max-height: none !important;
    position: static !important;
    left: auto !important;
    top: auto !important;
}

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Hebrew:wght@300;400;500;600;700&display=swap');

.privacy-checker-container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0px;
    padding-bottom: 0px;
    font-family: "Noto Sans Hebrew", sans-serif !important;
    direction: rtl;
    text-align: right;
}

.privacy-checker-container * {
    font-family: "Noto Sans Hebrew", sans-serif !important;
}

/* Clean Modern Form Design */
.privacy-checker-form {
    background: white;
    border-radius: 24px;
    margin-bottom: 30px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.08);
    overflow: hidden;
    border: 1px solid rgba(0,0,0,0.05);
}

.form-header {
    background: white;
    padding: 30px 40px;
    text-align: center;
    color: white;
    position: relative;
    border-radius: 20px;
}

.form-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 55, 0, 0.9) 100%);
    border-radius: 20px;
}

.form-header * {
    position: relative;
    z-index: 1;
}

.header-content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-bottom: 12px;
}

.privacy-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.privacy-icon svg {
    color: #ffffff;
    filter: drop-shadow(0 2px 4px rgba(0,0,0,0.1));
}

.form-header h3 {
    font-size: 50px;
    margin: 0;
    font-weight: bold;
    color: #ffffff;
    line-height: 1.1;
    letter-spacing: -0.5px;
    font-family: "Noto Sans Hebrew", sans-serif !important;
    text-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.form-header p {
    font-size: 18px;
    margin-bottom: 0;
    opacity: 0.95;
    color: #e8f5f0;
    line-height: 1.4;
    font-weight: 400;
    max-width: 600px;
    margin: 0 auto;
    font-family: "Noto Sans Hebrew", sans-serif !important;
}

.form-content {
    padding: 30px 40px;
    background: #fafbfc;
    text-align: center;
}

.form-content h4 {
    font-size: 22px;
    color: #0B2F1B;
    margin-bottom: 25px;
    font-weight: 400;
    letter-spacing: -0.3px;
    font-family: "Noto Sans Hebrew", sans-serif !important;
}

/* Contact Section */
.contact-section {
    margin-bottom: 30px;
}

.contact-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 20px;
    max-width: 500px;
    margin: 0 auto 20px auto;
}

.form-group {
    display: flex;
    flex-direction: column;
    text-align: right;
}

.form-group label {
    font-size: 16px;
    color: #2c3e50;
    margin-bottom: 8px;
    font-family: "Noto Sans Hebrew", sans-serif !important;
    font-weight: 500;
}

.form-group input {
    padding: 15px 20px;
    border: 2px solid #e0e6ed;
    border-radius: 12px;
    font-size: 16px;
    font-family: "Noto Sans Hebrew", sans-serif !important;
    transition: all 0.3s ease;
    background: white;
    text-align: right;
    direction: rtl;
}

.form-group input:focus {
    outline: none;
    border-color: #667eea;
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
}

.form-group input::placeholder {
    color: #a0a6b1;
}

.input-section {
    margin-bottom: 25px;
}

.input-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    max-width: 500px;
    margin: 0 auto;
    flex-direction: column;
}

.check-btn {
    background: linear-gradient(135deg, #2d5016 0%, #56ab2f 100%);
    color: white;
    border: none;
    padding: 20px 40px;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    width: 100%;
    max-width: 500px;
    border-radius: 50px;
    letter-spacing: 0.5px;
    font-family: "Noto Sans Hebrew", sans-serif !important;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 32px rgba(86, 171, 47, 0.3);
    position: relative;
    overflow: hidden;
    animation: modern-pulse 4s infinite;
}

.check-btn:hover {
    background: linear-gradient(135deg, #1e3a0d 0%, #4a9025 100%);
    color: #fff;
    animation: none;
    transform: translateY(-4px) scale(1.05);
    box-shadow: 0 16px 48px rgba(86, 171, 47, 0.5);
}

.check-btn:disabled {
    background: #e9ecef;
    color: #6c757d;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

.form-group {
    width: 100%;
    max-width: 500px;
}

.form-group input {
    width: 100%;
    padding: 18px 25px;
    border: 2px solid rgba(0,0,0,0.1);
    font-size: 17px;
    text-align: left;
    direction: ltr;
    background: white;
    transition: all 0.3s ease;
    color: #2c3e50;
    font-weight: 400;
    font-family: "Noto Sans Hebrew", sans-serif !important;
    height: 56px;
    box-sizing: border-box;
    border-radius: 12px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.08);
}

.form-group input:focus {
    outline: none;
    border-color: #667eea;
    box-shadow: 0 4px 20px rgba(102, 126, 234, 0.2);
}

.form-group input::placeholder {
    color: #adb5bd;
    font-style: normal;
    font-weight: 300;
    font-family: "Noto Sans Hebrew", sans-serif !important;
}

.questionnaire-section {
    margin-top: 20px;
}

.questionnaire-btn-main {
    background-color: #fff;
    color: #0B2F1B;
    border: 2px solid transparent;
    border-radius: 100px;
    padding: 15px 28px;
    font-weight: 700;
    transition: all 0.25s ease;
    text-decoration: underline !important;
    font-style: underline;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-family: "Noto Sans Hebrew", sans-serif !important;
    font-size: 18px;
    letter-spacing: 0.3px;
    width: 100%;
    /* Mac-optimized bounce animation - reduced intensity */
    animation: mac-bounce 3s infinite;
}

.questionnaire-btn-main:hover {
    background-color: #fff !important;
    border: 2px solid #0B2F1B !important;
    color: #0B2F1B !important;
    box-shadow: none !important;
    text-decoration: underline;
    transform: translateY(-3px);
    animation: none;
}

.form-features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-top: 30px;
    padding: 25px 0 10px;
    border-top: 1px solid rgba(0,0,0,0.08);
}

.feature-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    color: #495057;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    padding: 15px;
    background-color: #fafbfc;
    border-radius: 50px;
    box-shadow: none;
    transition: all 0.3s ease;
    font-family: "Noto Sans Hebrew", sans-serif !important;
}

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

.feature-icon {
    font-size: 40px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
    border-radius: 50%;
}

/* Check Website Button - Enhanced Modern Design - CONSOLIDATED ABOVE */

/* Modern pulse animation - subtle and elegant */
@keyframes modern-pulse {
    0%, 100% {
        box-shadow: 0 8px 32px rgba(86, 171, 47, 0.3);
        transform: scale(1);
    }
    50% {
        box-shadow: 0 12px 40px rgba(86, 171, 47, 0.4);
        transform: scale(1.02);
    }
}

.check-btn:hover {
    background: linear-gradient(135deg, #1e3a0d 0%, #4a9025 100%);
    color: #fff;
    animation: none;
    transform: translateY(-4px) scale(1.05);
    box-shadow: 0 16px 48px rgba(86, 171, 47, 0.5);
}

.check-btn:active {
    transform: translateY(-2px) scale(1.02);
    box-shadow: 0 8px 24px rgba(86, 171, 47, 0.4);
}

/* Add a subtle shine effect */
.check-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s;
}

.check-btn:hover::before {
    left: 100%;
}

/* Responsive Design */
@media (max-width: 768px) {
    .privacy-checker-container {
        padding: 15px;
    }
    
    /* Results responsive */
    .results-top-section {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .results-left-column {
        order: 2;
    }
    
    .results-right-column {
        order: 1;
    }
    
    .form-header {
        padding: 25px 25px;
    }
    
    .header-content {
        flex-direction: column;
        gap: 10px;
    }
    
    .privacy-icon {
        width: 50px;
        height: 50px;
    }
    
    .privacy-icon svg {
        width: 36px;
        height: 36px;
    }
    
    .form-header h3 {
        font-size: 28px;
    }
    
    .form-header p {
        font-size: 16px;
    }
    
    .form-content {
        padding: 25px 25px;
    }
    
    .form-content h4 {
        font-size: 20px;
    }
    
    .input-row {
        flex-direction: column;
        max-width: 100%;
    }
    
    .check-btn {
        width: 100%;
        min-width: auto;
        border-radius: 40px;
        padding: 18px 30px;
        margin-bottom: 15px;
        font-size: 16px;
    }
    
    .form-group {
        min-width: auto;
    }
    
    .form-group input {
        border-radius: 12px;
        padding: 18px 20px;
    }
    
    .form-features {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-top: 25px;
    }
    
    .feature-item {
        padding: 12px;
    }
}

/* Loading Screen - Mac Optimized */
.privacy-checker-loading {
    text-align: center;
    padding: 40px 20px;
}

.loading-header h3 {
    font-size: 24px;
    color: #333;
    margin-bottom: 10px;
}

.loading-header p {
    color: #666;
    margin-bottom: 30px;
}

.progress-container {
    margin-bottom: 30px;
}

.progress-bar {
    width: 100%;
    height: 20px;
    background: #f0f0f0;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 10px;
}

.progress-fill {
    height: 100%;
    background: linear-gradient(90deg, #2d5016, #56ab2f);
    width: 0%;
    transition: width 0.3s ease;
    border-radius: 10px;
}

.progress-text {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    color: #666;
}

.current-check {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    padding: 15px;
    background: #f8f9fa;
    border-radius: 8px;
}

.check-icon {
    font-size: 24px;
    margin-left: 10px;
}

/* Mac-optimized icon animation - much lighter */
.mac-optimized-icon {
    animation: mac-icon-pulse 3s infinite ease-in-out !important;
    display: inline-block !important;
    transform-origin: center !important;
    font-family: "Apple Color Emoji", "Segoe UI Emoji", "Noto Color Emoji", "Segoe UI Symbol", sans-serif !important;
}

@keyframes mac-icon-pulse {
    0% {
        opacity: 1;
        transform: scale(1);
    }
    50% {
        opacity: 0.7;
        transform: scale(1.05);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

.check-text {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    direction: rtl;
    text-align: right;
}

.checks-list {
    display: grid;
    gap: 10px;
    margin-bottom: 30px;
    direction: rtl;
    text-align: right;
}

.check-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    background: white;
    border: 3px solid #e9ecef;
    border-radius: 8px;
    transition: all 0.3s ease;
    position: relative;
    direction: rtl;
    text-align: right;
}

/* Mac-optimized check states - much lighter animations */
.check-item.mac-checking {
    border-color: #007bff;
    background: #f8f9ff;
    /* Subtle glow instead of complex gradient animation */
    box-shadow: 0 0 8px rgba(0, 123, 255, 0.2);
}

.check-item.mac-investigating {
    border-color: #ffc107;
    background: #fffbf0;
    box-shadow: 0 0 8px rgba(255, 193, 7, 0.3);
}

.check-item.mac-completed {
    border-color: #28a745 !important;
    background: #f8fff9 !important;
    border-width: 3px !important;
    border-style: solid !important;
    box-shadow: 0 0 8px rgba(40, 167, 69, 0.3) !important;
}

.check-item.mac-failed {
    border-color: #dc3545 !important;
    background: #fff5f5 !important;
    border-width: 3px !important;
    border-style: solid !important;
    box-shadow: 0 0 8px rgba(220, 53, 69, 0.3) !important;
}

.check-item.mac-error {
    border-color: #dc3545;
    background: #fff5f5;
    border-width: 3px;
    box-shadow: 0 0 8px rgba(220, 53, 69, 0.3);
}

.check-item.mac-warning {
    border-color: #ffc107;
    background: #fff3cd;
    border-width: 3px;
    box-shadow: 0 0 8px rgba(255, 193, 7, 0.3);
}

.check-status {
    font-size: 20px;
    margin-right: 15px;
    min-width: 30px;
    order: -1;
}

.check-name {
    font-size: 16px;
    color: #333;
    direction: rtl;
    text-align: right;
    flex: 1;
}

/* Screenshot Container - Mac Optimized */
.screenshot-container {
    margin-top: 30px;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 8px;
    text-align: center;
}

.screenshot-container h4 {
    margin-bottom: 15px;
    color: #333;
}

.screenshot-loading {
    padding: 20px;
}

.screenshot-placeholder {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 150px;
    background: white;
    border: 2px dashed #ddd;
    border-radius: 8px;
}

/* Mac-optimized spinner - simpler animation */
.mac-optimized-spinner {
    width: 40px;
    height: 40px;
    border: 4px solid #f3f3f3;
    border-top: 4px solid #667eea;
    border-radius: 50%;
    animation: mac-spin 2s linear infinite; /* Slower spin */
    margin-bottom: 10px;
}

@keyframes mac-spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.loading-spinner {
    width: 40px;
    height: 40px;
    border: 4px solid #f3f3f3;
    border-top: 4px solid #667eea;
    border-radius: 50%;
    animation: mac-spin 2s linear infinite;
    margin-bottom: 10px;
}

.screenshot-image img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    opacity: 0;
    transition: opacity 0.3s ease;
}

/* Results Screen - Screenshot Left, Score Right, Details Below */
.privacy-checker-results-content {
    padding: 20px;
}

.results-header {
    text-align: center;
    margin-bottom: 30px;
}

.results-top-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    align-items: start;
    margin-bottom: 40px;
}

.results-left-column {
    order: 1;
}

.results-right-column {
    order: 2;
}

.results-header h3 {
    font-size: 28px;
    color: #333;
    margin-bottom: 10px;
}

.approved-badge {
    display: inline-block;
    background: linear-gradient(135deg, #ffd700, #ffed4e);
    color: #333;
    padding: 8px 20px;
    border-radius: 20px;
    font-weight: bold;
    font-size: 14px;
}

.score-container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
    gap: 30px;
}

/* Screenshot in Results */
.results-screenshot {
    background: white;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    text-align: center;
}

.results-screenshot h4 {
    font-size: 18px;
    color: #333;
    margin-bottom: 15px;
    font-family: "Noto Sans Hebrew", sans-serif !important;
}

.results-screenshot img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    border: 1px solid rgba(0,0,0,0.1);
}

.score-circle {
    width: 120px;
    height: 120px;
    border: 8px solid;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: white;
    box-sizing: border-box;
    flex-shrink: 0;
}

.score-number {
    font-size: 36px;
    font-weight: bold;
    line-height: 1;
}

.score-label {
    font-size: 14px;
    color: #666;
}

.score-details {
    text-align: right;
}

.score-status {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
}

.score-description {
    font-size: 16px;
    color: #666;
    max-width: 300px;
}

/* Enhanced Check Results Style */
.checks-results {
    margin-bottom: 30px;
}

.checks-results h4 {
    font-size: 20px;
    color: #333;
    margin-bottom: 20px;
    text-align: center;
}

.checks-summary {
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 20px;
    text-align: center;
}

.checks-summary p {
    margin: 0;
    font-size: 16px;
    color: #495057;
}

.checks-footer {
    background: #e7f3ff;
    border: 1px solid #b3d9ff;
    border-radius: 8px;
    padding: 15px;
    margin-top: 20px;
    text-align: center;
}

.checks-footer p {
    margin: 0;
    font-size: 14px;
    color: #0066cc;
    font-style: italic;
}

.check-result {
    margin-bottom: 15px;
    padding: 15px;
    border-radius: 8px;
    border: 1px solid #ddd;
}

.check-result.passed {
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.check-result.warning {
    background-color: #fff3cd;
    border-color: #ffeaa7;
}

.check-result.failed {
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.check-result-header {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.check-result-icon {
    font-size: 18px;
    margin-left: 10px;
}

.check-result-name {
    font-weight: bold;
    font-size: 16px;
}

.check-result-tested {
    font-size: 14px;
    color: #495057;
    margin-bottom: 8px;
    padding: 8px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 4px;
    border-right: 3px solid #007bff;
}

.check-result-findings {
    font-size: 14px;
    color: #28a745;
    margin-bottom: 8px;
    padding: 8px;
    background: rgba(40, 167, 69, 0.1);
    border-radius: 4px;
    border-right: 3px solid #28a745;
    font-weight: 500;
}

.check-result-message {
    font-size: 14px;
    color: #666;
    margin-bottom: 5px;
}

.check-result-details {
    font-size: 13px;
    color: #888;
    font-style: italic;
    margin-top: 8px;
    padding: 8px;
    background: rgba(0, 0, 0, 0.05);
    border-radius: 4px;
}

/* Action Buttons in Right Column */
.results-right-column .results-actions {
    display: flex;
    flex-direction: column;
}

/* Action Message */
.action-message {
    background: #fff3cd;
    border: 2px solid #ffc107;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 20px;
    text-align: center;
    font-family: "Noto Sans Hebrew", sans-serif !important;
}

.action-message.warning {
    background: linear-gradient(135deg, #fff3cd, #ffeaa7);
    border-color: #e17055;
}

.action-message p {
    margin: 0 0 10px 0;
    font-size: 16px;
    line-height: 1.5;
}

.action-message p:last-child {
    margin-bottom: 0;
}

.action-message strong {
    color: #d63031;
    font-size: 18px;
}

.results-right-column .results-actions {
    gap: 15px;
    margin-top: 30px;
}

.results-right-column .scan-another-btn, 
.results-right-column .questionnaire-btn {
    width: 100%;
    padding: 15px 20px;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: all 0.3s ease;
    font-family: "Noto Sans Hebrew", sans-serif !important;
}

.results-right-column .scan-another-btn {
    background: #007bff;
    color: white;
}

.results-right-column .scan-another-btn:hover {
    background: #0056b3;
    transform: translateY(-2px);
}

.results-right-column .questionnaire-btn {
    width: 100%;
    background: #28a745;
    color: white;
    padding: 18px 25px;
    border: none;
    border-radius: 100px;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: all 0.3s ease;
    font-family: "Noto Sans Hebrew", sans-serif !important;
    /* Mac-optimized pulse animation - much lighter */
    animation: mac-pulse-glow 4s infinite;
    box-shadow: 0 4px 15px rgba(40, 167, 69, 0.3);
}

.results-right-column .questionnaire-btn:hover {
    background: #1e7e34;
    transform: translateY(-3px) scale(1.02); /* Reduced scale */
    text-decoration: none;
    color: white;
    box-shadow: 0 8px 25px rgba(40, 167, 69, 0.4);
    animation: none;
}

/* Mac-optimized pulse animation - much lighter */
@keyframes mac-pulse-glow {
    0% {
        transform: scale(1);
        box-shadow: 0 4px 15px rgba(40, 167, 69, 0.3);
    }
    50% {
        transform: scale(1.01); /* Much smaller scale change */
        box-shadow: 0 6px 20px rgba(40, 167, 69, 0.4);
    }
    100% {
        transform: scale(1);
        box-shadow: 0 4px 15px rgba(40, 167, 69, 0.3);
    }
}

/* Error Screen */
.privacy-checker-error {
    text-align: center;
    padding: 40px 20px;
}

.error-icon {
    font-size: 48px;
    margin-bottom: 20px;
}

.error-title {
    font-size: 24px;
    color: #dc3545;
    margin-bottom: 15px;
    font-weight: bold;
}

.error-message {
    font-size: 16px;
    color: #666;
    margin-bottom: 30px;
}

.try-again-btn {
    background: #dc3545;
    color: white;
    border: none;
    padding: 15px 30px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
}

.try-again-btn:hover {
    background: #c82333;
    transform: translateY(-2px);
}

.close-btn {
    background: #6c757d;
    color: white;
    border: none;
    padding: 15px 30px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-left: 10px;
}

.close-btn:hover {
    background: #5a6268;
    transform: translateY(-2px);
}

/* Timeout Screen */
.privacy-checker-timeout {
    text-align: center;
    padding: 40px 20px;
}

.timeout-icon {
    font-size: 48px;
    margin-bottom: 20px;
}

.timeout-message {
    font-size: 16px;
    color: #666;
    margin-bottom: 20px;
}

.timeout-explanation {
    background: #e7f3ff;
    border: 1px solid #b3d9ff;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 30px;
}

.timeout-explanation p {
    margin: 10px 0;
    font-size: 16px;
    line-height: 1.5;
}

.timeout-actions {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

/* Checkbox Group Styling - Override form-group alignment */
.privacy-checker-container .input-section .form-group.checkbox-group {
    margin: 20px 0 !important;
    text-align: center !important;
    display: flex !important;
    justify-content: center !important;
    width: 100% !important;
    direction: ltr !important;
    flex-direction: row !important;
}

.privacy-checker-container .input-section .form-group.checkbox-group .checkbox-label {
    display: flex !important;
    align-items: flex-start !important;
    cursor: pointer !important;
    font-size: 16px !important;
    line-height: 1.5 !important;
    justify-content: center !important;
    gap: 12px !important;
    text-align: center !important;
    direction: rtl !important;
    max-width: 600px !important;
    margin: 0 auto !important;
    width: auto !important;
}

.checkbox-label input[type="checkbox"] {
    display: none;
}

.checkmark {
    width: 16px;
    height: 16px;
    border: 2px solid #ddd;
    border-radius: 4px;
    display: inline-block;
    position: relative;
    flex-shrink: 0;
    margin-top: 2px;
    transition: all 0.3s ease;
}

.checkbox-label input[type="checkbox"]:checked + .checkmark {
    background-color: #56ab2f;
    border-color: #56ab2f;
}

.checkbox-label input[type="checkbox"]:checked + .checkmark::after {
    content: '✓';
    position: absolute;
    left: 2px;
    top: -2px;
    color: white;
    font-size: 12px;
    font-weight: bold;
}

/* Mac Performance Optimizations */
@media screen and (-webkit-min-device-pixel-ratio: 2) {
    /* Retina display optimizations for Mac */
    .privacy-checker-container {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    
    /* Reduce animation complexity on high-DPI displays */
    .mac-optimized-icon {
        animation-duration: 4s; /* Slower on retina */
    }
    
    .mac-optimized-spinner {
        animation-duration: 3s; /* Slower on retina */
    }
}

/* Disable animations on reduced motion preference (Mac accessibility) */
@media (prefers-reduced-motion: reduce) {
    .mac-optimized-icon,
    .mac-optimized-spinner,
    .questionnaire-btn-main,
    .check-btn,
    .results-right-column .questionnaire-btn {
        animation: none !important;
    }
    
    .check-item {
        transition: none !important;
    }
    
    * {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}


/* Loading animations that don't depend on emoji */
.loading-dot {
    display: inline-block;
    animation: loading-pulse 1.5s infinite;
    color: #56ab2f;
    font-weight: bold;
}

.loading-spinner {
    display: inline-block;
    animation: loading-spin 2s linear infinite;
    color: #56ab2f;
    font-weight: bold;
}

@keyframes loading-pulse {
    0%, 100% { opacity: 0.3; transform: scale(1); }
    50% { opacity: 1; transform: scale(1.2); }
}

@keyframes loading-spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Text-based status icons */
.status-success { color: #28a745; font-weight: bold; }
.status-warning { color: #ffc107; font-weight: bold; }
.status-error { color: #dc3545; font-weight: bold; }
.status-loading { color: #56ab2f; font-weight: bold; animation: loading-pulse 1.5s infinite; }
