:root{--burg:#8b2257;--burg-dark:#661840;--burg-deeper:#4a1030;--burg-light:#f5e8ef;--burg-mid:#d4a0ba;--gray:#8a9baa;--gray-dark:#5a6e7a;--gray-light:#eef2f5;--gray-mid:#c8d4dc;--white:#fff;--bg:#fafbfc;--border:#e8d8e2;--text:#2a2a35;--text-mid:#556070;--text-light:#8a9baa}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Segoe UI,system-ui,-apple-system,sans-serif;background:var(--white);color:var(--text);font-size:15px;line-height:1.7}a{color:inherit;text-decoration:none}.topbar{background:var(--burg-deeper);padding:7px 52px;display:flex;justify-content:space-between;align-items:center;font-size:13px;color:hsla(0,0%,100%,.75)}.topbar a{color:#fff;font-weight:600}.topbar-r{display:flex;gap:24px}.nav{background:#fff;border-bottom:2px solid var(--burg-light);padding:0 52px;height:100px;justify-content:space-between;position:-webkit-sticky;position:sticky;top:0;z-index:100;box-shadow:0 2px 16px rgba(139,34,87,.07)}.nav,.nav-logo{display:flex;align-items:center}.nav-logo-img{height:80px;width:auto;display:block;object-fit:contain}.nav-links{display:flex;gap:4px;align-items:center;list-style:none}.nav-links a{font-size:14px;font-weight:500;color:var(--text-mid);padding:7px 14px;border-radius:6px;transition:all .15s}.nav-links a:hover{color:var(--burg);background:var(--burg-light)}.nav-cta{background:var(--burg)!important;color:#fff!important;padding:10px 24px!important;border-radius:6px!important;font-weight:700!important;margin-left:12px}.nav-cta:hover{background:var(--burg-dark)!important}.btn{display:inline-block;padding:13px 32px;border-radius:7px;font-weight:700;font-size:14px;border:none;cursor:pointer;transition:background .15s;letter-spacing:.02em}.btn-burg{background:var(--burg);color:#fff}.btn-burg:hover{background:var(--burg-dark)}.btn-white{background:#fff;color:var(--burg)}.btn-white:hover{background:var(--burg-light)}.btn-outline{background:transparent;color:#fff;border:2px solid hsla(0,0%,100%,.45)}.btn-outline:hover{background:hsla(0,0%,100%,.12)}.btn-outline-dark{background:transparent;color:var(--burg);border:2px solid var(--burg)}.btn-outline-dark:hover{background:var(--burg-light)}.btn-wa{display:block;width:100%;background:#25d366;color:#fff;padding:11px;border-radius:7px;font-weight:700;font-size:14px;text-align:center;margin-top:8px}.hero{background:linear-gradient(135deg,var(--burg-deeper) 0,var(--burg-dark) 45%,var(--burg) 75%,#b0507a 100%);padding:88px 80px 0;overflow:hidden;position:relative}.hero:before{width:560px;height:560px;border-radius:50%;border:1px solid hsla(0,0%,100%,.07);top:-200px;right:-120px}.hero:after,.hero:before{content:"";position:absolute;pointer-events:none}.hero:after{width:380px;height:380px;border-radius:50%;border:1px solid hsla(0,0%,100%,.05);top:-80px;right:0}.hero-inner{display:grid;grid-template-columns:1fr 390px;grid-gap:56px;gap:56px;align-items:end;position:relative;z-index:1}.hero-pill{gap:8px;font-size:12px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;padding:6px 18px;border-radius:20px;border:1px solid hsla(0,0%,100%,.18)}.hero h1{font-size:52px;font-weight:800;color:#fff;line-height:1.05;margin-bottom:20px}.hero h1 em{font-style:normal;color:#f0b8d0}.hero-sub{font-size:17px;color:hsla(0,0%,100%,.78);max-width:500px;margin-bottom:38px;line-height:1.65}.hero-btns{gap:14px}.hero-btns,.hero-trust{display:flex;flex-wrap:wrap}.hero-trust{background:rgba(0,0,0,.15);margin-top:52px;padding:14px 0;gap:28px;justify-content:center;font-size:13px;color:hsla(0,0%,100%,.78)}.hero-trust span{display:flex;align-items:center;gap:7px}.hero-trust span:before{content:"✓";color:#f0b8d0;font-weight:800}.hero-form{background:#fff;border-radius:16px;padding:28px;box-shadow:0 28px 72px rgba(0,0,0,.22);align-self:end}.hero-form h3{font-size:16px;font-weight:800;color:var(--text);margin-bottom:20px;display:flex;align-items:center;gap:10px}.hero-form h3:before{content:"";width:8px;height:8px;border-radius:50%;background:var(--burg)}.hero-form input,.hero-form select{width:100%;padding:10px 14px;border:1.5px solid var(--border);border-radius:7px;font-size:14px;font-family:inherit;color:var(--text);margin-bottom:10px;outline:none;transition:border .15s;background:#fff}.hero-form input:focus,.hero-form select:focus{border-color:var(--burg)}.hero-form .btn{width:100%;padding:13px;font-size:15px}.stats-bar{background:var(--burg-light);border-bottom:1px solid var(--border);padding:26px 80px;display:grid;grid-template-columns:repeat(4,1fr);grid-gap:20px;gap:20px;text-align:center}.stat-num{font-size:34px;font-weight:800;color:var(--burg);line-height:1}.stat-label{font-size:13px;color:var(--text-mid);margin-top:4px}.section{padding:70px 80px}.section-bg{background:var(--bg)}.section-pill{display:inline-block;background:var(--burg-light);color:var(--burg-dark);font-size:12px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;padding:5px 16px;border-radius:20px;margin-bottom:16px}.section h2{font-size:36px;font-weight:800;color:var(--text);line-height:1.12;margin-bottom:12px}.section h2 em{font-style:normal;color:var(--burg)}.section-sub{font-size:16px;color:var(--text-mid);max-width:580px;margin-bottom:48px}.servizi-grid{display:grid;grid-template-columns:repeat(5,1fr);grid-gap:12px;gap:12px}.serv-card{background:#fff;border:1.5px solid var(--border);border-radius:12px;padding:22px 18px;text-decoration:none;color:inherit;display:block;transition:all .18s;position:relative;overflow:hidden}.serv-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:var(--burg);transform:scaleX(0);transform-origin:left;transition:transform .25s}.serv-card:hover{border-color:var(--burg-mid);box-shadow:0 6px 24px rgba(139,34,87,.1);transform:translateY(-3px)}.serv-card:hover:before{transform:scaleX(1)}.serv-icon{width:44px;height:44px;border-radius:10px;background:var(--burg-light);display:flex;align-items:center;justify-content:center;margin-bottom:12px;font-size:20px}.serv-name{font-weight:700;font-size:14px;color:var(--text);margin-bottom:5px}.serv-desc{font-size:12px;color:var(--text-light);line-height:1.5}.perche-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:14px;gap:14px}.perche-card{background:#fff;border:1.5px solid var(--border);border-radius:12px;padding:26px;display:flex;gap:18px;align-items:flex-start;transition:border .15s}.perche-card:hover{border-color:var(--burg-mid)}.perche-icon{width:120px;height:120px;border-radius:18px;background:#fff;border:1px solid var(--border);display:flex;align-items:center;justify-content:center;flex-shrink:0;overflow:hidden}.perche-title{font-weight:700;font-size:15px;color:var(--text);margin-bottom:5px}.perche-text{font-size:13px;color:var(--text-mid);line-height:1.65}.citta-section{background:linear-gradient(135deg,var(--burg-deeper) 0,#6b3a7d 50%,var(--burg-dark) 100%);padding:70px 80px;position:relative;overflow:hidden}.citta-section:before{content:"";position:absolute;width:500px;height:500px;border-radius:50%;border:1px solid hsla(0,0%,100%,.05);top:-200px;right:-100px;pointer-events:none}.citta-section h2{color:#fff}.citta-section .section-sub{color:hsla(0,0%,100%,.65)}.citta-section .section-pill{background:hsla(0,0%,100%,.12);color:hsla(0,0%,100%,.9)}.citta-grid{display:flex;flex-wrap:wrap;gap:10px}.citta-tag{background:hsla(0,0%,100%,.08);border:1px solid hsla(0,0%,100%,.18);color:hsla(0,0%,100%,.88);padding:9px 20px;border-radius:30px;font-size:14px;text-decoration:none;cursor:pointer;transition:all .15s}.citta-tag:hover{background:var(--burg);border-color:var(--burg);color:#fff}.citta-tag .dist{font-size:11px;opacity:.55;margin-left:4px}.cta-section{background:var(--burg);padding:72px 80px;text-align:center;position:relative;overflow:hidden}.cta-section:before{content:"";position:absolute;width:400px;height:400px;border-radius:50%;background:hsla(0,0%,100%,.05);bottom:-150px;left:-80px;pointer-events:none}.cta-section h2{color:#fff}.cta-section p{color:hsla(0,0%,100%,.75);margin-bottom:32px;font-size:16px}.cta-section .section-pill{background:hsla(0,0%,100%,.15);color:#fff}.cta-btns{display:flex;gap:14px;justify-content:center;flex-wrap:wrap;position:relative;z-index:1}footer{background:var(--burg-deeper);padding:52px 80px 28px;color:hsla(0,0%,100%,.5);font-size:13px}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;grid-gap:48px;gap:48px;margin-bottom:36px}.footer-brand{font-size:20px;font-weight:800;color:#fff;margin-bottom:10px}.footer-text{font-size:13px;line-height:1.8;color:hsla(0,0%,100%,.45)}.footer-col h4{font-size:12px;text-transform:uppercase;letter-spacing:.1em;color:hsla(0,0%,100%,.65);margin-bottom:14px}.footer-col ul{list-style:none}.footer-col li{margin-bottom:8px}.footer-col a{color:hsla(0,0%,100%,.45);transition:color .15s}.footer-col a:hover{color:var(--burg-mid)}.footer-bottom{border-top:1px solid hsla(0,0%,100%,.1);padding-top:22px;display:flex;justify-content:space-between;font-size:12px}.breadcrumb{padding:11px 80px;background:var(--bg);border-bottom:1px solid var(--border);font-size:13px;color:var(--text-light);display:flex;gap:6px;align-items:center}.breadcrumb a{color:var(--text-mid)}.breadcrumb .current{color:var(--burg);font-weight:600}.service-hero{background:var(--bg);padding:52px 80px;border-bottom:1px solid var(--border);display:grid;grid-template-columns:1fr 350px;grid-gap:60px;gap:60px;align-items:start}.service-hero h1{font-size:46px;font-weight:800;color:var(--text);line-height:1.05;margin-bottom:14px}.service-hero h1 em{font-style:normal;color:var(--burg)}.service-sub{font-size:16px;color:var(--text-mid);max-width:520px;margin-bottom:28px}.contact-box{background:#fff;border:1.5px solid var(--border);border-radius:14px;padding:26px;box-shadow:0 6px 28px rgba(139,34,87,.07);position:-webkit-sticky;position:sticky;top:80px}.cbox-title{font-weight:800;font-size:16px;color:var(--text);margin-bottom:16px}.cbox-row{display:flex;align-items:flex-start;gap:12px;padding:11px 0;border-bottom:1px solid var(--border);font-size:13px}.cbox-row:last-of-type{border-bottom:none}.cbox-row .icon{font-size:16px;width:20px;flex-shrink:0}.cbox-row .val{color:var(--text);font-weight:600}.cbox-row .sub-t{color:var(--text-light);font-size:12px;margin-top:1px}.contact-box .btn{width:100%;text-align:center;margin-top:16px;padding:12px;font-size:15px}.content-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:60px;gap:60px;align-items:start}.highlight-box{background:var(--burg-light);border-left:4px solid var(--burg);border-radius:0 8px 8px 0;padding:14px 18px;margin:20px 0}.highlight-box strong{color:var(--burg-dark);font-size:14px;display:block;margin-bottom:3px}.highlight-box p{font-size:13px;color:var(--text-mid)}.section h3{font-size:22px;font-weight:800;color:var(--text);margin:26px 0 10px}.content-p{font-size:15px;color:var(--text-mid);line-height:1.75;margin-bottom:16px}.check-list{list-style:none;display:flex;flex-direction:column;gap:8px;margin-bottom:18px}.check-list li{display:flex;align-items:flex-start;gap:10px;font-size:14px;color:var(--text-mid)}.check-list li:before{content:"✓";color:var(--burg);font-weight:800;flex-shrink:0;margin-top:2px}.faq-list{border-top:1px solid var(--border)}.faq-item{border-bottom:1px solid var(--border);padding:20px 0}.faq-q{font-weight:700;font-size:15px;color:var(--text);display:flex;justify-content:space-between;align-items:center;gap:14px}.faq-q:after{content:"▾";color:var(--burg);font-size:16px;flex-shrink:0}.faq-a{font-size:14px;color:var(--text-mid);line-height:1.7;padding-top:10px}.rating-box{background:var(--burg-light);border-radius:12px;padding:18px 22px;display:flex;align-items:center;gap:18px;margin-top:18px}.rating-num{font-size:46px;font-weight:800;color:var(--burg);line-height:1}.stars{color:#b91c1c;font-size:17px;letter-spacing:2px}.rating-text{font-size:13px;color:var(--text-mid)}.team-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:16px;gap:16px}.team-card{background:#fff;border:1.5px solid var(--border);border-radius:12px;overflow:hidden;text-align:center}.team-avatar{height:140px;background:var(--burg-light);display:flex;align-items:center;justify-content:center;font-size:48px}.team-info{padding:16px}.team-name{font-weight:700;font-size:14px;color:var(--text)}.team-spec{font-size:12px;color:var(--burg);margin-top:3px}.contatti-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:60px;gap:60px;align-items:start}.contatti-form input,.contatti-form select,.contatti-form textarea{width:100%;padding:12px 14px;border:1.5px solid var(--border);border-radius:7px;font-size:14px;font-family:inherit;color:var(--text);margin-bottom:12px;outline:none;transition:border .15s;background:#fff}.contatti-form input:focus,.contatti-form select:focus,.contatti-form textarea:focus{border-color:var(--burg)}.contatti-form textarea{min-height:120px;resize:vertical}.info-box{background:var(--burg-light);border-radius:12px;padding:28px;margin-bottom:20px}.info-box h3{font-size:18px;font-weight:800;color:var(--burg-dark);margin-bottom:16px}.info-row{display:flex;align-items:flex-start;gap:12px;padding:10px 0;border-bottom:1px solid rgba(139,34,87,.15);font-size:14px}.info-row:last-child{border-bottom:none}.info-row .icon{font-size:16px;width:20px;flex-shrink:0;margin-top:2px}.info-row .val{color:var(--text);font-weight:600}.info-row .sub-t{color:var(--text-mid);font-size:13px}.city-hero{background:linear-gradient(120deg,var(--burg-deeper) 0,var(--burg) 100%);padding:52px 80px;position:relative;overflow:hidden}.city-hero:after{content:"";position:absolute;width:300px;height:300px;border-radius:50%;background:hsla(0,0%,100%,.04);top:-100px;right:60px;pointer-events:none}.city-hero h1{font-size:46px;font-weight:800;color:#fff;line-height:1.05;margin-bottom:12px}.city-hero p{font-size:16px;color:hsla(0,0%,100%,.8);max-width:600px}.city-content{display:grid;grid-template-columns:1fr 350px;grid-gap:60px;gap:60px;padding:60px 80px}.city-nearby{background:var(--bg);border:1.5px solid var(--border);border-radius:12px;padding:22px;margin-top:28px}.nearby-title{font-weight:700;font-size:14px;color:var(--text);margin-bottom:12px}.nearby-list{display:flex;flex-wrap:wrap;gap:8px}.nearby-pill{background:#fff;border:1.5px solid var(--border);color:var(--burg);font-size:13px;font-weight:600;padding:5px 14px;border-radius:20px;transition:all .15s}.nearby-pill:hover{background:var(--burg);color:#fff;border-color:var(--burg)}@media (max-width:900px){.topbar{padding:7px 20px}.topbar-r{display:none}.nav{padding:0 20px;height:60px}.nav-links{display:none}.hero{padding:48px 20px 0}.hero-inner{grid-template-columns:1fr}.hero-form{display:none}.hero h1{font-size:34px}.stats-bar{padding:20px;grid-template-columns:repeat(2,1fr)}.section{padding:48px 20px}.servizi-grid{grid-template-columns:repeat(2,1fr)}.footer-grid,.perche-grid{grid-template-columns:1fr}.footer-bottom{flex-direction:column;gap:8px}.breadcrumb{padding:11px 20px}.service-hero{padding:40px 20px}.content-grid,.service-hero{grid-template-columns:1fr}.city-content,.city-hero{padding:40px 20px}.city-content{grid-template-columns:1fr}.team-grid{grid-template-columns:repeat(2,1fr)}.contatti-grid{grid-template-columns:1fr}.citta-section,.cta-section{padding:48px 20px}}@keyframes fadeUp{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideInLeft{0%{opacity:0;transform:translateX(-32px)}to{opacity:1;transform:translateX(0)}}@keyframes slideInRight{0%{opacity:0;transform:translateX(32px)}to{opacity:1;transform:translateX(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.92)}to{opacity:1;transform:scale(1)}}@keyframes countUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse-ring{0%{transform:scale(1);opacity:.4}to{transform:scale(1.18);opacity:0}}@keyframes shimmer{0%{background-position:-400px 0}to{background-position:400px 0}}.hero-pill{animation:fadeIn .6s ease both}.hero h1{animation:fadeUp .7s ease .1s both}.hero-sub{animation:fadeUp .7s ease .2s both}.hero-btns{animation:fadeUp .7s ease .3s both}.hero-form{animation:slideInRight .8s ease .2s both}.hero-trust{animation:fadeIn .8s ease .5s both}.stat-num{animation:countUp .6s ease both}.stats-bar>div:first-child .stat-num{animation-delay:.1s}.stats-bar>div:nth-child(2) .stat-num{animation-delay:.2s}.stats-bar>div:nth-child(3) .stat-num{animation-delay:.3s}.stats-bar>div:nth-child(4) .stat-num{animation-delay:.4s}.reveal{opacity:0;transform:translateY(24px);transition:opacity .65s ease,transform .65s ease}.reveal.visible{opacity:1;transform:translateY(0)}.reveal-left{opacity:0;transform:translateX(-24px);transition:opacity .65s ease,transform .65s ease}.reveal-left.visible{opacity:1;transform:translateX(0)}.reveal-scale{opacity:0;transform:scale(.94);transition:opacity .55s ease,transform .55s ease}.reveal-scale.visible{opacity:1;transform:scale(1)}.stagger>:first-child{transition-delay:.05s}.stagger>:nth-child(2){transition-delay:.12s}.stagger>:nth-child(3){transition-delay:.19s}.stagger>:nth-child(4){transition-delay:.26s}.stagger>:nth-child(5){transition-delay:.33s}.stagger>:nth-child(6){transition-delay:.4s}.stagger>:nth-child(7){transition-delay:.47s}.stagger>:nth-child(8){transition-delay:.54s}.stagger>:nth-child(9){transition-delay:.61s}.stagger>:nth-child(10){transition-delay:.68s}.serv-card{transition:all .25s cubic-bezier(.34,1.56,.64,1)}.serv-card:hover{transform:translateY(-6px) scale(1.02);box-shadow:0 12px 32px rgba(139,34,87,.14)}.perche-card{transition:all .22s ease}.perche-card:hover{transform:translateY(-3px);box-shadow:0 8px 24px rgba(139,34,87,.08)}.foto-cover{width:100%;height:100%;object-fit:cover;object-position:center top;transition:transform .6s ease}.foto-wrap{overflow:hidden}.foto-wrap:hover .foto-cover{transform:scale(1.03)}.btn-burg,.btn-white{position:relative;overflow:hidden}.btn-burg:after,.btn-white:after{content:"";position:absolute;inset:0;background:hsla(0,0%,100%,.18);opacity:0;transition:opacity .2s}.btn-burg:hover:after,.btn-white:hover:after{opacity:1}.citta-tag{transition:all .2s cubic-bezier(.34,1.56,.64,1)}.citta-tag:hover{transform:translateY(-2px) scale(1.04)}@keyframes imgReveal{0%{opacity:0;transform:scale(1.04)}to{opacity:1;transform:scale(1)}}.foto-section img{animation:imgReveal .9s ease both}.cat-bar{background:var(--burg-deeper);padding:8px 52px;display:flex;gap:4px;flex-wrap:wrap}.cat-bar-btn{font-size:12px;font-weight:500;color:hsla(0,0%,100%,.72);padding:5px 14px;border-radius:4px;border:1px solid hsla(0,0%,100%,.15);transition:all .15s;background:hsla(0,0%,100%,.06);white-space:nowrap}.cat-bar-btn:hover{background:var(--burg);color:#fff;border-color:var(--burg)}.serv-icon-wrap{width:120px;height:120px;border-radius:18px;background:#fff;border:1px solid var(--border);display:flex;align-items:center;justify-content:center;margin-bottom:16px;overflow:hidden}.serv-titolo{font-size:12px;color:var(--burg);font-weight:600;margin-bottom:4px;letter-spacing:.03em}.social-icon{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:8px;background:hsla(0,0%,100%,.1);color:hsla(0,0%,100%,.7);transition:all .15s}.social-icon:hover{background:var(--burg);color:#fff}.footer-col-group{font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:var(--burg-mid);margin:10px 0 5px;font-weight:600}.faq-page{max-width:760px}.faq-categoria{font-size:18px;font-weight:800;color:var(--text);margin:40px 0 16px;padding-bottom:10px;border-bottom:2px solid var(--burg-light)}.faq-categoria:first-child{margin-top:0}.gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:16px;gap:16px}.gallery-placeholder{background:var(--burg-light);border-radius:10px;aspect-ratio:4/3;display:flex;align-items:center;justify-content:center;color:var(--burg-mid);font-size:13px}.tech-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:16px;gap:16px}.tech-card{background:#fff;border:1.5px solid var(--border);border-radius:12px;padding:28px 24px;transition:all .2s}.tech-card:hover{border-color:var(--burg-mid);transform:translateY(-3px);box-shadow:0 8px 24px rgba(139,34,87,.08)}.tech-icon{width:48px;height:48px;border-radius:12px;background:var(--burg-light);display:flex;align-items:center;justify-content:center;margin-bottom:16px}.tech-name{font-weight:800;font-size:16px;color:var(--text);margin-bottom:8px}.tech-desc{font-size:13px;color:var(--text-mid);line-height:1.65}.hero-pill{display:inline-flex;align-items:center;background:hsla(0,0%,100%,.12);color:hsla(0,0%,100%,.92);font-size:13px;font-weight:500;letter-spacing:.03em;padding:8px 20px;border-radius:30px;margin-bottom:22px;border:1px solid hsla(0,0%,100%,.2)}@media (max-width:900px){.cat-bar{padding:8px 16px}.gallery-grid{grid-template-columns:repeat(2,1fr)}.tech-grid{grid-template-columns:1fr}}.wa-float{position:fixed;bottom:28px;right:28px;z-index:999;background:#25d366;color:#fff;display:flex;align-items:center;gap:10px;padding:14px 22px 14px 18px;border-radius:50px;box-shadow:0 4px 20px rgba(37,211,102,.45);font-weight:700;font-size:15px;text-decoration:none;transition:all .2s cubic-bezier(.34,1.56,.64,1)}.wa-float:hover{transform:translateY(-3px) scale(1.04);box-shadow:0 8px 28px rgba(37,211,102,.55)}.wa-float span{white-space:nowrap}@keyframes wa-pulse{0%{box-shadow:0 0 0 0 rgba(37,211,102,.5)}70%{box-shadow:0 0 0 12px rgba(37,211,102,0)}to{box-shadow:0 0 0 0 rgba(37,211,102,0)}}.wa-float{animation:wa-pulse 2.5s infinite}.wa-float:hover{animation:none}@media (max-width:900px){.wa-float span{display:none}.wa-float{padding:16px;border-radius:50%}}