@charset "UTF-8";
:root{--paper:#faf8f2;--ink:#29493e;--muted:#5f685f;--line:#dedfd4;--sage:#e9eddf;--accent:#b25b40}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:25px}body{margin:0;background:var(--paper);color:var(--ink);font-family:Arial,Helvetica,sans-serif;font-size:16px;line-height:1.6}a{color:inherit;text-underline-offset:5px}a:focus-visible{outline:3px solid #b25b40;outline-offset:5px}a,button{-webkit-tap-highlight-color:transparent}.wrap{max-width:1200px;width:calc(100% - 96px);margin-inline:auto}.preview{text-align:center;padding:6px 16px;font-size:11px;letter-spacing:1.6px;background:#e9e5d8;color:#4e554a}.preview span{letter-spacing:.4px}.header{display:flex;align-items:center;justify-content:space-between;gap:24px;padding-block:27px;border-bottom:1px solid var(--line)}.brand{display:flex;gap:12px;align-items:center;text-decoration:none}.brand strong{display:block;font-family:Georgia,serif;font-size:23px;font-weight:normal;line-height:1.2}.brand small{display:block;font-size:8px;letter-spacing:1.8px;margin-top:7px}.brand-symbol{position:relative;font-family:Georgia,serif;font-size:47px;line-height:1}.brand-symbol span{font-size:19px;position:absolute;right:-4px;top:-8px;color:var(--accent)}nav{display:flex;gap:28px}nav a{font-size:13px;text-decoration:none;padding-block:12px}nav a:hover{text-decoration:underline}.button{display:inline-flex;justify-content:center;align-items:center;gap:25px;background:var(--ink);color:white;border:1px solid var(--ink);padding:16px 23px;border-radius:7px;text-decoration:none;font-size:15px;font-weight:600;min-height:52px;transition:background .2s}.button:hover{background:#18372d}.button span{font-size:23px;line-height:1}.compact{font-size:13px;padding:11px 17px;min-height:46px;gap:18px}.hero{display:grid;grid-template-columns:1.15fr 1fr;gap:70px;align-items:center;padding-block:65px 74px}.eyebrow{font-size:10px;letter-spacing:2px;font-weight:700;margin:0 0 24px}.hero .eyebrow{display:flex;gap:9px;align-items:center}.eyebrow>span{width:6px;height:6px;border-radius:50%;background:var(--accent)}h1,h2,h3,p{margin-top:0}h1,h2{font-family:Georgia,'Times New Roman',serif;font-weight:normal;letter-spacing:-1.6px;line-height:1.08}h1{font-size:clamp(48px,5.1vw,70px);margin-bottom:25px}em{font-weight:normal;color:var(--accent)}.intro{max-width:420px;font-size:16px;color:var(--muted);line-height:1.8;margin-bottom:27px}.micro{font-size:11px;color:var(--muted);margin-top:13px;margin-bottom:0}.hero-art{position:relative;min-height:490px;border-radius:160px 160px 12px 12px;background:#e9e5d7;padding:40px 35px 25px;overflow:hidden}.art-label{text-align:center;letter-spacing:2px;font-size:9px;margin:5px 0 25px}.window{position:relative;overflow:hidden;background:#f5efdc;width:75%;height:285px;margin:auto;border-radius:130px 130px 0 0;border:9px solid #d5cbb5;box-shadow:0 10px 0 -1px #c3b79e}.sun{position:absolute;right:30px;top:37px;width:68px;height:68px;border-radius:50%;background:#c88053}.hill{position:absolute;width:330px;height:220px;border-radius:50%}.hill-back{background:#a5b09a;bottom:-115px;left:-90px;transform:rotate(25deg)}.hill-front{background:#617d69;bottom:-157px;right:-100px;transform:rotate(-20deg)}.window-line{position:absolute;inset:0;border-bottom:8px solid #d5cbb5;top:52%;height:0}.window:after{content:"";position:absolute;left:49%;width:8px;height:100%;background:#d5cbb5}.art-bottom{display:flex;justify-content:space-between;align-items:center;margin:30px 10px 0;font-family:Georgia,serif;font-size:21px;line-height:1.35}.flower{font-size:56px;color:var(--accent);line-height:1}.art-caption{display:block;font-size:9px;text-align:center;margin-top:18px;color:#63685a}.highlights{border-block:1px solid var(--line)}.highlight-grid{display:grid;grid-template-columns:repeat(3,1fr);padding-block:25px;gap:25px}.highlight-grid>div{display:flex;align-items:center;gap:18px}.highlight-grid>div>span{font-size:12px;color:var(--accent);border:1px solid #d4d5c7;border-radius:50%;width:37px;height:37px;display:grid;place-items:center;flex-shrink:0}.highlight-grid p{font-size:11px;color:var(--muted);margin:0}.highlight-grid strong{display:block;font-size:14px;color:var(--ink);font-weight:500}.section{padding-block:85px}h2{font-size:43px;margin-bottom:24px}.section-heading{display:flex;justify-content:space-between;align-items:end;gap:60px;margin-bottom:35px}.section-heading h2{margin:0}.section-heading>p{max-width:330px;color:var(--muted);font-size:14px;margin-bottom:5px}.apartments{display:grid;grid-template-columns:1fr 1fr;gap:26px}.apartment{border:1px solid var(--line);border-radius:11px;overflow:hidden;background:#fffdf8}.photo-placeholder{height:235px;display:flex;align-items:center;justify-content:center;flex-direction:column;background:#e8e9df;color:#616b5d;font-size:13px;gap:5px}.photo-placeholder.second{background:#ece4d9}.photo-placeholder small{font-size:10px}.photo-icon{font-size:38px;line-height:1.2;font-weight:normal;opacity:.6}.apartment img{width:100%;height:235px;object-fit:cover;display:block}.apartment-body{padding:28px 30px}.tag{font-size:9px;letter-spacing:1.8px;color:var(--muted)}h3{font-family:Georgia,serif;font-weight:normal;font-size:27px;line-height:1.3;margin-bottom:12px}.apartment h3{margin-top:8px}.apartment p{font-size:14px;color:var(--muted);max-width:390px}.text-link{display:inline-flex;align-items:center;gap:24px;padding-block:10px;font-size:14px;font-weight:600}.text-link span{font-size:22px}.how{background:var(--sage)}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:50px;margin-top:40px}.step-number{display:grid;place-items:center;width:35px;height:35px;border:1px solid #adb9a6;border-radius:50%;font-family:Georgia,serif;margin-bottom:20px}.steps h3{font-size:23px}.steps p{font-size:14px;color:#515e50;margin:0}.location{display:grid;grid-template-columns:1.2fr 1fr;gap:100px;align-items:center}.location p{color:var(--muted);font-size:14px}address{font-style:normal;font-weight:600;font-size:15px}.location .micro{font-size:11px}.arrival{border-left:1px solid var(--line);padding-left:50px}.arrival .flower{display:block;margin-bottom:20px}.arrival h3{max-width:250px}.arrival p:last-child{margin-bottom:0}.contact{background:var(--ink);color:var(--paper);border-radius:12px;padding:50px 55px;display:flex;justify-content:space-between;align-items:center;gap:40px}.contact .eyebrow{color:#d7debc}.contact h2{margin-bottom:18px}.contact p:last-child{font-size:14px;color:#e0e5dc;margin:0}.contact-action{display:flex;align-items:center;flex-direction:column;gap:13px}.light{background:#f4eddd;border-color:#f4eddd;color:var(--ink)}.light:hover{background:#e2d8bf}.contact-action>span{font-size:15px}.contact-action small{font-size:11px;color:#e0e5dc}footer{padding-block:40px;display:flex;justify-content:space-between;gap:35px}footer strong{font-family:Georgia,serif;font-size:20px;font-weight:normal}footer p{font-size:11px;color:var(--muted);margin:7px 0 0}.privacy{align-self:center;max-width:390px}.mobile-contact{display:none}.skip{position:fixed;z-index:20;top:-100px;background:white;padding:12px}.skip:focus{top:8px}[aria-disabled=true]{background:#e0e0d5!important;color:#414a40!important;border-color:#9caa99;cursor:default}
@media(min-width:1450px){.hero{gap:110px}.hero-art{min-height:515px}.window{height:305px}}
@media(max-width:1000px){.wrap{width:calc(100% - 48px)}nav{gap:16px}.header>.button{display:none}.hero{gap:35px}.hero-art{min-height:440px;padding-inline:20px}.window{height:255px}.art-bottom{font-size:18px}.location{gap:40px}.steps{gap:28px}.contact{padding:40px}.highlight-grid{gap:14px}.highlight-grid>div{gap:10px}.highlight-grid strong{font-size:12px}}
@media(max-width:650px){.wrap{width:calc(100% - 40px)}.header{flex-direction:column;gap:17px;padding-block:23px 12px;align-items:flex-start}nav{justify-content:space-between;width:100%;gap:9px}nav a{font-size:12px;min-height:44px;display:flex;align-items:center}.hero{grid-template-columns:1fr;padding-block:36px 40px;gap:30px}h1{font-size:52px}.hero .eyebrow{font-size:9px;letter-spacing:1.4px}.intro{font-size:15px}.hero-copy>.button{width:100%}.hero-art{min-height:365px;border-radius:130px 130px 10px 10px;padding-top:26px;max-width:430px;width:100%;margin:auto}.window{height:215px;width:66%}.art-label{margin-bottom:17px;font-size:8px}.art-bottom{margin-top:22px;font-size:18px}.art-caption{margin-top:7px}.flower{font-size:46px}.highlight-grid{grid-template-columns:1fr;padding-block:22px;gap:18px}.highlight-grid strong{font-size:14px}.highlight-grid>div{gap:16px}.section{padding-block:50px}.section-heading{display:block;margin-bottom:26px}h2{font-size:35px;letter-spacing:-1px}.section-heading>p{margin-top:22px;max-width:none}.apartments{grid-template-columns:1fr;gap:23px}.photo-placeholder,.apartment img{height:205px}.apartment-body{padding:23px}.steps{grid-template-columns:1fr;gap:30px;margin-top:32px}.step-number{margin-bottom:12px}.location{grid-template-columns:1fr;gap:30px}.arrival{padding:26px;border:1px solid var(--line);border-radius:8px}.arrival h3{max-width:none}.contact{flex-direction:column;align-items:stretch;padding:30px 25px;gap:25px}.contact-action{align-items:stretch;text-align:center}.contact h2{font-size:36px}footer{flex-direction:column;padding-bottom:110px;gap:15px}.privacy{align-self:start}.mobile-contact{display:block;position:fixed;bottom:0;left:0;right:0;padding:10px 20px calc(10px + env(safe-area-inset-bottom));background:var(--paper);border-top:1px solid var(--line);z-index:10}.mobile-contact .button{width:100%;min-height:49px;padding-block:11px}.eyebrow{margin-bottom:18px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}
/* Galeria de fotos reais: controles nativos e ampliação por teclado. */
button{font:inherit}button:focus-visible{outline:3px solid #b25b40;outline-offset:4px}.gallery-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;padding:8px}.gallery-photo{position:relative;border:0;padding:0;min-height:95px;background:#e8e9df;cursor:pointer;overflow:hidden;border-radius:5px}.gallery-photo:first-child{grid-column:1/-1;height:235px}.apartment .gallery-photo img{height:105px;width:100%;object-fit:cover}.apartment .gallery-photo:first-child img{height:235px}.gallery-photo span{position:absolute;bottom:8px;right:8px;background:#29493e;color:white;border-radius:4px;padding:3px 9px;font-size:12px}.gallery-hint{margin:0;padding:4px 16px 12px;font-size:12px;color:#515e50}.photo-dialog{border:0;border-radius:12px;background:#faf8f2;color:#29493e;padding:22px;width:min(960px,calc(100% - 32px));max-height:calc(100dvh - 32px);overflow:auto}.photo-dialog::backdrop{background:rgba(15,30,23,.85)}.viewer-top{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:15px}.viewer-top h2{font-size:26px;letter-spacing:-.4px;margin:0}.photo-dialog button{min-height:48px;min-width:95px;border:1px solid #9ba994;border-radius:6px;padding:10px 14px;background:#faf8f2;color:#29493e;cursor:pointer}.photo-dialog button:hover{background:#e9eddf}.photo-dialog button:disabled{opacity:.45;cursor:default}.viewer-close span{font-size:23px;margin-left:8px}.viewer-image{display:grid;place-items:center;background:#e9e5d7;min-height:160px;border-radius:6px}.viewer-image img{display:block;max-width:100%;height:auto;max-height:60dvh;object-fit:contain}.viewer-image img[hidden],.gallery-photo img[hidden]{display:none}.image-error{padding:25px;text-align:center}.viewer-caption{margin:13px 0;font-size:14px}.viewer-controls{display:flex;align-items:center;justify-content:space-between;gap:8px}.viewer-count{margin:0;font-size:13px;text-align:center}.viewer-open{overflow:hidden}@media(max-width:650px){.photo-dialog{padding:14px;width:calc(100% - 20px);max-height:calc(100dvh - 20px)}.viewer-top h2{font-size:21px}.photo-dialog button{padding:9px;min-width:80px;font-size:13px}.viewer-count{font-size:12px}.viewer-image img{max-height:55dvh}.gallery-photo:first-child,.apartment .gallery-photo:first-child img{height:205px}}
.photo-section{padding-top:15px}.gallery-intro{max-width:620px;color:#5f685f}.photo-section .gallery-grid{grid-template-columns:repeat(3,minmax(0,1fr));padding:0;gap:14px}.photo-section .gallery-photo:first-child{grid-column:auto;height:265px}.photo-section .gallery-photo{height:265px}.photo-section .gallery-photo img{width:100%;height:100%;object-fit:cover}.photo-section .gallery-hint{padding:14px 0}.booking-info{padding-bottom:50px;max-width:1200px}.booking-info h2{font-size:32px}.booking-info p{max-width:820px;color:#5f685f}.photo-section noscript img{max-width:100%;height:auto}@media(max-width:650px){.photo-section .gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.photo-section .gallery-photo,.photo-section .gallery-photo:first-child{height:210px}.hero .eyebrow{line-height:1.7}.booking-info h2{font-size:28px}nav a{font-size:11px}}
.special-stay{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;padding-bottom:70px}.special-stay p,.city-photos>p{color:#5f685f;max-width:720px}figure{margin:0}figcaption{font-size:12px;color:#5f685f;margin-top:10px}.special-stay img{display:block;width:100%;height:380px;object-fit:cover;border-radius:10px}.city-photos>div{display:grid;grid-template-columns:1fr 1fr;gap:25px}.city-photos img{width:100%;height:340px;object-fit:cover;border-radius:10px}@media(max-width:650px){.special-stay{grid-template-columns:1fr;gap:25px}.city-photos>div{grid-template-columns:1fr}.special-stay img,.city-photos img{height:320px}}
.detail-hero-photo img{width:100%;height:510px;object-fit:cover;border-radius:140px 140px 12px 12px;display:block}.detail-hero-photo figcaption{text-align:center}@media(max-width:650px){.detail-hero-photo img{height:410px}}
.home-hero-photo img{object-position:center 58%}.special-stay{display:block;padding-block:75px}.special-copy{max-width:760px}.special-gallery{margin-top:30px;padding-top:0}.city-photos>div[data-gallery-key]{display:block}.special-gallery .gallery-hint,.city-photos .gallery-hint{padding-bottom:0}@media(max-width:650px){.special-stay{display:block;padding-block:50px}.special-gallery{margin-top:20px}.home-hero-photo img{height:430px}}
.detail-hero-placeholder{min-height:510px;border-radius:140px 140px 12px 12px;background:var(--sage);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:12px;color:var(--ink)}.detail-hero-placeholder strong{font-family:Georgia,serif;font-size:28px;font-weight:normal}.detail-hero-placeholder small{font-size:11px;letter-spacing:1.5px;text-transform:uppercase;color:var(--muted)}@media(max-width:650px){.detail-hero-placeholder{min-height:390px}}

/* Camada visual premium: profundidade, brilho sutil e movimento leve. */
:root{--gold:#c49a62;--deep:#163229;--glass:rgba(250,248,242,.88);--shadow:0 24px 70px rgba(22,50,41,.14)}
body{background:radial-gradient(circle at 88% 4%,rgba(196,154,98,.12),transparent 30rem),radial-gradient(circle at 4% 48%,rgba(71,111,94,.08),transparent 34rem),var(--paper);overflow-x:hidden}
.header{position:sticky;top:0;z-index:15;background:var(--glass);border-radius:0 0 18px 18px;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);box-shadow:0 12px 35px rgba(22,50,41,.06)}
.brand-symbol{filter:drop-shadow(0 7px 14px rgba(178,91,64,.18))}
nav a{position:relative}
nav a::after{content:"";position:absolute;left:0;right:0;bottom:7px;height:1px;background:linear-gradient(90deg,var(--accent),var(--gold));transform:scaleX(0);transform-origin:left;transition:transform .28s ease}
nav a:hover{text-decoration:none}nav a:hover::after,nav a:focus-visible::after{transform:scaleX(1)}
.button{position:relative;overflow:hidden;box-shadow:0 13px 28px rgba(22,50,41,.18);transition:transform .25s ease,box-shadow .25s ease,background .2s ease}
.button::before{content:"";position:absolute;inset:-2px;transform:translateX(-125%) skewX(-18deg);background:linear-gradient(90deg,transparent,rgba(255,255,255,.24),transparent);transition:transform .55s ease}
.button:hover{transform:translateY(-2px);box-shadow:0 18px 34px rgba(22,50,41,.24)}.button:hover::before{transform:translateX(125%) skewX(-18deg)}
.hero{position:relative}.hero::before{content:"";position:absolute;width:360px;height:360px;right:-180px;top:35px;border-radius:50%;background:radial-gradient(circle,rgba(196,154,98,.17),transparent 68%);filter:blur(8px);pointer-events:none}
.detail-hero-photo{position:relative;isolation:isolate;padding:5px;border-radius:145px 145px 16px 16px;background:linear-gradient(145deg,rgba(196,154,98,.95),rgba(255,255,255,.35) 42%,rgba(41,73,62,.65));box-shadow:var(--shadow)}
.detail-hero-photo::before{content:"";position:absolute;inset:12% -7% -6% 18%;z-index:-1;border-radius:45%;background:rgba(196,154,98,.22);filter:blur(35px);pointer-events:none}
.detail-hero-photo img{border-radius:136px 136px 10px 10px;transition:transform .65s cubic-bezier(.2,.7,.2,1),filter .45s ease;filter:saturate(1.03) contrast(1.02)}
.detail-hero-photo:hover img{transform:scale(1.012);filter:saturate(1.08) contrast(1.03)}
.detail-hero-photo figcaption{padding:5px 8px 2px;letter-spacing:.6px}
.apartment{position:relative;box-shadow:0 10px 35px rgba(22,50,41,.06);transition:transform .32s ease,box-shadow .32s ease,border-color .32s ease}
.apartment::after{content:"";position:absolute;inset:0;border-radius:11px;pointer-events:none;border:1px solid transparent;background:linear-gradient(145deg,rgba(196,154,98,.55),transparent 38%,rgba(41,73,62,.28)) border-box;mask:linear-gradient(#000 0 0) padding-box,linear-gradient(#000 0 0);mask-composite:exclude;opacity:0;transition:opacity .32s ease}
.apartment:hover{transform:translateY(-6px);box-shadow:0 24px 55px rgba(22,50,41,.14);border-color:rgba(196,154,98,.5)}.apartment:hover::after{opacity:1}
.gallery-photo{box-shadow:0 10px 24px rgba(22,50,41,.08);transition:transform .3s ease,box-shadow .3s ease}
.gallery-photo::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 58%,rgba(10,29,22,.3));pointer-events:none;opacity:.65;transition:opacity .3s ease}
.gallery-photo img{transition:transform .55s cubic-bezier(.2,.7,.2,1),filter .4s ease}.gallery-photo:hover{transform:translateY(-3px);box-shadow:0 18px 35px rgba(22,50,41,.16)}.gallery-photo:hover img{transform:scale(1.045);filter:saturate(1.08)}.gallery-photo:hover::after{opacity:.25}.gallery-photo span{z-index:1;backdrop-filter:blur(7px);background:rgba(22,50,41,.82)}
.location-addresses{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:25px}.location-addresses article{padding:19px;border:1px solid rgba(41,73,62,.16);border-radius:10px;background:rgba(255,255,255,.52);box-shadow:0 10px 28px rgba(22,50,41,.05)}.location-addresses strong{display:block;font-family:Georgia,serif;font-size:19px;font-weight:normal;margin-bottom:8px}.location-addresses address{font-size:13px;line-height:1.55}.location-addresses .text-link{font-size:12px;padding-bottom:0}
.contact{position:relative;overflow:hidden;box-shadow:0 25px 65px rgba(22,50,41,.2);background:linear-gradient(135deg,var(--ink),#183c31 68%,#274f42)}.contact::before{content:"";position:absolute;width:280px;height:280px;right:-100px;top:-170px;border-radius:50%;border:1px solid rgba(196,154,98,.28);box-shadow:0 0 0 34px rgba(196,154,98,.05),0 0 0 68px rgba(196,154,98,.035);pointer-events:none}
.section,.special-stay,.how,.booking-info,.contact,footer{content-visibility:auto;contain-intrinsic-size:auto 680px}
body.motion-ready .hero-copy>*{animation:hero-reveal .72s both cubic-bezier(.2,.72,.2,1)}body.motion-ready .hero-copy>*:nth-child(2){animation-delay:.08s}body.motion-ready .hero-copy>*:nth-child(3){animation-delay:.16s}body.motion-ready .hero-copy>*:nth-child(4){animation-delay:.24s}body.motion-ready .hero-copy>*:nth-child(5){animation-delay:.3s}body.motion-ready .hero .detail-hero-photo{animation:hero-photo-reveal .9s .12s both cubic-bezier(.2,.72,.2,1)}
body.motion-ready .reveal-item{opacity:0;transform:translateY(24px);transition:opacity .65s ease,transform .65s cubic-bezier(.2,.72,.2,1);transition-delay:var(--reveal-delay,0ms)}body.motion-ready .reveal-item.is-visible{opacity:1;transform:none}
@keyframes hero-reveal{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:none}}@keyframes hero-photo-reveal{from{opacity:0;transform:translateY(24px) scale(.975);filter:blur(5px)}to{opacity:1;transform:none;filter:none}}
@media(max-width:650px){.header{position:relative;backdrop-filter:none;-webkit-backdrop-filter:none}.hero::before{width:240px;height:240px;right:-130px}.detail-hero-photo{border-radius:134px 134px 14px 14px}.location-addresses{grid-template-columns:1fr}.apartment:hover,.gallery-photo:hover,.button:hover{transform:none}}
@media(prefers-reduced-motion:reduce){*{animation:none!important;transition:none!important}.reveal-item{opacity:1!important;transform:none!important}}

/* Atalho flutuante para atendimento pelo WhatsApp. */
.whatsapp-float{position:fixed;right:24px;bottom:24px;z-index:40;width:62px;height:62px;display:grid;place-items:center;border-radius:50%;background:#25d366;color:#fff;text-decoration:none;border:1px solid rgba(255,255,255,.7);box-shadow:0 15px 35px rgba(15,76,45,.32);isolation:isolate;transition:transform .25s ease,box-shadow .25s ease,background .25s ease}
.whatsapp-float svg{width:34px;height:34px;display:block}.whatsapp-float svg path:first-child{fill:none;stroke:#fff;stroke-width:1.9;stroke-linejoin:round}.whatsapp-float svg path:last-child{fill:#fff}
.whatsapp-float::before{content:"";position:absolute;inset:-7px;z-index:-1;border:1px solid rgba(37,211,102,.48);border-radius:inherit;animation:whatsapp-pulse 2.4s ease-out infinite}
.whatsapp-float::after{content:"WhatsApp";position:absolute;right:calc(100% + 12px);top:50%;transform:translate(8px,-50%);padding:7px 11px;border-radius:7px;background:var(--deep);color:#fff;font-size:12px;font-weight:700;letter-spacing:.2px;white-space:nowrap;box-shadow:0 8px 22px rgba(22,50,41,.2);opacity:0;pointer-events:none;transition:opacity .2s ease,transform .2s ease}
.whatsapp-float:hover{transform:translateY(-3px) scale(1.04);background:#20bd5a;box-shadow:0 20px 42px rgba(15,76,45,.4)}
.whatsapp-float:hover::after,.whatsapp-float:focus-visible::after{opacity:1;transform:translate(0,-50%)}
@keyframes whatsapp-pulse{0%{transform:scale(.92);opacity:.85}70%,100%{transform:scale(1.28);opacity:0}}
@media(max-width:650px){.mobile-contact{display:none!important}.whatsapp-float{right:18px;bottom:calc(18px + env(safe-area-inset-bottom));width:58px;height:58px}.whatsapp-float::after{display:none}footer{padding-bottom:78px}}
@media(prefers-reduced-motion:reduce){.whatsapp-float::before{animation:none;opacity:.45}.whatsapp-float:hover{transform:none}}
