/*! * Revivo Estate — Phase 9 CSS * * Additions from Phase 9:* - Project grid view variants (grid-b wide cards,list) * - Card-overlay action buttons (favorite,compare on card featured image) * - intl-tel-input overrides to match plugin design * - Completion checklist sidebar in admin */ @media (min-width:768px){.revivo-estate .revivo-project-grid--grid-b{grid-template-columns:repeat(2,1fr)}}@media (min-width:1100px){.revivo-estate .revivo-project-grid--grid-b{grid-template-columns:repeat(2,1fr)}}.revivo-estate .revivo-project-grid--list{grid-template-columns:1fr;gap:var(--revivo-space-4)}@media (min-width:768px){.revivo-estate .revivo-project-grid--list .revivo-project-card{display:grid;grid-template-columns:340px 1fr;gap:0;align-items:stretch;overflow:hidden}.revivo-estate .revivo-project-grid--list .revivo-project-card__image{width:100%;height:100%;min-height:260px;aspect-ratio:auto;border-top-right-radius:0;border-bottom-left-radius:var(--revivo-radius-lg)}.revivo-estate .revivo-project-grid--list .revivo-project-card__image img{width:100%;height:100%;object-fit:cover}.revivo-estate .revivo-project-grid--list .revivo-project-card__body{padding:var(--revivo-space-5);display:flex;flex-direction:column;gap:var(--revivo-space-3)}.revivo-estate .revivo-project-grid--list .revivo-project-card__title{white-space:normal;overflow:visible;text-overflow:unset}}@media (max-width:767px){.revivo-estate .revivo-project-grid--list .revivo-project-card{display:block}}.revivo-estate .revivo-card-actions{position:absolute;top:12px;right:12px;display:flex;flex-direction:row;gap:8px;z-index:3}.revivo-estate .revivo-card-actions__btn{width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;padding:0;background:rgba(255,255,255,0.95);border:1px solid rgba(17,56,125,0.1);border-radius:50%;color:var(--revivo-color-text);cursor:pointer;transition:transform 180ms ease,box-shadow 180ms ease,background 180ms ease;box-shadow:0 2px 6px rgba(17,56,125,0.12)}.revivo-estate .revivo-card-actions__btn:hover{transform:scale(1.08);box-shadow:0 4px 12px rgba(17,56,125,0.18);background:#fff}.revivo-estate .revivo-card-actions__btn svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:2}.revivo-estate .revivo-card-actions__btn.is-active{background:var(--revivo-color-primary);color:#fff;border-color:var(--revivo-color-primary)}.revivo-estate .revivo-card-actions__btn.is-active svg,.revivo-estate [data-revivo-favorite].revivo-card-actions__btn.is-active svg,.revivo-estate [data-revivo-compare].revivo-card-actions__btn.is-active svg{fill:#fff;stroke:#fff}.revivo-estate .revivo-single-hero__action.is-active svg,.revivo-estate [data-revivo-favorite].revivo-single-hero__action.is-active svg,.revivo-estate [data-revivo-compare].revivo-single-hero__action.is-active svg{fill:#fff;stroke:#fff}.revivo-estate .revivo-card-actions__btn:focus-visible{outline:3px solid var(--revivo-color-accent);outline-offset:2px}.revivo-estate .revivo-property-card__image,.revivo-estate .revivo-project-card__image{position:relative}.revivo-estate .iti{width:100%;display:block}.revivo-estate .iti__flag-container{z-index:2}.revivo-estate .iti input[type="tel"]{width:100%;padding-left:92px !important}.revivo-estate .iti__country-list{font-family:var(--revivo-font-family);font-size:var(--revivo-text-sm)}.revivo-estate .iti__selected-flag{padding:0 8px 0 12px}.revivo-estate .revivo-lead-form__hint{display:block;margin-top:4px;font-size:12px;color:var(--revivo-color-text-muted,#6b7280);line-height:1.4}.revivo-checklist{font-family:var(--revivo-font-family,inherit)}.revivo-checklist__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.revivo-checklist__label{font-size:13px;font-weight:600;color:#111827}.revivo-checklist__percent{font-size:16px;font-weight:700;color:#11387d}.revivo-checklist__bar{height:8px;background:#e5e7eb;border-radius:999px;overflow:hidden;margin-bottom:16px}.revivo-checklist__bar-fill{height:100%;background:linear-gradient(90deg,#11387d,#2274c3);border-radius:999px;transition:width 400ms ease}.revivo-checklist__bar-fill--complete{background:#10b981}.revivo-checklist__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:6px}.revivo-checklist__item{display:flex;align-items:center;gap:8px;font-size:13px;color:#374151;padding:4px 0}.revivo-checklist__item--done{color:#6b7280}.revivo-checklist__icon{flex-shrink:0;width:18px;height:18px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;font-size:12px;font-weight:700}.revivo-checklist__icon--done{background:#d1fae5;color:#059669}.revivo-checklist__icon--pending{background:#fee2e2;color:#dc2626}.revivo-estate .revivo-developer-card__logo{width:88px;height:88px;padding:8px;box-sizing:border-box}.revivo-estate .revivo-developer-card__logo img{width:100%;height:100%;object-fit:contain;display:block}.revivo-estate .revivo-card-contact{display:flex;gap:8px;padding:12px 0 0;border-top:1px solid var(--revivo-color-divider);margin-top:auto}.revivo-estate .revivo-card-contact__btn{flex:1;display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:8px 10px;font-family:var(--revivo-font-family);font-size:13px;font-weight:600;text-decoration:none;border-radius:6px;transition:background 180ms ease,color 180ms ease,transform 120ms ease;white-space:nowrap;min-width:0}.revivo-estate .revivo-card-contact__btn svg{width:14px;height:14px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}@media (max-width:380px){.revivo-estate .revivo-card-contact__btn span{display:none}.revivo-estate .revivo-card-contact__btn svg{width:16px;height:16px}}.revivo-estate .revivo-card-contact__btn--email{background:#eef2ff;color:#4338ca}.revivo-estate .revivo-card-contact__btn--email:hover{background:#4338ca;color:#fff}.revivo-estate .revivo-card-contact__btn--call{background:#f3f4f6;color:#374151}.revivo-estate .revivo-card-contact__btn--call:hover{background:#374151;color:#fff}.revivo-estate .revivo-card-contact__btn--whatsapp{background:#dcfce7;color:#166534}.revivo-estate .revivo-card-contact__btn--whatsapp:hover{background:#16a34a;color:#fff}.revivo-estate .revivo-card-contact__btn:focus-visible{outline:2px solid var(--revivo-color-accent);outline-offset:2px}.revivo-estate .revivo-suggest{position:relative;width:100%}.revivo-estate .revivo-suggest__list{position:absolute;top:calc(100% + 4px);left:0;right:0;z-index:50;list-style:none;margin:0;padding:6px 0;background:#fff;border:1px solid var(--revivo-color-divider,#e5e7eb);border-radius:10px;box-shadow:0 8px 24px rgba(17,56,125,0.12);max-height:360px;overflow-y:auto}.revivo-estate .revivo-suggest__list[hidden]{display:none}.revivo-estate .revivo-suggest__item{display:flex;flex-direction:column;gap:2px;padding:10px 14px;cursor:pointer;font-family:var(--revivo-font-family);font-size:14px;border-left:3px solid transparent;transition:background 120ms ease,border-color 120ms ease}.revivo-estate .revivo-suggest__item.is-active,.revivo-estate .revivo-suggest__item:hover{background:#f3f4f6;border-left-color:var(--revivo-color-primary,#11387d)}.revivo-estate .revivo-suggest__title{font-weight:600;color:#1d2327;line-height:1.3}.revivo-estate .revivo-suggest__subtitle{font-size:12px;color:#6b7280;line-height:1.3}.revivo-estate .revivo-suggest__type{font-size:11px;text-transform:uppercase;letter-spacing:0.5px;color:var(--revivo-color-primary,#11387d);font-weight:600;margin-top:2px}.revivo-estate .revivo-search-bar-wrap{position:relative}.revivo-estate .revivo-search-bar{display:flex;flex-wrap:wrap;align-items:stretch;gap:8px;padding:8px;background:#fff;border:1px solid var(--revivo-color-divider,#e5e7eb);border-radius:12px;box-shadow:0 1px 3px rgba(17,56,125,0.06)}.revivo-estate .revivo-search-bar__keyword{flex:1 1 280px;min-width:220px;display:flex;align-items:center;gap:8px;padding:0 14px;background:#fff;border:1px solid transparent;border-radius:8px;transition:border-color 150ms ease,background 150ms ease}.revivo-estate .revivo-search-bar__keyword:focus-within{border-color:var(--revivo-color-primary,#11387d);background:#fff}.revivo-estate .revivo-search-bar__keyword svg{width:18px;height:18px;fill:none;stroke:#6b7280;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}.revivo-estate .revivo-search-bar__keyword input[type="search"]{flex:1;width:100%;min-width:0;height:44px;border:0;background:transparent;font-family:var(--revivo-font-family);font-size:15px;color:var(--revivo-color-text,#1f2937);padding:0;box-shadow:none;outline:none}.revivo-estate .revivo-search-bar__keyword input[type="search"]::placeholder{color:#9ca3af}.revivo-estate .revivo-search-bar__chip{position:relative;flex:0 0 auto;display:flex;align-items:stretch;min-width:140px}.revivo-estate .revivo-search-bar__chip select{width:100%;height:44px;padding:0 34px 0 14px;background-color:#fff;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;border:1px solid var(--revivo-color-divider,#e5e7eb);border-radius:8px;font-family:var(--revivo-font-family);font-size:14px;color:var(--revivo-color-text,#1f2937);cursor:pointer;appearance:none;-webkit-appearance:none;-moz-appearance:none;transition:border-color 150ms ease,box-shadow 150ms ease}.revivo-estate .revivo-search-bar__chip select:hover,.revivo-estate .revivo-search-bar__chip select:focus{border-color:var(--revivo-color-primary,#11387d);outline:none;box-shadow:0 0 0 3px rgba(17,56,125,0.1)}.revivo-estate .revivo-search-bar__chip--popover{position:relative}.revivo-estate .revivo-search-bar__chip-btn{display:inline-flex;align-items:center;justify-content:space-between;gap:8px;width:100%;min-width:140px;height:44px;padding:0 14px;background:#fff;border:1px solid var(--revivo-color-divider,#e5e7eb);border-radius:8px;font-family:var(--revivo-font-family);font-size:14px;color:var(--revivo-color-text,#1f2937);cursor:pointer;transition:border-color 150ms ease,box-shadow 150ms ease}.revivo-estate .revivo-search-bar__chip-btn:hover,.revivo-estate .revivo-search-bar__chip-btn:focus-visible{border-color:var(--revivo-color-primary,#11387d);outline:none;box-shadow:0 0 0 3px rgba(17,56,125,0.1)}.revivo-estate .revivo-search-bar__chip-btn svg{width:14px;height:14px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;flex-shrink:0}.revivo-estate .revivo-search-bar__popover{position:absolute;top:calc(100% + 6px);left:0;min-width:280px;z-index:40;padding:14px;background:#fff;border:1px solid var(--revivo-color-divider,#e5e7eb);border-radius:10px;box-shadow:0 8px 24px rgba(17,56,125,0.15)}.revivo-estate .revivo-search-bar__popover[hidden]{display:none}.revivo-estate .revivo-search-bar__popover-row{display:grid;grid-template-columns:1fr 1fr;gap:10px}.revivo-estate .revivo-search-bar__popover label{display:flex;flex-direction:column;gap:4px}.revivo-estate .revivo-search-bar__popover-label{font-size:11px;text-transform:uppercase;letter-spacing:0.05em;font-weight:600;color:#6b7280}.revivo-estate .revivo-search-bar__popover select{height:40px;padding:0 14px;border:1px solid var(--revivo-color-divider);border-radius:6px;font-size:14px;background:#fff}.revivo-estate .revivo-search-bar__filters-btn{display:inline-flex;align-items:center;gap:8px;height:44px;padding:0 16px;background:#fff;border:1px solid var(--revivo-color-divider,#e5e7eb);border-radius:8px;font-family:var(--revivo-font-family);font-size:14px;font-weight:600;color:var(--revivo-color-text,#1f2937);cursor:pointer;transition:border-color 150ms ease,box-shadow 150ms ease}.revivo-estate .revivo-search-bar__filters-btn:hover,.revivo-estate .revivo-search-bar__filters-btn:focus-visible{border-color:var(--revivo-color-primary,#11387d);outline:none;box-shadow:0 0 0 3px rgba(17,56,125,0.1)}.revivo-estate .revivo-search-bar__filters-btn svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.revivo-estate .revivo-search-bar__filters-badge{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;padding:0 6px;background:var(--revivo-color-primary,#11387d);color:#fff;border-radius:999px;font-size:11px;font-weight:700;line-height:1}.revivo-estate .revivo-search-bar__submit{display:inline-flex;align-items:center;gap:8px;height:44px;padding:0 20px;background:var(--revivo-color-primary,#11387d);color:#fff;border:1px solid var(--revivo-color-primary,#11387d);border-radius:8px;font-family:var(--revivo-font-family);font-size:14px;font-weight:600;cursor:pointer;transition:background 150ms ease,box-shadow 150ms ease}.revivo-estate .revivo-search-bar__submit:hover{background:#0d2a5f;border-color:#0d2a5f}.revivo-estate .revivo-search-bar__submit:focus-visible{outline:none;box-shadow:0 0 0 3px rgba(17,56,125,0.35)}.revivo-estate .revivo-search-bar__submit svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}@media (max-width:768px){.revivo-estate .revivo-search-bar{flex-direction:column;padding:10px;gap:6px}.revivo-estate .revivo-search-bar__keyword,.revivo-estate .revivo-search-bar__chip,.revivo-estate .revivo-search-bar__filters-btn,.revivo-estate .revivo-search-bar__submit{width:100%;min-width:0;flex:0 0 auto;justify-content:center}.revivo-estate .revivo-search-bar__keyword{border:1px solid var(--revivo-color-divider,#e5e7eb);padding:0 12px}.revivo-estate .revivo-search-bar__chip{min-width:0}.revivo-estate .revivo-search-bar__popover{left:0;right:0;min-width:0}.revivo-estate .revivo-search-bar__submit{font-size:15px}}.revivo-estate .revivo-search-modal[hidden]{display:none}.revivo-estate .revivo-search-modal{position:fixed;inset:0;z-index:9998;display:flex;align-items:center;justify-content:center;padding:20px}.revivo-estate .revivo-search-modal__backdrop{position:absolute;inset:0;background:rgba(17,24,39,0.55);backdrop-filter:blur(2px)}.revivo-estate .revivo-search-modal__panel{position:relative;z-index:1;width:100%;max-width:560px;max-height:calc(100vh - 40px);display:flex;flex-direction:column;background:#fff;border-radius:12px;box-shadow:0 20px 60px rgba(0,0,0,0.25);overflow:hidden}.revivo-estate .revivo-search-modal__header{display:flex;align-items:center;justify-content:space-between;padding:18px 24px;border-bottom:1px solid var(--revivo-color-divider,#e5e7eb)}.revivo-estate .revivo-search-modal__title{margin:0;font-size:18px;font-weight:700;color:var(--revivo-color-heading,#11387d)}.revivo-estate .revivo-search-modal__close{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:transparent;border:0;border-radius:6px;font-size:24px;line-height:1;color:#6b7280;cursor:pointer;transition:background 150ms ease}.revivo-estate .revivo-search-modal__close:hover,.revivo-estate .revivo-search-modal__close:focus-visible{background:#f3f4f6;outline:none;color:#111827}.revivo-estate .revivo-search-modal__body{flex:1;overflow-y:auto;padding:20px 24px;display:grid;grid-template-columns:1fr 1fr;gap:16px}.revivo-estate .revivo-search-modal__field{display:flex;flex-direction:column;gap:6px}.revivo-estate .revivo-search-modal__label{font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:0.04em;color:#6b7280}.revivo-estate .revivo-search-modal__field select{height:44px;padding:0 34px 0 14px;background-color:#fff;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;border:1px solid var(--revivo-color-divider,#e5e7eb);border-radius:8px;font-family:var(--revivo-font-family);font-size:14px;color:var(--revivo-color-text);appearance:none;-webkit-appearance:none;cursor:pointer}.revivo-estate .revivo-search-modal__field select:focus{outline:none;border-color:var(--revivo-color-primary);box-shadow:0 0 0 3px rgba(17,56,125,0.1)}.revivo-estate .revivo-search-modal__footer{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px 24px;border-top:1px solid var(--revivo-color-divider,#e5e7eb);background:#f9fafb}.revivo-estate .revivo-search-modal__reset{font-size:14px;font-weight:600;color:#6b7280;text-decoration:none;padding:10px 16px;border-radius:6px;transition:background 150ms ease,color 150ms ease}.revivo-estate .revivo-search-modal__reset:hover{background:#f3f4f6;color:#111827}.revivo-estate .revivo-search-modal__submit{padding:10px 24px;background:var(--revivo-color-primary,#11387d);color:#fff;border:0;border-radius:8px;font-family:var(--revivo-font-family);font-size:14px;font-weight:600;cursor:pointer;transition:background 150ms ease}.revivo-estate .revivo-search-modal__submit:hover{background:#0d2a5f}@media (max-width:640px){.revivo-estate .revivo-search-modal{padding:0}.revivo-estate .revivo-search-modal__panel{max-width:100%;max-height:100vh;height:100vh;border-radius:0}.revivo-estate .revivo-search-modal__body{grid-template-columns:1fr;gap:14px;padding:16px 18px;align-content:start}.revivo-estate .revivo-search-modal__header{padding:14px 18px}.revivo-estate .revivo-search-modal__footer{padding:12px 18px}}body.revivo-search-modal-open{overflow:hidden}.revivo-estate .revivo-card-actions__btn,.revivo-estate .revivo-single-hero__action,.revivo-estate .revivo-search-bar__filters-btn,.revivo-estate .revivo-card-contact__btn{line-height:1.2;text-transform:none;letter-spacing:0;text-shadow:none;box-sizing:border-box}.revivo-estate .revivo-search-bar__submit,.revivo-estate .revivo-search-modal__submit{background-color:var(--revivo-color-primary,#11387d)}.revivo-estate .revivo-search-bar__submit:hover,.revivo-estate .revivo-search-modal__submit:hover{background-color:#0d2a5f}.revivo-estate .revivo-search-bar button,.revivo-estate .revivo-search-modal button,.revivo-estate .revivo-card-contact__btn,.revivo-estate .revivo-card-actions__btn{margin:0}.revivo-estate .revivo-search-bar select,.revivo-estate .revivo-search-modal select{min-height:0;line-height:1.2;box-shadow:none;text-shadow:none;text-transform:none;letter-spacing:normal}.revivo-estate .revivo-search-bar__keyword input[type="search"],.revivo-estate .revivo-lead-form input,.revivo-estate .revivo-lead-form textarea{box-shadow:none;margin:0;line-height:1.5;text-shadow:none}.revivo-estate .revivo-property-card__image img,.revivo-estate .revivo-project-card__image img,.revivo-estate .revivo-area-card__image img,.revivo-estate .revivo-developer-card__logo img,.revivo-estate .revivo-single-hero__main img,.revivo-estate .revivo-single-hero__thumb img{box-shadow:none;filter:none;border:0;max-width:100%}.revivo-estate .revivo-property-card,.revivo-estate .revivo-project-card,.revivo-estate .revivo-area-card,.revivo-estate .revivo-developer-card,.revivo-estate .revivo-property-card a,.revivo-estate .revivo-project-card a,.revivo-estate .revivo-area-card a,.revivo-estate .revivo-developer-card a,.revivo-estate .revivo-card-contact__btn,.revivo-estate .revivo-btn,.revivo-estate .revivo-search-bar__submit{text-decoration:none}.revivo-estate p{line-height:1.6;margin:0}.revivo-estate ul,.revivo-estate ol{list-style:none;padding:0;margin:0}.revivo-estate .revivo-single-section__body ul,.revivo-estate .revivo-property-card__title + .revivo-property-card__description ul{list-style:disc;padding-left:1.5rem}.revivo-estate .revivo-single-section__body ol{list-style:decimal;padding-left:1.5rem}.revivo-estate .revivo-page-header__title,.revivo-estate .revivo-single-header__title,.revivo-estate .revivo-property-card__title,.revivo-estate .revivo-project-card__title,.revivo-estate .revivo-area-card__title,.revivo-estate .revivo-developer-card__title{text-transform:none;letter-spacing:normal;max-width:none}.revivo-estate .revivo-container section:not(.revivo-single-section){padding-top:0;padding-bottom:0}.revivo-estate form.revivo-search-form,.revivo-estate form.revivo-lead-form{margin:0}.revivo-estate .revivo-property-card__image:has(>svg),.revivo-estate .revivo-property-card__image.is-empty,.revivo-estate .revivo-project-card__image:has(>svg),.revivo-estate .revivo-project-card__image.is-empty,.revivo-estate .revivo-area-card__image:has(>svg),.revivo-estate .revivo-area-card__image.is-empty,.revivo-estate .revivo-developer-card__logo:has(>svg),.revivo-estate .revivo-developer-card__logo.is-empty{background:#f3f4f6;display:flex;align-items:center;justify-content:center}.revivo-estate .revivo-property-card__image > svg,.revivo-estate .revivo-project-card__image > svg,.revivo-estate .revivo-area-card__image > svg,.revivo-estate .revivo-developer-card__logo > svg,.revivo-estate .revivo-property-card__placeholder,.revivo-estate .revivo-project-card__placeholder,.revivo-estate .revivo-area-card__placeholder,.revivo-estate .revivo-developer-card__placeholder{width:48px !important;height:48px !important;max-width:48px;max-height:48px;opacity:0.3;color:#9ca3af;stroke:#9ca3af;fill:none;flex-shrink:0;display:block;margin:auto;align-self:center;justify-self:center}.revivo-estate .revivo-property-card__updated,.revivo-estate .revivo-project-card__updated{font-size:11px;color:#9ca3af;padding-top:8px;margin-top:auto;line-height:1.4;font-style:italic}.revivo-estate .revivo-single-compliance--madmoun{background:#fff;border:1px solid #e0e7ef;border-radius:12px;padding:24px;margin-top:32px;box-shadow:0 2px 4px rgba(17,56,125,0.04)}.revivo-estate .revivo-single-compliance__header{border-bottom:1px solid #f3f4f6;padding-bottom:16px;margin-bottom:20px}.revivo-estate .revivo-single-compliance__badge{display:inline-flex;align-items:center;gap:8px;padding:6px 12px;background:#ecfdf5;color:#059669;border-radius:999px;font-size:12px;font-weight:600;margin-bottom:10px}.revivo-estate .revivo-single-compliance__badge svg{width:14px;height:14px;fill:none;stroke:currentColor;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round}.revivo-estate .revivo-single-compliance__title{margin:0;font-size:18px;font-weight:700;color:var(--revivo-color-primary,#11387d)}.revivo-estate .revivo-single-compliance__section{margin-bottom:20px}.revivo-estate .revivo-single-compliance__section:last-child{margin-bottom:0}.revivo-estate .revivo-single-compliance__section-title{margin:0 0 12px;font-size:11px;font-weight:700;color:#6b7280;text-transform:uppercase;letter-spacing:0.05em}.revivo-estate .revivo-single-compliance__body{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:16px;margin-bottom:16px}.revivo-estate .revivo-single-compliance__body > div{display:flex;flex-direction:column;gap:2px}.revivo-estate .revivo-single-compliance__body > div.revivo-single-compliance__full{grid-column:1 / -1}.revivo-estate .revivo-single-compliance__label{font-size:11px;color:#6b7280;font-weight:500;text-transform:uppercase;letter-spacing:0.04em}.revivo-estate .revivo-single-compliance__value{font-size:14px;color:var(--revivo-color-text,#1f2937);font-weight:600}.revivo-estate .revivo-single-compliance__qr{display:flex;align-items:center;gap:16px;padding:16px;background:#f9fafb;border:1px dashed #d1d5db;border-radius:10px;margin:16px 0}.revivo-estate .revivo-single-compliance__qr-image{flex-shrink:0;width:100px;height:100px;display:flex;align-items:center;justify-content:center;background:#fff;border-radius:6px;padding:6px}.revivo-estate .revivo-single-compliance__qr-image img{width:100%;height:100%;object-fit:contain}.revivo-estate .revivo-single-compliance__qr-caption{display:flex;flex-direction:column;gap:4px;flex:1;min-width:0}.revivo-estate .revivo-single-compliance__qr-caption strong{font-size:14px;color:var(--revivo-color-text,#1f2937);font-weight:700}.revivo-estate .revivo-single-compliance__qr-caption span{font-size:12px;color:#6b7280;line-height:1.5}.revivo-estate .revivo-single-compliance__cta{margin-top:12px}@media (max-width:640px){.revivo-estate .revivo-single-compliance--madmoun{padding:18px}.revivo-estate .revivo-single-compliance__qr{flex-direction:column;text-align:center}}.revivo-estate .revivo-mcalc{background:#fff;border:1px solid var(--revivo-color-divider,#e5e7eb);border-radius:12px;padding:24px;margin:20px 0}.revivo-estate .revivo-mcalc__title{margin:0 0 20px;font-size:18px;font-weight:700;color:var(--revivo-color-heading,#11387d)}.revivo-estate .revivo-mcalc__grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}@media (max-width:768px){.revivo-estate .revivo-mcalc__grid{grid-template-columns:1fr}}.revivo-estate .revivo-mcalc__inputs{display:flex;flex-direction:column;gap:18px}.revivo-estate .revivo-mcalc__field{display:flex;flex-direction:column;gap:8px}.revivo-estate .revivo-mcalc__label{display:flex;justify-content:space-between;align-items:center;font-size:13px;font-weight:600;color:var(--revivo-color-text,#1f2937)}.revivo-estate .revivo-mcalc__label-value{font-size:13px;font-weight:700;color:var(--revivo-color-primary,#11387d)}.revivo-estate .revivo-mcalc__input-wrap{position:relative}.revivo-estate .revivo-mcalc__input{width:100%;height:42px;padding:0 60px 0 14px;border:1px solid var(--revivo-color-divider,#e5e7eb);border-radius:8px;font-family:var(--revivo-font-family);font-size:15px;font-weight:600;color:var(--revivo-color-text);background:#fff;transition:border-color 150ms ease,box-shadow 150ms ease;box-sizing:border-box}.revivo-estate .revivo-mcalc__input:focus{outline:none;border-color:var(--revivo-color-primary,#11387d);box-shadow:0 0 0 3px rgba(17,56,125,0.1)}.revivo-estate .revivo-mcalc__input-suffix{position:absolute;right:14px;top:50%;transform:translateY(-50%);font-size:12px;font-weight:600;color:#6b7280;pointer-events:none}.revivo-estate .revivo-mcalc__slider{width:100%;height:6px;background:#e5e7eb;border-radius:999px;outline:none;-webkit-appearance:none;appearance:none;cursor:pointer}.revivo-estate .revivo-mcalc__slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:20px;height:20px;border-radius:50%;background:var(--revivo-color-primary,#11387d);border:3px solid #fff;box-shadow:0 1px 3px rgba(0,0,0,0.2);cursor:pointer;transition:transform 120ms ease}.revivo-estate .revivo-mcalc__slider::-webkit-slider-thumb:hover{transform:scale(1.1)}.revivo-estate .revivo-mcalc__slider::-moz-range-thumb{width:20px;height:20px;border-radius:50%;background:var(--revivo-color-primary,#11387d);border:3px solid #fff;box-shadow:0 1px 3px rgba(0,0,0,0.2);cursor:pointer}.revivo-estate .revivo-mcalc__hint{font-size:11px;color:#9ca3af;line-height:1.4}.revivo-estate .revivo-mcalc__results{display:flex;flex-direction:column;gap:16px}.revivo-estate .revivo-mcalc__result{display:flex;flex-direction:column;gap:4px;padding:14px 16px;background:#f9fafb;border:1px solid var(--revivo-color-divider,#e5e7eb);border-radius:8px}.revivo-estate .revivo-mcalc__result--primary{background:linear-gradient(135deg,#11387d 0%,#1e5fad 100%);border-color:transparent;color:#fff}.revivo-estate .revivo-mcalc__result-label{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:0.04em;color:#6b7280}.revivo-estate .revivo-mcalc__result--primary .revivo-mcalc__result-label{color:rgba(255,255,255,0.8)}.revivo-estate .revivo-mcalc__result-value{font-size:18px;font-weight:700;color:var(--revivo-color-text,#1f2937);line-height:1.2}.revivo-estate .revivo-mcalc__result--primary .revivo-mcalc__result-value{font-size:26px;color:#fff}.revivo-estate .revivo-mcalc__result-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.revivo-estate .revivo-mcalc__result-grid .revivo-mcalc__result-value{font-size:15px}.revivo-estate .revivo-mcalc__disclaimer{font-size:11px;color:#9ca3af;line-height:1.5;margin:0;font-style:italic}@media (max-width:480px){.revivo-estate .revivo-mcalc{padding:18px}.revivo-estate .revivo-mcalc__result-grid{grid-template-columns:1fr}}
