*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:'Montserrat',sans-serif;color:#2d2a26;background:#fcfbf9;line-height:1.6;overflow-x:hidden}
h1,h2,h3,h4,h5,h6{font-family:'Playfair Display',serif;line-height:1.2}
a{text-decoration:none;color:inherit}
ul{list-style:none}
img{max-width:100%;display:block}
button{cursor:pointer;border:none;background:none;font-family:inherit}
input,textarea{font-family:inherit;border:none;outline:none}
.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1.5rem}
.gold-gradient{background:linear-gradient(135deg,#d4af37,#b59018);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
.section-pad{padding:6rem 0}
.text-center{text-align:center}
.overflow-hidden{overflow:hidden}
.fade-up{opacity:0;transform:translateY(30px);transition:opacity .7s ease,transform .7s ease}
.fade-up.visible{opacity:1;transform:translateY(0)}

/* HEADER */
.header{position:fixed;top:0;left:0;right:0;z-index:1000;transition:all .3s ease;padding:1rem 0}
.header.scrolled{background:rgba(255,255,255,.85);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);box-shadow:0 1px 20px rgba(0,0,0,.06);padding:.75rem 0}
.header-inner{display:flex;align-items:center;justify-content:space-between}
.logo{font-family:'Playfair Display',serif;font-size:1.5rem;font-weight:700;display:flex;align-items:center}
.logo-gold{color:#d4af37}
.logo-dark{color:#1a1816}
.nav-links{display:none;gap:2rem;align-items:center}
.nav-links a{font-size:.875rem;font-weight:500;color:#2d2a26;transition:color .3s;letter-spacing:.02em}
.nav-links a:hover{color:#d4af37}
.btn-cta{display:none;padding:.625rem 1.5rem;background:#d4af37;color:#fff;font-size:.875rem;font-weight:600;border-radius:9999px;transition:all .3s;letter-spacing:.02em}
.btn-cta:hover{background:#c5a028;transform:translateY(-1px);box-shadow:0 4px 15px rgba(212,175,55,.35)}
.hamburger{display:flex;flex-direction:column;gap:5px;cursor:pointer;z-index:1001;padding:4px}
.hamburger span{display:block;width:24px;height:2px;background:#2d2a26;transition:all .3s}
.hamburger.active span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}
.hamburger.active span:nth-child(2){opacity:0}
.hamburger.active span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}
.mobile-menu{position:fixed;inset:0;background:rgba(252,251,249,.98);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);z-index:999;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2.5rem;opacity:0;pointer-events:none;transition:opacity .3s}
.mobile-menu.open{opacity:1;pointer-events:all}
.mobile-menu a{font-family:'Playfair Display',serif;font-size:1.75rem;color:#2d2a26;transition:color .3s}
.mobile-menu a:hover{color:#d4af37}
.mobile-menu .btn-mobile-cta{padding:.75rem 2rem;background:#d4af37;color:#fff;font-size:1rem;font-weight:600;border-radius:9999px;font-family:'Montserrat',sans-serif}
@media(min-width:768px){.nav-links{display:flex}.btn-cta{display:inline-flex}.hamburger{display:none}}

/* HERO */
.hero{min-height:90vh;display:flex;align-items:center;padding-top:6rem;padding-bottom:3rem;background:linear-gradient(180deg,#fcfbf9 0%,#f5f3ef 100%)}
.hero-inner{display:grid;grid-template-columns:1fr;gap:3rem;align-items:center}
.hero-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1.25rem;background:rgba(212,175,55,.1);border:1px solid rgba(212,175,55,.25);border-radius:9999px;font-size:.8rem;font-weight:600;color:#b59018;margin-bottom:1.5rem;letter-spacing:.04em;text-transform:uppercase}
.hero-badge svg{width:16px;height:16px}
.hero h1{font-size:2.5rem;color:#1a1816;margin-bottom:1.5rem;line-height:1.15}
.hero-sub{font-size:1.05rem;color:#666;margin-bottom:2rem;max-width:520px;line-height:1.7}
.hero-buttons{display:flex;flex-wrap:wrap;gap:1rem}
.btn-gold{display:inline-flex;align-items:center;gap:.5rem;padding:.875rem 2rem;background:#d4af37;color:#fff;font-weight:600;border-radius:9999px;transition:all .3s;font-size:.95rem}
.btn-gold:hover{background:#c5a028;transform:translateY(-2px);box-shadow:0 8px 25px rgba(212,175,55,.35)}
.btn-outline{display:inline-flex;align-items:center;gap:.5rem;padding:.875rem 2rem;border:1.5px solid #e8e4db;color:#2d2a26;font-weight:600;border-radius:9999px;transition:all .3s;font-size:.95rem}
.btn-outline:hover{border-color:#d4af37;color:#d4af37}
.hero-image-wrap{position:relative;display:flex;justify-content:center}
.hero-image{width:100%;max-width:480px;aspect-ratio:4/5;object-fit:cover;border-radius:1.5rem;box-shadow:0 25px 60px rgba(0,0,0,.12)}
.hero-float{position:absolute;bottom:1.5rem;left:0;background:rgba(255,255,255,.92);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-radius:1rem;padding:1rem 1.25rem;display:flex;align-items:center;gap:.75rem;box-shadow:0 8px 30px rgba(0,0,0,.1)}
.hero-float-avatars{display:flex}
.hero-float-avatars img{width:36px;height:36px;border-radius:9999px;border:2px solid #fff;margin-left:-8px;object-fit:cover}
.hero-float-avatars img:first-child{margin-left:0}
.hero-float-text{font-size:.8rem;color:#666}
.hero-float-text strong{display:block;font-size:1.1rem;color:#1a1816}
@media(min-width:768px){.hero h1{font-size:3rem}}
@media(min-width:1024px){.hero-inner{grid-template-columns:1fr 1fr}.hero h1{font-size:3.25rem}}

/* ABOUT */
.about{background:#fff}
.about-inner{display:grid;grid-template-columns:1fr;gap:3rem;align-items:center}
.about-image-wrap{position:relative}
.about-image{width:100%;max-width:500px;border-radius:1.5rem;object-fit:cover;aspect-ratio:3/4;box-shadow:0 20px 50px rgba(0,0,0,.1)}
.about-circle-1{position:absolute;width:200px;height:200px;border-radius:50%;background:rgba(212,175,55,.15);filter:blur(50px);top:-30px;left:-30px}
.about-circle-2{position:absolute;width:150px;height:150px;border-radius:50%;background:rgba(212,175,55,.1);filter:blur(40px);bottom:-20px;right:-20px}
.about h2{font-size:2rem;margin-bottom:1.5rem;color:#1a1816}
.about p{color:#555;line-height:1.8;margin-bottom:1rem}
.about-checks{margin-top:1.5rem;display:grid;grid-template-columns:1fr;gap:.75rem}
.about-check{display:flex;align-items:center;gap:.75rem;font-weight:500;color:#2d2a26}
.check-icon{width:28px;height:28px;min-width:28px;border-radius:50%;background:rgba(212,175,55,.12);display:flex;align-items:center;justify-content:center}
.check-icon svg{width:16px;height:16px;color:#b59018}
@media(min-width:768px){.about-checks{grid-template-columns:1fr 1fr}.about h2{font-size:2.25rem}}
@media(min-width:1024px){.about-inner{grid-template-columns:1fr 1fr}.about h2{font-size:2.5rem}}

/* SERVICES */
.services{background:#f5f3ef}
.services h2{font-size:2rem;margin-bottom:.75rem;color:#1a1816}
.services .subtitle{color:#777;margin-bottom:3rem;max-width:600px;margin-left:auto;margin-right:auto}
.services-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}
.service-card{background:#fff;border-radius:1rem;transition:all .4s ease;border:1px solid #e8e4db;position:relative;overflow:hidden;display:flex;flex-direction:column}
.service-card::before{content:'';position:absolute;inset:0;background:linear-gradient(135deg,rgba(212,175,55,.05),rgba(181,144,24,.08));opacity:0;transition:opacity .4s;z-index:2;pointer-events:none}
.service-card:hover{transform:translateY(-4px);box-shadow:0 15px 40px rgba(0,0,0,.08);border-color:rgba(212,175,55,.3)}
.service-card:hover::before{opacity:1}
.service-card>*{position:relative;z-index:1}
.service-image-wrap{width:100%;height:200px;overflow:hidden;position:relative}
.service-image-wrap img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}
.service-card:hover .service-image-wrap img{transform:scale(1.06)}
.service-card-content{padding:2rem;display:flex;flex-direction:column;flex-grow:1}
.service-icon{width:56px;height:56px;border-radius:.75rem;background:rgba(212,175,55,.1);display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem;transition:all .3s}
.service-card:hover .service-icon{background:#d4af37}
.service-icon svg{width:28px;height:28px;color:#b59018;transition:color .3s}
.service-card:hover .service-icon svg{color:#fff}
.service-card h3{font-size:1.2rem;color:#1a1816;margin-bottom:.75rem}
.service-card p{font-size:.9rem;color:#777;line-height:1.7;margin-bottom:1.5rem;flex-grow:1}
.service-link{display:inline-flex;align-items:center;gap:.35rem;font-size:.85rem;font-weight:600;color:#d4af37;transition:gap .3s;margin-top:auto}
.service-link:hover{gap:.6rem}
.service-link svg{width:16px;height:16px}
@media(min-width:768px){.services-grid{grid-template-columns:1fr 1fr}.services h2{font-size:2.25rem}}
@media(min-width:1024px){.services-grid{grid-template-columns:1fr 1fr 1fr}}

/* DIFFERENTIALS */
.differentials{background:#1a1816;color:#fff}
.diff-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem}
.diff-item{text-align:center;padding:2rem 1rem}
.diff-icon{width:60px;height:60px;border-radius:50%;background:rgba(212,175,55,.12);display:flex;align-items:center;justify-content:center;margin:0 auto 1rem}
.diff-icon svg{width:28px;height:28px;color:#d4af37}
.diff-item h3{font-size:1rem;margin-bottom:.5rem;font-family:'Montserrat',sans-serif;font-weight:600}
.diff-item p{font-size:.85rem;color:rgba(255,255,255,.6);line-height:1.6}
@media(min-width:1024px){.diff-grid{grid-template-columns:1fr 1fr 1fr 1fr}}

/* TEAM */
.team{background:#fff}
.team h2{font-size:2rem;margin-bottom:.75rem;color:#1a1816}
.team .subtitle{color:#777;margin-bottom:3rem;max-width:600px;margin-left:auto;margin-right:auto}
.team-grid{display:grid;grid-template-columns:1fr;gap:2rem}
.team-card{border-radius:1rem;overflow:hidden;background:#fcfbf9;border:1px solid #e8e4db;transition:all .3s}
.team-card:hover{transform:translateY(-4px);box-shadow:0 15px 40px rgba(0,0,0,.08)}
.team-card-image{position:relative;overflow:hidden;aspect-ratio:3/4}
.team-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s}
.team-card:hover .team-card-image img{transform:scale(1.05)}
.team-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(26,24,22,.9) 0%,rgba(26,24,22,.3) 50%,transparent 100%);opacity:0;transition:opacity .4s;display:flex;flex-direction:column;justify-content:flex-end;padding:1.5rem}
.team-card:hover .team-overlay{opacity:1}
.team-overlay p{color:rgba(255,255,255,.85);font-size:.85rem;line-height:1.6;margin-bottom:.5rem}
.team-overlay .crp{color:#d4af37;font-size:.8rem;font-weight:600}
.team-info{padding:1.25rem;text-align:center}
.team-info h3{font-size:1.1rem;color:#1a1816;margin-bottom:.25rem}
.team-info span{font-size:.85rem;color:#999}
@media(min-width:768px){.team-grid{grid-template-columns:1fr 1fr 1fr}.team h2{font-size:2.25rem}}

/* GALLERY */
.gallery{background:#f5f3ef}
.gallery h2{font-size:2rem;margin-bottom:.75rem;color:#1a1816}
.gallery .subtitle{color:#777;margin-bottom:3rem;max-width:600px;margin-left:auto;margin-right:auto}
.gallery-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}
.gallery-item{border-radius:.75rem;overflow:hidden;cursor:pointer;position:relative}
.gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform .5s}
.gallery-item:hover img{transform:scale(1.05)}
.gallery-item::after{content:'';position:absolute;inset:0;background:rgba(0,0,0,0);transition:background .3s}
.gallery-item:hover::after{background:rgba(0,0,0,.15)}
.gallery-item:nth-child(1){grid-column:span 2;grid-row:span 2;min-height:300px}
.gallery-item:nth-child(2),.gallery-item:nth-child(3){min-height:150px}
.gallery-item:nth-child(4){grid-column:span 2;min-height:200px}
.gallery-item:nth-child(5),.gallery-item:nth-child(6){min-height:150px}
@media(min-width:768px){.gallery-grid{grid-template-columns:1fr 1fr 1fr;gap:1.25rem}.gallery-item:nth-child(1){grid-column:span 2;grid-row:span 2;min-height:400px}.gallery-item:nth-child(4){grid-column:span 1;grid-row:span 1;min-height:200px}.gallery h2{font-size:2.25rem}}

/* LIGHTBOX */
.lightbox{position:fixed;inset:0;background:rgba(0,0,0,.9);z-index:2000;display:flex;align-items:center;justify-content:center;opacity:0;pointer-events:none;transition:opacity .3s}
.lightbox.open{opacity:1;pointer-events:all}
.lightbox img{max-width:90%;max-height:85vh;border-radius:.5rem;transform:scale(.9);transition:transform .3s}
.lightbox.open img{transform:scale(1)}
.lightbox-close{position:absolute;top:1.5rem;right:1.5rem;color:#fff;cursor:pointer;width:44px;height:44px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:rgba(255,255,255,.1);transition:background .3s}
.lightbox-close:hover{background:rgba(255,255,255,.2)}

/* INSURANCES */
.insurances{background:#fff}
.insurances-inner{display:grid;grid-template-columns:1fr;gap:3rem;align-items:start}
.insurances h2{font-size:2rem;margin-bottom:1rem;color:#1a1816}
.insurances-desc{color:#666;line-height:1.7;margin-bottom:1.5rem}
.search-wrap{position:relative}
.search-wrap input{width:100%;padding:.875rem 1rem .875rem 2.75rem;background:#f5f3ef;border:1.5px solid #e8e4db;border-radius:.75rem;font-size:.9rem;transition:border-color .3s}
.search-wrap input:focus{border-color:#d4af37}
.search-wrap svg{position:absolute;left:1rem;top:50%;transform:translateY(-50%);width:18px;height:18px;color:#999}
.insurances-scroll{max-height:400px;overflow-y:auto;padding-right:.5rem}
.insurances-scroll::-webkit-scrollbar{width:4px}
.insurances-scroll::-webkit-scrollbar-track{background:#f5f3ef;border-radius:4px}
.insurances-scroll::-webkit-scrollbar-thumb{background:#d4af37;border-radius:4px}
.insurances-grid{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}
.insurance-card{display:flex;align-items:center;gap:.75rem;padding:.875rem 1rem;background:#fcfbf9;border:1px solid #e8e4db;border-radius:.75rem;transition:all .3s;font-size:.85rem;font-weight:500}
.insurance-card:hover{border-color:rgba(212,175,55,.4);background:rgba(212,175,55,.04)}
.insurance-card svg{width:20px;height:20px;color:#d4af37;min-width:20px}
@media(min-width:768px){.insurances-grid{grid-template-columns:1fr 1fr 1fr}.insurances h2{font-size:2.25rem}}
@media(min-width:1024px){.insurances-inner{grid-template-columns:1fr 1.2fr}}

/* TESTIMONIALS */
.testimonials{background:#1a1816;color:#fff;overflow:hidden}
.testimonials h2{font-size:2rem;margin-bottom:.75rem}
.testimonials .subtitle{color:rgba(255,255,255,.5);margin-bottom:3rem;max-width:600px;margin-left:auto;margin-right:auto}
.quote-icon{display:flex;justify-content:center;margin-bottom:1rem}
.quote-icon svg{width:40px;height:40px;color:#d4af37;opacity:.5}
.testimonial-track{display:flex;transition:transform .5s ease}
.testimonial-slide{min-width:100%;padding:0 1rem}
.testimonial-content{max-width:700px;margin:0 auto;text-align:center}
.testimonial-content blockquote{font-family:'Playfair Display',serif;font-size:1.15rem;font-style:italic;line-height:1.8;color:rgba(255,255,255,.85);margin-bottom:1.5rem}
.testimonial-author{font-weight:600;color:#d4af37;font-size:.95rem}
.testimonial-role{font-size:.8rem;color:rgba(255,255,255,.4);margin-top:.25rem}
.testimonial-nav{display:flex;align-items:center;justify-content:center;gap:1.5rem;margin-top:2.5rem}
.testimonial-btn{width:44px;height:44px;border-radius:50%;border:1.5px solid rgba(255,255,255,.2);display:flex;align-items:center;justify-content:center;transition:all .3s;cursor:pointer;background:transparent;color:#fff}
.testimonial-btn:hover{border-color:#d4af37;color:#d4af37}
.testimonial-btn svg{width:20px;height:20px}
.testimonial-dots{display:flex;gap:.5rem}
.testimonial-dot{width:10px;height:10px;border-radius:50%;background:rgba(255,255,255,.2);cursor:pointer;transition:all .3s}
.testimonial-dot.active{background:#d4af37;width:28px;border-radius:5px}
@media(min-width:768px){.testimonials h2{font-size:2.25rem}.testimonial-content blockquote{font-size:1.3rem}}

/* CONTACT FORM */
.contact-form{background:#f5f3ef}
.contact-form h2{font-size:2rem;margin-bottom:.75rem;color:#1a1816}
.contact-form .subtitle{color:#777;margin-bottom:3rem;max-width:600px;margin-left:auto;margin-right:auto}
.form-wrap{max-width:640px;margin:0 auto;background:#fff;border-radius:1.5rem;padding:2.5rem;box-shadow:0 10px 40px rgba(0,0,0,.05);border:1px solid #e8e4db}
.form-group{margin-bottom:1.5rem}
.form-group label{display:block;font-size:.85rem;font-weight:600;color:#2d2a26;margin-bottom:.5rem}
.form-group input,.form-group textarea{width:100%;padding:.875rem 1rem;background:#f5f3ef;border:1.5px solid #e8e4db;border-radius:.75rem;font-size:.9rem;transition:border-color .3s}
.form-group input:focus,.form-group textarea:focus{border-color:#d4af37;background:#fff}
.form-group textarea{min-height:130px;resize:vertical}
.btn-submit{width:100%;padding:1rem;background:#d4af37;color:#fff;font-weight:600;font-size:1rem;border-radius:9999px;transition:all .3s;display:flex;align-items:center;justify-content:center;gap:.5rem}
.btn-submit:hover{background:#c5a028;transform:translateY(-1px);box-shadow:0 8px 25px rgba(212,175,55,.35)}
.btn-submit:disabled{opacity:.7;cursor:not-allowed;transform:none}
.spinner{width:20px;height:20px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .6s linear infinite;display:none}
.btn-submit.loading .spinner{display:block}
.btn-submit.loading .btn-text{display:none}
@keyframes spin{to{transform:rotate(360deg)}}
.success-msg{display:none;text-align:center;padding:2rem}
.success-msg.show{display:block}
.success-msg svg{width:56px;height:56px;color:#22c55e;margin:0 auto 1rem}
.success-msg h3{font-size:1.25rem;color:#1a1816;margin-bottom:.5rem}
.success-msg p{color:#777;font-size:.9rem}
.form-inner.hidden{display:none}
@media(min-width:768px){.contact-form h2{font-size:2.25rem}}

/* CTA BANNER */
.cta-banner{background:#d4af37;position:relative;overflow:hidden}
.cta-banner-inner{position:relative;z-index:1;text-align:center}
.cta-banner .cal-icon{width:56px;height:56px;border-radius:50%;background:rgba(255,255,255,.2);display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem}
.cta-banner .cal-icon svg{width:28px;height:28px;color:#fff}
.cta-banner h2{font-family:'Playfair Display',serif;font-size:2rem;color:#fff;margin-bottom:1.5rem;max-width:600px;margin-left:auto;margin-right:auto}
.btn-dark{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 2.5rem;background:#1a1816;color:#fff;font-weight:600;border-radius:9999px;transition:all .3s;font-size:1rem}
.btn-dark:hover{background:#0f0e0d;transform:translateY(-2px);box-shadow:0 8px 25px rgba(0,0,0,.3)}
.btn-dark svg{width:20px;height:20px}
.cta-pattern{position:absolute;inset:0;opacity:.08}
.cta-pattern svg{width:100%;height:100%}
@media(min-width:768px){.cta-banner h2{font-size:2.5rem}}

/* FOOTER */
.footer{background:#0f0e0d;color:rgba(255,255,255,.7);padding-top:4rem}
.footer-grid{display:grid;grid-template-columns:1fr;gap:2.5rem;padding-bottom:3rem}
.footer-brand .logo{margin-bottom:1rem}
.footer-brand p{font-size:.875rem;line-height:1.7;color:rgba(255,255,255,.5);margin-bottom:1.5rem;max-width:280px}
.footer-social{display:flex;gap:.75rem}
.footer-social a{width:40px;height:40px;border-radius:50%;border:1px solid rgba(255,255,255,.15);display:flex;align-items:center;justify-content:center;transition:all .3s}
.footer-social a:hover{border-color:#d4af37;background:rgba(212,175,55,.1)}
.footer-social a svg{width:18px;height:18px;color:rgba(255,255,255,.6)}
.footer-social a:hover svg{color:#d4af37}
.footer h4{font-family:'Montserrat',sans-serif;font-size:.85rem;font-weight:600;color:#fff;text-transform:uppercase;letter-spacing:.06em;margin-bottom:1.25rem}
.footer-links a{display:block;font-size:.875rem;color:rgba(255,255,255,.5);padding:.35rem 0;transition:color .3s}
.footer-links a:hover{color:#d4af37}
.footer-contact-item{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:1rem;font-size:.875rem}
.footer-contact-item svg{width:18px;height:18px;color:#d4af37;min-width:18px;margin-top:2px}
.footer-map{border-radius:.75rem;overflow:hidden;margin-top:.75rem}
.footer-map iframe{width:100%;height:180px;border:0;filter:grayscale(.3)}
.footer-bottom{border-top:1px solid rgba(255,255,255,.08);padding:1.5rem 0;display:flex;flex-wrap:wrap;justify-content:space-between;gap:1rem;font-size:.8rem;color:rgba(255,255,255,.35)}
.footer-bottom a{color:rgba(255,255,255,.35);transition:color .3s}
.footer-bottom a:hover{color:#d4af37}
@media(min-width:768px){.footer-grid{grid-template-columns:1fr 1fr 1fr 1fr}}

/* WHATSAPP FLOAT */
.whatsapp-float{position:fixed;bottom:1.5rem;right:1.5rem;z-index:900;width:56px;height:56px;border-radius:50%;background:#25d366;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 20px rgba(37,211,102,.4);transition:all .3s;opacity:0;pointer-events:none;transform:scale(.8)}
.whatsapp-float.visible{opacity:1;pointer-events:all;transform:scale(1)}
.whatsapp-float:hover{transform:scale(1.1);box-shadow:0 6px 25px rgba(37,211,102,.5)}
.whatsapp-float svg{width:28px;height:28px;color:#fff}