:root{
  --primary:#e60012;
  --primary2:#ff6b00;
  --dark:#0f172a;
  --muted:#64748b;
  --line:#e5e7eb;
  --bg:#f8fafc;
  --card:#ffffff;
  --radius:24px;
  --shadow:0 24px 80px rgba(15,23,42,.12);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,Arial,Helvetica,sans-serif;background:var(--bg);color:var(--dark);line-height:1.6}
a{text-decoration:none;color:inherit}
img{max-width:100%;display:block}.container{width:min(1160px,92%);margin:auto}.topbar{background:#0b1220;color:#dbeafe;font-size:14px}.topbar .container{display:flex;justify-content:space-between;gap:16px;padding:10px 0;flex-wrap:wrap}.navbar{position:sticky;top:0;z-index:20;background:rgba(255,255,255,.92);backdrop-filter:blur(16px);border-bottom:1px solid rgba(226,232,240,.9)}.nav-inner{display:flex;align-items:center;justify-content:space-between;padding:15px 0}.brand{display:flex;align-items:center;gap:12px;font-weight:900;letter-spacing:.3px}.brand img{width:170px;height:auto}.nav-links{display:flex;align-items:center;gap:22px;font-weight:700;color:#334155}.nav-links a:hover{color:var(--primary)}.hamb{display:none;border:0;background:#111827;color:#fff;border-radius:12px;padding:10px 12px;font-size:20px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:0;border-radius:999px;padding:13px 22px;font-weight:900;cursor:pointer;transition:.2s}.btn-primary{background:linear-gradient(135deg,var(--primary),var(--primary2));color:#fff;box-shadow:0 15px 35px rgba(230,0,18,.25)}.btn-primary:hover{transform:translateY(-2px)}.btn-light{background:#fff;color:var(--primary);border:1px solid #fff}.btn-dark{background:#111827;color:#fff}.hero{position:relative;overflow:hidden;background:radial-gradient(circle at top right,rgba(255,107,0,.2),transparent 33%),linear-gradient(135deg,#111827,#1f2937 48%,#e60012);color:#fff}.hero .container{display:grid;grid-template-columns:1.08fr .92fr;gap:48px;align-items:center;min-height:650px;padding:70px 0}.badge{display:inline-flex;gap:8px;align-items:center;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.2);padding:9px 14px;border-radius:999px;font-weight:800;margin-bottom:20px}.hero h1{font-size:clamp(42px,6vw,76px);line-height:1.02;margin:0 0 20px;font-weight:950;letter-spacing:-2px}.hero p{font-size:18px;color:#e5e7eb;margin:0 0 22px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}.hero-card{background:rgba(255,255,255,.96);color:#111827;border-radius:30px;padding:28px;box-shadow:var(--shadow);position:relative}.hero-card:before{content:"";position:absolute;inset:-12px;border:1px solid rgba(255,255,255,.25);border-radius:38px}.speed-box{position:relative;display:grid;gap:18px}.speed-main{background:linear-gradient(135deg,#ff6b00,#e60012);color:#fff;border-radius:26px;padding:30px}.speed-main small{font-weight:800;opacity:.9}.speed-main strong{display:block;font-size:58px;line-height:1;margin-top:8px}.hero-features{display:grid;grid-template-columns:1fr 1fr;gap:12px}.mini{border:1px solid var(--line);border-radius:18px;padding:16px;background:#fff}.mini b{display:block;font-size:18px}.section{padding:80px 0}.section-title{max-width:760px;margin:0 auto 38px;text-align:center}.kicker{color:var(--primary);font-weight:950;text-transform:uppercase;letter-spacing:.14em;font-size:13px}.section h2{font-size:clamp(32px,4vw,52px);line-height:1.08;margin:8px 0 12px;letter-spacing:-1px}.muted{color:var(--muted)}.packages{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.package-card{position:relative;background:var(--card);border:1px solid var(--line);border-radius:var(--radius);padding:28px;box-shadow:0 16px 45px rgba(15,23,42,.08);transition:.2s;overflow:hidden}.package-card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}.package-card.popular{border:2px solid var(--primary)}.popular-badge{position:absolute;right:18px;top:18px;background:linear-gradient(135deg,var(--primary),var(--primary2));color:#fff;border-radius:999px;padding:7px 12px;font-size:12px;font-weight:900}.package-name{font-size:23px;font-weight:950;margin:0 0 6px}.speed{font-size:48px;font-weight:950;letter-spacing:-1px;color:var(--primary);line-height:1}.speed span{font-size:18px;color:#64748b}.price{font-size:30px;font-weight:950;margin:18px 0 4px}.price small{font-size:14px;color:var(--muted);font-weight:800}.features{list-style:none;padding:0;margin:22px 0;display:grid;gap:10px}.features li{display:flex;gap:10px}.features li:before{content:"✓";color:#16a34a;font-weight:950}.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.step{background:#fff;border:1px solid var(--line);border-radius:22px;padding:24px}.step span{display:inline-flex;width:42px;height:42px;border-radius:14px;align-items:center;justify-content:center;background:rgba(230,0,18,.1);color:var(--primary);font-weight:950}.why{background:#0f172a;color:#fff}.why .muted{color:#cbd5e1}.why-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.why-card{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);border-radius:24px;padding:26px}.coverage{display:grid;grid-template-columns:1fr 1fr;gap:34px;align-items:center}.coverage-box{background:#fff;border:1px solid var(--line);border-radius:28px;padding:30px;box-shadow:var(--shadow)}.form{display:grid;gap:14px}.form label{font-weight:900}.form input,.form select,.form textarea{width:100%;border:1px solid #cbd5e1;border-radius:14px;padding:14px 16px;font:inherit;margin-top:6px;background:#fff}.form input:focus,.form select:focus,.form textarea:focus{outline:3px solid rgba(230,0,18,.15);border-color:var(--primary)}.alert{border-radius:16px;padding:14px 16px;margin-bottom:18px}.alert.success{background:#dcfce7;color:#166534}.alert.error{background:#fee2e2;color:#991b1b}.footer{background:#0b1220;color:#cbd5e1;padding:46px 0}.footer-grid{display:grid;grid-template-columns:1.4fr .8fr .8fr;gap:30px}.footer h3{color:#fff}.floating-wa{position:fixed;right:20px;bottom:20px;z-index:30;background:#25d366;color:#fff;border-radius:999px;padding:15px 18px;font-weight:950;box-shadow:0 14px 35px rgba(37,211,102,.35)}
@media(max-width:900px){.hamb{display:block}.nav-links{display:none;position:absolute;left:4%;right:4%;top:72px;background:#fff;border:1px solid var(--line);border-radius:20px;padding:18px;box-shadow:var(--shadow);flex-direction:column;align-items:flex-start}.nav-links.open{display:flex}.hero .container,.coverage,.why-grid{grid-template-columns:1fr}.hero .container{min-height:auto}.packages{grid-template-columns:1fr}.steps{grid-template-columns:1fr 1fr}.footer-grid{grid-template-columns:1fr}.brand img{width:145px}}
@media(max-width:560px){.steps{grid-template-columns:1fr}.hero-features{grid-template-columns:1fr}.hero h1{font-size:42px}.section{padding:56px 0}.hero .container{padding:50px 0}.speed-main strong{font-size:46px}}

/* Theme pilihan dari admin */
body.theme-myrepublic_moratel{--primary:#e60012;--primary2:#6d28d9;--dark:#0b1220;--shadow:0 24px 90px rgba(109,40,217,.16)}
body.theme-myrepublic_moratel .topbar{background:linear-gradient(90deg,#0b1220,#2b0b3f,#e60012)}
body.theme-myrepublic_moratel .hero{background:radial-gradient(circle at 75% 10%,rgba(109,40,217,.42),transparent 26%),radial-gradient(circle at 10% 10%,rgba(230,0,18,.35),transparent 28%),linear-gradient(135deg,#070b16,#151a2d 48%,#e60012)}
body.theme-myrepublic_moratel .speed-main{background:linear-gradient(135deg,#e60012,#6d28d9)}
body.theme-myrepublic_moratel .package-card.popular{box-shadow:0 24px 70px rgba(230,0,18,.18)}

body.theme-republic_red{--primary:#e60012;--primary2:#ff6b00}
body.theme-republic_red .hero{background:radial-gradient(circle at top right,rgba(255,107,0,.2),transparent 33%),linear-gradient(135deg,#111827,#1f2937 48%,#e60012)}
body.theme-republic_red .speed-main{background:linear-gradient(135deg,#ff6b00,#e60012)}

body.theme-moratel_blue{--primary:#0057b8;--primary2:#e60012}
body.theme-moratel_blue .topbar{background:linear-gradient(90deg,#012a5a,#0057b8)}
body.theme-moratel_blue .hero{background:radial-gradient(circle at top right,rgba(230,0,18,.22),transparent 32%),linear-gradient(135deg,#061b3a,#0057b8 52%,#e60012)}
body.theme-moratel_blue .speed-main{background:linear-gradient(135deg,#0057b8,#e60012)}

body.theme-dark_fiber{--primary:#22c55e;--primary2:#06b6d4;--bg:#07111f;--dark:#f8fafc;--card:#0f172a;--line:rgba(148,163,184,.24);color:#f8fafc}
body.theme-dark_fiber .navbar{background:rgba(7,17,31,.92);border-bottom-color:rgba(148,163,184,.24)}
body.theme-dark_fiber .nav-links{color:#dbeafe}
body.theme-dark_fiber .topbar,.theme-dark_fiber .footer{background:#020617}
body.theme-dark_fiber .hero{background:radial-gradient(circle at top right,rgba(34,197,94,.23),transparent 32%),linear-gradient(135deg,#020617,#0f172a 56%,#064e3b)}
body.theme-dark_fiber .package-card,body.theme-dark_fiber .step,body.theme-dark_fiber .coverage-box,body.theme-dark_fiber .mini{background:#0f172a;color:#f8fafc;border-color:rgba(148,163,184,.24)}
body.theme-dark_fiber .muted{color:#cbd5e1}

.package-card:after{content:"";position:absolute;left:0;right:0;top:0;height:5px;background:linear-gradient(90deg,var(--primary),var(--primary2));opacity:.95}.package-card .btn{width:100%}.floating-wa:before{content:"☎";font-weight:950}.floating-wa{display:flex;gap:8px;align-items:center}

/* Animasi + Running Text Patch */
.running-text{position:relative;z-index:60;overflow:hidden;background:var(--run-bg);color:var(--run-color);font-weight:950;letter-spacing:.02em;box-shadow:0 10px 28px rgba(15,23,42,.12)}
.running-track{display:flex;width:max-content;gap:54px;white-space:nowrap;animation:runText 28s linear infinite;padding:10px 0}.running-track span{display:inline-flex;align-items:center}.running-track span:before{content:"●";font-size:11px;margin-right:14px;opacity:.9}.running-fast .running-track{animation-duration:16s}.running-normal .running-track{animation-duration:28s}.running-slow .running-track{animation-duration:42s}@keyframes runText{from{transform:translateX(0)}to{transform:translateX(-33.333%)}}
.hero{isolation:isolate}.hero-orbs{position:absolute;inset:0;pointer-events:none;overflow:hidden;z-index:0}.hero-orbs i{position:absolute;display:block;border-radius:999px;filter:blur(2px);opacity:.5;background:radial-gradient(circle,rgba(255,255,255,.32),rgba(255,255,255,0));animation:floatOrb 9s ease-in-out infinite}.hero-orbs i:nth-child(1){width:210px;height:210px;left:6%;top:12%}.hero-orbs i:nth-child(2){width:280px;height:280px;right:8%;top:20%;animation-delay:-3s}.hero-orbs i:nth-child(3){width:180px;height:180px;right:30%;bottom:8%;animation-delay:-6s}.hero > .container{position:relative;z-index:1}@keyframes floatOrb{0%,100%{transform:translate3d(0,0,0) scale(1)}50%{transform:translate3d(18px,-24px,0) scale(1.08)}}
.hero-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:26px}.hero-stats div{background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.18);border-radius:20px;padding:16px;backdrop-filter:blur(10px)}.hero-stats strong{display:block;font-size:30px;line-height:1;font-weight:950;color:#fff}.hero-stats span{display:block;font-size:13px;color:#e5e7eb;margin-top:6px;font-weight:800}.counter-off .counter{animation:none}
.promo-strip-section{padding:28px 0 0;margin-top:-24px;position:relative;z-index:4}.promo-slider{display:grid;grid-template-columns:auto 1fr auto;gap:16px;align-items:center;background:rgba(255,255,255,.96);border:1px solid rgba(226,232,240,.96);border-radius:26px;padding:16px;box-shadow:0 18px 55px rgba(15,23,42,.14);overflow:hidden}.promo-icon{width:54px;height:54px;border-radius:18px;background:linear-gradient(135deg,var(--primary),var(--primary2));color:#fff;display:grid;place-items:center;font-size:25px;box-shadow:0 16px 30px rgba(230,0,18,.22)}.promo-texts{position:relative;min-height:34px;display:flex;align-items:center}.promo-slide{position:absolute;opacity:0;transform:translateY(12px);transition:.45s ease;font-size:18px;font-weight:950;color:var(--dark)}.promo-slide.active{opacity:1;transform:translateY(0)}
.testimonials-section{background:linear-gradient(180deg,rgba(15,23,42,.03),rgba(15,23,42,0))}.testimonial-slider{position:relative;max-width:880px;margin:0 auto;background:var(--card);border:1px solid var(--line);border-radius:30px;box-shadow:var(--shadow);padding:34px;min-height:220px;overflow:hidden}.testimonial-card{display:none;text-align:center}.testimonial-card.active{display:block;animation:softPop .45s ease}.testimonial-card p{font-size:clamp(22px,3vw,34px);line-height:1.25;margin:0 0 20px;font-weight:900;letter-spacing:-.5px}.testimonial-card strong{display:inline-flex;background:rgba(230,0,18,.09);color:var(--primary);border-radius:999px;padding:9px 14px}.testimonial-dots{display:flex;justify-content:center;gap:8px;margin-top:26px}.testimonial-dots button{width:10px;height:10px;border:0;border-radius:999px;background:#cbd5e1;cursor:pointer;padding:0}.testimonial-dots button.active{width:28px;background:linear-gradient(135deg,var(--primary),var(--primary2))}@keyframes softPop{from{opacity:0;transform:translateY(12px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}
.motion-on .reveal{opacity:0;transform:translateY(28px);transition-property:opacity,transform;transition-duration:.85s;transition-timing-function:cubic-bezier(.2,.8,.2,1)}.motion-on.motion-fade .reveal{transform:none}.motion-on.motion-slide-left .reveal{transform:translateX(-36px)}.motion-on.motion-zoom .reveal{transform:scale(.94)}.motion-on .reveal.in-view{opacity:1;transform:none}.motion-speed-fast .reveal{transition-duration:.45s}.motion-speed-slow .reveal{transition-duration:1.2s}.delay-1{transition-delay:.12s}.delay-2{transition-delay:.22s}.motion-off .reveal{opacity:1!important;transform:none!important}
.hero-motion-on .hero-card{animation:heroFloat 5.5s ease-in-out infinite}.hero-motion-on .speed-main{position:relative;overflow:hidden}.hero-motion-on .speed-main:after{content:"";position:absolute;inset:0;transform:translateX(-120%);background:linear-gradient(90deg,transparent,rgba(255,255,255,.25),transparent);animation:shine 3.8s ease-in-out infinite}@keyframes heroFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-12px)}}@keyframes shine{0%,35%{transform:translateX(-120%)}65%,100%{transform:translateX(120%)}}
.card-hover-on .package-card:hover,.card-hover-on .step:hover,.card-hover-on .why-card:hover{transform:translateY(-8px) scale(1.01);box-shadow:0 28px 85px rgba(15,23,42,.16)}.card-hover-on .package-card:hover:after{height:8px}.card-hover-off .package-card:hover{transform:none}
.wa-pulse-on .floating-wa{animation:waPulse 1.9s ease-in-out infinite}.wa-pulse-on .floating-wa:after{content:"";position:absolute;inset:-8px;border-radius:999px;border:2px solid rgba(37,211,102,.45);animation:waRing 1.9s ease-in-out infinite}.floating-wa{position:fixed}.floating-wa:after{pointer-events:none}@keyframes waPulse{0%,100%{transform:translateY(0) scale(1)}50%{transform:translateY(-3px) scale(1.04)}}@keyframes waRing{0%{opacity:.9;transform:scale(.9)}80%,100%{opacity:0;transform:scale(1.35)}}
.package-card,.step,.why-card,.coverage-box,.hero-card{will-change:transform}.section-title.reveal.in-view + .packages .package-card:nth-child(2){transition-delay:.08s}.section-title.reveal.in-view + .packages .package-card:nth-child(3){transition-delay:.16s}.section-title.reveal.in-view + .packages .package-card:nth-child(4){transition-delay:.24s}
body.theme-dark_fiber .promo-slider,body.theme-dark_fiber .testimonial-slider{background:#0f172a;border-color:rgba(148,163,184,.24)}body.theme-dark_fiber .promo-slide{color:#f8fafc}body.theme-dark_fiber .testimonial-card strong{background:rgba(34,197,94,.12);color:var(--primary)}
@media(max-width:900px){.promo-slider{grid-template-columns:auto 1fr}.promo-slider .btn{grid-column:1/3;width:100%}.hero-stats{grid-template-columns:1fr 1fr 1fr}.promo-slide{font-size:15px}.testimonial-slider{padding:24px}.running-track{gap:34px}}@media(max-width:560px){.hero-stats{grid-template-columns:1fr}.promo-slider{grid-template-columns:1fr}.promo-slider .btn{grid-column:auto}.promo-icon{width:48px;height:48px}.promo-texts{min-height:58px}.testimonial-card p{font-size:21px}.running-track{font-size:13px}}
@media(prefers-reduced-motion:reduce){.running-track,.hero-orbs i,.hero-card,.speed-main:after,.floating-wa,.floating-wa:after{animation:none!important}.reveal{opacity:1!important;transform:none!important;transition:none!important}}

/* Testimoni Foto Patch */
.testimonial-avatar{width:92px;height:92px;border-radius:999px;margin:0 auto 18px;display:grid;place-items:center;overflow:hidden;background:linear-gradient(135deg,var(--primary),var(--primary2));box-shadow:0 18px 40px rgba(15,23,42,.18);border:4px solid #fff;color:#fff;font-size:34px;font-weight:950}
.testimonial-avatar img{width:100%;height:100%;object-fit:cover;display:block}
.testimonial-avatar-initial{letter-spacing:-1px;text-transform:uppercase}
.testimonial-card strong{margin-top:4px}
body.theme-dark_fiber .testimonial-avatar{border-color:#0f172a;box-shadow:0 18px 40px rgba(0,0,0,.35)}
@media(max-width:560px){.testimonial-avatar{width:76px;height:76px;font-size:28px;margin-bottom:14px}}

/* Brosur Promo Slider Patch */
.brochure-section{position:relative;background:linear-gradient(180deg,rgba(109,40,217,.06),rgba(230,0,18,.03),transparent)}
.brochure-slider{position:relative;background:rgba(255,255,255,.92);border:1px solid rgba(226,232,240,.95);border-radius:34px;box-shadow:0 28px 90px rgba(15,23,42,.12);padding:24px;overflow:hidden}
.brochure-slider:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 16% 12%,rgba(230,0,18,.10),transparent 28%),radial-gradient(circle at 86% 18%,rgba(109,40,217,.13),transparent 32%);pointer-events:none}
.brochure-stage{position:relative;min-height:620px;z-index:1}
.brochure-slide{position:absolute;inset:0;display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:26px;align-items:center;opacity:0;pointer-events:none;transform:translateX(30px) scale(.985);transition:opacity .55s ease,transform .55s ease}
.brochure-slide.active{opacity:1;pointer-events:auto;transform:translateX(0) scale(1)}
.brochure-image-btn{border:0;background:transparent;padding:0;cursor:zoom-in;width:100%;height:100%;display:grid;place-items:center}
.brochure-image-btn img{max-height:620px;width:auto;max-width:100%;object-fit:contain;border-radius:24px;box-shadow:0 22px 70px rgba(15,23,42,.18);background:#fff;border:1px solid rgba(226,232,240,.95)}
.brochure-info{background:rgba(15,23,42,.92);color:#fff;border-radius:28px;padding:26px;box-shadow:0 24px 70px rgba(15,23,42,.20)}
.brochure-info h3{font-size:clamp(26px,3vw,40px);line-height:1.08;margin:0 0 12px;letter-spacing:-.8px}
.brochure-info p{color:#dbeafe;margin:0 0 18px;font-weight:700}
.brochure-actions{display:flex;gap:10px;flex-wrap:wrap}
.brochure-controls{position:relative;z-index:2;margin-top:18px;display:flex;align-items:center;justify-content:center;gap:14px}
.brochure-prev,.brochure-next{width:46px;height:46px;border:0;border-radius:999px;background:linear-gradient(135deg,var(--primary),var(--primary2));color:#fff;font-size:34px;line-height:1;display:grid;place-items:center;cursor:pointer;box-shadow:0 16px 34px rgba(15,23,42,.18)}
.brochure-dots{display:flex;gap:8px;align-items:center;justify-content:center;flex-wrap:wrap}.brochure-dots button{width:10px;height:10px;border:0;border-radius:999px;background:#cbd5e1;padding:0;cursor:pointer;transition:.2s}.brochure-dots button.active{width:34px;background:linear-gradient(135deg,var(--primary),var(--primary2))}
.brochure-lightbox{position:fixed;inset:0;z-index:200;background:rgba(2,6,23,.86);display:none;align-items:center;justify-content:center;padding:22px;backdrop-filter:blur(12px)}
.brochure-lightbox.open{display:flex}.brochure-lightbox-inner{width:min(960px,100%);max-height:92vh;text-align:center;color:#fff}.brochure-lightbox-inner img{max-width:100%;max-height:84vh;object-fit:contain;margin:auto;border-radius:18px;box-shadow:0 30px 120px rgba(0,0,0,.55);background:#fff}.brochure-lightbox-inner p{margin:12px 0 0;font-weight:900}.brochure-lightbox-close{position:absolute;right:22px;top:18px;width:48px;height:48px;border:0;border-radius:999px;background:#fff;color:#0f172a;font-size:34px;line-height:1;cursor:pointer;font-weight:900}.modal-open{overflow:hidden}
body.theme-dark_fiber .brochure-slider{background:#0f172a;border-color:rgba(148,163,184,.24)}body.theme-dark_fiber .brochure-info{background:rgba(2,6,23,.94)}
@media(max-width:980px){.brochure-stage{min-height:720px}.brochure-slide{grid-template-columns:1fr;align-content:start}.brochure-image-btn img{max-height:470px}.brochure-info{padding:22px}.brochure-actions .btn{width:100%}}
@media(max-width:560px){.brochure-slider{padding:14px;border-radius:24px}.brochure-stage{min-height:640px}.brochure-image-btn img{max-height:430px;border-radius:16px}.brochure-info{border-radius:20px;padding:18px}.brochure-prev,.brochure-next{width:42px;height:42px;font-size:30px}.brochure-controls{gap:10px}}

.footer-powered{
  margin-top:28px;
  padding-top:18px;
  border-top:1px solid rgba(255,255,255,.12);
  text-align:center;
  color:rgba(255,255,255,.72);
  font-size:14px;
  letter-spacing:.2px;
}
.footer-powered a{
  color:#fff;
  text-decoration:none;
  font-weight:800;
}
.footer-powered a:hover{text-decoration:underline}

.location-share-box{
  border:1px solid rgba(226,232,240,.95);
  background:linear-gradient(135deg, rgba(248,250,252,.96), rgba(245,243,255,.96));
  border-radius:18px;
  padding:16px;
  margin:10px 0 14px;
}
.location-head{
  display:flex;
  flex-direction:column;
  gap:4px;
  margin-bottom:12px;
}
.location-head strong{
  color:#0f172a;
  font-size:16px;
}
.location-head span{
  color:#64748b;
  font-size:14px;
  line-height:1.45;
}
.location-btn{
  width:100%;
  justify-content:center;
  margin-bottom:10px;
}
.location-status{
  font-size:14px;
  color:#475569;
  background:#fff;
  border:1px dashed #cbd5e1;
  border-radius:14px;
  padding:10px 12px;
  margin-bottom:12px;
}
.location-status.ok{
  color:#166534;
  border-color:#86efac;
  background:#f0fdf4;
}
.location-status.err{
  color:#991b1b;
  border-color:#fecaca;
  background:#fff1f2;
}
.location-status a{
  color:#0f62fe;
  font-weight:800;
}
.location-manual{
  margin:0;
}


/* Extra Theme Pack + Soft Running Text */
body.theme-soft_purple{
  --primary:#7c3aed;--primary2:#ec4899;--dark:#111827;--bg:#faf7ff;--card:#ffffff;--shadow:0 24px 80px rgba(124,58,237,.14);
}
body.theme-soft_purple .topbar{background:linear-gradient(90deg,#312e81,#7c3aed,#db2777)}
body.theme-soft_purple .hero{background:radial-gradient(circle at 80% 10%,rgba(236,72,153,.30),transparent 30%),radial-gradient(circle at 12% 12%,rgba(124,58,237,.36),transparent 28%),linear-gradient(135deg,#1e1b4b,#312e81 52%,#7c3aed)}
body.theme-soft_purple .speed-main{background:linear-gradient(135deg,#7c3aed,#ec4899)}
body.theme-soft_purple .running-text{background:#312e81!important;color:#fff!important}

body.theme-clean_blue{
  --primary:#2563eb;--primary2:#06b6d4;--dark:#0f172a;--bg:#f8fbff;--card:#ffffff;--shadow:0 24px 80px rgba(37,99,235,.12);
}
body.theme-clean_blue .topbar{background:linear-gradient(90deg,#0f172a,#1d4ed8,#0891b2)}
body.theme-clean_blue .hero{background:radial-gradient(circle at 75% 8%,rgba(6,182,212,.30),transparent 30%),linear-gradient(135deg,#0f172a,#1e3a8a 55%,#2563eb)}
body.theme-clean_blue .speed-main{background:linear-gradient(135deg,#2563eb,#06b6d4)}
body.theme-clean_blue .running-text{background:#1e40af!important;color:#fff!important}

body.theme-emerald_fiber{
  --primary:#059669;--primary2:#22c55e;--dark:#10201a;--bg:#f4fff9;--card:#ffffff;--shadow:0 24px 80px rgba(5,150,105,.12);
}
body.theme-emerald_fiber .topbar{background:linear-gradient(90deg,#052e16,#047857,#22c55e)}
body.theme-emerald_fiber .hero{background:radial-gradient(circle at 75% 10%,rgba(34,197,94,.28),transparent 30%),linear-gradient(135deg,#052e16,#065f46 55%,#059669)}
body.theme-emerald_fiber .speed-main{background:linear-gradient(135deg,#059669,#22c55e)}
body.theme-emerald_fiber .running-text{background:#064e3b!important;color:#fff!important}

body.theme-premium_gold{
  --primary:#b45309;--primary2:#f59e0b;--dark:#1c1917;--bg:#fffaf0;--card:#ffffff;--shadow:0 24px 80px rgba(180,83,9,.13);
}
body.theme-premium_gold .topbar{background:linear-gradient(90deg,#1c1917,#78350f,#b45309)}
body.theme-premium_gold .hero{background:radial-gradient(circle at 78% 12%,rgba(245,158,11,.32),transparent 30%),linear-gradient(135deg,#1c1917,#451a03 55%,#b45309)}
body.theme-premium_gold .speed-main{background:linear-gradient(135deg,#92400e,#f59e0b)}
body.theme-premium_gold .running-text{background:#78350f!important;color:#fff7ed!important}

body.theme-minimal_light{
  --primary:#334155;--primary2:#0ea5e9;--dark:#0f172a;--bg:#f8fafc;--card:#ffffff;--shadow:0 22px 70px rgba(15,23,42,.10);
}
body.theme-minimal_light .topbar{background:linear-gradient(90deg,#f1f5f9,#e2e8f0);color:#0f172a}
body.theme-minimal_light .navbar{background:rgba(255,255,255,.96)}
body.theme-minimal_light .hero{background:radial-gradient(circle at 76% 10%,rgba(14,165,233,.16),transparent 30%),linear-gradient(135deg,#f8fafc,#e0f2fe);color:#0f172a}
body.theme-minimal_light .hero .lead,body.theme-minimal_light .hero .muted{color:#334155}
body.theme-minimal_light .speed-main{background:linear-gradient(135deg,#334155,#0ea5e9)}
body.theme-minimal_light .running-text{background:#e2e8f0!important;color:#0f172a!important}

body.theme-navy_corporate{
  --primary:#1e40af;--primary2:#64748b;--dark:#0f172a;--bg:#f8fafc;--card:#ffffff;--shadow:0 24px 80px rgba(30,64,175,.12);
}
body.theme-navy_corporate .topbar{background:linear-gradient(90deg,#020617,#0f172a,#1e40af)}
body.theme-navy_corporate .hero{background:radial-gradient(circle at 76% 10%,rgba(96,165,250,.24),transparent 30%),linear-gradient(135deg,#020617,#0f172a 55%,#1e3a8a)}
body.theme-navy_corporate .speed-main{background:linear-gradient(135deg,#1e40af,#64748b)}
body.theme-navy_corporate .running-text{background:#0f172a!important;color:#e2e8f0!important}

body.theme-sunset_orange{
  --primary:#ea580c;--primary2:#f97316;--dark:#1f2937;--bg:#fff7ed;--card:#ffffff;--shadow:0 24px 80px rgba(234,88,12,.13);
}
body.theme-sunset_orange .topbar{background:linear-gradient(90deg,#431407,#9a3412,#ea580c)}
body.theme-sunset_orange .hero{background:radial-gradient(circle at 75% 10%,rgba(251,146,60,.32),transparent 30%),linear-gradient(135deg,#431407,#7c2d12 55%,#ea580c)}
body.theme-sunset_orange .speed-main{background:linear-gradient(135deg,#ea580c,#f97316)}
body.theme-sunset_orange .running-text{background:#7c2d12!important;color:#fff7ed!important}

body.theme-teal_modern{
  --primary:#0f766e;--primary2:#14b8a6;--dark:#0f172a;--bg:#f0fdfa;--card:#ffffff;--shadow:0 24px 80px rgba(15,118,110,.12);
}
body.theme-teal_modern .topbar{background:linear-gradient(90deg,#042f2e,#0f766e,#14b8a6)}
body.theme-teal_modern .hero{background:radial-gradient(circle at 76% 10%,rgba(45,212,191,.30),transparent 30%),linear-gradient(135deg,#042f2e,#115e59 55%,#0f766e)}
body.theme-teal_modern .speed-main{background:linear-gradient(135deg,#0f766e,#14b8a6)}
body.theme-teal_modern .running-text{background:#134e4a!important;color:#f0fdfa!important}

/* Running text lebih soft di HP, apa pun warna admin */
@media(max-width:640px){
  .running-text{
    background:#111827!important;
    color:#ffffff!important;
    font-size:13px;
    box-shadow:0 6px 18px rgba(15,23,42,.14);
  }
  .running-track{
    padding:8px 0;
    gap:34px;
  }
  .running-track span:before{
    font-size:9px;
    margin-right:10px;
    opacity:.7;
  }
}

/* Alternatif soft untuk tema merah supaya tidak terlalu nyala */
body.theme-myrepublic_moratel .running-text,
body.theme-republic_red .running-text{
  background:#991b1b!important;
  color:#fff!important;
}
@media(max-width:640px){
  body.theme-myrepublic_moratel .running-text,
  body.theme-republic_red .running-text{
    background:#1f2937!important;
    color:#f9fafb!important;
  }
}



/* WA floating button kecil, membesar saat hover/touch */
.floating-wa{
  width:54px!important;
  height:54px!important;
  min-width:54px!important;
  padding:0!important;
  border-radius:999px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:0!important;
  overflow:hidden!important;
  white-space:nowrap!important;
  font-size:0!important;
  transition:width .22s ease, min-width .22s ease, padding .22s ease, transform .22s ease, box-shadow .22s ease!important;
}
.floating-wa:before{
  content:"☎"!important;
  font-size:22px!important;
  margin:0!important;
  line-height:1!important;
}
.floating-wa:hover,
.floating-wa:focus,
.floating-wa:active{
  width:190px!important;
  min-width:190px!important;
  padding:0 18px!important;
  gap:9px!important;
  justify-content:center!important;
  font-size:18px!important;
  transform:translateY(-3px) scale(1.04)!important;
  box-shadow:0 18px 45px rgba(37,211,102,.45)!important;
}
.floating-wa:hover:before,
.floating-wa:focus:before,
.floating-wa:active:before{
  font-size:20px!important;
}
@media(max-width:640px){
  .floating-wa{
    width:48px!important;
    height:48px!important;
    min-width:48px!important;
    right:14px!important;
    bottom:14px!important;
  }
  .floating-wa:before{font-size:20px!important}
  .floating-wa:active,
  .floating-wa:focus{
    width:168px!important;
    min-width:168px!important;
    padding:0 14px!important;
    font-size:15px!important;
  }
}

/* Running text soft fallback */
@media(max-width:640px){
  .running-text{
    filter:saturate(.82);
  }
}



/* WhatsApp official-style icon for floating button */
.floating-wa:before{
  content:""!important;
  width:24px!important;
  height:24px!important;
  min-width:24px!important;
  display:inline-block!important;
  background:var(--wa-icon, url('../img/whatsapp-icon.svg')) center/contain no-repeat!important;
  margin:0!important;
}
@media(max-width:640px){
  .floating-wa:before{
    width:22px!important;
    height:22px!important;
    min-width:22px!important;
  }
}


/* FIX: icon WA kelihatan jelas, bukan hijau polos */
.floating-wa{
  background:#25d366!important;
}
.floating-wa:before{
  content:""!important;
  width:30px!important;
  height:30px!important;
  min-width:30px!important;
  display:inline-block!important;
  border-radius:999px!important;
  background-color:#ffffff!important;
  background-image:var(--wa-icon, url('../img/whatsapp-icon.svg'))!important;
  background-repeat:no-repeat!important;
  background-position:center!important;
  background-size:74%!important;
  box-shadow:0 4px 12px rgba(0,0,0,.14)!important;
}
@media(max-width:640px){
  .floating-wa:before{
    width:28px!important;
    height:28px!important;
    min-width:28px!important;
    background-size:74%!important;
  }
}


/* FORCE FIX: icon WA selalu terlihat, bukan hijau/putih polos */
.floating-wa{
  position:fixed!important;
  background:#25d366!important;
}
.floating-wa:before{
  content:""!important;
  width:30px!important;
  height:30px!important;
  min-width:30px!important;
  border-radius:999px!important;
  display:inline-block!important;
  background:#ffffff!important;
  box-shadow:0 4px 12px rgba(0,0,0,.14)!important;
}
.floating-wa:after{
  content:""!important;
  position:absolute!important;
  left:50%!important;
  top:50%!important;
  width:21px!important;
  height:21px!important;
  transform:translate(-50%,-50%)!important;
  background:#25d366!important;
  -webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M16.03 3.2C9.08 3.2 3.45 8.75 3.45 15.6c0 2.19.59 4.33 1.71 6.2L3.2 28.8l7.25-1.89a12.7 12.7 0 0 0 5.58 1.28c6.95 0 12.58-5.55 12.58-12.39S22.98 3.2 16.03 3.2Zm0 22.86c-1.83 0-3.62-.48-5.18-1.39l-.37-.22-4.31 1.12 1.15-4.13-.24-.39a10.1 10.1 0 0 1-1.55-5.45c0-5.67 4.71-10.28 10.5-10.28 5.8 0 10.5 4.61 10.5 10.28 0 5.67-4.7 10.46-10.5 10.46Zm5.76-7.69c-.32-.16-1.88-.91-2.17-1.02-.29-.1-.5-.16-.71.16-.21.31-.82 1.01-1 1.22-.18.21-.37.23-.69.08-.32-.16-1.34-.49-2.55-1.55-.94-.83-1.58-1.85-1.76-2.16-.18-.31-.02-.48.14-.64.14-.14.32-.36.48-.54.16-.18.21-.31.32-.52.1-.21.05-.39-.03-.55-.08-.16-.71-1.68-.98-2.3-.26-.6-.52-.52-.71-.53h-.61c-.21 0-.55.08-.84.39-.29.31-1.1 1.06-1.1 2.58 0 1.52 1.13 2.99 1.29 3.2.16.21 2.22 3.34 5.38 4.69.75.32 1.34.51 1.8.65.76.24 1.45.21 1.99.13.61-.09 1.88-.76 2.14-1.49.26-.73.26-1.36.18-1.49-.08-.13-.29-.21-.61-.37Z'/%3E%3C/svg%3E") center/contain no-repeat!important;
  mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M16.03 3.2C9.08 3.2 3.45 8.75 3.45 15.6c0 2.19.59 4.33 1.71 6.2L3.2 28.8l7.25-1.89a12.7 12.7 0 0 0 5.58 1.28c6.95 0 12.58-5.55 12.58-12.39S22.98 3.2 16.03 3.2Zm0 22.86c-1.83 0-3.62-.48-5.18-1.39l-.37-.22-4.31 1.12 1.15-4.13-.24-.39a10.1 10.1 0 0 1-1.55-5.45c0-5.67 4.71-10.28 10.5-10.28 5.8 0 10.5 4.61 10.5 10.28 0 5.67-4.7 10.46-10.5 10.46Zm5.76-7.69c-.32-.16-1.88-.91-2.17-1.02-.29-.1-.5-.16-.71.16-.21.31-.82 1.01-1 1.22-.18.21-.37.23-.69.08-.32-.16-1.34-.49-2.55-1.55-.94-.83-1.58-1.85-1.76-2.16-.18-.31-.02-.48.14-.64.14-.14.32-.36.48-.54.16-.18.21-.31.32-.52.1-.21.05-.39-.03-.55-.08-.16-.71-1.68-.98-2.3-.26-.6-.52-.52-.71-.53h-.61c-.21 0-.55.08-.84.39-.29.31-1.1 1.06-1.1 2.58 0 1.52 1.13 2.99 1.29 3.2.16.21 2.22 3.34 5.38 4.69.75.32 1.34.51 1.8.65.76.24 1.45.21 1.99.13.61-.09 1.88-.76 2.14-1.49.26-.73.26-1.36.18-1.49-.08-.13-.29-.21-.61-.37Z'/%3E%3C/svg%3E") center/contain no-repeat!important;
  pointer-events:none!important;
}
.floating-wa:hover:after,
.floating-wa:focus:after,
.floating-wa:active:after{
  left:30px!important;
}
@media(max-width:640px){
  .floating-wa:before{
    width:28px!important;
    height:28px!important;
    min-width:28px!important;
  }
  .floating-wa:after{
    width:20px!important;
    height:20px!important;
  }
  .floating-wa:active:after,
  .floating-wa:focus:after{
    left:28px!important;
  }
}



/* FORCE FIX v2: WA icon stabil, tanpa area putih, tanpa kedip */
.wa-pulse-on .floating-wa,
.floating-wa{
  animation:none!important;
}
.floating-wa{
  background:#25d366!important;
  color:#ffffff!important;
  width:54px!important;
  height:54px!important;
  min-width:54px!important;
  padding:0!important;
  border-radius:999px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:0!important;
  overflow:hidden!important;
  white-space:nowrap!important;
  font-size:0!important;
  transition:width .22s ease,min-width .22s ease,padding .22s ease,transform .22s ease,box-shadow .22s ease!important;
}
.floating-wa:before{
  content:""!important;
  width:28px!important;
  height:28px!important;
  min-width:28px!important;
  display:inline-block!important;
  border-radius:0!important;
  background:#ffffff!important;
  box-shadow:none!important;
  -webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M16.03 3.2C9.08 3.2 3.45 8.75 3.45 15.6c0 2.19.59 4.33 1.71 6.2L3.2 28.8l7.25-1.89a12.7 12.7 0 0 0 5.58 1.28c6.95 0 12.58-5.55 12.58-12.39S22.98 3.2 16.03 3.2Zm0 22.86c-1.83 0-3.62-.48-5.18-1.39l-.37-.22-4.31 1.12 1.15-4.13-.24-.39a10.1 10.1 0 0 1-1.55-5.45c0-5.67 4.71-10.28 10.5-10.28 5.8 0 10.5 4.61 10.5 10.28 0 5.67-4.7 10.46-10.5 10.46Zm5.76-7.69c-.32-.16-1.88-.91-2.17-1.02-.29-.1-.5-.16-.71.16-.21.31-.82 1.01-1 1.22-.18.21-.37.23-.69.08-.32-.16-1.34-.49-2.55-1.55-.94-.83-1.58-1.85-1.76-2.16-.18-.31-.02-.48.14-.64.14-.14.32-.36.48-.54.16-.18.21-.31.32-.52.1-.21.05-.39-.03-.55-.08-.16-.71-1.68-.98-2.3-.26-.6-.52-.52-.71-.53h-.61c-.21 0-.55.08-.84.39-.29.31-1.1 1.06-1.1 2.58 0 1.52 1.13 2.99 1.29 3.2.16.21 2.22 3.34 5.38 4.69.75.32 1.34.51 1.8.65.76.24 1.45.21 1.99.13.61-.09 1.88-.76 2.14-1.49.26-.73.26-1.36.18-1.49-.08-.13-.29-.21-.61-.37Z'/%3E%3C/svg%3E") center/contain no-repeat!important;
  mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M16.03 3.2C9.08 3.2 3.45 8.75 3.45 15.6c0 2.19.59 4.33 1.71 6.2L3.2 28.8l7.25-1.89a12.7 12.7 0 0 0 5.58 1.28c6.95 0 12.58-5.55 12.58-12.39S22.98 3.2 16.03 3.2Zm0 22.86c-1.83 0-3.62-.48-5.18-1.39l-.37-.22-4.31 1.12 1.15-4.13-.24-.39a10.1 10.1 0 0 1-1.55-5.45c0-5.67 4.71-10.28 10.5-10.28 5.8 0 10.5 4.61 10.5 10.28 0 5.67-4.7 10.46-10.5 10.46Zm5.76-7.69c-.32-.16-1.88-.91-2.17-1.02-.29-.1-.5-.16-.71.16-.21.31-.82 1.01-1 1.22-.18.21-.37.23-.69.08-.32-.16-1.34-.49-2.55-1.55-.94-.83-1.58-1.85-1.76-2.16-.18-.31-.02-.48.14-.64.14-.14.32-.36.48-.54.16-.18.21-.31.32-.52.1-.21.05-.39-.03-.55-.08-.16-.71-1.68-.98-2.3-.26-.6-.52-.52-.71-.53h-.61c-.21 0-.55.08-.84.39-.29.31-1.1 1.06-1.1 2.58 0 1.52 1.13 2.99 1.29 3.2.16.21 2.22 3.34 5.38 4.69.75.32 1.34.51 1.8.65.76.24 1.45.21 1.99.13.61-.09 1.88-.76 2.14-1.49.26-.73.26-1.36.18-1.49-.08-.13-.29-.21-.61-.37Z'/%3E%3C/svg%3E") center/contain no-repeat!important;
  margin:0!important;
}
.floating-wa:after{
  content:none!important;
  display:none!important;
}
.floating-wa:hover,
.floating-wa:focus,
.floating-wa:active{
  width:178px!important;
  min-width:178px!important;
  padding:0 16px!important;
  gap:9px!important;
  justify-content:center!important;
  font-size:16px!important;
  transform:translateY(-2px) scale(1.03)!important;
  box-shadow:0 16px 38px rgba(37,211,102,.38)!important;
}
.floating-wa:hover:before,
.floating-wa:focus:before,
.floating-wa:active:before{
  width:24px!important;
  height:24px!important;
  min-width:24px!important;
}
@media(max-width:640px){
  .floating-wa{
    width:48px!important;
    height:48px!important;
    min-width:48px!important;
    right:14px!important;
    bottom:14px!important;
  }
  .floating-wa:before{
    width:25px!important;
    height:25px!important;
    min-width:25px!important;
  }
  .floating-wa:active,
  .floating-wa:focus{
    width:158px!important;
    min-width:158px!important;
    padding:0 13px!important;
    gap:8px!important;
    font-size:14px!important;
  }
  .floating-wa:active:before,
  .floating-wa:focus:before{
    width:22px!important;
    height:22px!important;
    min-width:22px!important;
  }
}



/* FIX: animasi bubble WA hidup lagi, icon tetap stabil */
@keyframes waBubbleGlow{
  0%{
    box-shadow:0 12px 30px rgba(37,211,102,.28),0 0 0 0 rgba(37,211,102,.32);
  }
  55%{
    box-shadow:0 16px 42px rgba(37,211,102,.42),0 0 0 13px rgba(37,211,102,0);
  }
  100%{
    box-shadow:0 12px 30px rgba(37,211,102,.28),0 0 0 0 rgba(37,211,102,0);
  }
}
@keyframes waIconTinyFloat{
  0%,100%{transform:translateY(0)}
  50%{transform:translateY(-1px)}
}
.wa-pulse-on .floating-wa{
  animation:waBubbleGlow 2.3s ease-in-out infinite!important;
}
.wa-pulse-on .floating-wa:before{
  animation:waIconTinyFloat 2.3s ease-in-out infinite!important;
}
.wa-pulse-off .floating-wa{
  animation:none!important;
}
.wa-pulse-off .floating-wa:before{
  animation:none!important;
}
.floating-wa:hover,
.floating-wa:focus,
.floating-wa:active{
  animation:none!important;
}
.floating-wa:hover:before,
.floating-wa:focus:before,
.floating-wa:active:before{
  animation:none!important;
}
@media(max-width:640px){
  .wa-pulse-on .floating-wa{
    animation:waBubbleGlow 2.6s ease-in-out infinite!important;
  }
}


/* WA button ask-to-click animation: goyang halus + glow */
@keyframes waAskClickShake{
  0%, 72%, 100%{
    transform:translateY(0) rotate(0deg) scale(1);
    box-shadow:0 12px 30px rgba(37,211,102,.30),0 0 0 0 rgba(37,211,102,.30);
  }
  8%{
    transform:translateY(-2px) rotate(-4deg) scale(1.04);
    box-shadow:0 16px 44px rgba(37,211,102,.44),0 0 0 8px rgba(37,211,102,.16);
  }
  14%{transform:translateY(-2px) rotate(4deg) scale(1.04)}
  20%{transform:translateY(-2px) rotate(-4deg) scale(1.04)}
  26%{transform:translateY(-2px) rotate(4deg) scale(1.04)}
  32%{transform:translateY(-1px) rotate(-2deg) scale(1.02)}
  40%{
    transform:translateY(0) rotate(0deg) scale(1);
    box-shadow:0 14px 36px rgba(37,211,102,.34),0 0 0 14px rgba(37,211,102,0);
  }
}
@keyframes waIconPop{
  0%, 72%, 100%{transform:scale(1)}
  8%, 26%{transform:scale(1.10)}
  14%, 32%{transform:scale(.96)}
}
.wa-pulse-on .floating-wa{
  animation:waAskClickShake 3.2s ease-in-out infinite!important;
  transform-origin:center!important;
}
.wa-pulse-on .floating-wa:before{
  animation:waIconPop 3.2s ease-in-out infinite!important;
}
.wa-pulse-off .floating-wa,
.wa-pulse-off .floating-wa:before{
  animation:none!important;
}
.floating-wa:hover,
.floating-wa:focus,
.floating-wa:active{
  animation:none!important;
}
.floating-wa:hover:before,
.floating-wa:focus:before,
.floating-wa:active:before{
  animation:none!important;
}
@media(max-width:640px){
  .wa-pulse-on .floating-wa{
    animation:waAskClickShake 3.6s ease-in-out infinite!important;
  }
  .wa-pulse-on .floating-wa:before{
    animation:waIconPop 3.6s ease-in-out infinite!important;
  }
}
@media(prefers-reduced-motion: reduce){
  .wa-pulse-on .floating-wa,
  .wa-pulse-on .floating-wa:before{
    animation:none!important;
  }
}
