:root{--red:#d9043d;--red2:#f01850;--navy:#24165d;--navy2:#17103e;--ink:#17172b;--muted:#6f7083;--bg:#fbfbfe;--white:#fff;--line:#e9e8f0;--shadow:0 22px 70px rgba(36,22,93,.12);--radius:24px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Arial,sans-serif;color:var(--ink);background:var(--bg);line-height:1.6}.container{width:min(1160px,92%);margin:auto}.preloader{position:fixed;inset:0;background:#fff;z-index:9999;display:flex;flex-direction:column;align-items:center;justify-content:center;transition:opacity .45s,visibility .45s}.preloader.hide{opacity:0;visibility:hidden}.loader-ring{width:145px;height:145px;border-radius:50%;display:grid;place-items:center;animation:pulse 1s infinite alternate}.loader-ring img{width:145px;height:145px;object-fit:contain}.loader-brand{font-weight:900;letter-spacing:.22em;color:var(--navy);margin-top:18px}.loader-line{height:4px;width:150px;background:#eee;border-radius:99px;margin-top:18px;overflow:hidden}.loader-line span{display:block;height:100%;background:var(--red);width:0;animation:load 2s linear forwards}@keyframes load{to{width:100%}}@keyframes pulse{to{transform:scale(1.04)}}.site-header{position:sticky;top:0;z-index:1000;background:rgba(255,255,255,.88);backdrop-filter:blur(18px);border-bottom:1px solid rgba(233,232,240,.8)}.nav-wrap{height:82px;display:flex;align-items:center;justify-content:space-between}.brand img{width:205px;display:block}.site-header nav{display:flex;gap:25px;align-items:center}.site-header nav a{color:var(--ink);text-decoration:none;font-size:14px;font-weight:700}.site-header nav a:hover{color:var(--red)}.nav-cta{background:var(--red)!important;color:#fff!important;padding:12px 19px;border-radius:12px}.menu-toggle{display:none;border:0;background:none;width:42px;padding:8px}.menu-toggle span{display:block;height:2px;background:var(--navy);margin:6px 0}.hero{min-height:680px;position:relative;overflow:hidden;background:linear-gradient(135deg,#17103e 0%,#24165d 52%,#351c75 100%);color:#fff}.hero-track{position:relative;min-height:680px}.hero-slide{position:absolute;inset:0;opacity:0;visibility:hidden;display:flex;align-items:center;transition:opacity .7s,transform .7s;transform:translateX(25px)}.hero-slide.active{opacity:1;visibility:visible;transform:translateX(0)}.hero-content{position:relative;z-index:2;padding-top:50px}.eyebrow{display:inline-block;color:var(--red);font-size:12px;font-weight:900;letter-spacing:.18em;text-transform:uppercase;margin-bottom:15px}.hero .eyebrow{color:#ffb6c7}.hero h1{font-size:clamp(44px,6vw,78px);line-height:1.02;max-width:850px;margin:0 0 24px;letter-spacing:-.055em}.hero h1 span,h2 span{color:var(--red)}.hero p{max-width:650px;color:#dcd9eb;font-size:18px}.hero-actions{display:flex;gap:12px;margin-top:32px;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;gap:18px;padding:14px 21px;border-radius:14px;text-decoration:none;font-weight:800;border:1px solid transparent}.btn-primary{background:var(--red);color:#fff;box-shadow:0 14px 30px rgba(217,4,61,.25)}.btn-ghost{color:#fff;border-color:rgba(255,255,255,.25);background:rgba(255,255,255,.07)}.hero-controls{position:absolute;bottom:28px;left:50%;transform:translateX(-50%);display:flex;align-items:center;gap:15px;z-index:5}.hero-controls button,.slider-arrow{width:40px;height:40px;border-radius:50%;border:1px solid rgba(255,255,255,.25);background:rgba(255,255,255,.08);color:#fff;font-size:25px;cursor:pointer}.hero-controls #heroDots{display:flex;gap:7px}.hero-dot{width:28px;height:4px;border:0;border-radius:5px;background:#ffffff55;cursor:pointer}.hero-dot.active{background:#fff}.hero-glow{position:absolute;border-radius:50%;filter:blur(10px);opacity:.3}.glow-one{width:500px;height:500px;background:var(--red);right:-180px;top:-130px}.glow-two{width:420px;height:420px;background:#5b3fb4;left:-220px;bottom:-180px}.trust-strip{background:#fff;border-bottom:1px solid var(--line)}.trust-grid{display:grid;grid-template-columns:repeat(4,1fr);padding:24px 0}.trust-grid>div{display:flex;flex-direction:column;align-items:center;border-right:1px solid var(--line)}.trust-grid>div:last-child{border:0}.trust-grid strong{font-size:25px;color:var(--navy)}.trust-grid span{font-size:12px;color:var(--muted);font-weight:600}.section{padding:105px 0}.section-head{max-width:760px;margin-bottom:45px}.section-head h2{font-size:clamp(34px,5vw,55px);line-height:1.05;letter-spacing:-.045em;margin:0 0 18px}.section-head p{color:var(--muted);margin:0;font-size:16px}.service-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.service-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:30px;min-height:280px;box-shadow:0 10px 30px rgba(36,22,93,.04);transition:.3s}.service-card:hover{transform:translateY(-7px);box-shadow:var(--shadow)}.service-card.featured{border-color:#ffc3d0;background:linear-gradient(180deg,#fff5f7,#fff)}.service-icon{font-size:28px;width:58px;height:58px;border-radius:17px;background:#fff0f4;display:grid;place-items:center;margin-bottom:22px}.service-card h3{font-size:20px;margin:0 0 10px}.service-card p{color:var(--muted);font-size:14px}.service-card a{display:inline-block;color:var(--red);text-decoration:none;font-size:13px;font-weight:800;margin-top:8px}.section-dark{background:var(--navy2);color:#fff}.section-head.light p{color:#bbb8cc}.gift-slider-wrap{display:grid;grid-template-columns:45px 1fr 45px;align-items:center;gap:15px}.gift-slider{display:flex;gap:18px;overflow:hidden;scroll-behavior:smooth}.gift-slider-wrap .slider-arrow{background:#ffffff12}.gift-card{flex:0 0 calc(25% - 14px);min-width:0}.gift-art{height:215px;border-radius:20px;padding:26px;display:flex;flex-direction:column;justify-content:flex-end;position:relative;overflow:hidden;box-shadow:0 18px 40px #0003}.gift-art strong{font-size:22px;letter-spacing:-.03em}.gift-art small{opacity:.75}.gift-card h3{margin:15px 0 3px;font-size:15px}.gift-card>span{font-size:11px;color:#aaa7b8}.apple{background:linear-gradient(135deg,#f8f8f8,#d6d6d6);color:#111}.gift-logo{font-size:75px;line-height:1;position:absolute;right:18px;top:8px}.steam{background:linear-gradient(135deg,#1b2838,#66c0f4);color:#fff}.steam-mark{position:absolute;top:20px;right:18px;font-weight:900;opacity:.75}.google{background:linear-gradient(135deg,#fff,#e8f2ff);color:#222}.play{position:absolute;right:25px;top:20px;font-size:70px;color:#4285f4}.amazon{background:linear-gradient(135deg,#222,#000);color:#fff}.amazon strong{font-size:34px}.smile{font-size:75px;color:#ffb300;position:absolute;right:25px;top:20px}.razer{background:linear-gradient(135deg,#0b0f0e,#1a2920);color:#80ffb1}.raz{position:absolute;right:28px;top:20px;font-size:80px}.sephora{background:linear-gradient(135deg,#eee,#aaa);color:#111}.walmart{background:linear-gradient(135deg,#0875c1,#0c4d9e);color:#fff}.visa{background:linear-gradient(135deg,#162c83,#0c4bc8);color:#fff}.slider-note{margin-top:25px;color:#aaa7b8;font-size:13px}.slider-note a{color:#fff}.experience-section{background:linear-gradient(180deg,#fff,#f4f2fb)}.experience-grid{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:60px}.experience-copy h2{font-size:clamp(36px,5vw,56px);line-height:1.05;letter-spacing:-.05em}.experience-copy p{color:var(--muted);max-width:560px;margin:20px 0 28px}.tree-wrap{display:flex;flex-direction:column;align-items:center}.tree{height:430px;width:430px;position:relative}.tree-crown{position:absolute;inset:0 0 90px;background:radial-gradient(circle at 50% 45%,#ff4f78 0 10%,#d9043d 11% 33%,#24165d 34% 55%,transparent 56%);filter:drop-shadow(0 22px 35px rgba(36,22,93,.15));border-radius:50%}.leaf{position:absolute;padding:11px 16px;border-radius:999px;background:#fff;border:1px solid #eee;box-shadow:0 10px 25px rgba(36,22,93,.12);font-size:11px;font-weight:900}.l1{top:13%;left:7%}.l2{top:3%;right:9%}.l3{top:45%;left:1%}.l4{top:47%;right:0}.l5{bottom:3%;left:17%}.l6{bottom:5%;right:15%}.tree-trunk{position:absolute;bottom:10px;left:50%;transform:translateX(-50%);width:74px;height:160px;background:linear-gradient(90deg,#24165d,#3e2a82);border-radius:50% 50% 20px 20px;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff;box-shadow:0 15px 30px rgba(36,22,93,.2)}.tree-trunk span{font-size:55px;font-weight:900;line-height:1}.tree-trunk small{font-weight:800;letter-spacing:.18em}.tree-roots{position:absolute;bottom:0;left:50%;width:300px;transform:translateX(-50%);display:flex;justify-content:space-between}.tree-roots i{width:105px;height:16px;background:#24165d;border-radius:100%;transform:rotate(12deg)}.tree-roots i:last-child{transform:rotate(-12deg)}.tree-caption{font-size:12px;color:var(--muted);font-weight:800;letter-spacing:.08em}.process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.process-step{background:#fff;border:1px solid var(--line);padding:28px;border-radius:22px}.process-step b{color:var(--red);font-size:13px}.process-step h3{margin:25px 0 8px}.process-step p{color:var(--muted);font-size:14px}.video-section{background:#f2f1f7}.video-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.video-card{background:#fff;border-radius:22px;padding:10px 10px 20px;border:1px solid var(--line);overflow:hidden}.video-frame{aspect-ratio:16/9;background:#111;border-radius:16px;overflow:hidden}.video-frame iframe{width:100%;height:100%;border:0}.video-card h3,.video-card p{padding:0 10px}.video-card h3{font-size:16px;margin-bottom:4px}.video-card p{font-size:13px;color:var(--muted)}.stats-panel{background:var(--navy);color:#fff;border-radius:30px;padding:45px;display:grid;grid-template-columns:repeat(4,1fr);gap:15px;box-shadow:var(--shadow)}.stats-panel div{text-align:center;border-right:1px solid #ffffff22}.stats-panel div:last-child{border:0}.stats-panel strong{font-size:36px;display:block}.stats-panel span{font-size:12px;color:#c4c0d3}.two-col{display:grid;grid-template-columns:.8fr 1.2fr;gap:80px}.muted{color:var(--muted)}.faq-list details{background:#fff;border:1px solid var(--line);border-radius:15px;padding:18px 20px;margin-bottom:12px}.faq-list summary{cursor:pointer;font-weight:800}.faq-list p{color:var(--muted);font-size:14px;margin-bottom:0}.download-section{padding:90px 0;background:linear-gradient(135deg,#d9043d,#9e0634);color:#fff;overflow:hidden}.download-grid{display:grid;grid-template-columns:1.2fr .8fr;align-items:center;gap:60px}.download-section .eyebrow{color:#ffc1d0}.download-section h2{font-size:clamp(40px,5vw,65px);line-height:1.05;margin:0 0 18px}.download-section p{color:#ffe4eb;max-width:600px}.store-buttons{display:flex;gap:12px;margin-top:28px;flex-wrap:wrap}.store-badge{display:flex;align-items:center;gap:12px;background:#111;color:#fff;border-radius:12px;padding:10px 18px;text-decoration:none;min-width:175px}.store-icon{font-size:29px}.store-badge small{display:block;font-size:9px;opacity:.75}.store-badge b{display:block;font-size:17px}.phone-card{background:#17103e;border:8px solid #111;border-radius:38px;padding:35px 20px;max-width:290px;margin:auto;min-height:480px;box-shadow:0 30px 70px #0004;position:relative}.phone-notch{position:absolute;top:10px;left:50%;transform:translateX(-50%);width:90px;height:20px;background:#111;border-radius:20px}.phone-card>img{width:150px;margin:25px auto 35px;display:block;filter:brightness(0) invert(1)}.phone-balance{background:#ffffff12;border-radius:18px;padding:18px;color:#bbb}.phone-balance strong{display:block;color:#fff;font-size:27px;margin-top:4px}.phone-action{display:flex;justify-content:space-between;margin:25px 5px}.phone-action b{background:var(--red);border-radius:50%;width:35px;height:35px;display:grid;place-items:center}.mini-trades{display:flex;gap:8px;flex-wrap:wrap}.mini-trades span{background:#fff;color:var(--navy);padding:7px 11px;border-radius:9px;font-size:11px;font-weight:800}footer{background:#110c2e;color:#fff}.footer-main{display:grid;grid-template-columns:2fr 1fr 1fr 1.2fr;gap:50px;padding:75px 0 50px}.footer-brand img{width:220px;filter:brightness(0) invert(1);margin-bottom:18px}.footer-brand p{color:#aaa5bd;max-width:390px;font-size:13px}.footer-main h4{margin-top:0}.footer-main>div:not(.footer-brand){display:flex;flex-direction:column;gap:10px}.footer-main a,.footer-main span{color:#aaa5bd;text-decoration:none;font-size:13px}.footer-main a:hover{color:#fff}.socials{display:flex;gap:8px;margin-top:20px}.socials a{width:35px;height:35px;border:1px solid #ffffff1c;border-radius:50%;display:grid;place-items:center;color:#fff}.footer-bottom{border-top:1px solid #ffffff12;padding:20px 0 25px;display:flex;justify-content:space-between;gap:20px;color:#817b99;font-size:11px}.whatsapp{position:fixed;right:20px;bottom:20px;z-index:1200;background:var(--red);color:#fff;text-decoration:none;border-radius:999px;padding:12px 17px;display:flex;align-items:center;gap:9px;font-weight:900;box-shadow:0 15px 35px rgba(217,4,61,.35);animation:float 2.5s ease-in-out infinite}.wa-icon{width:27px;height:27px;border:2px solid #fff;border-radius:50%;display:grid;place-items:center}.wa-text{font-size:12px}@keyframes float{50%{transform:translateY(-5px)}}.activity-pop{position:fixed;left:20px;bottom:20px;z-index:1199;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow);border-radius:17px;padding:12px 35px 12px 12px;display:flex;gap:11px;max-width:330px;transform:translateY(30px);opacity:0;visibility:hidden;transition:.4s}.activity-pop.show{transform:none;opacity:1;visibility:visible}.activity-avatar{width:38px;height:38px;border-radius:12px;background:#fff0f4;color:var(--red);font-weight:900;display:grid;place-items:center}.activity-pop small,.activity-pop span{display:block;color:#858496;font-size:9px}.activity-pop strong{display:block;font-size:11px;line-height:1.35}.activity-pop button{position:absolute;right:8px;top:7px;border:0;background:none;color:#888;cursor:pointer}code{background:#eeeaf4;padding:2px 5px;border-radius:5px;font-size:12px}@media(max-width:980px){.site-header nav{gap:14px}.service-grid{grid-template-columns:repeat(2,1fr)}.gift-card{flex-basis:calc(50% - 9px)}.process-grid{grid-template-columns:repeat(2,1fr)}.video-grid{grid-template-columns:1fr 1fr}.footer-main{grid-template-columns:1.5fr 1fr 1fr}.download-grid{grid-template-columns:1fr}.phone-card{display:none}}@media(max-width:760px){.nav-wrap{height:70px}.brand img{width:165px}.menu-toggle{display:block}.site-header nav{display:none;position:absolute;top:70px;left:0;right:0;background:#fff;border-bottom:1px solid var(--line);padding:15px 4%;flex-direction:column;align-items:stretch}.site-header nav.open{display:flex}.site-header nav a{padding:10px}.hero,.hero-track{min-height:640px}.hero h1{font-size:43px}.hero p{font-size:15px}.hero-controls{bottom:20px}.trust-grid{grid-template-columns:repeat(2,1fr);gap:18px}.trust-grid>div{border:0}.section{padding:75px 0}.service-grid,.video-grid,.process-grid,.experience-grid,.two-col{grid-template-columns:1fr}.gift-card{flex-basis:82%}.gift-slider-wrap{grid-template-columns:40px 1fr 40px;gap:8px}.tree{transform:scale(.78);margin:-35px 0}.stats-panel{grid-template-columns:repeat(2,1fr);gap:25px;padding:30px}.stats-panel div:nth-child(2){border:0}.footer-main{grid-template-columns:1fr 1fr;gap:35px}.footer-brand{grid-column:1/-1}.footer-bottom{flex-direction:column}.whatsapp{right:14px;bottom:14px}.activity-pop{left:12px;bottom:82px;max-width:280px}.store-badge{min-width:160px}.hero-actions{margin-top:22px}}@media(max-width:430px){.gift-card{flex-basis:90%}.section-head h2{font-size:37px}.hero h1{font-size:39px}.footer-main{grid-template-columns:1fr}.footer-brand{grid-column:auto}.wa-text{display:none}.whatsapp{width:54px;height:54px;justify-content:center;padding:0}.trust-grid strong{font-size:21px}}

/* Cardmonix revision: mobile header, service imagery, support widget and gift-card imagery */
.site-header .nav-wrap{position:relative}
.service-card.service-bg{position:relative;overflow:hidden;min-height:390px;display:flex;align-items:flex-end;color:#fff;background-size:cover;background-position:center}
.service-card.service-bg .service-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(10,7,35,.18),rgba(10,7,35,.9))}
.service-card.service-bg .service-content{position:relative;z-index:2;padding:28px;width:100%}
.gift-service{background-image:url('https://images.unsplash.com/photo-1607082348824-0a96f2a5e2b5?auto=format&fit=crop&w=1200&q=85')}
.crypto-service{background-image:url('https://images.unsplash.com/photo-1621761191319-c6fb62004040?auto=format&fit=crop&w=1200&q=85')}
.naira-service{background-image:url('https://images.unsplash.com/photo-1556742049-0cfed4f6a45d?auto=format&fit=crop&w=1200&q=85')}
.secure-service{background-image:url('https://images.unsplash.com/photo-1563013544-824ae1b704d3?auto=format&fit=crop&w=1200&q=85')}
.service-card.service-bg h3{color:#fff;font-size:25px}.service-card.service-bg p{color:#eee;max-width:520px}.service-card.service-bg a{color:#fff;font-weight:900}.service-card.service-bg .service-icon{background:#ffffff18;border:1px solid #ffffff30;color:#fff}
.gift-card{min-width:250px;flex-basis:250px}.gift-image-wrap{height:220px;border-radius:17px;overflow:hidden;background:#fff;display:grid;place-items:center;padding:15px}.gift-image-wrap img{width:100%;height:100%;object-fit:contain;display:block}.brand-fallback{height:220px!important;border-radius:17px;padding:30px;display:flex!important;flex-direction:column;justify-content:center;align-items:center;color:#fff;text-align:center}.brand-fallback b{font-size:28px}.brand-fallback small{margin-top:10px;opacity:.85}.google-fallback{background:linear-gradient(135deg,#4285f4,#34a853,#fbbc05,#ea4335)}.razer-fallback{background:linear-gradient(135deg,#111,#45b649)}.sephora-fallback{background:linear-gradient(135deg,#fff,#111);color:#111}.visa-fallback{background:linear-gradient(135deg,#fff,#1a4fa3);color:#123}
.two-videos{grid-template-columns:repeat(2,1fr)}
.video-card{min-width:0}
.footer-icon-logo{width:88px!important;height:88px;object-fit:contain;filter:none!important;margin-bottom:18px!important}
.footer-stores{display:flex;gap:8px;flex-wrap:wrap;margin-top:18px}.footer-store{background:#09071e;border:1px solid #ffffff18;border-radius:10px;padding:9px 12px;min-width:125px;display:grid!important;grid-template-columns:25px 1fr;column-gap:7px;align-items:center}.footer-store span{grid-row:1/3;font-size:23px;color:#fff}.footer-store small{font-size:7px!important;color:#aaa!important}.footer-store b{font-size:12px;color:#fff}
.support-whatsapp{right:22px;top:50%;bottom:auto;transform:translateY(-50%);padding:13px 18px;box-shadow:0 14px 34px rgba(217,4,61,.45);animation:none}.support-whatsapp:hover{transform:translateY(-50%) scale(1.03)}
@media(max-width:760px){.site-header .nav-wrap{justify-content:space-between}.brand{margin-right:auto}.brand img{width:150px}.menu-toggle{margin-left:auto;position:relative;z-index:10}.site-header nav{top:70px;left:auto;right:12px;width:min(285px,calc(100vw - 24px));border-radius:16px;box-shadow:0 20px 50px #0002;padding:12px;z-index:20}.site-header nav a{padding:12px 14px}.site-header nav .nav-cta{text-align:center}.support-whatsapp{right:14px;top:auto;bottom:18px;transform:none;width:58px;height:58px;padding:0;justify-content:center;border-radius:50%;z-index:1300}.support-whatsapp:hover{transform:scale(1.04)}.support-whatsapp .wa-text{display:none}.service-card.service-bg{min-height:350px}.two-videos{grid-template-columns:1fr}.gift-image-wrap,.brand-fallback{height:200px!important}}
@media(max-width:430px){.brand img{width:145px}.footer-icon-logo{width:75px!important;height:75px}.gift-card{min-width:235px;flex-basis:235px}.gift-image-wrap{height:195px!important}}

/* Final Cardmonix fixes */
.brand img{width:70px;height:60px;object-fit:contain}
.footer-icon-logo{width:78px!important;height:78px!important;object-fit:contain;filter:none!important}
.gift-service{background-image:url("assets/giftcards-service.svg")!important;background-size:cover!important;background-position:center!important}
.wa-icon{width:30px;height:30px;border:0!important;border-radius:50%;background:#fff;color:var(--red);display:grid;place-items:center;flex:0 0 30px}
.wa-icon svg{width:25px;height:25px;display:block}
.support-whatsapp{display:flex;align-items:center;gap:10px}
.video-single{max-width:900px;margin:0 auto}
.youtube-channel-card{min-height:360px;border-radius:24px;background:linear-gradient(135deg,#17103e,#2d1b70);color:#fff;text-decoration:none;display:flex;align-items:center;justify-content:center;gap:28px;padding:45px;position:relative;overflow:hidden;box-shadow:var(--shadow)}
.youtube-channel-card:before{content:"";position:absolute;width:360px;height:360px;border-radius:50%;background:var(--red);right:-120px;top:-120px;opacity:.18}
.youtube-channel-card strong,.youtube-channel-card span,.youtube-channel-card small{display:block;position:relative}
.youtube-channel-card strong{font-size:28px;max-width:560px}.youtube-channel-card span{margin-top:8px;color:#cfcbe0}.youtube-channel-card small{margin-top:18px;color:#ffb6c7;font-weight:800}
.youtube-play{position:relative;z-index:2;width:86px;height:60px;border-radius:18px;background:#d9043d;display:grid;place-items:center;font-size:28px;box-shadow:0 16px 35px #0005;flex:0 0 auto}
@media(max-width:760px){.brand img{width:58px;height:54px}.youtube-channel-card{min-height:300px;padding:30px;gap:18px}.youtube-channel-card strong{font-size:21px}.youtube-play{width:68px;height:50px;font-size:22px}.support-whatsapp{right:12px;bottom:18px}}

/* Cardmonix WhatsApp greeting + online indicator (overrides mobile icon-only collapse above, keeps text visible at every width) */
.support-whatsapp{width:auto!important;height:auto!important;padding:11px 16px!important;border-radius:999px!important;justify-content:flex-start!important}
.support-whatsapp .wa-text{display:flex!important;flex-direction:column;line-height:1.25;text-align:left;max-width:180px}
.support-whatsapp .wa-text strong{font-size:12.5px;font-weight:700;white-space:normal}
.support-whatsapp .wa-status{display:flex;align-items:center;gap:4px;font-size:10.5px;font-weight:600;opacity:.9;margin-top:2px}
.wa-status-dot{width:6px;height:6px;border-radius:50%;background:#22c55e;display:inline-block;box-shadow:0 0 0 2px rgba(255,255,255,.5)}
.wa-icon-wrap{position:relative;flex:0 0 auto;display:flex}
.wa-online-dot{position:absolute;bottom:-2px;right:-2px;width:10px;height:10px;border-radius:50%;background:#22c55e;border:2px solid #fff;animation:waPulse 2s infinite}
@keyframes waPulse{0%{box-shadow:0 0 0 0 rgba(34,197,94,.6)}70%{box-shadow:0 0 0 6px rgba(34,197,94,0)}100%{box-shadow:0 0 0 0 rgba(34,197,94,0)}}
@media(max-width:480px){.support-whatsapp{padding:9px 13px!important}.support-whatsapp .wa-text{max-width:145px}.support-whatsapp .wa-text strong{font-size:11.5px}.support-whatsapp .wa-status{font-size:10px}}
@media(max-width:360px){.support-whatsapp .wa-text{max-width:118px}}

/* Extra safety margin for the fixed-size experience tree diagram on very small phones */
@media(max-width:480px){.tree{transform:scale(.62);margin:-70px 0}}
@media(max-width:360px){.tree{transform:scale(.52);margin:-92px 0}}

/* WhatsApp icon: chat-bubble shape instead of a circle */
.wa-icon{border-radius:9px 9px 9px 3px!important}
.wa-icon-wrap{border-radius:9px 9px 9px 3px}
