#oa5p-banner { position: fixed; top: 0; left: 0; right: 0; z-index: 999999; background: linear-gradient(135deg, #d80027, #ff6b00); color: #fff; padding: 12px 20px; text-align: center; font-size: 15px; font-weight: 600; cursor: pointer; box-shadow: 0 2px 12px rgba(0,0,0,.3); letter-spacing: .3px; transition: background .2s; }
#oa5p-banner:hover { background: linear-gradient(135deg, #b80020, #e55a00); }
#oa5p-banner strong { color: #ffd23f; }
#oa5p-banner u { text-decoration: underline; }

.oa5p-popup { display: none; position: fixed; inset: 0; z-index: 999999; background: rgba(0,0,0,.7); align-items: center; justify-content: center; padding: 20px; }
.oa5p-popup.oa5p-open { display: flex; }
.oa5p-popup-inner { position: relative; background: #fff; max-width: 480px; width: 100%; border-radius: 16px; padding: 36px 32px 28px; box-shadow: 0 24px 64px rgba(0,0,0,.4); animation: oa5p-pop .35s ease; }
.oa5p-close { position: absolute; top: 8px; right: 12px; background: none; border: none; font-size: 28px; line-height: 1; color: #bbb; cursor: pointer; width: 36px; height: 36px; display: flex; align-items: center; justify-content: center; border-radius: 50%; }
.oa5p-close:hover { color: #d80027; background: #f5f5f5; }
.oa5p-title { font-size: 28px; margin: 0 0 10px; color: #111; text-align: center; }
.oa5p-subtitle { font-size: 15px; color: #555; margin: 0 0 20px; line-height: 1.5; text-align: center; }
.oa5p-form label { display: block; margin-bottom: 12px; color: #333; font-size: 14px; font-weight: 600; }
.oa5p-form input[type="text"], .oa5p-form input[type="email"] { width: 100%; padding: 12px 14px; border: 1px solid #ddd; border-radius: 8px; font-size: 14px; margin-top: 4px; box-sizing: border-box; }
.oa5p-form input:focus { outline: none; border-color: #d80027; box-shadow: 0 0 0 3px rgba(216,0,39,.1); }
.oa5p-form .wpcf7-submit, .oa5p-form input[type="submit"] { width: 100%; background: #d80027; color: #fff; border: none; border-radius: 8px; padding: 14px; font-size: 16px; font-weight: 700; cursor: pointer; margin-top: 8px; transition: background .2s; }
.oa5p-form .wpcf7-submit:hover, .oa5p-form input[type="submit"]:hover { background: #b80020; }
.oa5p-fine { text-align: center; font-size: 13px; color: #888; margin: 18px 0 0; }
.oa5p-fine strong { color: #d80027; }
.oa5p-form .wpcf7-mail-sent-ok, .oa5p-form .wpcf7-response-output { font-size: 13px; text-align: center; }

@keyframes oa5p-pop { from { opacity: 0; transform: translateY(14px) scale(.97); } to { opacity: 1; transform: none; } }