/*! * Revivo Estate — Frontend additions for Phase 6 * Lead form states,compare table,toast,sticky mobile action bar,honeypot */ .revivo-estate .revivo-lead-form__honeypot{position:absolute !important;left:-9999px !important;top:auto !important;width:1px !important;height:1px !important;overflow:hidden !important}.revivo-estate .revivo-lead-form__message{padding:var(--revivo-space-3) var(--revivo-space-4);border-radius:var(--revivo-radius-md);font-size:var(--revivo-text-sm);line-height:1.5;margin-bottom:var(--revivo-space-3)}.revivo-estate .revivo-lead-form__message.is-success{background:#ecfdf5;color:#065f46;border:1px solid #6ee7b7}.revivo-estate .revivo-lead-form__message.is-error{background:#fef2f2;color:#991b1b;border:1px solid #fca5a5}.revivo-estate .revivo-lead-form button[data-loading]{opacity:0.7;cursor:wait;position:relative}.revivo-estate .revivo-lead-form button[data-loading]::after{content:'';position:absolute;top:50%;right:12px;width:14px;height:14px;margin-top:-7px;border:2px solid rgba(255,255,255,0.4);border-top-color:#fff;border-radius:50%;animation:revivo-spin 0.8s linear infinite}@keyframes revivo-spin{to{transform:rotate(360deg)}}.revivo-estate [data-revivo-favorite].is-active svg,.revivo-estate [data-revivo-compare].is-active svg{fill:var(--revivo-color-primary);stroke:var(--revivo-color-primary)}.revivo-estate [data-revivo-favorite].is-active{color:var(--revivo-color-primary)}.revivo-toast{position:fixed;bottom:24px;left:50%;transform:translateX(-50%) translateY(20px);max-width:92vw;padding:12px 20px;background:#111827;color:#fff;font-family:var(--revivo-font-family,sans-serif);font-size:14px;border-radius:10px;box-shadow:0 10px 24px rgba(0,0,0,0.25);opacity:0;pointer-events:none;transition:opacity 200ms ease,transform 200ms ease;z-index:99999}.revivo-toast.is-visible{opacity:1;transform:translateX(-50%) translateY(0)}.revivo-toast--error{background:#991b1b}.revivo-toast--success{background:#065f46}.revivo-estate .revivo-compare-wrap{overflow-x:auto;padding:var(--revivo-space-5) 0}.revivo-estate .revivo-compare-table{display:grid;grid-template-columns:140px repeat(var(--revivo-compare-cols,3),minmax(200px,1fr));border:1px solid var(--revivo-color-border);border-radius:var(--revivo-radius-lg);overflow:hidden;background:var(--revivo-color-surface);min-width:700px}.revivo-estate .revivo-compare-row{display:contents}.revivo-estate .revivo-compare-cell{padding:var(--revivo-space-4);font-size:var(--revivo-text-sm);color:var(--revivo-color-text);border-bottom:1px solid var(--revivo-color-divider);border-right:1px solid var(--revivo-color-divider);background:var(--revivo-color-surface);min-width:0}.revivo-estate .revivo-compare-cell--label{font-weight:var(--revivo-weight-semibold);color:var(--revivo-color-muted);background:var(--revivo-color-bg);text-transform:uppercase;letter-spacing:0.04em;font-size:12px}.revivo-estate .revivo-compare-cell--head{position:relative;padding:var(--revivo-space-4);background:var(--revivo-color-bg)}.revivo-estate .revivo-compare-thumb{display:block;aspect-ratio:16 / 10;overflow:hidden;border-radius:var(--revivo-radius-md);margin-bottom:var(--revivo-space-3);background:var(--revivo-color-divider)}.revivo-estate .revivo-compare-thumb img{width:100%;height:100%;object-fit:cover;display:block}.revivo-estate .revivo-compare-title{font-size:var(--revivo-text-base);font-weight:var(--revivo-weight-semibold);color:var(--revivo-color-heading);margin:0;line-height:1.3}.revivo-estate .revivo-compare-title a{color:inherit;text-decoration:none}.revivo-estate .revivo-compare-title a:hover{color:var(--revivo-color-primary)}.revivo-estate .revivo-compare-remove{position:absolute;top:8px;right:8px;width:28px;height:28px;display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,0.9);color:var(--revivo-color-muted);border:1px solid var(--revivo-color-border);border-radius:50%;font-size:18px;line-height:1;cursor:pointer;transition:all 150ms ease;z-index:2}.revivo-estate .revivo-compare-remove:hover{background:#ef4444;border-color:#ef4444;color:#fff}.revivo-estate .revivo-compare-cell:nth-last-child(1){border-right:none}.revivo-sticky-bar{display:none;position:fixed;left:0;right:0;bottom:0;padding:10px 12px;background:#ffffff;border-top:1px solid var(--revivo-color-border);box-shadow:0 -4px 12px rgba(0,0,0,0.06);z-index:100;gap:8px}@media (max-width:1023px){.revivo-sticky-bar{display:flex}body.single-rev_property{padding-bottom:64px}}.revivo-sticky-bar__btn{flex:1;display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:10px 12px;font-family:var(--revivo-font-family);font-size:13px;font-weight:600;text-decoration:none;border-radius:999px;border:1px solid var(--revivo-color-border);background:#fff;color:var(--revivo-color-text);cursor:pointer;transition:all 150ms ease}.revivo-sticky-bar__btn--primary{background:var(--revivo-color-primary);border-color:var(--revivo-color-primary);color:#fff}.revivo-sticky-bar__btn--primary:hover{background:var(--revivo-color-primary-dark,#0d2a5f)}.revivo-sticky-bar__btn.is-active{background:var(--revivo-color-primary-50,#eef2fb);color:var(--revivo-color-primary);border-color:var(--revivo-color-primary)}.revivo-sticky-bar__btn svg{width:16px;height:16px}.revivo-estate .revivo-recently-viewed{margin:var(--revivo-space-8) 0 var(--revivo-space-5);padding-top:var(--revivo-space-6);border-top:1px solid var(--revivo-color-divider)}.revivo-estate .revivo-recently-viewed__title{font-size:var(--revivo-text-lg);font-weight:var(--revivo-weight-bold);color:var(--revivo-color-heading);margin:0 0 var(--revivo-space-4)}
