/* ==============================================
   Phishing Awareness Training — Formulaires CSS
   ============================================== */

/* ===========================
   MASQUER LE THÈME (Blocksy / Générique)
   Quand le body a la classe .pat-fullscreen,
   on cache header, footer, titre de page, sidebar,
   breadcrumbs, et on supprime les marges.
   =========================== */
body.pat-fullscreen header,
body.pat-fullscreen .ct-header,
body.pat-fullscreen header[data-id],
body.pat-fullscreen #masthead,
body.pat-fullscreen .site-header,
body.pat-fullscreen footer,
body.pat-fullscreen .ct-footer,
body.pat-fullscreen #colophon,
body.pat-fullscreen .site-footer,
body.pat-fullscreen .entry-header,
body.pat-fullscreen .page-header,
body.pat-fullscreen .ct-breadcrumbs,
body.pat-fullscreen .breadcrumbs,
body.pat-fullscreen .entry-title,
body.pat-fullscreen .page-title,
body.pat-fullscreen aside,
body.pat-fullscreen .sidebar,
body.pat-fullscreen .ct-sidebar {
    display: none !important;
}

body.pat-fullscreen #primary,
body.pat-fullscreen .site-main,
body.pat-fullscreen .ct-container,
body.pat-fullscreen main,
body.pat-fullscreen .site-content,
body.pat-fullscreen article {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

body.pat-fullscreen {
    margin: 0 !important;
    padding: 0 !important;
}

/* Reset pour les pages du plugin */
.pat-page-wrapper {
    margin: 0;
    padding: 0;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
}

/* ===========================
   BACKGROUNDS
   =========================== */
.pat-microsoft-bg {
    background: linear-gradient(135deg, #f5f5f5 0%, #e8e8e8 100%);
}

.pat-google-bg {
    background: #f2f2f2;
}

.pat-generic-bg {
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
}

.pat-exxell-bg {
    background: #eef1f7;
}

/* ===========================
   EXXELL VISION LAYOUT
   =========================== */
.pat-exxell-layout {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 80px;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 40px 20px;
    min-height: 100vh;
    box-sizing: border-box;
}

/* Left column — Logo */
.pat-exxell-left {
    flex: 0 0 auto;
}

.pat-exxell-logo-block {
    background: white;
    border-radius: 10px;
    padding: 40px 48px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    text-align: center;
}

.pat-exxell-logo-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-bottom: 6px;
}

.pat-exxell-owl {
    width: 64px;
    height: 56px;
}

.pat-exxell-name {
    font-family: 'Segoe UI', 'Arial Black', sans-serif;
    font-size: 32px;
    font-weight: 900;
    color: #1a2a5e;
    letter-spacing: 2px;
}

.pat-exxell-v {
    color: #e63946;
}

.pat-exxell-o {
    color: #e63946;
}

.pat-exxell-tagline {
    font-family: 'Segoe UI', sans-serif;
    font-size: 18px;
    font-style: italic;
    color: #1a2a5e;
    margin-top: 2px;
    font-weight: 600;
}

.pat-exxell-services {
    font-family: 'Segoe UI', sans-serif;
    font-size: 13px;
    color: #1a2a5e;
    font-weight: 700;
    margin-top: 10px;
    letter-spacing: 0.3px;
}

/* Right column — Form */
.pat-exxell-right {
    flex: 0 0 auto;
    width: 380px;
}

.pat-exxell-form-card {
    background: white;
    border-radius: 10px;
    padding: 36px 32px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}

.pat-exxell-form-header {
    margin-bottom: 20px;
}

.pat-exxell-form-title {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin: 0 0 6px 0;
}

.pat-exxell-form-subtitle {
    font-size: 12px;
    color: #888;
    margin: 0;
    line-height: 1.4;
}

/* EXXELL Form inputs — style matching screenshot */
.pat-exxell-input {
    background: #e8edf6 !important;
    border: 1px solid #d0d7e8 !important;
    border-radius: 4px;
    padding: 11px 14px;
    font-size: 14px;
    color: #333;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.pat-exxell-input:focus {
    border-color: #4a7af5 !important;
    box-shadow: 0 0 0 2px rgba(74, 122, 245, 0.15) !important;
    background: #f0f3fa !important;
}

.pat-exxell-submit {
    background: #4a7af5;
    color: white;
    border-radius: 5px;
    font-size: 15px;
    font-weight: 600;
    padding: 12px 24px;
}

.pat-exxell-submit:hover:not(:disabled) {
    background: #3a66d9;
}

.pat-exxell-submit:disabled {
    background: #a0b4e8;
    cursor: not-allowed;
}

.pat-exxell-footer-links {
    text-align: center;
}

.pat-exxell-link {
    color: #4a7af5 !important;
    font-size: 14px;
}

/* ===========================
   FAKE reCAPTCHA
   =========================== */
.pat-recaptcha-wrapper {
    margin-bottom: 18px;
    position: relative;
}

.pat-recaptcha-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #f9f9f9;
    border: 1px solid #d3d3d3;
    border-radius: 3px;
    padding: 12px 14px;
    cursor: pointer;
    user-select: none;
    transition: border-color 0.2s;
    min-height: 44px;
}

.pat-recaptcha-box:hover {
    border-color: #b3b3b3;
}

.pat-recaptcha-left {
    display: flex;
    align-items: center;
    gap: 12px;
}

.pat-recaptcha-checkbox {
    width: 26px;
    height: 26px;
    border: 2px solid #c1c1c1;
    border-radius: 3px;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: border-color 0.2s, background 0.2s;
    flex-shrink: 0;
}

.pat-recaptcha-checkbox.checked {
    border-color: #4285f4;
    background: white;
}

.pat-recaptcha-check {
    width: 18px;
    height: 18px;
}

.pat-recaptcha-label {
    font-size: 14px;
    color: #555;
}

.pat-recaptcha-right {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
}

.pat-recaptcha-logo {
    display: flex;
    align-items: center;
}

.pat-recaptcha-branding {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.pat-recaptcha-brand-text {
    font-size: 10px;
    font-weight: 700;
    color: #555;
    line-height: 1;
}

.pat-recaptcha-brand-links {
    font-size: 8px;
    color: #888;
}

/* reCAPTCHA spinner overlay */
.pat-recaptcha-spinner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f9f9f9;
    border: 1px solid #d3d3d3;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 13px;
    color: #555;
    z-index: 2;
}

.pat-recaptcha-spin {
    width: 20px;
    height: 20px;
    border: 3px solid #e0e0e0;
    border-top-color: #4285f4;
    border-radius: 50%;
    animation: pat-spin 0.7s linear infinite;
}

/* ===========================
   FORM CONTAINER
   =========================== */
.pat-form-container {
    width: 100%;
    max-width: 440px;
    margin: 40px auto;
    padding: 44px;
    border-radius: 8px;
    box-sizing: border-box;
}

/* Microsoft */
.pat-microsoft-form {
    background: #ffffff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    border-top: 4px solid #0078d4;
}

.pat-ms-logo {
    margin-bottom: 24px;
}

.pat-ms-title {
    font-size: 20px;
    font-weight: 600;
    color: #1b1b1b;
    margin: 0 0 8px 0;
}

.pat-ms-subtitle {
    font-size: 14px;
    color: #605e5c;
    margin: 0 0 20px 0;
    line-height: 1.5;
}

.pat-ms-alert {
    background: #fff4ce;
    border: 1px solid #ffb900;
    border-radius: 4px;
    padding: 12px 16px;
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    color: #323130;
}

.pat-ms-submit {
    background: #0078d4;
    color: white;
}

.pat-ms-submit:hover {
    background: #106ebe;
}

.pat-ms-footer {
    text-align: center;
    margin-top: 24px;
    color: #605e5c;
}

/* Google */
.pat-google-form {
    background: #ffffff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    border-radius: 12px;
    border: 1px solid #dadce0;
}

.pat-google-logo {
    text-align: center;
    margin-bottom: 16px;
}

.pat-google-title {
    font-size: 24px;
    font-weight: 400;
    color: #202124;
    text-align: center;
    margin: 0 0 8px 0;
}

.pat-google-subtitle {
    font-size: 14px;
    color: #5f6368;
    text-align: center;
    margin: 0 0 20px 0;
    line-height: 1.5;
}

.pat-google-alert {
    background: #fce8e6;
    border: 1px solid #f5c6cb;
    border-radius: 8px;
    padding: 16px;
    margin-bottom: 24px;
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.pat-google-alert-icon {
    font-size: 24px;
}

.pat-google-alert-text {
    font-size: 13px;
    color: #d93025;
    line-height: 1.5;
}

.pat-google-submit {
    background: #1a73e8;
    color: white;
    border-radius: 20px;
}

.pat-google-submit:hover {
    background: #1557b0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.pat-google-footer-links {
    text-align: center;
}

/* Generic */
.pat-generic-form {
    background: #ffffff;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
    border-radius: 12px;
    border-top: 5px solid #e74c3c;
}

.pat-generic-header {
    text-align: center;
    margin-bottom: 24px;
}

.pat-generic-icon {
    font-size: 48px;
    margin-bottom: 12px;
}

.pat-generic-title {
    font-size: 18px;
    font-weight: 600;
    color: #2c3e50;
    margin: 0;
}

.pat-generic-alert {
    background: linear-gradient(135deg, #fff5f5 0%, #ffe8e8 100%);
    border-left: 4px solid #e74c3c;
    border-radius: 4px;
    padding: 16px 20px;
    margin-bottom: 24px;
    font-size: 13px;
    color: #721c24;
    line-height: 1.6;
}

.pat-generic-alert strong {
    display: block;
    font-size: 14px;
    margin-bottom: 6px;
}

.pat-generic-submit {
    background: linear-gradient(135deg, #e74c3c, #c0392b);
    color: white;
    border-radius: 6px;
}

.pat-generic-submit:hover {
    background: linear-gradient(135deg, #c0392b, #a93226);
}

.pat-generic-footer {
    text-align: center;
    margin-top: 20px;
    color: #95a5a6;
    font-size: 12px;
}

/* ===========================
   FORM ELEMENTS (commun)
   =========================== */
.pat-form-group {
    margin-bottom: 20px;
}

.pat-form-group label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #323130;
    margin-bottom: 6px;
}

.pat-input {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #8a8886;
    border-radius: 4px;
    font-size: 14px;
    color: #323130;
    background: #ffffff;
    box-sizing: border-box;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.pat-input:focus {
    outline: none;
    border-color: #0078d4;
    box-shadow: 0 0 0 2px rgba(0, 120, 212, 0.2);
}

.pat-google-input:focus {
    border-color: #1a73e8;
    box-shadow: 0 0 0 2px rgba(26, 115, 232, 0.2);
}

.pat-generic-input:focus {
    border-color: #e74c3c;
    box-shadow: 0 0 0 2px rgba(231, 76, 60, 0.2);
}

/* Password wrapper */
.pat-password-wrapper {
    position: relative;
}

.pat-password-wrapper .pat-input {
    padding-right: 44px;
}

.pat-toggle-pwd {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
    font-size: 16px;
    padding: 4px;
    opacity: 0.6;
    transition: opacity 0.2s;
}

.pat-toggle-pwd:hover {
    opacity: 1;
}

/* Password strength */
.pat-password-strength {
    height: 4px;
    background: #e1e1e1;
    border-radius: 2px;
    margin-top: 6px;
    overflow: hidden;
}

.pat-strength-fill {
    height: 100%;
    width: 0%;
    border-radius: 2px;
    transition: width 0.3s, background-color 0.3s;
}

.pat-pwd-hint {
    color: #605e5c;
    font-size: 11px;
    margin-top: 4px;
    display: block;
}

/* Checkbox */
.pat-checkbox-group label {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 400;
    font-size: 13px;
    cursor: pointer;
}

/* Submit button */
.pat-submit-btn {
    width: 100%;
    padding: 12px 24px;
    border: none;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 4px;
}

.pat-submit-btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

/* Spinner */
.pat-spinner {
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-top-color: white;
    border-radius: 50%;
    animation: pat-spin 0.6s linear infinite;
}

@keyframes pat-spin {
    to { transform: rotate(360deg); }
}

/* Footer links */
.pat-form-footer {
    margin-top: 20px;
    font-size: 13px;
}

.pat-link {
    color: #0067b8;
    text-decoration: none;
}

.pat-link:hover {
    text-decoration: underline;
}

.pat-separator {
    color: #ccc;
    margin: 0 8px;
}

/* ===========================
   PAGE D'AVERTISSEMENT
   =========================== */
.pat-warning-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    overflow-y: auto;
}

/* Phase 1 : Écran effrayant */
.pat-scare-screen {
    min-height: 100vh;
    background: linear-gradient(135deg, #0a0a0a 0%, #1a0000 30%, #2d0000 60%, #0a0a0a 100%);
    color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px 20px;
    position: relative;
    overflow: hidden;
}

/* Scan lines effect */
.pat-scan-lines {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: repeating-linear-gradient(
        0deg,
        rgba(0, 0, 0, 0) 0px,
        rgba(0, 0, 0, 0) 2px,
        rgba(255, 0, 0, 0.03) 2px,
        rgba(255, 0, 0, 0.03) 4px
    );
    pointer-events: none;
    animation: pat-scan-move 3s linear infinite;
}

@keyframes pat-scan-move {
    from { transform: translateY(0); }
    to { transform: translateY(4px); }
}

.pat-scare-header {
    text-align: center;
    margin-bottom: 30px;
}

.pat-scare-icon-pulse {
    animation: pat-pulse 1s ease-in-out infinite;
}

.pat-scare-icon {
    font-size: 72px;
    display: block;
    margin-bottom: 16px;
}

@keyframes pat-pulse {
    0%, 100% { transform: scale(1); opacity: 1; }
    50% { transform: scale(1.2); opacity: 0.8; }
}

.pat-scare-title {
    font-size: 36px;
    font-weight: 900;
    color: #ff0000;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin: 0 0 12px 0;
    text-shadow: 0 0 20px rgba(255, 0, 0, 0.5);
}

/* Glitch effect */
.pat-glitch {
    position: relative;
}

.pat-glitch::before,
.pat-glitch::after {
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.pat-glitch::before {
    color: #ff0000;
    animation: pat-glitch-1 2s infinite linear alternate-reverse;
    clip-path: polygon(0 0, 100% 0, 100% 35%, 0 35%);
}

.pat-glitch::after {
    color: #00ffff;
    animation: pat-glitch-2 3s infinite linear alternate-reverse;
    clip-path: polygon(0 65%, 100% 65%, 100% 100%, 0 100%);
}

@keyframes pat-glitch-1 {
    0%, 80% { transform: translate(0); }
    85% { transform: translate(-3px, 2px); }
    90% { transform: translate(3px, -1px); }
    95% { transform: translate(-2px, 1px); }
    100% { transform: translate(0); }
}

@keyframes pat-glitch-2 {
    0%, 80% { transform: translate(0); }
    82% { transform: translate(2px, -1px); }
    88% { transform: translate(-3px, 2px); }
    94% { transform: translate(1px, -2px); }
    100% { transform: translate(0); }
}

.pat-scare-subtitle-flash {
    font-size: 18px;
    color: #ff4444;
    animation: pat-flash 1s ease-in-out infinite;
    font-weight: 700;
    letter-spacing: 2px;
}

@keyframes pat-flash {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.3; }
}

.pat-scare-body {
    max-width: 700px;
    width: 100%;
}

/* Threat box */
.pat-threat-box {
    background: rgba(255, 0, 0, 0.1);
    border: 2px solid #ff0000;
    border-radius: 8px;
    padding: 24px;
    margin-bottom: 24px;
}

.pat-threat-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(255, 0, 0, 0.3);
}

.pat-threat-badge {
    background: #ff0000;
    color: white;
    padding: 4px 12px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    animation: pat-flash 1.5s ease-in-out infinite;
}

.pat-threat-id {
    color: #888;
    font-size: 12px;
    font-family: monospace;
}

.pat-threat-line {
    display: flex;
    gap: 12px;
    padding: 8px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    font-size: 14px;
}

.pat-threat-label {
    min-width: 140px;
    color: #aaa;
}

.pat-threat-value {
    color: #fff;
}

.pat-text-danger {
    color: #ff4444 !important;
    font-weight: 700;
}

.pat-blink {
    animation: pat-flash 1s ease-in-out infinite;
}

/* Stolen data */
.pat-stolen-data {
    background: rgba(0, 0, 0, 0.4);
    border: 1px solid rgba(255, 0, 0, 0.3);
    border-radius: 8px;
    padding: 24px;
    margin-bottom: 24px;
}

.pat-stolen-title {
    color: #ff4444;
    font-size: 16px;
    margin: 0 0 16px 0;
}

.pat-stolen-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 16px;
    background: rgba(255, 0, 0, 0.08);
    border-radius: 6px;
    margin-bottom: 8px;
    font-size: 14px;
    opacity: 0;
    animation: pat-reveal 0.5s ease forwards;
    animation-delay: var(--delay, 0s);
}

.pat-stolen-icon {
    font-size: 20px;
}

@keyframes pat-reveal {
    from {
        opacity: 0;
        transform: translateX(-20px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Progress bar */
.pat-progress-section {
    margin-bottom: 24px;
}

.pat-progress-label {
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    color: #ff4444;
    margin-bottom: 8px;
}

.pat-progress-bar {
    height: 8px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 4px;
    overflow: hidden;
}

.pat-progress-fill {
    height: 100%;
    background: linear-gradient(90deg, #ff0000, #ff4444, #ff0000);
    border-radius: 4px;
    transition: width 1s linear;
    background-size: 200% 100%;
    animation: pat-progress-glow 2s linear infinite;
}

@keyframes pat-progress-glow {
    from { background-position: 0% 0%; }
    to { background-position: 200% 0%; }
}

/* Message final permanent */
.pat-final-message {
    background: rgba(255, 0, 0, 0.15);
    border: 2px solid #ff0000;
    border-radius: 10px;
    padding: 32px;
    margin-top: 24px;
    text-align: center;
    animation: pat-flash 2s ease-in-out infinite;
}

.pat-final-icon {
    font-size: 64px;
    margin-bottom: 16px;
}

.pat-final-text {
    font-size: 24px;
    font-weight: 900;
    color: #ff0000;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0 0 20px 0;
    text-shadow: 0 0 15px rgba(255, 0, 0, 0.5);
}

.pat-final-subtext {
    font-size: 15px;
    color: #ffcccc;
    line-height: 1.6;
    margin: 0;
}

/* Ransomware demand box */
.pat-ransom-details {
    text-align: left;
    color: #ddd;
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 24px;
}

.pat-ransom-details p {
    margin: 0 0 10px 0;
}

.pat-ransom-box {
    background: rgba(0, 0, 0, 0.6);
    border: 2px solid #ff4444;
    border-radius: 10px;
    overflow: hidden;
    margin-top: 20px;
    text-align: center;
}

.pat-ransom-header {
    background: #cc0000;
    color: white;
    padding: 14px 20px;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.pat-ransom-body {
    padding: 28px 24px;
    color: #ddd;
    font-size: 15px;
    line-height: 1.7;
}

.pat-ransom-body p {
    margin: 0 0 16px 0;
}

.pat-ransom-amount {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin: 20px 0;
    padding: 18px;
    background: rgba(255, 0, 0, 0.15);
    border: 1px solid rgba(255, 0, 0, 0.4);
    border-radius: 8px;
}

.pat-btc-icon {
    font-size: 36px;
    color: #f7931a;
    font-weight: 700;
}

.pat-btc-value {
    font-size: 32px;
    font-weight: 900;
    color: #ff4444;
    letter-spacing: 1px;
}

.pat-btc-usd {
    font-size: 16px;
    color: #aaa;
}

.pat-ransom-wallet {
    font-size: 14px;
    color: #ccc;
}

.pat-wallet-address {
    display: inline-block;
    margin-top: 6px;
    padding: 8px 16px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 6px;
    color: #f7931a;
    font-size: 13px;
    letter-spacing: 0.5px;
    word-break: break-all;
    cursor: default;
    user-select: all;
}

.pat-ransom-timer {
    margin: 24px 0;
    color: #ff4444;
    font-weight: 700;
    font-size: 15px;
}

.pat-ransom-countdown {
    font-size: 48px;
    font-weight: 900;
    color: #ff0000;
    font-family: 'Courier New', Courier, monospace;
    letter-spacing: 4px;
    margin-top: 10px;
    text-shadow: 0 0 20px rgba(255, 0, 0, 0.5);
    animation: pat-flash 1.5s ease-in-out infinite;
}

.pat-ransom-warning {
    color: #ff6666;
    font-size: 14px;
    font-weight: 600;
    margin: 8px 0 !important;
}

/* Logo image configurable */
.pat-exxell-logo-img {
    max-width: 280px;
    max-height: 140px;
    width: auto;
    height: auto;
    display: block;
    margin: 0 auto;
}

/* ===========================
   RESPONSIVE
   =========================== */
@media (max-width: 600px) {
    .pat-form-container {
        margin: 16px;
        padding: 24px;
    }

    .pat-exxell-layout {
        flex-direction: column;
        gap: 24px;
        padding: 20px 16px;
    }

    .pat-exxell-right {
        width: 100%;
    }

    .pat-exxell-logo-block {
        padding: 24px;
    }

    .pat-exxell-name {
        font-size: 22px;
    }

    .pat-exxell-owl {
        width: 44px;
        height: 40px;
    }

    .pat-scare-title {
        font-size: 22px;
        letter-spacing: 1px;
    }

    .pat-scare-subtitle-flash {
        font-size: 13px;
    }

    .pat-threat-line {
        flex-direction: column;
        gap: 4px;
    }

    .pat-threat-label {
        min-width: auto;
        font-size: 12px;
    }

    .pat-edu-risks {
        grid-template-columns: 1fr;
    }

    .pat-edu-title {
        font-size: 28px;
    }

    .pat-edu-subtitle {
        font-size: 16px;
    }

    .pat-scare-icon {
        font-size: 48px;
    }

    .pat-countdown-number {
        font-size: 24px;
    }
}
