*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%;font-size:16px;overflow-x:hidden}body{color:var(--ink);background:var(--bg-soft);min-height:100vh;font-family:Poppins,system-ui,-apple-system,sans-serif;line-height:1.5;overflow-x:hidden}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button{cursor:pointer;font:inherit;background:0 0;border:none}.container{max-width:var(--container);margin:0 auto;padding:0 24px}.btn{white-space:nowrap;border-radius:999px;justify-content:center;align-items:center;gap:8px;padding:14px 22px;font-size:15px;font-weight:600;line-height:1;transition:background .18s,transform .15s;display:inline-flex}.btn:hover{transform:translateY(-1px)}.btn-primary{background:var(--orange);color:#fff;box-shadow:0 4px 14px #f47c204d}.btn-primary:hover{background:var(--orange-dark)}.btn-ghost{color:var(--ink);border:1.5px solid var(--line);background:0 0}.btn-ghost:hover{border-color:var(--orange);color:var(--orange)}.btn-wa{background:var(--green);color:#fff;box-shadow:0 4px 14px #25d36647}.btn-wa:hover{background:var(--green-dark)}.ico{flex:none;width:19px;height:19px}.footer .brand .logo-img{width:auto;height:56px;display:block}.page-hero{border-bottom:1px solid var(--line);text-align:center;background:repeating-linear-gradient(135deg,#f47c200a 0 1px,#0000 1px 18px),linear-gradient(135deg,#fff8ef 0%,#fff 62%,#f7f8fb 100%);padding:34px 0 28px;position:relative;overflow:hidden}.page-hero:before{content:"";pointer-events:none;background:linear-gradient(115deg,#0000 0%,#ffffffb3 45%,#0000 58%);animation:5.5s ease-in-out infinite heroSheen;position:absolute;inset:0;transform:translate(-100%)}.page-hero .container{z-index:1;position:relative}.page-hero-eyebrow{color:#9a4a0a;letter-spacing:.2px;background:#fff4e8;border:1px solid #ffd8b2;border-radius:999px;align-items:center;gap:8px;margin-bottom:16px;padding:8px 14px;font-size:13px;font-weight:700;display:inline-flex;box-shadow:0 2px 8px #f47c201f}.page-hero-eyebrow .dot{background:var(--orange);border-radius:50%;flex:none;width:8px;height:8px;animation:2s ease-in-out infinite pinPulse}.page-hero h1{color:var(--ink);letter-spacing:0;margin-bottom:12px;font-size:clamp(30px,4.2vw,46px);font-weight:800;line-height:1.15}.page-hero h1 span{color:var(--orange)}.page-hero p{color:var(--muted);max-width:560px;margin:0 auto;font-size:17px;line-height:1.6}.page-hero-inner{flex-direction:column;align-items:center;gap:18px;display:flex}.fav-count-info{isolation:isolate;text-align:left;min-width:218px;color:var(--ink);background:radial-gradient(circle at 12% 18%,#ffffffe0,#0000 28%),linear-gradient(135deg,#fff 0%,#fff7ed 58%,#fff1de 100%);border:1px solid #f47c2057;border-radius:18px;flex-shrink:0;align-items:center;gap:12px;padding:12px 16px;display:inline-flex;position:relative;overflow:hidden;box-shadow:0 16px 38px #f47c2026,0 5px 16px #0f246014,inset 0 1px #ffffffd9}.fav-count-info:before{content:"";pointer-events:none;z-index:0;background:linear-gradient(100deg,#0000,#ffffffb8,#0000);width:36%;animation:4.2s ease-in-out infinite favCountSheen;position:absolute;inset:-35% auto -35% -45%;transform:skew(-18deg)}.fav-count-info>*{z-index:1;position:relative}.fav-count-icon{background:linear-gradient(135deg,var(--orange),#df6411);color:#fff;border-radius:14px;flex:none;place-items:center;width:42px;height:42px;display:grid;box-shadow:0 10px 22px #f47c2045,inset 0 1px #ffffff3d}.fav-count-icon svg{width:21px;height:21px}.fav-count-copy{flex-direction:column;gap:3px;min-width:0;display:flex}.fav-count-line{align-items:baseline;gap:7px;line-height:1;display:flex}.fav-count-info .num{color:var(--orange);font-size:30px;font-weight:850;line-height:.95;display:inline-block}.fav-count-info .lbl{color:var(--ink-2);font-size:14px;font-weight:750;display:inline-block}.fav-count-sub{color:var(--muted);white-space:nowrap;font-size:11.5px;font-weight:650}@keyframes pinPulse{0%,to{box-shadow:0 0 #f47c2061}60%{box-shadow:0 0 0 7px #f47c2000}}@keyframes heroSheen{0%,70%{transform:translate(-100%)}to{transform:translate(100%)}}@keyframes favCountSheen{0%,55%{left:-45%}to{left:125%}}@media (max-width:560px){.fav-count-info{border-radius:16px;min-width:0;padding:11px 14px}.fav-count-icon{border-radius:13px;width:38px;height:38px}.fav-count-info .num{font-size:27px}.fav-count-info .lbl{font-size:13px}.fav-count-sub{font-size:11px}}@media (prefers-reduced-motion:reduce){.fav-count-info:before{animation:none}}.fav-content{padding:48px 0 80px}.fav-grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}@media (max-width:900px){.fav-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:560px){.fav-grid{grid-template-columns:1fr}}.fav-card{border-radius:var(--radius-lg);border:1px solid var(--line);box-shadow:var(--shadow-sm);background:#fff;flex-direction:column;transition:transform .25s,box-shadow .25s;display:flex;position:relative;overflow:hidden}.fav-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}.card-photo{aspect-ratio:4/3;color:#7c89a7;background:repeating-linear-gradient(45deg,#eef2f9 0 12px,#e3e8f3 12px 24px);place-items:center;display:grid;position:relative;overflow:hidden}.card-photo img{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.card-photo-placeholder{letter-spacing:.4px;text-transform:uppercase;text-align:center;color:#8a96b3;flex-direction:column;align-items:center;gap:8px;padding:0 10px;font-size:12.5px;font-weight:600;display:flex}.card-photo-placeholder svg{opacity:.55;width:30px;height:30px}.photo-badge{z-index:2;letter-spacing:.3px;border-radius:999px;align-items:center;gap:6px;padding:7px 12px;font-size:11.5px;font-weight:700;display:inline-flex;position:absolute;top:14px}.photo-badge.left{background:var(--yellow);color:var(--ink);left:14px}.photo-badge.left.is-premium{background:var(--orange);color:#fff}.photo-badge.right{color:#15803d;background:#dcfce7;animation:1.75s ease-in-out infinite availablePulse;right:14px}.photo-badge.right:before{content:"";background:#16a34a;border-radius:50%;width:7px;height:7px}.card-unfav{z-index:3;cursor:pointer;background:#ffffffeb;border:none;border-radius:50%;place-items:center;width:38px;height:38px;transition:transform .2s,background .15s;display:grid;position:absolute;bottom:12px;right:12px;box-shadow:0 2px 8px #00000026}.card-unfav:hover{background:#fff5f5;transform:scale(1.1)}.card-unfav svg{fill:#e63b60;stroke:#e63b60;stroke-width:1.5px;width:18px;height:18px}.card-body{flex-direction:column;flex:1;gap:14px;padding:20px 22px 22px;display:flex}.card-title{letter-spacing:-.2px;color:var(--ink);font-size:18px;font-weight:700;line-height:1.25}.card-title span{color:var(--muted);font-size:14px;font-weight:500}.card-addr{color:var(--muted);gap:8px;font-size:13.5px;line-height:1.4;display:flex}.card-addr svg{width:16px;height:16px;color:var(--orange);flex:none;margin-top:1px}.card-tags{cursor:default;flex-wrap:wrap;gap:6px;display:flex}.tag{color:var(--ink-2);cursor:default;background:#f3f5fa;border-radius:8px;align-items:center;gap:5px;padding:6px 10px;font-size:12px;font-weight:500;display:inline-flex}.tag svg{width:13px;height:13px;color:var(--orange);flex:none}.tag-text{min-width:0}.card-extra{color:#7a5a00;background:linear-gradient(#fff8e6,#fff3d1);border:1px dashed #f1c54a;border-radius:10px;align-items:center;gap:8px;padding:8px 12px;font-size:12.5px;font-weight:500;display:flex}.card-price{border-top:1px dashed var(--line);justify-content:space-between;align-items:center;gap:10px;margin-top:auto;padding-top:14px;display:flex}.price-main{color:var(--ink);font-size:22px;font-weight:800;line-height:1}.price-from{color:var(--muted);letter-spacing:.01em;margin-bottom:2px;font-size:11px;font-weight:600;display:block}.price-unit{color:var(--muted);font-size:14px;font-weight:600}.price-note{color:var(--muted);margin-top:3px;font-size:12px;font-weight:400}.price-note-contrato{color:var(--orange);font-weight:600}.card-actions{grid-template-columns:1.4fr 1fr;gap:8px;margin-top:0;display:grid}.card-actions .btn{justify-content:center;min-width:0;padding:12px 14px;font-size:13.5px}.card-actions .btn-ghost{isolation:isolate;background:linear-gradient(135deg,#fff 0%,#fff4e8 100%);position:relative;overflow:hidden}.card-actions .btn-ghost:before{content:"";pointer-events:none;background:linear-gradient(100deg,#0000,#ffffffb8,#0000);width:46%;animation:2.35s ease-in-out infinite buttonSheen;position:absolute;inset:0 auto 0 -70%;transform:skew(-18deg)}.card-actions .btn-primary{box-shadow:0 4px 12px #f47c2047}@keyframes availablePulse{0%,to{transform:scale(1);box-shadow:0 0 #16a34a2e}50%{transform:scale(1.025);box-shadow:0 0 0 6px #16a34a00}}@keyframes buttonSheen{0%{left:-70%}55%{left:125%}to{left:125%}}@media (prefers-reduced-motion:reduce){.photo-badge.right,.card-actions .btn-ghost:before{animation:none}}@media (max-width:820px){.card-actions{grid-template-columns:1fr}}@media (max-width:640px){.fav-card{border-radius:16px}.fav-card:hover{transform:none}.card-photo{aspect-ratio:16/10}.photo-badge{gap:4px;padding:5px 8px;font-size:10px;top:10px}.photo-badge.left{left:10px}.photo-badge.right{right:10px}.card-unfav{width:36px;height:36px;bottom:10px;right:10px}.card-body{gap:9px;padding:14px 14px 15px}.card-title{letter-spacing:0;font-size:16px;line-height:1.22}.card-title span{font-size:12.5px}.card-addr{gap:6px;font-size:12px;line-height:1.35}.card-addr svg{width:14px;height:14px}.card-tags{grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;display:grid}.tag{border-radius:7px;gap:4px;width:100%;min-width:0;padding:6px 7px;font-size:11px;line-height:1.2}.tag svg{width:12px;height:12px}.tag-text{overflow-wrap:anywhere}.card-extra{border-radius:8px;padding:7px 9px;font-size:11.5px;line-height:1.35}.card-price{padding-top:9px}.price-main{font-size:20px}.price-note{font-size:11px;line-height:1.25}.card-actions{grid-template-columns:minmax(0,1.35fr) minmax(0,.9fr);gap:6px}.card-actions .btn{gap:5px;padding:10px 8px;font-size:12px}.card-actions .btn .ico{width:15px;height:15px}}.empty-state{text-align:center;padding:100px 24px}.empty-icon{border:1.5px solid var(--line);width:80px;height:80px;box-shadow:var(--shadow-sm);background:#fff;border-radius:50%;place-items:center;margin:0 auto 24px;display:grid}.empty-icon svg{width:36px;height:36px;color:var(--muted)}.empty-state h2{color:var(--ink);margin-bottom:10px;font-size:24px;font-weight:800}.empty-state p{color:var(--muted);max-width:360px;margin-bottom:28px;margin-left:auto;margin-right:auto;font-size:16px}.fav-actions{border-top:1px solid var(--line);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:14px;margin-top:34px;padding-top:26px;display:flex}.fav-actions-clear{color:var(--muted);background:#ffffffbd;padding:11px 17px;font-size:14px;transition:transform .18s,border-color .18s,color .18s,background .18s}.fav-actions-clear:hover{color:var(--ink-2);background:#fff;border-color:#d6dbea;transform:translateY(-1px)}.fav-cta{isolation:isolate;background:radial-gradient(circle at 12% 20%, #ffffff57, transparent 26%), linear-gradient(135deg,#ff9b3d 0%,var(--orange,#f47c20) 52%,#df6411 100%);color:#fff;border:1px solid #ffffff2e;border-radius:16px;min-width:min(100%,312px);min-height:58px;padding:10px 18px 10px 12px;animation:3.6s ease-in-out infinite favCtaBreath;position:relative;overflow:hidden;transform:translateZ(0);box-shadow:0 16px 34px #f47c2047,0 5px 16px #df64112e,inset 0 1px #ffffff3d}.fav-cta:before{content:"";pointer-events:none;z-index:0;background:linear-gradient(100deg,#0000,#ffffff8c,#0000);width:34%;animation:3.2s ease-in-out infinite favCtaSheen;position:absolute;inset:-30% auto -30% -45%;transform:skew(-18deg)}.fav-cta:after{content:"";pointer-events:none;border:1px solid #ffffff29;border-radius:15px;position:absolute;inset:1px}.fav-cta>*{z-index:1;position:relative}.fav-cta:hover{background:radial-gradient(circle at 12% 20%,#ffffff61,#0000 26%),linear-gradient(135deg,#ffa647 0%,#f47c20 52%,#d95c0f 100%);transform:translateY(-2px);box-shadow:0 20px 42px #f47c205c,0 8px 18px #df64113d,inset 0 1px #ffffff40}.fav-cta:focus-visible{outline-offset:4px;outline:3px solid #f47c2047}.fav-cta-icon{background:#ffffff2e;border-radius:13px;flex:none;place-items:center;width:38px;height:38px;display:grid;position:relative;box-shadow:inset 0 1px #fff3}.fav-cta-icon svg{width:21px;height:21px}.fav-cta-count{color:#df6411;border:2px solid var(--orange,#f47c20);background:#fff;border-radius:999px;place-items:center;min-width:22px;height:22px;padding:0 6px;font-size:12px;font-weight:800;line-height:1;animation:2.6s ease-in-out infinite favCountPop;display:grid;position:absolute;top:-9px;right:-9px;box-shadow:0 8px 18px #df641138}.fav-cta-copy{text-align:left;flex-direction:column;gap:2px;min-width:0;line-height:1.1;display:flex}.fav-cta-copy strong{letter-spacing:0;font-size:16px;font-weight:800}.fav-cta-copy small{color:#ffffffc7;white-space:nowrap;font-size:12px;font-weight:600}.fav-cta-arrow{opacity:.9;flex:none;width:18px;height:18px;margin-left:2px;transition:transform .18s,opacity .18s}.fav-cta:hover .fav-cta-arrow{opacity:1;transform:translate(3px)}@keyframes favCtaBreath{0%,to{box-shadow:0 16px 34px #f47c2047,0 5px 16px #df64112e,inset 0 1px #ffffff3d}50%{box-shadow:0 18px 42px #f47c2061,0 7px 18px #df64113d,inset 0 1px #ffffff3d}}@keyframes favCtaSheen{0%,50%{left:-45%}to{left:125%}}@keyframes favCountPop{0%,to{transform:scale(1)}45%{transform:scale(1.1)}60%{transform:scale(1)}}@media (max-width:640px){.fav-actions{align-items:stretch;gap:12px;padding-top:24px}.fav-cta{flex:100%;order:1;justify-content:flex-start;min-width:0}.fav-actions-clear{order:2;justify-content:center;width:100%}.fav-cta-copy strong{font-size:15px}.fav-cta-copy small{font-size:11.5px}}@media (prefers-reduced-motion:reduce){.fav-cta,.fav-cta:before,.fav-cta-count{animation:none}.fav-cta,.fav-cta:hover{transform:none}}.wa-fab{z-index:200;background:var(--green);color:#fff;border-radius:50%;place-items:center;width:60px;height:60px;transition:transform .2s;display:grid;position:fixed;bottom:28px;right:28px;box-shadow:0 6px 22px #25d36666}.wa-fab:hover{transform:scale(1.08)}.wa-fab svg{width:30px;height:30px}.fav-toast{color:#fff;z-index:500;opacity:0;pointer-events:none;background:#1a2340;border-radius:999px;padding:12px 22px;font-size:14px;font-weight:600;transition:opacity .3s,transform .3s;position:fixed;bottom:100px;left:50%;transform:translate(-50%)translateY(20px)}.fav-toast.show{opacity:1;transform:translate(-50%)translateY(0)}
.footer{color:#ffffffc7;background:#1a1a1a;padding:64px 0 28px}.footer-grid{grid-template-columns:1.4fr 1fr 1fr 1fr;gap:40px;margin-bottom:40px;display:grid}@media (max-width:900px){.footer-grid{grid-template-columns:1fr 1fr;gap:32px}}@media (max-width:520px){.footer{padding:42px 0 24px}.footer-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px 18px;margin-bottom:28px}.footer-grid .brand,.footer-grid>div:nth-child(2){grid-column:1/-1}}.footer h4{color:#fff;letter-spacing:1.4px;text-transform:uppercase;margin-bottom:16px;font-size:13px;font-weight:700}.footer ul{flex-direction:column;gap:10px;list-style:none;display:flex}.footer ul a{font-size:14px;transition:color .15s}.footer ul a:hover{color:var(--orange)}.footer .brand .logo{color:#fff;margin-bottom:14px;display:flex}.footer .brand .logo-img{width:auto;height:56px;display:block}.footer .brand .logo-text{color:#fff}.footer .brand .logo-text small{color:#ffffff80}.footer .brand p{color:#fff9;max-width:340px;margin-bottom:18px;font-size:14px;line-height:1.6}.footer .contact-row{align-items:flex-start;gap:10px;margin-bottom:10px;font-size:14px;display:flex}.footer .contact-row svg{width:16px;height:16px;color:var(--orange);flex:none;margin-top:3px}.footer .footer-wa-link{color:#fff;font-weight:700}.footer .footer-wa-link:hover{color:var(--orange)}.footer .legal{color:#ffffff8c;border-top:1px solid #ffffff14;flex-wrap:wrap;justify-content:space-between;gap:16px;padding-top:20px;font-size:13px;display:flex}.footer .legal a{color:inherit}.footer .legal a:hover{color:var(--orange)}@media (max-width:520px){.footer h4{margin-bottom:10px;font-size:12px}.footer ul{gap:8px}.footer ul a,.footer ul li{font-size:13px;line-height:1.35}.footer .brand p{margin-bottom:4px}.footer .contact-row{margin-bottom:8px;font-size:13px}.footer .legal{gap:10px;font-size:12.5px}}.wa-fab{isolation:isolate;z-index:200!important;background:var(--green,#25d366)!important;color:#fff!important;border-radius:50%!important;place-items:center!important;width:62px!important;height:62px!important;transition:transform .2s,box-shadow .2s!important;display:grid!important;position:fixed!important;bottom:22px!important;right:22px!important;box-shadow:0 10px 28px #25d36673!important}.wa-fab:hover{transform:scale(1.06)!important;box-shadow:0 12px 34px #25d36685!important}.wa-fab svg{width:30px!important;height:30px!important}.wa-fab:before,.wa-fab:after{content:"";border:2px solid var(--green,#25d366);pointer-events:none;z-index:-1;border-radius:50%;animation:2.2s ease-out infinite waFabPulse;position:absolute;inset:0}.wa-fab:after{animation-delay:1.1s}.wa-tip{z-index:199;color:#fff;white-space:nowrap;opacity:0;pointer-events:none;background:#1a1a1a;border-radius:8px;padding:8px 14px;font-size:13px;font-weight:600;transition:opacity .2s,transform .2s;position:fixed;bottom:36px;right:96px;transform:translate(8px);box-shadow:0 6px 18px #0f246024}.wa-tip:after{content:"";background:#1a1a1a;width:10px;height:10px;position:absolute;top:50%;right:-5px;transform:translateY(-50%)rotate(45deg)}.wa-fab:hover+.wa-tip{opacity:1;transform:translate(0)}@keyframes waFabPulse{0%{opacity:.68;transform:scale(1)}to{opacity:0;transform:scale(1.7)}}@media (max-width:640px){.wa-fab{width:48px!important;height:48px!important;bottom:14px!important;right:14px!important;box-shadow:0 8px 20px #25d3665c!important}.wa-fab svg{width:24px!important;height:24px!important}.wa-fab:before,.wa-fab:after{border-width:1px;animation:2.4s ease-out infinite waFabPulseMobile}.wa-fab:after{animation-delay:1.2s}.wa-tip{display:none}@keyframes waFabPulseMobile{0%{opacity:.45;transform:scale(1)}to{opacity:0;transform:scale(1.42)}}}@media (prefers-reduced-motion:reduce){.wa-fab:before,.wa-fab:after{animation:none}}
