:root {
  --navy:#071d45; --navy-2:#0b2f68; --gold:#c99a39; --gold-2:#e0bd73;
  --ink:#13203a; --muted:#5f6d82; --line:#cfd9e6; --paper:#f8fafc; --soft:#dfe8f2; --mist:#e8eef5; --steel:#d5e0ec;
  --shadow:0 18px 60px rgba(7,29,69,.12);
}
*{box-sizing:border-box} html{scroll-behavior:smooth} body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;color:var(--ink);background:#e8eef5}
a{color:inherit;text-decoration:none} img{max-width:100%;display:block} button,input,textarea,select{font:inherit}
.container{width:min(1200px,calc(100% - 40px));margin:auto}
.eyebrow{font-size:.76rem;letter-spacing:.16em;text-transform:uppercase;font-weight:800;color:var(--gold)}
.section{padding:92px 0;background:linear-gradient(180deg,#e9eff6 0%,#e2eaf3 100%)}.section.soft{background:linear-gradient(135deg,#d4e0ec 0%,#e5ecf4 52%,#dbe6f1 100%)}
.section-head{display:flex;justify-content:space-between;gap:28px;align-items:flex-end;margin-bottom:34px}.section-head h2{font-family:Georgia,serif;color:var(--navy);font-size:clamp(2rem,4vw,3.35rem);line-height:1.05;margin:8px 0 0}.section-head p{max-width:570px;color:var(--muted);line-height:1.75}
.topbar{background:var(--navy);color:#d9e1ef;font-size:.82rem;padding:8px 0}.topbar .container{display:flex;justify-content:space-between;align-items:center;gap:20px}.topbar> .container>span{opacity:.92}.topbar-links{display:flex;align-items:center;gap:8px}.platform-btn{display:inline-flex!important;align-items:center;justify-content:center;gap:7px;min-height:32px;padding:7px 12px;border-radius:999px;color:#fff!important;font-size:.78rem;font-weight:850!important;line-height:1;box-shadow:0 5px 16px rgba(0,0,0,.16);border:1px solid rgba(255,255,255,.16)!important;cursor:pointer;transition:transform .2s,box-shadow .2s,filter .2s;white-space:nowrap}.platform-btn::after{display:none!important}.platform-btn:hover{transform:translateY(-2px);filter:brightness(1.06);box-shadow:0 8px 20px rgba(0,0,0,.22)}.platform-icon{width:16px;height:16px;flex:0 0 16px}.platform-whatsapp{background:#25D366}.platform-instagram{background:linear-gradient(135deg,#833AB4 0%,#C13584 35%,#FD1D1D 68%,#FCAF45 100%)}.platform-email{background:linear-gradient(135deg,#2563eb,#0b2f68)}.contact-link{display:block;color:inherit;transition:.2s}.contact-link:hover{color:#fff;transform:translateX(3px)}
.header{position:sticky;top:0;z-index:50;background:rgba(231,238,247,.96);backdrop-filter:blur(14px);border-bottom:1px solid rgba(7,29,69,.08)}
.nav{min-height:82px;display:flex;align-items:center;justify-content:space-between;gap:28px}.logo{width:280px;max-width:34vw}.menu{display:flex;gap:26px;align-items:center;font-size:.94rem;font-weight:650}.menu a{position:relative}.menu a:not(.btn)::after{content:"";position:absolute;left:0;right:100%;bottom:-9px;height:2px;background:var(--gold);transition:.25s}.menu a:hover::after{right:0}.mobile-toggle{display:none;border:0;background:none;font-size:1.5rem;color:var(--navy)}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;border:1px solid transparent;border-radius:999px;padding:13px 20px;font-weight:800;transition:.22s;cursor:pointer}.btn:hover{transform:translateY(-2px)}.btn.gold{background:linear-gradient(135deg,var(--gold),var(--gold-2));color:#12203c;box-shadow:0 10px 25px rgba(201,154,57,.24)}.btn.navy{background:var(--navy);color:#fff}.btn.ghost{border-color:#ccd3de;background:#fff;color:var(--navy)}
.hero{position:relative;min-height:690px;display:grid;place-items:center;overflow:hidden;background:#061a3c}.hero::before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(5,22,52,.92) 0%,rgba(5,22,52,.76) 42%,rgba(5,22,52,.26) 68%,rgba(5,22,52,.2) 100%),url('../img/hero-imoveis.jpg') center/cover}.hero::after{content:"";position:absolute;inset:auto 0 0;height:180px;background:linear-gradient(transparent,rgba(3,15,36,.68))}.hero .container{position:relative;z-index:2}.hero-copy{width:min(680px,100%);color:#fff;padding:72px 0}.hero h1{font-family:Georgia,serif;font-size:clamp(3rem,6.3vw,5.7rem);line-height:.98;margin:14px 0 24px;letter-spacing:-.03em}.hero h1 em{color:var(--gold-2);font-style:normal}.hero p{font-size:1.08rem;line-height:1.8;color:#e1e7f1;max-width:620px}.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:30px}.hero-trust{display:flex;gap:28px;flex-wrap:wrap;margin-top:42px;font-size:.9rem;color:#dbe3ef}.hero-trust b{display:block;color:#fff;font-size:1.05rem;margin-bottom:4px}
.search-card{position:relative;z-index:5;margin-top:-44px;background:#edf3f8;border-radius:24px;box-shadow:var(--shadow);padding:22px;display:grid;grid-template-columns:1.2fr repeat(3,1fr) auto;gap:12px;border:1px solid #eef0f4}.search-field{background:#dfe8f1;border:1px solid #e6e9ef;border-radius:16px;padding:12px 14px}.search-field label{font-size:.7rem;color:#7a8494;text-transform:uppercase;font-weight:800;letter-spacing:.09em;display:block;margin-bottom:4px}.search-field select,.search-field input{width:100%;border:0;outline:0;background:transparent;color:var(--navy);font-weight:700}
.metrics{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:34px}.metric{padding:24px;border:1px solid var(--line);border-radius:20px;background:linear-gradient(145deg,#f4f7fa,#e4ebf3);box-shadow:0 8px 28px rgba(7,29,69,.06)}.metric strong{font-family:Georgia,serif;color:var(--navy);font-size:1.5rem}.metric span{display:block;color:var(--muted);margin-top:6px;font-size:.9rem}
.filters{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:26px}.filter-btn{border:1px solid #c4d1df;background:#e4ebf3;padding:10px 15px;border-radius:999px;color:#586477;font-weight:700;cursor:pointer}.filter-btn.active,.filter-btn:hover{background:var(--navy);color:#fff;border-color:var(--navy)}
.property-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.property-card{border:1px solid #c8d4e1;border-radius:24px;overflow:hidden;background:linear-gradient(180deg,#f7f9fc 0%,#edf2f7 100%);transition:.28s;box-shadow:0 8px 35px rgba(7,29,69,.06)}.property-card:hover{transform:translateY(-6px);box-shadow:var(--shadow)}.property-media{position:relative;height:250px;overflow:hidden}.property-media img{width:100%;height:100%;object-fit:cover;transition:.45s}.property-card:hover .property-media img{transform:scale(1.04)}.badge{position:absolute;left:16px;top:16px;padding:8px 12px;border-radius:999px;background:rgba(7,29,69,.94);color:#fff;font-size:.76rem;font-weight:850}.badge.sold{background:#6b7280}.property-body{padding:22px}.property-location{font-size:.78rem;color:var(--gold);font-weight:800;text-transform:uppercase;letter-spacing:.08em}.property-body h3{font-family:Georgia,serif;color:var(--navy);font-size:1.55rem;margin:8px 0}.property-body p{color:var(--muted);line-height:1.6;font-size:.92rem}.specs{display:flex;gap:16px;flex-wrap:wrap;font-size:.82rem;color:#4e5969;padding:14px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);margin:16px 0}.price{font-weight:850;color:var(--navy)}.card-actions{display:flex;justify-content:space-between;align-items:center;gap:14px;margin-top:18px}.card-link{font-weight:850;color:var(--navy)}
.about-wrap{display:grid;grid-template-columns:.9fr 1.1fr;gap:60px;align-items:center}.about-photo{min-height:540px;border-radius:28px;background:linear-gradient(145deg,rgba(7,29,69,.18),rgba(201,154,57,.1)),url('../img/luis-alberto-cauteruccio.png') center 42%/cover;position:relative;overflow:hidden;box-shadow:var(--shadow)}.about-photo::after{content:"";position:absolute;inset:auto 24px 24px;background:rgba(7,29,69,.88);border:1px solid rgba(255,255,255,.15);border-radius:20px;padding:24px;min-height:90px}.about-stamp{position:absolute;left:42px;bottom:45px;color:#fff;z-index:2}.about-stamp strong{display:block;font-family:Georgia,serif;font-size:1.45rem}.about-copy h2{font-family:Georgia,serif;color:var(--navy);font-size:clamp(2.4rem,4vw,4.1rem);line-height:1.04;margin:10px 0 22px}.about-copy p{color:var(--muted);line-height:1.85}.check-list{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:28px 0}.check{padding:15px 16px;border-radius:16px;background:#edf3f8;border:1px solid var(--line);font-weight:750;color:#384458}.check::before{content:'✓';color:var(--gold);margin-right:10px}
.sales-grid{display:grid;grid-template-columns:1.3fr .7fr .7fr;grid-auto-rows:230px;gap:18px}.sale{position:relative;border-radius:24px;overflow:hidden;background:#ddd}.sale:first-child{grid-row:span 2}.sale img{width:100%;height:100%;object-fit:cover;filter:saturate(.92)}.sale::after{content:"";position:absolute;inset:40% 0 0;background:linear-gradient(transparent,rgba(4,18,42,.88))}.sale-caption{position:absolute;left:20px;right:20px;bottom:18px;color:#fff;z-index:2}.sale-caption b{font-family:Georgia,serif;font-size:1.35rem;display:block}.sale-caption span{font-size:.84rem;color:#dce4ef}
.video-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.video-card{border-radius:22px;overflow:hidden;background:var(--navy);color:#fff;box-shadow:var(--shadow)}.video-thumb{height:220px;background-position:center;background-size:cover;position:relative}.play{position:absolute;inset:0;margin:auto;width:62px;height:62px;border-radius:50%;background:rgba(255,255,255,.92);display:grid;place-items:center;color:var(--navy);font-size:1.1rem;box-shadow:0 8px 30px rgba(0,0,0,.25)}.video-copy{padding:18px 20px}.video-copy b{font-family:Georgia,serif;font-size:1.25rem}.video-copy span{display:block;color:#bec9db;font-size:.86rem;margin-top:6px}
.testimonials{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.quote{padding:26px;border-radius:22px;background:#edf3f8;border:1px solid var(--line)}.stars{color:var(--gold);letter-spacing:.08em}.quote p{color:#5f6b7c;line-height:1.75}.quote strong{color:var(--navy)}
.contact-wrap{display:grid;grid-template-columns:.85fr 1.15fr;gap:40px;background:var(--navy);border-radius:32px;overflow:hidden;color:#fff;box-shadow:var(--shadow)}.contact-copy{padding:54px}.contact-copy h2{font-family:Georgia,serif;font-size:clamp(2.2rem,4vw,3.6rem);margin:10px 0 18px}.contact-copy p{color:#cbd5e4;line-height:1.8}.contact-points{display:grid;gap:12px;margin-top:26px}.contact-point{padding:14px 0;border-bottom:1px solid rgba(255,255,255,.12)}.contact-form{background:#e7eef6;color:var(--ink);padding:42px}.field{display:grid;gap:7px;margin-bottom:15px}.field label{font-size:.78rem;font-weight:800;color:#596577}.field input,.field textarea,.field select{width:100%;border:1px solid #e1e5eb;border-radius:14px;padding:14px 15px;outline:none;background:#f4f7fa}.field input:focus,.field textarea:focus,.field select:focus{border-color:var(--gold)}
.footer{background:#04132f;color:#d2d9e6;padding:52px 0 28px;margin-top:92px}.footer-grid{display:grid;grid-template-columns:1.5fr repeat(3,1fr);gap:36px}.footer .logo{width:300px;filter:brightness(1.12)}.footer h4{color:#fff;margin:0 0 15px}.footer a{display:block;color:#b9c4d5;margin:9px 0;font-size:.9rem}.footer-bottom{display:flex;justify-content:space-between;gap:20px;border-top:1px solid rgba(255,255,255,.1);padding-top:22px;margin-top:34px;font-size:.82rem;color:#9eabc0}
.whatsapp{position:fixed;right:24px;bottom:24px;z-index:60;width:58px;height:58px;border-radius:50%;background:#25d366;color:#fff;display:grid;place-items:center;font-weight:900;box-shadow:0 12px 35px rgba(37,211,102,.35)}
.page-hero{background:linear-gradient(135deg,var(--navy),#0a3574);color:#fff;padding:92px 0}.page-hero h1{font-family:Georgia,serif;font-size:clamp(2.7rem,6vw,5rem);margin:10px 0}.page-hero p{color:#cbd6e7;max-width:720px;line-height:1.8}
.detail-layout{display:grid;grid-template-columns:1.35fr .65fr;gap:34px}.detail-gallery{display:grid;grid-template-columns:2fr 1fr;gap:12px}.detail-gallery img{width:100%;height:220px;object-fit:cover;border-radius:18px}.detail-gallery img:first-child{grid-row:span 2;height:452px}.detail-card{position:sticky;top:110px;border:1px solid var(--line);border-radius:24px;padding:26px;background:#edf3f8;box-shadow:var(--shadow)}.detail-card h2{font-family:Georgia,serif;color:var(--navy);font-size:2rem}.chips{display:flex;flex-wrap:wrap;gap:10px;margin:22px 0}.chip{background:#f2f4f8;border:1px solid #e3e7ee;border-radius:999px;padding:10px 13px;font-size:.84rem;font-weight:700;color:#536074}.amenities{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.amenity{padding:16px;border:1px solid var(--line);border-radius:16px;background:#edf3f8;font-weight:700;color:#566173}.notice{padding:16px 18px;border-radius:14px;background:#fff8e9;border:1px solid #f0ddb1;color:#6e5723;font-size:.88rem;line-height:1.6}
@media(max-width:980px){.menu{display:none}.mobile-toggle{display:block}.logo{max-width:58vw}.search-card{grid-template-columns:1fr 1fr}.metrics,.property-grid,.video-grid,.testimonials{grid-template-columns:1fr 1fr}.about-wrap,.contact-wrap,.detail-layout{grid-template-columns:1fr}.sales-grid{grid-template-columns:1fr 1fr}.sale:first-child{grid-row:span 1}.detail-card{position:static}.footer-grid{grid-template-columns:1fr 1fr}.hero{min-height:620px}}
@media(max-width:680px){.container{width:min(100% - 24px,1200px)}.section{padding:66px 0}.topbar{display:none}.nav{min-height:70px}.hero{min-height:600px}.hero-copy{padding:52px 0}.search-card,.metrics,.property-grid,.video-grid,.testimonials,.check-list,.sales-grid,.footer-grid,.amenities{grid-template-columns:1fr}.section-head{align-items:flex-start;flex-direction:column}.about-photo{min-height:430px}.contact-copy,.contact-form{padding:30px 22px}.footer-bottom{flex-direction:column}.detail-gallery{grid-template-columns:1fr}.detail-gallery img,.detail-gallery img:first-child{height:260px;grid-row:auto}.logo{width:230px;max-width:66vw}}

/* Premium blue-gray refinements */
.catalog-meta{display:flex;justify-content:space-between;gap:18px;align-items:center;margin:-6px 0 22px;padding:13px 17px;border:1px solid #c7d3e1;border-radius:16px;background:linear-gradient(90deg,#dce6f0,#edf2f7);color:#40516a;font-size:.84rem;font-weight:750}.catalog-meta span:first-child{color:var(--navy);font-weight:850}.video-section{border-top:1px solid #c5d2e0;border-bottom:1px solid #c5d2e0}.video-grid{grid-template-columns:repeat(3,1fr)}.video-card{border:1px solid rgba(201,154,57,.22);background:linear-gradient(160deg,#071d45,#0b2f68)}.property-card .btn.ghost{background:#e2eaf3;border-color:#c3cfdd}.property-card .btn.ghost:hover{background:#d2deea}.page-hero{border-bottom:4px solid rgba(201,154,57,.55)}.search-card,.metric,.property-card,.quote,.check,.contact-form,.detail-card,.amenity{backdrop-filter:blur(6px)}
@media(max-width:680px){.catalog-meta{align-items:flex-start;flex-direction:column}.video-grid{grid-template-columns:1fr}}

@media(max-width:760px){.topbar .container{flex-direction:column;align-items:flex-start}.topbar-links{width:100%;display:grid;grid-template-columns:repeat(3,1fr)}.platform-btn{width:100%;padding:8px 9px}.platform-btn span{font-size:.72rem}}


/* V5 - cards no estilo da referência enviada */
.property-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:34px 24px;align-items:start}
.property-card--plan-style{background:transparent;border:0;border-radius:0;box-shadow:none;overflow:visible;transform:none!important}
.property-card--plan-style:hover{box-shadow:none;transform:none!important}
.property-card--plan-style .property-media{display:block;position:relative;height:auto;overflow:hidden;border-radius:4px 4px 0 0;background:#dfe7f2;aspect-ratio: 0.78 / 1}
.property-card--plan-style .property-media img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}
.property-card--plan-style:hover .property-media img{transform:scale(1.025)}
.property-card--plan-style .property-status-strip{background:#dee0f0;color:#24376c;font-size:.9rem;font-weight:500;text-align:center;padding:7px 10px;margin-top:0;border-radius:0 0 4px 4px}
.property-card--plan-style .property-body{padding:16px 0 0}
.property-card--plan-style .property-body h3{font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;font-size:1.08rem;line-height:1.18;color:#10295e;margin:0 0 4px;font-weight:800;letter-spacing:-.01em}
.property-card--plan-style .property-body h3 a{color:inherit}
.property-card--plan-style .property-subtitle{font-size:.94rem;line-height:1.35;color:#8b97b2;margin:0 0 14px}
.property-card--plan-style .property-info-list{display:grid;gap:10px;margin:0}
.property-card--plan-style .property-info-item{display:flex;align-items:center;gap:12px;color:#162554;font-size:.92rem;line-height:1.35;font-weight:600}
.property-card--plan-style .property-info-item strong{font-weight:850;color:#10295e}
.property-card--plan-style .property-info-icon{width:28px;height:28px;display:inline-flex;align-items:center;justify-content:center;color:#ff4b4b;flex:0 0 28px}
.property-card--plan-style .property-info-icon svg{width:100%;height:100%}
.property-card--plan-style .property-card-footer{padding-top:12px}
.property-card--plan-style .card-link{display:inline-flex;align-items:center;gap:8px;font-size:.86rem;font-weight:800;color:#10295e;opacity:.9}
.property-card--plan-style .card-link::after{content:'→';font-size:.95rem;transition:transform .2s ease}
.property-card--plan-style .card-link:hover::after{transform:translateX(3px)}
.property-card .badge,.property-card .price,.property-card .specs,.property-card .property-location,.property-card .card-actions{display:none}
@media (max-width:980px){.property-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:28px 20px}}
@media (max-width:640px){.property-grid{grid-template-columns:1fr;gap:30px}.property-card--plan-style .property-media{aspect-ratio: 0.74 / 1}.property-card--plan-style .property-body h3{font-size:1.9rem}.property-card--plan-style .property-subtitle{font-size:1.12rem}.property-card--plan-style .property-info-item{font-size:1.02rem}}

/* V6 - ebooks e arquivos locais */
.property-card--plan-style .property-card-footer{display:flex;align-items:center;justify-content:space-between;gap:12px;border-top:1px solid rgba(7,29,69,.10);margin-top:15px;padding-top:13px}
.ebook-link{display:inline-flex;align-items:center;gap:7px;font-size:.84rem;font-weight:850;color:var(--gold);transition:.2s}.ebook-link::before{content:'PDF';display:inline-grid;place-items:center;min-width:30px;height:23px;padding:0 5px;border-radius:6px;background:var(--navy);color:#fff;font-size:.62rem;letter-spacing:.04em}.ebook-link:hover{color:var(--navy);transform:translateY(-1px)}
.btn.ebook-detail{background:#e2eaf3;border-color:#c3cfdd;color:var(--navy)}.btn.ebook-detail:hover{background:#d4e0ec}


/* V8 - catálogo real recebido */
.property-status-strip{display:flex!important;justify-content:space-between;gap:8px;align-items:center;background:linear-gradient(90deg,#d8e1ee,#eef2f7)!important;color:#10295e!important;font-weight:800!important}
.property-status-strip span{font-size:.72rem;color:#6c7892;text-transform:uppercase;letter-spacing:.08em}
.property-delivery{margin-top:11px;padding-top:11px;border-top:1px solid #ccd6e2;color:#5d6980;font-size:.82rem}.property-delivery strong{color:#10295e}
.property-card--plan-style .property-card-footer{display:flex;justify-content:space-between;align-items:center;gap:10px;flex-wrap:wrap;margin-top:14px}
.ebook-link{display:inline-flex;align-items:center;gap:7px;color:#b58525;font-weight:850;font-size:.82rem}.ebook-link svg{width:18px;height:18px}.ebook-link:hover{color:#8f6a20}.ebook-link.disabled,.btn.disabled{opacity:.5;pointer-events:none;cursor:not-allowed}
.filters.regions{margin-top:6px}.filters.regions .filter-btn{background:#dde6f0}.filters.regions .filter-btn.active,.filters.regions .filter-btn:hover{background:var(--navy);color:#fff}
.catalog-summary{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin:20px 0 28px}.catalog-summary div{background:linear-gradient(145deg,#f1f5f9,#dfe8f1);border:1px solid #c9d5e2;border-radius:16px;padding:16px}.catalog-summary strong{display:block;color:var(--navy);font-size:1.2rem}.catalog-summary span{color:var(--muted);font-size:.82rem}
.mobile-toggle{cursor:pointer}
@media(max-width:980px){.menu.mobile-open{display:flex;position:absolute;top:82px;left:20px;right:20px;background:#eef3f8;border:1px solid #cbd6e2;border-radius:20px;padding:18px;flex-direction:column;align-items:stretch;gap:10px;box-shadow:var(--shadow)}.menu.mobile-open a{padding:10px 12px}.catalog-summary{grid-template-columns:1fr}}

/* E-book viewer */
.book-viewer-page{background:linear-gradient(180deg,#06142f,#0a2b60 46%,#dfe8f2 46%);min-height:100vh}
.book-viewer-head{padding:52px 0 30px;color:#fff}.book-viewer-head h1{font-family:Georgia,serif;font-size:clamp(2.2rem,5vw,4rem);margin:8px 0}.book-viewer-head p{color:#c8d4e7}.book-viewer-shell{background:#edf3f8;border:1px solid #cbd7e4;border-radius:26px;box-shadow:0 30px 90px rgba(4,19,47,.25);overflow:hidden;margin-bottom:80px}
.book-toolbar{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:14px 18px;background:#071d45;color:#fff;border-bottom:1px solid rgba(255,255,255,.12);flex-wrap:wrap}.book-toolbar-group{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.book-nav-btn{border:1px solid rgba(255,255,255,.2);background:#0b2f68;color:#fff;border-radius:999px;padding:9px 14px;font-weight:800;cursor:pointer}.book-nav-btn:hover{background:#154687}.book-count{font-weight:800;color:#e0bd73;min-width:90px;text-align:center}.book-frame-wrap{height:min(78vh,900px);background:#cfd8e3}.book-frame{width:100%;height:100%;border:0;background:#fff}.book-missing{display:none;min-height:540px;place-items:center;text-align:center;padding:50px}.book-missing-inner{max-width:600px}.book-missing h2{font-family:Georgia,serif;color:var(--navy);font-size:2.3rem}.book-missing p{color:var(--muted);line-height:1.8}.book-hint{padding:12px 18px;background:#dfe8f2;color:#5d6980;font-size:.78rem;text-align:center}
@media(max-width:680px){.book-viewer-head{padding-top:35px}.book-frame-wrap{height:68vh}.book-toolbar{align-items:flex-start}.book-toolbar-group{width:100%;justify-content:center}.book-hint{font-size:.72rem}}


/* V9 - auditoria de mídia: somente materiais recebidos */
.property-media--empty{background:linear-gradient(145deg,#0b2f68,#071d45);display:grid;place-items:center;padding:28px;text-align:center;color:#fff}
.property-media-placeholder{display:grid;gap:8px;max-width:230px}.property-media-placeholder strong{font-family:Georgia,serif;font-size:1.35rem}.property-media-placeholder span{font-size:.83rem;line-height:1.55;color:#cbd6e7}
.detail-gallery-empty{grid-column:1/-1;min-height:320px;border-radius:22px;background:linear-gradient(145deg,#0b2f68,#071d45);color:#fff;display:grid;place-items:center;align-content:center;text-align:center;padding:40px;gap:9px}.detail-gallery-empty strong{font-family:Georgia,serif;font-size:1.8rem}.detail-gallery-empty span{color:#cbd6e7;max-width:560px;line-height:1.65}
.official-materials{background:linear-gradient(135deg,#d4e0ec 0%,#e8eef5 55%,#d8e3ef 100%);border-top:1px solid #c8d4e1;border-bottom:1px solid #c8d4e1}
.official-gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.official-gallery a{display:block;height:260px;border-radius:22px;overflow:hidden;box-shadow:0 12px 34px rgba(7,29,69,.10);border:1px solid #c8d4e1;background:#dfe7f2}.official-gallery img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.official-gallery a:hover img{transform:scale(1.035)}
@media(max-width:980px){.official-gallery{grid-template-columns:repeat(2,1fr)}}
@media(max-width:640px){.official-gallery{grid-template-columns:1fr}.official-gallery a{height:300px}}


/* V13 - Books por imagens otimizadas para Vercel */
.book-frame-wrap{position:relative;min-height:72vh;background:#eef3f8;display:grid;place-items:center;overflow:hidden;touch-action:pan-y;border-radius:0 0 18px 18px}.book-page-image{display:block;max-width:100%;width:auto;height:auto;max-height:calc(100vh - 190px);object-fit:contain;margin:auto;user-select:none;-webkit-user-drag:none;transition:opacity .16s ease;box-shadow:0 8px 28px rgba(7,29,69,.08)}.book-loading{position:absolute;inset:0;display:grid;place-items:center;color:#52617a;font-weight:800;background:rgba(238,243,248,.82);z-index:2;pointer-events:none}.book-nav-btn:disabled{opacity:.45;cursor:not-allowed;transform:none!important}.book-frame-wrap:fullscreen{background:#0a1730;padding:18px}.book-frame-wrap:fullscreen .book-page-image{max-height:100vh;max-width:100vw;box-shadow:none}@media(max-width:680px){.book-frame-wrap{min-height:64vh}.book-page-image{max-height:calc(100vh - 150px)}.book-toolbar{gap:10px}.book-toolbar-group{width:100%;justify-content:center;flex-wrap:wrap}.book-nav-btn{font-size:.82rem;padding:10px 12px}.book-count{min-width:auto}}


/* V16 - ajustes solicitados pelo proprietário */
.cury-partner{
  margin:24px 0 10px;
  padding:18px 22px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  border:1px solid rgba(11,47,104,.15);
  border-radius:18px;
  background:linear-gradient(120deg,rgba(255,255,255,.82),rgba(222,232,243,.92));
  box-shadow:0 10px 30px rgba(7,29,69,.06);
}
.cury-partner-copy{display:flex;align-items:center;gap:14px;flex-wrap:wrap}
.cury-partner-copy .eyebrow{margin-right:2px}
.cury-partner-copy strong{font-family:Georgia,serif;color:var(--navy);font-size:1.28rem}
.cury-partner-copy small{color:var(--muted);font-size:.82rem}
.cury-logo{width:118px;height:auto;object-fit:contain;flex:0 0 auto}
.footer-cury{display:flex;align-items:center;gap:10px;padding-top:2px;padding-bottom:18px;color:#9eabc0;font-size:.76rem;text-transform:uppercase;letter-spacing:.08em}
.footer-cury img{width:78px;height:auto;filter:brightness(0) invert(1);opacity:.86}

/* A imagem de cada card agora é a CAPA REAL (página 1) do book enviado. */
.property-card--plan-style .property-media{
  aspect-ratio:16/10;
  background:linear-gradient(145deg,#061a3c,#0b2f68);
  padding:10px;
  border-radius:10px 10px 0 0;
  display:flex;
  align-items:center;
  justify-content:center;
}
.property-card--plan-style .property-media img{
  width:100%;
  height:100%;
  object-fit:contain;
  border-radius:5px;
  background:#071d45;
}
.property-card--plan-style:hover .property-media img{transform:scale(1.015)}
.property-card--plan-style .property-status-strip{border-radius:0 0 5px 5px}

/* Na página do empreendimento, preserva a capa inteira quando ela aparece na galeria. */
.detail-gallery img:first-child{object-fit:contain;background:#071d45;padding:8px}

@media(max-width:680px){
  .cury-partner{align-items:flex-start;flex-direction:column;padding:17px 18px}
  .cury-partner-copy{display:grid;gap:5px}
  .cury-logo{width:105px}
  .property-card--plan-style .property-media{aspect-ratio:16/10;padding:7px}
}


/* V18 - destaque Minha Casa Minha Vida e condições comerciais */
.mcmv-highlight{
  margin:34px 0 18px;
  padding:30px;
  border-radius:28px;
  color:#fff;
  background:
    radial-gradient(circle at 92% 8%,rgba(224,189,115,.22),transparent 28%),
    linear-gradient(135deg,#071d45 0%,#0b2f68 70%,#123e80 100%);
  border:1px solid rgba(255,255,255,.14);
  box-shadow:0 22px 55px rgba(7,29,69,.18);
  overflow:hidden;
  position:relative;
}
.mcmv-highlight::after{content:"";position:absolute;width:240px;height:240px;border:1px solid rgba(255,255,255,.08);border-radius:50%;right:-90px;bottom:-120px;pointer-events:none}
.mcmv-highlight-head{display:grid;grid-template-columns:1.25fr .75fr;gap:30px;align-items:center;position:relative;z-index:1}
.mcmv-highlight h2{font-family:Georgia,serif;font-size:clamp(2rem,4vw,3.4rem);line-height:1.03;margin:8px 0 12px;color:#fff}
.mcmv-highlight-head p{max-width:680px;color:#cbd7e8;line-height:1.7;margin:0}
.program-seals{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.program-seal{min-height:108px;border-radius:20px;padding:16px;display:flex;align-items:center;gap:12px;background:rgba(255,255,255,.09);border:1px solid rgba(255,255,255,.15);backdrop-filter:blur(7px)}
.program-seal svg{width:46px;height:46px;color:#e0bd73;flex:0 0 46px}.program-seal>span{display:grid;gap:2px}.program-seal small{font-size:.67rem;letter-spacing:.08em;text-transform:uppercase;color:#afbed4;font-weight:800}.program-seal strong{font-size:.93rem;line-height:1.18;color:#fff}.program-seal-caixa{border-color:rgba(69,143,213,.32)}
.caixa-logo-img{width:92px;height:auto;object-fit:contain;flex:0 0 92px;display:block}
.mcmv-benefits{display:grid;grid-template-columns:repeat(3,1fr) auto;gap:12px;align-items:stretch;margin-top:24px;position:relative;z-index:1}
.mcmv-benefit{display:flex;align-items:center;gap:12px;min-height:92px;border-radius:18px;padding:15px 16px;background:rgba(255,255,255,.96);color:var(--navy);box-shadow:0 9px 28px rgba(0,0,0,.12)}
.mcmv-benefit-icon{width:48px;height:48px;border-radius:14px;display:grid;place-items:center;flex:0 0 48px;background:linear-gradient(135deg,#dfeafa,#c8d8ed);color:#0b2f68;font-size:.76rem;font-weight:900;border:1px solid #c0d2e6}
.mcmv-benefit span{display:block;color:#6f7d92;font-size:.71rem;text-transform:uppercase;letter-spacing:.07em;font-weight:850;margin-bottom:3px}.mcmv-benefit strong{display:block;font-size:.91rem;line-height:1.3;color:#071d45}
.mcmv-cta{align-self:stretch;min-width:190px;border-radius:18px;padding-inline:20px;text-align:center}
.mcmv-disclaimer{position:relative;z-index:1;margin:14px 3px 0;color:#aebed4;font-size:.69rem;line-height:1.5}
@media(max-width:1050px){.mcmv-highlight-head{grid-template-columns:1fr}.program-seals{max-width:620px}.mcmv-benefits{grid-template-columns:repeat(3,1fr)}.mcmv-cta{grid-column:1/-1;min-height:52px}}
@media(max-width:760px){.mcmv-highlight{padding:23px 18px;border-radius:22px}.program-seals{grid-template-columns:1fr}.mcmv-benefits{grid-template-columns:1fr}.mcmv-cta{grid-column:auto}.mcmv-benefit{min-height:82px}}
