/*! * Revivo Estate — Single Page CSS * Version 2.0.0 * * Loaded only on single-post pages for our CPTs. * Styles the hero galleries,two-column layout,sidebar,FAQ,timeline,etc. */ .revivo-estate .revivo-single-hero{display:grid;grid-template-columns:1fr;gap:var(--revivo-space-3);margin:var(--revivo-space-5) 0 var(--revivo-space-6)}.revivo-estate .revivo-single-hero__main{position:relative;aspect-ratio:16 / 9;overflow:hidden;border-radius:var(--revivo-radius-lg);background:var(--revivo-color-divider);box-shadow:var(--revivo-shadow-md)}.revivo-estate .revivo-single-hero__main img{width:100%;height:100%;object-fit:cover;display:block;transition:opacity var(--revivo-transition-base)}.revivo-estate .revivo-single-hero__badges{position:absolute;top:var(--revivo-space-4);left:var(--revivo-space-4);display:flex;flex-wrap:wrap;gap:var(--revivo-space-2);z-index:2}.revivo-estate .revivo-single-hero__badges .revivo-badge{box-shadow:var(--revivo-shadow-sm)}.revivo-estate .revivo-single-hero__actions{position:absolute;top:var(--revivo-space-4);right:var(--revivo-space-4);display:flex;gap:var(--revivo-space-2);z-index:2}.revivo-estate .revivo-single-hero__action{width:42px;height:42px;display:inline-flex;align-items:center;justify-content:center;background:rgba(255,255,255,0.95);color:var(--revivo-color-text);border:none;border-radius:50%;box-shadow:var(--revivo-shadow-sm);cursor:pointer;transition:all var(--revivo-transition-fast)}.revivo-estate .revivo-single-hero__action svg{width:18px;height:18px}.revivo-estate .revivo-single-hero__action:hover{background:var(--revivo-color-primary);color:#fff}.revivo-estate .revivo-single-hero__action.is-active{background:var(--revivo-color-primary);color:#fff}.revivo-estate .revivo-single-hero__thumbs{display:flex;flex-wrap:wrap;gap:var(--revivo-space-2)}.revivo-estate .revivo-single-hero__thumb{width:80px;height:64px;padding:0;background:transparent;border:2px solid transparent;border-radius:var(--revivo-radius-sm);overflow:hidden;cursor:pointer;transition:border-color var(--revivo-transition-fast)}.revivo-estate .revivo-single-hero__thumb img{width:100%;height:100%;object-fit:cover}.revivo-estate .revivo-single-hero__thumb:hover{border-color:var(--revivo-color-border)}.revivo-estate .revivo-single-hero__thumb.is-active{border-color:var(--revivo-color-primary)}@media (min-width:768px){.revivo-estate .revivo-single-hero__main{aspect-ratio:21 / 9}.revivo-estate .revivo-single-hero__thumb{width:110px;height:80px}}.revivo-estate .revivo-single-header{display:flex;flex-direction:column;gap:var(--revivo-space-4);padding-bottom:var(--revivo-space-5);border-bottom:1px solid var(--revivo-color-border);margin-top:var(--revivo-space-5);margin-bottom:var(--revivo-space-6)}@media (min-width:768px){.revivo-estate .revivo-single-header{flex-direction:row;align-items:flex-start;justify-content:space-between;gap:var(--revivo-space-6)}}.revivo-estate .revivo-area-hero + .revivo-container .revivo-single-header,.revivo-estate .revivo-container .revivo-area-hero + * .revivo-single-header{margin-top:var(--revivo-space-6)}.revivo-estate .revivo-single-quickstats{margin-bottom:var(--revivo-space-6)}.revivo-estate .revivo-single-header__left{display:flex;flex-direction:column;gap:var(--revivo-space-2)}.revivo-estate .revivo-single-header__title{font-size:var(--revivo-text-2xl);font-weight:var(--revivo-weight-bold);color:var(--revivo-color-heading);line-height:1.2;margin:0}@media (min-width:768px){.revivo-estate .revivo-single-header__title{font-size:var(--revivo-text-3xl)}}.revivo-estate .revivo-single-header__tagline{font-size:var(--revivo-text-base);color:var(--revivo-color-muted)}.revivo-estate .revivo-single-header__developer{font-size:var(--revivo-text-sm);color:var(--revivo-color-muted)}.revivo-estate .revivo-single-header__developer a{color:var(--revivo-color-primary);font-weight:var(--revivo-weight-medium)}.revivo-estate .revivo-single-header__location{display:flex;align-items:center;gap:6px;font-size:var(--revivo-text-sm);color:var(--revivo-color-muted)}.revivo-estate .revivo-single-header__location svg{width:16px;height:16px}.revivo-estate .revivo-single-header__ref{font-size:var(--revivo-text-xs);color:var(--revivo-color-muted)}.revivo-estate .revivo-single-header__intro{font-size:var(--revivo-text-base);color:var(--revivo-color-muted);line-height:1.6;margin:var(--revivo-space-2) 0 0}.revivo-estate .revivo-single-header__price{text-align:left;padding:var(--revivo-space-4);background:var(--revivo-color-primary-50);border-radius:var(--revivo-radius-lg);min-width:200px}@media (min-width:768px){.revivo-estate .revivo-single-header__price{text-align:right}}.revivo-estate .revivo-single-header__price-value{font-size:var(--revivo-text-2xl);font-weight:var(--revivo-weight-bold);color:var(--revivo-color-primary);line-height:1.2}.revivo-estate .revivo-single-header__price-suffix{font-size:var(--revivo-text-sm);color:var(--revivo-color-muted);margin-top:2px}.revivo-estate .revivo-single-header__price-psf{font-size:var(--revivo-text-xs);color:var(--revivo-color-muted);margin-top:4px}.revivo-estate .revivo-single-stats{display:flex;flex-wrap:wrap;gap:var(--revivo-space-4);padding:var(--revivo-space-4);background:var(--revivo-color-surface);border:1px solid var(--revivo-color-border);border-radius:var(--revivo-radius-lg);margin-bottom:var(--revivo-space-6)}@media (min-width:640px){.revivo-estate .revivo-single-stats{gap:var(--revivo-space-6)}}.revivo-estate .revivo-single-layout{display:grid;grid-template-columns:1fr;gap:var(--revivo-space-6);margin-bottom:var(--revivo-space-9)}@media (min-width:1024px){.revivo-estate .revivo-single-layout{grid-template-columns:1fr 360px;gap:var(--revivo-space-7)}}.revivo-estate .revivo-single-main{min-width:0}.revivo-estate .revivo-single-sidebar{display:flex;flex-direction:column;gap:var(--revivo-space-4)}@media (min-width:1024px){.revivo-estate .revivo-single-sidebar{position:sticky;top:var(--revivo-space-5);align-self:flex-start}}.revivo-estate .revivo-single-sidebar__download,.revivo-estate .revivo-single-sidebar__downloads{display:flex;flex-direction:column;gap:var(--revivo-space-2)}.revivo-estate .revivo-single-section{margin-bottom:var(--revivo-space-7)}.revivo-estate .revivo-single-section__title{font-size:var(--revivo-text-xl);font-weight:var(--revivo-weight-bold);color:var(--revivo-color-heading);margin:0 0 var(--revivo-space-4);display:flex;align-items:center;gap:var(--revivo-space-2)}.revivo-estate .revivo-single-section__icon{width:20px;height:20px;color:var(--revivo-color-primary)}.revivo-estate .revivo-single-section__body{font-size:var(--revivo-text-base);color:var(--revivo-color-text);line-height:1.7}.revivo-estate .revivo-single-section__body p{margin:0 0 var(--revivo-space-3)}.revivo-estate .revivo-single-section__body p:last-child{margin-bottom:0}.revivo-estate .revivo-single-subsection-title{font-size:var(--revivo-text-lg);font-weight:var(--revivo-weight-semibold);color:var(--revivo-color-heading);margin:var(--revivo-space-5) 0 var(--revivo-space-3)}.revivo-estate .revivo-single-highlights{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:1fr;gap:var(--revivo-space-3)}@media (min-width:640px){.revivo-estate .revivo-single-highlights{grid-template-columns:repeat(2,1fr)}}.revivo-estate .revivo-single-highlights__item{display:flex;gap:var(--revivo-space-3);align-items:flex-start;padding:var(--revivo-space-3);background:var(--revivo-color-surface);border:1px solid var(--revivo-color-border);border-radius:var(--revivo-radius-md)}.revivo-estate .revivo-single-highlights__icon{width:20px;height:20px;color:var(--revivo-color-success);flex-shrink:0;margin-top:2px}.revivo-estate .revivo-single-highlights__item strong{display:block;font-size:var(--revivo-text-sm);color:var(--revivo-color-heading);font-weight:var(--revivo-weight-semibold)}.revivo-estate .revivo-single-highlights__item span{display:block;font-size:var(--revivo-text-sm);color:var(--revivo-color-muted);margin-top:2px}.revivo-estate .revivo-single-amenities{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(2,1fr);gap:var(--revivo-space-2)}@media (min-width:640px){.revivo-estate .revivo-single-amenities{grid-template-columns:repeat(3,1fr)}}.revivo-estate .revivo-single-amenities__item{display:flex;align-items:center;gap:var(--revivo-space-2);padding:10px var(--revivo-space-3);background:var(--revivo-color-surface);border:1px solid var(--revivo-color-border);border-radius:var(--revivo-radius-sm);font-size:var(--revivo-text-sm);color:var(--revivo-color-text)}.revivo-estate .revivo-single-amenities__icon{width:16px;height:16px;color:var(--revivo-color-success);flex-shrink:0}.revivo-estate .revivo-single-floorplans{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:var(--revivo-space-3)}.revivo-estate .revivo-single-floorplans__item{display:block;border:1px solid var(--revivo-color-border);border-radius:var(--revivo-radius-md);overflow:hidden;background:var(--revivo-color-surface);transition:border-color var(--revivo-transition-fast)}.revivo-estate .revivo-single-floorplans__item:hover{border-color:var(--revivo-color-primary)}.revivo-estate .revivo-single-floorplans__item img{width:100%;height:auto;display:block}.revivo-estate .revivo-single-address{display:flex;align-items:flex-start;gap:var(--revivo-space-2);font-size:var(--revivo-text-sm);color:var(--revivo-color-muted);margin:0 0 var(--revivo-space-4)}.revivo-estate .revivo-single-address svg{width:18px;height:18px;color:var(--revivo-color-primary);flex-shrink:0;margin-top:2px}.revivo-estate .revivo-single-map{margin-bottom:var(--revivo-space-4)}.revivo-estate .revivo-single-map iframe{width:100%;height:360px;border:1px solid var(--revivo-color-border);border-radius:var(--revivo-radius-md)}.revivo-estate .revivo-single-map__link{display:inline-flex;align-items:center;gap:var(--revivo-space-2);padding:12px var(--revivo-space-5);background:var(--revivo-color-surface);border:1px solid var(--revivo-color-border);border-radius:var(--revivo-radius-md);color:var(--revivo-color-text);text-decoration:none;font-size:var(--revivo-text-sm);font-weight:var(--revivo-weight-medium)}.revivo-estate .revivo-single-map__link:hover{border-color:var(--revivo-color-primary);color:var(--revivo-color-primary)}.revivo-estate .revivo-single-map__link svg{width:18px;height:18px}.revivo-estate .revivo-single-landmarks{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1px;background:var(--revivo-color-border);border-radius:var(--revivo-radius-md);overflow:hidden}.revivo-estate .revivo-single-landmarks__item{display:flex;justify-content:space-between;align-items:center;gap:var(--revivo-space-3);padding:var(--revivo-space-3) var(--revivo-space-4);background:var(--revivo-color-surface);font-size:var(--revivo-text-sm);color:var(--revivo-color-text)}.revivo-estate .revivo-single-landmarks__item > span:first-child{display:flex;align-items:center;gap:var(--revivo-space-2);flex:1}.revivo-estate .revivo-single-landmarks__icon{width:16px;height:16px;color:var(--revivo-color-primary);flex-shrink:0}.revivo-estate .revivo-single-landmarks__min{font-weight:var(--revivo-weight-semibold);color:var(--revivo-color-primary);white-space:nowrap;font-size:var(--revivo-text-xs);padding:3px 10px;background:var(--revivo-color-primary-50);border-radius:var(--revivo-radius-pill)}.revivo-estate .revivo-single-faq{display:flex;flex-direction:column;gap:var(--revivo-space-2)}.revivo-estate .revivo-single-faq__item{background:var(--revivo-color-surface);border:1px solid var(--revivo-color-border);border-radius:var(--revivo-radius-md);overflow:hidden;transition:border-color var(--revivo-transition-fast)}.revivo-estate .revivo-single-faq__item[open]{border-color:var(--revivo-color-primary)}.revivo-estate .revivo-single-faq__q{display:flex;justify-content:space-between;align-items:center;gap:var(--revivo-space-3);padding:var(--revivo-space-4);cursor:pointer;font-size:var(--revivo-text-base);font-weight:var(--revivo-weight-semibold);color:var(--revivo-color-heading);list-style:none;user-select:none}.revivo-estate .revivo-single-faq__q::-webkit-details-marker{display:none}.revivo-estate .revivo-single-faq__chev{width:18px;height:18px;color:var(--revivo-color-muted);flex-shrink:0;transition:transform var(--revivo-transition-base)}.revivo-estate .revivo-single-faq__item[open] .revivo-single-faq__chev{transform:rotate(180deg);color:var(--revivo-color-primary)}.revivo-estate .revivo-single-faq__a{padding:0 var(--revivo-space-4) var(--revivo-space-4);font-size:var(--revivo-text-sm);color:var(--revivo-color-text);line-height:1.6}.revivo-estate .revivo-single-faq__a p{margin:0 0 var(--revivo-space-2)}.revivo-estate .revivo-single-compliance{padding:var(--revivo-space-5);background:var(--revivo-color-surface);border:1px solid var(--revivo-color-border);border-radius:var(--revivo-radius-lg)}.revivo-estate .revivo-single-compliance__title{font-size:var(--revivo-text-lg);font-weight:var(--revivo-weight-semibold);color:var(--revivo-color-heading);margin:0 0 var(--revivo-space-4)}.revivo-estate .revivo-single-compliance__body{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--revivo-space-4);margin-bottom:var(--revivo-space-4)}@media (min-width:768px){.revivo-estate .revivo-single-compliance__body{grid-template-columns:repeat(4,1fr)}}.revivo-estate .revivo-single-compliance__label{display:block;font-size:var(--revivo-text-xs);color:var(--revivo-color-muted);text-transform:uppercase;letter-spacing:0.04em;margin-bottom:2px}.revivo-estate .revivo-single-compliance__value{font-size:var(--revivo-text-sm);font-weight:var(--revivo-weight-semibold);color:var(--revivo-color-text)}.revivo-estate .revivo-single-compliance__qr{margin-bottom:var(--revivo-space-4)}.revivo-estate .revivo-single-compliance__qr img{max-width:140px;display:block}.revivo-estate .revivo-unit-mix-wrap{overflow-x:auto;border:1px solid var(--revivo-color-border);border-radius:var(--revivo-radius-md)}.revivo-estate .revivo-unit-mix{width:100%;border-collapse:collapse;background:var(--revivo-color-surface);font-size:var(--revivo-text-sm)}.revivo-estate .revivo-unit-mix th,.revivo-estate .revivo-unit-mix td{padding:var(--revivo-space-3) var(--revivo-space-4);text-align:left;border-bottom:1px solid var(--revivo-color-border)}.revivo-estate .revivo-unit-mix th{background:var(--revivo-color-bg);font-weight:var(--revivo-weight-semibold);color:var(--revivo-color-heading);font-size:var(--revivo-text-xs);text-transform:uppercase;letter-spacing:0.04em}.revivo-estate .revivo-unit-mix tbody tr:last-child td{border-bottom:none}.revivo-estate .revivo-unit-mix tbody tr:hover{background:var(--revivo-color-bg)}.revivo-estate .revivo-payment-plan{display:flex;flex-direction:column;gap:var(--revivo-space-3)}.revivo-estate .revivo-payment-plan__row{display:flex;align-items:flex-start;gap:var(--revivo-space-4);padding:var(--revivo-space-4);background:var(--revivo-color-surface);border:1px solid var(--revivo-color-border);border-radius:var(--revivo-radius-md)}.revivo-estate .revivo-payment-plan__percent{font-size:var(--revivo-text-2xl);font-weight:var(--revivo-weight-bold);color:var(--revivo-color-primary);min-width:70px;line-height:1}.revivo-estate .revivo-payment-plan__body{flex:1;min-width:0}.revivo-estate .revivo-payment-plan__label{font-size:var(--revivo-text-base);font-weight:var(--revivo-weight-semibold);color:var(--revivo-color-heading)}.revivo-estate .revivo-payment-plan__note{font-size:var(--revivo-text-sm);color:var(--revivo-color-muted);margin-top:2px}.revivo-estate .revivo-timeline{list-style:none;padding:0;margin:0;position:relative}.revivo-estate .revivo-timeline::before{content:'';position:absolute;left:7px;top:0;bottom:0;width:2px;background:var(--revivo-color-border)}.revivo-estate .revivo-timeline__item{position:relative;padding:0 0 var(--revivo-space-5) var(--revivo-space-6)}.revivo-estate .revivo-timeline__item:last-child{padding-bottom:0}.revivo-estate .revivo-timeline__dot{position:absolute;left:0;top:4px;width:16px;height:16px;background:var(--revivo-color-primary);border:3px solid var(--revivo-color-surface);border-radius:50%;box-shadow:0 0 0 2px var(--revivo-color-primary);z-index:1}.revivo-estate .revivo-timeline__date{font-size:var(--revivo-text-xs);color:var(--revivo-color-primary);font-weight:var(--revivo-weight-semibold);text-transform:uppercase;letter-spacing:0.04em}.revivo-estate .revivo-timeline__label{font-size:var(--revivo-text-base);font-weight:var(--revivo-weight-semibold);color:var(--revivo-color-heading);margin-top:2px}.revivo-estate .revivo-timeline__note{font-size:var(--revivo-text-sm);color:var(--revivo-color-muted);margin-top:4px;line-height:1.5}.revivo-estate .revivo-single-masterplan{display:block;border:1px solid var(--revivo-color-border);border-radius:var(--revivo-radius-md);overflow:hidden}.revivo-estate .revivo-single-masterplan img{width:100%;height:auto;display:block}.revivo-estate .revivo-developer-hero{position:relative;background:linear-gradient(135deg,var(--revivo-color-primary) 0%,var(--revivo-color-accent) 100%);color:#fff;padding:var(--revivo-space-9) 0;margin-bottom:var(--revivo-space-6);overflow:hidden}.revivo-estate .revivo-developer-hero__bg{position:absolute;top:0;left:0;right:0;bottom:0;background-size:cover;background-position:center;opacity:0.2;z-index:0}.revivo-estate .revivo-developer-hero__inner{position:relative;z-index:1;text-align:center;display:flex;flex-direction:column;align-items:center;gap:var(--revivo-space-3)}.revivo-estate .revivo-developer-hero__logo{width:96px;height:96px;background:#fff;border-radius:var(--revivo-radius-md);display:flex;align-items:center;justify-content:center;font-size:var(--revivo-text-3xl);font-weight:var(--revivo-weight-bold);color:var(--revivo-color-primary);overflow:hidden;box-shadow:var(--revivo-shadow-md)}.revivo-estate .revivo-developer-hero__logo img{width:100%;height:100%;object-fit:contain}.revivo-estate .revivo-developer-hero__title{font-size:var(--revivo-text-3xl);font-weight:var(--revivo-weight-bold);margin:0;color:#fff}@media (min-width:768px){.revivo-estate .revivo-developer-hero__title{font-size:var(--revivo-text-4xl)}}.revivo-estate .revivo-developer-hero__tagline{font-size:var(--revivo-text-lg);color:rgba(255,255,255,0.9);margin:0}.revivo-estate .revivo-developer-hero__intro{font-size:var(--revivo-text-base);color:rgba(255,255,255,0.85);line-height:1.6;max-width:680px;margin:var(--revivo-space-2) auto 0}.revivo-estate .revivo-developer-contact{padding:var(--revivo-space-5);background:var(--revivo-color-surface);border:1px solid var(--revivo-color-border);border-radius:var(--revivo-radius-lg)}.revivo-estate .revivo-developer-contact__title{font-size:var(--revivo-text-base);font-weight:var(--revivo-weight-semibold);color:var(--revivo-color-heading);margin:0 0 var(--revivo-space-4)}.revivo-estate .revivo-developer-actions{display:flex;flex-direction:column;gap:var(--revivo-space-2)}.revivo-estate .revivo-developer-stats{margin-bottom:var(--revivo-space-6)}.revivo-estate .revivo-area-hero{margin:0 0 var(--revivo-space-6);aspect-ratio:21 / 9;overflow:hidden;background:var(--revivo-color-divider)}.revivo-estate .revivo-area-hero img{width:100%;height:100%;object-fit:cover;display:block}@media (min-width:1024px){.revivo-estate .revivo-area-hero{border-radius:var(--revivo-radius-xl);margin-top:var(--revivo-space-5)}.revivo-container > .revivo-area-hero{}}
