:root{
  --blue:#1267ff;--blue-2:#2f80ff;--navy:#071a3d;--ink:#0d1526;--muted:#687386;
  --green:#20c861;--green-2:#09a84a;--orange:#ff7a1a;--line:#e8edf5;--soft:#f7faff;
  --shadow:0 18px 60px rgba(19,45,92,.10);--shadow-lg:0 35px 100px rgba(29,73,155,.16);
  --radius:24px;--radius-sm:16px;--container:min(1220px,calc(100% - 40px));
}
*{box-sizing:border-box}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%;text-size-adjust:100%}body{margin:0;color:var(--ink);background:#fff;font-family:"Plus Jakarta Sans",Arial,Helvetica,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;overflow-x:hidden}body.menu-open{overflow:hidden}
a{text-decoration:none;color:inherit}img{max-width:100%;display:block}button,input,textarea,select{font:inherit}.container{width:var(--container);margin:0 auto}.section-pad{padding:110px 0}.section-pad-sm{padding:64px 0}.section-soft{background:linear-gradient(180deg,#fbfdff 0%,#f7faff 100%)}.site-orb{position:fixed;border-radius:50%;filter:blur(100px);opacity:.22;pointer-events:none;z-index:-2}.site-orb-a{width:520px;height:520px;background:#8dc0ff;top:-160px;right:-140px}.site-orb-b{width:420px;height:420px;background:#82f7bc;bottom:-160px;left:-120px}.announcement{background:linear-gradient(90deg,#e9fbd9,#dcf7cf,#e9fbd9);border-top:3px solid #163154;color:#113027}.announcement-inner{min-height:54px;display:flex;align-items:center;justify-content:center;gap:18px;font-size:15px}.announcement a{display:inline-flex;align-items:center;gap:8px;color:#19af54;font-weight:600}.launch-pill{display:inline-flex;align-items:center;gap:8px;border-radius:999px;background:#28bd5d;color:#fff;padding:7px 13px;font-weight:600;font-size:12px;letter-spacing:.03em;box-shadow:0 10px 24px rgba(34,182,90,.25)}.launch-pill span{width:7px;height:7px;border-radius:50%;background:#cbffd8;box-shadow:0 0 0 5px rgba(255,255,255,.16)}
.site-header{position:sticky;top:0;z-index:80;background:rgba(255,255,255,.89);backdrop-filter:blur(18px);border-bottom:1px solid rgba(14,29,57,.08);transition:.25s}.site-header.scrolled{box-shadow:0 10px 38px rgba(18,36,75,.08)}.nav-wrap{height:82px;display:flex;align-items:center;gap:34px;justify-content: space-between}.brand{display:flex;align-items:center}.brand img{width:164px}.desktop-nav{display:flex;align-items:center;gap:28px;margin-left:auto}.desktop-nav>a,.nav-drop-btn{font-size:15px;font-weight:700;color:#1a2435;border:0;background:none;padding:30px 0;cursor:pointer;position:relative}.desktop-nav>a:after,.nav-drop-btn:after{content:"";position:absolute;left:0;bottom:18px;width:0;height:2px;background:var(--blue);transition:.25s}.desktop-nav>a:hover:after,.desktop-nav>a.is-active:after,.nav-drop-btn:hover:after,.nav-drop-btn.is-active:after{width:100%}.nav-drop-btn{display:flex;gap:6px;align-items:center}.nav-dropdown{position:relative}.nav-menu{position:absolute;top:66px;left:-28px;width:360px;padding:14px;border:1px solid #e8edf5;border-radius:18px;background:rgba(255,255,255,.98);box-shadow:0 26px 60px rgba(12,36,84,.14);opacity:0;visibility:hidden;transform:translateY(8px);transition:.2s}.nav-dropdown:hover .nav-menu{opacity:1;visibility:visible;transform:translateY(0)}.nav-menu a{display:flex;gap:13px;padding:13px;border-radius:13px}.nav-menu a:hover{background:#f5f9ff}.nav-menu i{width:38px;height:38px;border-radius:11px;background:#edf4ff;color:var(--blue);display:grid;place-items:center;font-size:17px}.nav-menu span{font-weight:600;display:flex;flex-direction:column;gap:3px}.nav-menu small{font-size:12px;color:#7a8699;font-weight:500}.nav-actions{display:flex;align-items:center;gap:12px}.phone-action{display:flex;align-items:center;gap:8px;font-size:14px;font-weight:700}.phone-action i{width:38px;height:38px;border:1px solid #dde6f3;border-radius:12px;display:grid;place-items:center;color:var(--blue)}.btn{border:0;display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:52px;padding:0 22px;border-radius:13px;font-weight:600;font-size:15px;transition:.25s;cursor:pointer}.btn i{font-size:14px}.btn:hover{transform:translateY(-2px)}.btn-sm{min-height:46px;padding:0 18px}.btn-primary{background:linear-gradient(135deg,#0f68ff,#0b55df);color:#fff;box-shadow:0 14px 28px rgba(18,103,255,.22)}.btn-primary:hover{box-shadow:0 18px 36px rgba(18,103,255,.30)}.btn-green{background:linear-gradient(135deg,#22ca62,#08a848);color:#fff;box-shadow:0 14px 28px rgba(26,185,83,.22)}.btn-secondary{border:1px solid #dce4ef;background:#fff;color:#152137}.btn-white{background:#fff;color:#0f5ce7;box-shadow:0 10px 25px rgba(0,30,80,.12)}.btn-outline{border:1px solid #cfd9e8;background:#fff;color:#19243a}.menu-toggle{display:none;width:38px;height:38px;border:0;background:transparent;padding:0;cursor:pointer;flex-direction:column;align-items:center;justify-content:center;gap:6px}.menu-toggle span{display:block;width:24px;height:2.4px;background:#141c2b;border-radius:2px;transition:transform .28s ease,opacity .2s ease}.menu-toggle[aria-expanded="true"] span:nth-child(1){transform:translateY(8.4px) rotate(45deg)}.menu-toggle[aria-expanded="true"] span:nth-child(2){opacity:0}.menu-toggle[aria-expanded="true"] span:nth-child(3){transform:translateY(-8.4px) rotate(-45deg)}.mobile-panel{display:none}
.eyebrow{display:inline-flex;align-items:center;gap:8px;text-transform:uppercase;font-weight:700;font-size:12px;letter-spacing:.11em;color:#3b6cd9}.eyebrow:before{content:"";width:8px;height:8px;border-radius:3px;background:linear-gradient(135deg,var(--orange),var(--blue))}.eyebrow-green{color:#159348}.eyebrow-light{color:#fff}.section-head{max-width:760px;margin:0 auto 52px;text-align:center}.section-head h2{font-size:clamp(36px,4vw,58px);line-height:1.03;letter-spacing:-.024em;margin:14px 0 16px}.section-head h2 span{color:var(--blue)}.section-head p{font-size:18px;line-height:1.7;color:var(--muted);margin:0}.section-head-left{text-align:left;margin:0 0 44px;max-width:640px}.section-head-left h2{font-size:clamp(36px,4vw,54px)}
.hero{position:relative;padding:90px 0 54px;overflow:hidden;background:radial-gradient(circle at 80% 25%,rgba(52,132,255,.13),transparent 27%),radial-gradient(circle at 92% 58%,rgba(38,210,112,.12),transparent 22%),linear-gradient(#fff,#fcfdff)}.hero:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(44,97,187,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(44,97,187,.035) 1px,transparent 1px);background-size:38px 38px;mask-image:linear-gradient(to right,transparent,black 55%,black);pointer-events:none}.hero-grid{display:grid;grid-template-columns:1.02fr .98fr;align-items:center;gap:58px}.hero-copy{position:relative;z-index:2}.hero-badge{display:inline-flex;align-items:center;gap:10px;padding:10px 14px;border:1px solid #e2e8f2;border-radius:999px;background:rgba(255,255,255,.85);box-shadow:0 10px 30px rgba(18,59,118,.07);font-weight:700;font-size:13px;color:#32415b}.hero-badge i{color:var(--orange)}.hero h1{font-size:clamp(54px,6.2vw,86px);line-height:.98;letter-spacing:-.03em;margin:24px 0 22px;max-width:780px}.hero h1 .blue{color:var(--blue)}.hero h1 .green{color:var(--green)}.hero-sub{font-size:19px;line-height:1.7;color:#5f6979;max-width:650px}.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:30px}.hero-proof{display:flex;gap:26px;flex-wrap:wrap;margin-top:30px}.proof-item{display:flex;align-items:center;gap:10px;font-size:13px;color:#596579;font-weight:700}.proof-item i{width:34px;height:34px;border-radius:10px;background:#eef5ff;color:var(--blue);display:grid;place-items:center}.proof-item.green i{background:#ebfbf2;color:var(--green-2)}.hero-visual{position:relative;min-height:560px}.glow-disc{position:absolute;width:520px;height:520px;border-radius:50%;right:-40px;top:15px;background:radial-gradient(circle,#e5f1ff 0%,#f3f9ff 45%,rgba(255,255,255,0) 70%)}.dashboard-shell{position:absolute;left:12px;top:72px;width:550px;border:1px solid rgba(153,177,213,.32);border-radius:26px;background:rgba(255,255,255,.94);box-shadow:0 42px 95px rgba(27,76,148,.20);overflow:hidden;transform:rotate(-2deg)}.dash-top{height:54px;display:flex;align-items:center;justify-content:space-between;padding:0 18px;border-bottom:1px solid #edf1f6}.traffic-lights{display:flex;gap:7px}.traffic-lights span{width:8px;height:8px;border-radius:50%}.traffic-lights span:nth-child(1){background:#ff7464}.traffic-lights span:nth-child(2){background:#ffc857}.traffic-lights span:nth-child(3){background:#42d27f}.dash-brand{font-weight:700;color:#185dd5}.dash-body{display:grid;grid-template-columns:104px 1fr;min-height:370px}.dash-sidebar{background:#f8fbff;border-right:1px solid #edf1f6;padding:18px 10px}.dash-nav-item{height:38px;border-radius:10px;margin-bottom:7px;display:flex;align-items:center;gap:8px;padding:0 10px;font-size:11px;font-weight:700;color:#6b7790}.dash-nav-item.active{background:#eaf2ff;color:#1364ef}.dash-main{padding:20px}.dash-title-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.dash-title-row strong{font-size:16px}.dash-pill{font-size:10px;background:#eef7ff;color:#1364ef;padding:7px 10px;border-radius:999px;font-weight:600}.dash-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:9px}.mini-stat{border:1px solid #edf1f6;border-radius:13px;padding:11px;background:#fff;box-shadow:0 8px 20px rgba(40,70,130,.05)}.mini-stat small{display:block;color:#8792a5;font-size:8px;margin-bottom:5px}.mini-stat b{font-size:16px}.mini-stat em{font-style:normal;font-size:8px;color:#22b35f;display:block;margin-top:4px}.dash-panels{display:grid;grid-template-columns:1.2fr .8fr;gap:10px;margin-top:11px}.dash-panel{border:1px solid #edf1f6;border-radius:15px;padding:12px;background:#fff}.dash-panel h5{font-size:10px;margin:0 0 9px}.chart{height:130px;position:relative;overflow:hidden;border-radius:10px;background:linear-gradient(180deg,#fbfdff,#fff)}.chart svg{position:absolute;inset:0;width:100%;height:100%}.chat-list{display:flex;flex-direction:column;gap:9px}.chat-row{display:flex;gap:8px;align-items:center}.chat-avatar{width:26px;height:26px;border-radius:50%;background:linear-gradient(135deg,#d6e8ff,#bcd6ff)}.chat-row div:last-child{min-width:0}.chat-row b{font-size:9px;display:block}.chat-row small{font-size:7px;color:#8b95a6;white-space:nowrap}.phone-mock{position:absolute;right:0;bottom:20px;width:210px;height:430px;border-radius:36px;padding:9px;background:#12161e;box-shadow:0 34px 80px rgba(24,54,105,.30);transform:rotate(5deg);z-index:3}.phone-screen{height:100%;border-radius:29px;background:#f4efe8;overflow:hidden;position:relative}.phone-notch{position:absolute;top:7px;left:50%;transform:translateX(-50%);width:72px;height:19px;border-radius:13px;background:#101319;z-index:2}.wa-head{height:72px;background:#0f775d;color:#fff;padding:30px 14px 10px;display:flex;align-items:center;gap:9px}.wa-avatar{width:30px;height:30px;border-radius:50%;background:linear-gradient(135deg,#fff,#b8f1cf);display:grid;place-items:center;color:#129850}.wa-head b{font-size:12px}.wa-head small{display:block;font-size:8px;opacity:.8}.wa-body{padding:14px 10px}.bubble{max-width:88%;padding:9px 10px;border-radius:10px;margin:0 0 9px;font-size:9px;line-height:1.4;box-shadow:0 3px 7px rgba(0,0,0,.04)}.bubble.in{background:#fff}.bubble.out{background:#d9fdd3;margin-left:auto}.bubble-card{background:#fff;border-radius:13px;padding:8px;margin:9px 0;box-shadow:0 5px 15px rgba(36,78,57,.08)}.bubble-card .product-img{height:68px;border-radius:9px;background:linear-gradient(135deg,#f9dbc7,#e9f2ff);display:grid;place-items:center;font-size:27px}.bubble-card b{font-size:9px}.bubble-card button{width:100%;border:0;background:#f1f8f2;color:#0b8c4a;border-radius:8px;font-size:8px;font-weight:600;padding:7px;margin-top:7px}.float-card{position:absolute;border:1px solid #e8eef6;border-radius:17px;background:rgba(255,255,255,.93);backdrop-filter:blur(14px);box-shadow:0 20px 55px rgba(16,50,105,.13);padding:14px 16px;z-index:4}.float-card b{display:block;font-size:18px}.float-card small{font-size:10px;color:#788397}.float-card i{color:var(--green);margin-right:5px}.fc-1{left:-15px;top:18px}.fc-2{right:14px;top:82px}.fc-3{left:48px;bottom:0}.hero-spark{position:absolute;width:10px;height:10px;border-radius:3px;background:var(--green);right:-5px;top:13px;box-shadow:0 0 0 7px rgba(32,200,97,.08)}
.trust-strip{border-top:1px solid #edf1f7;border-bottom:1px solid #edf1f7;background:#fff}.trust-inner{padding:26px 0}.trust-label{text-align:center;color:#758197;font-size:11px;text-transform:uppercase;letter-spacing:.16em;font-weight:700;margin-bottom:20px}.logo-marquee{display:grid;grid-template-columns:repeat(7,1fr);gap:18px;align-items:center}.logo-tile{height:62px;border-radius:14px;display:flex;align-items:center;justify-content:center;filter:grayscale(1);opacity:.63;transition:.25s;padding:10px}.logo-tile:hover{filter:grayscale(0);opacity:1;background:#f8fbff}.logo-tile img{max-height:42px;max-width:128px;object-fit:contain}
.dual-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px}.solution-card{border-radius:30px;padding:34px;border:1px solid #dce7f8;position:relative;overflow:hidden;min-height:510px}.solution-card.web{background:linear-gradient(135deg,#f8fbff,#eef5ff)}.solution-card.wa{background:linear-gradient(135deg,#f9fffb,#eefbf3);border-color:#d6efdf}.solution-icon{width:56px;height:56px;border-radius:16px;display:grid;place-items:center;font-size:23px;background:#fff;box-shadow:0 12px 28px rgba(20,70,145,.10);color:var(--blue)}.solution-card.wa .solution-icon{color:var(--green-2)}.solution-card h3{font-size:36px;line-height:1.05;letter-spacing:-.02em;margin:20px 0 12px}.solution-card p{color:#647084;line-height:1.65;max-width:430px}.feature-checks{display:grid;grid-template-columns:1fr 1fr;gap:11px;margin:24px 0}.feature-checks span{display:flex;gap:8px;align-items:flex-start;font-weight:700;font-size:13px;color:#344157}.feature-checks i{color:var(--blue);margin-top:2px}.solution-card.wa .feature-checks i{color:var(--green-2)}.solution-art{position:absolute;right:-8px;bottom:-24px;width:60%;height:245px}.web-art-window{position:absolute;right:0;bottom:18px;width:100%;height:210px;border:1px solid #cfddf0;border-radius:18px;background:#fff;box-shadow:0 22px 44px rgba(31,73,138,.14);transform:rotate(-2deg);overflow:hidden}.web-art-window:before{content:"";display:block;height:30px;background:#f4f7fb;border-bottom:1px solid #e7edf5}.web-art-window:after{content:"";position:absolute;left:25px;right:25px;top:54px;bottom:24px;border-radius:12px;background:linear-gradient(130deg,#e8f1ff 0 44%,#0b5fe9 44% 47%,#f9fbff 47%)}.wa-art-phone{position:absolute;right:26px;bottom:0;width:145px;height:255px;border-radius:27px;background:#10151d;padding:7px;box-shadow:0 28px 55px rgba(27,84,45,.24);transform:rotate(4deg)}.wa-art-phone div{height:100%;border-radius:21px;background:linear-gradient(#0d765a 0 20%,#f4efe8 20%);position:relative;overflow:hidden}.wa-art-phone div:after{content:"New enquiry\A Product demo\A Order update\A Support";white-space:pre;position:absolute;left:12px;right:12px;top:70px;font-size:9px;line-height:3.1;background:#fff;border-radius:12px;padding:6px 8px;color:#334153;box-shadow:0 8px 18px rgba(0,0,0,.08)}.wa-art-card{position:absolute;left:0;bottom:50px;width:155px;padding:13px;border-radius:14px;background:#fff;box-shadow:0 18px 38px rgba(34,115,64,.14)}.wa-art-card b{font-size:21px;color:var(--green-2)}.wa-art-card small{display:block;color:#7c8898}
.services-bento{display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:18px}.service-feature{grid-row:span 2;border-radius:26px;background:linear-gradient(145deg,#102a63,#0f5be6);color:#fff;padding:32px;position:relative;overflow:hidden;min-height:430px}.service-feature:after{content:"";position:absolute;width:260px;height:260px;border-radius:50%;background:rgba(255,255,255,.10);right:-90px;bottom:-80px}.service-feature h3{font-size:36px;line-height:1.06;letter-spacing:-.022em;margin:18px 0}.service-feature p{color:#dbe8ff;line-height:1.65}.service-feature .mini-browser{position:absolute;left:33px;right:33px;bottom:30px;height:145px;border-radius:18px;background:#fff;box-shadow:0 18px 40px rgba(0,0,0,.2);overflow:hidden}.mini-browser:before{content:"";display:block;height:25px;background:#eff3f8}.mini-browser:after{content:"";position:absolute;left:18px;right:18px;top:45px;bottom:15px;border-radius:11px;background:linear-gradient(90deg,#dfeaff 0 42%,#f5f8fc 42%)}.service-card{border:1px solid #e5ebf4;border-radius:22px;background:#fff;padding:24px;min-height:205px;box-shadow:0 12px 35px rgba(28,56,104,.055);transition:.25s}.service-card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}.service-card .icon{width:49px;height:49px;border-radius:14px;background:#edf4ff;color:var(--blue);display:grid;place-items:center;font-size:21px}.service-card:nth-child(3n) .icon{background:#fff3e9;color:var(--orange)}.service-card:nth-child(4n) .icon{background:#eefaf2;color:var(--green-2)}.service-card h4{font-size:20px;margin:18px 0 8px}.service-card p{color:#687386;font-size:14px;line-height:1.6;margin:0}.text-link{display:inline-flex;align-items:center;gap:8px;color:var(--blue);font-weight:600;font-size:13px;margin-top:16px}
.product-showcase{border-radius:34px;background:radial-gradient(circle at 90% 12%,rgba(43,206,101,.18),transparent 24%),linear-gradient(145deg,#f8fffb,#effaf4 62%,#f9fcff);border:1px solid #d8efe1;padding:52px;overflow:hidden}.product-grid{display:grid;grid-template-columns:.78fr 1.22fr;align-items:center;gap:38px}.product-copy h2{font-size:clamp(40px,4vw,58px);line-height:1.02;letter-spacing:-.024em;margin:14px 0}.product-copy h2 span{color:var(--green-2)}.product-copy p{color:#667386;font-size:17px;line-height:1.7}.product-list{display:grid;grid-template-columns:1fr 1fr;gap:13px;margin:24px 0 30px}.product-list span{display:flex;gap:9px;align-items:center;font-size:13px;font-weight:600}.product-list i{color:var(--green-2)}.product-visual{position:relative;min-height:520px}.product-dashboard{position:absolute;left:0;right:75px;top:20px;border:1px solid #d9e9df;border-radius:24px;background:#fff;box-shadow:0 34px 70px rgba(34,102,65,.14);overflow:hidden}.pd-top{height:53px;display:flex;align-items:center;justify-content:space-between;padding:0 18px;border-bottom:1px solid #edf2ee}.pd-top b{font-size:14px}.pd-body{display:grid;grid-template-columns:120px 1fr;min-height:385px}.pd-side{padding:17px 11px;background:#fbfdfb;border-right:1px solid #edf2ee}.pd-side span{display:flex;gap:7px;align-items:center;padding:9px;border-radius:9px;margin-bottom:4px;color:#708079;font-size:9px;font-weight:700}.pd-side span.active{background:#eaf8ef;color:#119648}.pd-main{padding:18px}.pd-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.pd-stat{padding:11px;border:1px solid #ecf0ed;border-radius:12px}.pd-stat small{font-size:7px;color:#87938d}.pd-stat b{display:block;font-size:16px;margin:4px 0}.pd-stat em{font-style:normal;color:#19a953;font-size:7px}.pd-chart-row{display:grid;grid-template-columns:1.3fr .7fr;gap:10px;margin-top:10px}.pd-card{border:1px solid #ecf0ed;border-radius:14px;padding:11px}.pd-card h5{margin:0 0 8px;font-size:9px}.bar-chart{height:150px;display:flex;align-items:flex-end;gap:9px;padding:8px 5px}.bar-chart span{flex:1;border-radius:6px 6px 2px 2px;background:linear-gradient(#52d882,#17ad55)}.bar-chart span:nth-child(1){height:39%}.bar-chart span:nth-child(2){height:58%}.bar-chart span:nth-child(3){height:46%}.bar-chart span:nth-child(4){height:72%}.bar-chart span:nth-child(5){height:65%}.bar-chart span:nth-child(6){height:88%}.pd-convos{display:flex;flex-direction:column;gap:9px}.pd-convo{display:flex;gap:8px;align-items:center}.pd-convo i{width:28px;height:28px;border-radius:50%;background:#eaf8ef;color:#13a250;display:grid;place-items:center}.pd-convo b{font-size:8px;display:block}.pd-convo small{font-size:7px;color:#89938d}.product-phone{position:absolute;right:0;bottom:0;width:190px;height:392px;border-radius:34px;background:#11161b;padding:8px;box-shadow:0 35px 70px rgba(23,89,47,.24);transform:rotate(3deg)}.product-phone .phone-screen{border-radius:27px}.product-kpi{position:absolute;right:7px;top:2px;border-radius:15px;background:#fff;padding:12px 14px;box-shadow:0 18px 40px rgba(24,96,50,.14);z-index:5}.product-kpi b{display:block;color:var(--green-2);font-size:20px}.product-kpi small{font-size:9px;color:#77877d}
.ai-agent-section{position:relative;overflow:hidden}.ai-agent-card{border-radius:34px;background:linear-gradient(135deg,#081f4e 0%,#0a3d89 46%,#0a8d59 100%);padding:58px;color:#fff;display:grid;grid-template-columns:.86fr 1.14fr;gap:40px;align-items:center;position:relative}.ai-agent-card:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 76% 22%,rgba(255,255,255,.16),transparent 25%),linear-gradient(120deg,transparent 0 44%,rgba(255,255,255,.05) 44% 45%,transparent 45% 100%)}.ai-agent-copy,.agent-flow{position:relative;z-index:1}.ai-agent-copy h2{font-size:clamp(40px,4vw,58px);line-height:1;letter-spacing:-.024em;margin:14px 0}.ai-agent-copy h2 span{color:#7ff2a9}.ai-agent-copy p{color:#d9e9ff;line-height:1.7;font-size:17px}.agent-flow{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.agent-node{min-height:140px;border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.09);backdrop-filter:blur(14px);border-radius:20px;padding:19px}.agent-node i{width:42px;height:42px;border-radius:13px;background:rgba(255,255,255,.14);display:grid;place-items:center;color:#8df4b2;font-size:19px}.agent-node b{display:block;margin:16px 0 6px}.agent-node small{color:#cbdcf3;line-height:1.5}.agent-node.wide{grid-column:span 3;display:flex;align-items:center;gap:18px;min-height:90px}.agent-line{height:2px;flex:1;background:linear-gradient(90deg,#83f2ac,rgba(255,255,255,.2))}
.process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;position:relative}.process-card{padding:28px;border-radius:22px;border:1px solid #e5ebf4;background:#fff;position:relative}.process-card .num{width:42px;height:42px;border-radius:50%;background:#edf4ff;color:var(--blue);display:grid;place-items:center;font-weight:700}.process-card:nth-child(3) .num{background:#fff3e8;color:var(--orange)}.process-card:nth-child(4) .num{background:#eafaf0;color:var(--green-2)}.process-card h4{font-size:21px;margin:17px 0 8px}.process-card p{font-size:14px;line-height:1.6;color:#6d798b;margin:0}
.why-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.why-card{border-radius:22px;border:1px solid #e4ebf5;padding:25px;background:rgba(255,255,255,.85);box-shadow:0 10px 32px rgba(31,59,104,.05)}.why-card i{width:48px;height:48px;border-radius:14px;background:#eef5ff;color:var(--blue);display:grid;place-items:center;font-size:20px}.why-card:nth-child(2) i,.why-card:nth-child(5) i{background:#ebfaef;color:var(--green-2)}.why-card:nth-child(3) i,.why-card:nth-child(6) i{background:#fff3e9;color:var(--orange)}.why-card h4{font-size:19px;margin:17px 0 7px}.why-card p{margin:0;color:#6b7789;line-height:1.6;font-size:14px}.stat-band{margin-top:26px;border-radius:22px;background:linear-gradient(90deg,#0e2d67,#0c61df,#0bb258);color:#fff;padding:23px 28px;display:grid;grid-template-columns:repeat(4,1fr);gap:12px;box-shadow:0 20px 48px rgba(20,76,152,.18)}.band-stat{display:flex;align-items:center;justify-content:center;gap:12px;border-right:1px solid rgba(255,255,255,.18)}.band-stat:last-child{border:0}.band-stat i{font-size:23px}.band-stat b{font-size:24px;display:block}.band-stat small{display:block;color:#d9e7ff;font-size:10px}
.testimonial-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.testimonial{border:1px solid #e5ebf4;border-radius:23px;padding:26px;background:#fff;box-shadow:0 14px 40px rgba(29,59,108,.06)}.stars{color:#ffb11b;letter-spacing:2px}.testimonial p{font-size:16px;line-height:1.7;color:#4f5a6d;min-height:108px}.testimonial-author{display:flex;align-items:center;gap:12px;margin-top:20px}.avatar-circle{width:44px;height:44px;border-radius:50%;background:linear-gradient(135deg,#dceaff,#bcd8ff);display:grid;place-items:center;font-weight:700;color:#0c5fe6}.testimonial-author b{display:block}.testimonial-author small{color:#8290a2}.client-logo-bar{display:grid;grid-template-columns:repeat(6,1fr);gap:12px;margin-top:30px;padding:18px;border:1px solid #e6ecf5;border-radius:20px}.client-logo-bar .logo-tile{height:52px}
.pricing-layout{display:grid;grid-template-columns:.82fr 1.18fr;gap:24px;align-items:stretch}.quote-card{border:1px solid #dfe8f6;border-radius:28px;padding:34px;background:linear-gradient(145deg,#f8fbff,#edf5ff);position:relative;overflow:hidden}.quote-card h3{font-size:32px;margin:16px 0 10px}.quote-card ul{list-style:none;padding:0;margin:22px 0}.quote-card li{display:flex;gap:9px;margin:10px 0;font-weight:700;color:#3d4b61;font-size:14px}.quote-card li i{color:var(--blue)}.quote-visual{height:200px;border-radius:20px;background:linear-gradient(135deg,#dceaff,#fff);margin-top:22px;position:relative;overflow:hidden}.quote-visual:before{content:"";position:absolute;width:210px;height:150px;right:34px;bottom:0;border-radius:16px 16px 0 0;background:#fff;box-shadow:0 10px 30px rgba(32,74,142,.12);transform:rotate(-4deg)}.quote-visual:after{content:"</>";position:absolute;right:91px;bottom:52px;font-size:42px;font-weight:700;color:var(--blue)}.plan-wrap{border:1px solid #dbefdf;border-radius:28px;padding:25px;background:linear-gradient(145deg,#fbfffc,#f2fbf5)}.plan-title{text-align:center;font-size:22px;font-weight:700;margin:4px 0 20px}.plans{display:grid;grid-template-columns:repeat(3,1fr);gap:13px}.plan{background:#fff;border:1px solid #e3ece5;border-radius:20px;padding:24px;position:relative}.plan.popular{border-color:#28bf60;box-shadow:0 20px 46px rgba(26,176,78,.14);transform:translateY(-6px)}.popular-tag{position:absolute;left:18px;right:18px;top:-14px;height:28px;border-radius:999px;background:#22bd5b;color:#fff;display:grid;place-items:center;font-weight:700;font-size:10px;letter-spacing:.05em}.plan h4{font-size:20px;margin:8px 0}.price{font-size:36px;font-weight:700;letter-spacing:-.022em}.price small{font-size:12px;color:#82908a;font-weight:600}.plan ul{list-style:none;padding:0;margin:18px 0}.plan li{display:flex;gap:8px;font-size:12px;color:#56645d;margin:10px 0}.plan li i{color:#17a94c}.plan .btn{width:100%;min-height:45px;font-size:13px}
.faq{max-width:900px;margin:0 auto}.faq-item{border-bottom:1px solid #e5ebf3}.faq-q{width:100%;border:0;background:none;padding:22px 0;display:flex;align-items:center;justify-content:space-between;text-align:left;font-weight:600;font-size:17px;cursor:pointer}.faq-q i{transition:.2s}.faq-a{max-height:0;overflow:hidden;transition:max-height .25s;color:#697586;line-height:1.7}.faq-a p{margin:0 0 22px}.faq-item.open .faq-a{max-height:240px}.faq-item.open .faq-q i{transform:rotate(45deg)}
.page-hero{padding:90px 0 72px;background:radial-gradient(circle at 85% 20%,rgba(42,129,255,.14),transparent 26%),linear-gradient(180deg,#fff,#f8fbff);border-bottom:1px solid #edf1f6}.page-hero .container{display:grid;grid-template-columns:1fr .82fr;gap:48px;align-items:center}.page-hero h1{font-size:clamp(50px,6vw,78px);line-height:.98;letter-spacing:-.028em;margin:18px 0}.page-hero p{font-size:18px;line-height:1.7;color:#657084;max-width:680px}.page-hero-art{min-height:380px;position:relative}.page-orbit{position:absolute;inset:25px;border-radius:50%;background:radial-gradient(circle,#e8f2ff,rgba(255,255,255,0) 67%)}.page-card{position:absolute;border-radius:22px;background:#fff;border:1px solid #dfe8f6;box-shadow:var(--shadow);padding:22px}.page-card.one{left:20px;top:60px;width:230px}.page-card.two{right:15px;bottom:35px;width:250px}.page-card i{width:48px;height:48px;border-radius:14px;background:#edf4ff;color:var(--blue);display:grid;place-items:center;font-size:20px}.page-card h4{margin:14px 0 5px}.page-card p{font-size:13px;line-height:1.5;margin:0}
.contact-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:36px}.contact-info{padding:36px;border-radius:28px;background:linear-gradient(145deg,#0c2c65,#0f5edc);color:#fff}.contact-info h2{font-size:42px;letter-spacing:-.022em;margin:15px 0}.contact-info p{color:#dce8ff;line-height:1.7}.contact-list{display:grid;gap:14px;margin-top:28px}.contact-list a,.contact-list div{display:flex;gap:13px;align-items:flex-start;padding:14px;border:1px solid rgba(255,255,255,.12);border-radius:15px;background:rgba(255,255,255,.07)}.contact-list i{width:36px;height:36px;border-radius:10px;background:rgba(255,255,255,.12);display:grid;place-items:center}.contact-list b{display:block;font-size:13px}.contact-list small{display:block;color:#d6e5ff;margin-top:3px}.contact-form{border:1px solid #e4ebf5;border-radius:28px;padding:36px;background:#fff;box-shadow:var(--shadow)}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.field{display:flex;flex-direction:column;gap:7px}.field.full{grid-column:1/-1}.field label{font-size:12px;font-weight:600;color:#59677a}.field input,.field select,.field textarea{width:100%;border:1px solid #dfe6f0;border-radius:13px;padding:14px 15px;outline:none;background:#fbfdff;transition:.2s}.field textarea{min-height:140px;resize:vertical}.field input:focus,.field select:focus,.field textarea:focus{border-color:#7eb1ff;box-shadow:0 0 0 4px rgba(31,111,255,.08);background:#fff}.alert{padding:13px 15px;border-radius:12px;margin-bottom:18px;font-weight:700;font-size:13px}.alert.success{background:#eafaf0;color:#0e8b43}.alert.error{background:#fff0ef;color:#b43a31}.map-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-top:28px}.map-card{border:1px solid #e4ebf5;border-radius:20px;overflow:hidden}.map-card iframe{width:100%;height:320px;border:0;display:block}
.final-cta-card{border-radius:26px;padding:34px 38px;background:linear-gradient(105deg,#063b9e,#0b72ff 55%,#0db95b);color:#fff;display:grid;grid-template-columns:auto 1fr auto;gap:22px;align-items:center;box-shadow:0 24px 55px rgba(12,82,177,.23);position:relative;overflow:hidden}.final-cta-card:after{content:"";position:absolute;width:220px;height:220px;border-radius:50%;background:rgba(255,255,255,.09);right:-85px;top:-80px}.final-cta-icon{width:66px;height:66px;border-radius:19px;background:rgba(255,255,255,.14);display:grid;place-items:center;font-size:28px}.final-cta-card h2{font-size:30px;letter-spacing:-.02em;margin:5px 0}.final-cta-card h2 span{color:#9ef7bc}.final-cta-card p{margin:0;color:#dce9ff}.final-cta-actions{display:flex;gap:10px;position:relative;z-index:2}
.footer{background:#07172f;color:#d8e3f2;padding:70px 0 25px}.footer-grid{display:grid;grid-template-columns:1.4fr repeat(4,1fr);gap:34px}.footer-brand img{width:156px;filter:brightness(1.1)}.footer-brand p{color:#9fb0c6;line-height:1.65;max-width:310px}.footer h4{color:#fff;margin:0 0 18px}.footer a,.footer-address{display:flex;gap:8px;color:#9fb0c6;margin:10px 0;font-size:13px;line-height:1.5}.footer a:hover{color:#fff}.socials{display:flex;gap:8px;margin-top:18px}.socials a{width:36px;height:36px;border-radius:10px;background:#102649;display:grid;place-items:center;color:#fff;margin:0}.footer-bottom{margin-top:45px;padding-top:20px;border-top:1px solid #183052;display:flex;justify-content:space-between;color:#8093aa;font-size:12px}.floating-whatsapp{position:fixed;right:24px;bottom:24px;width:58px;height:58px;border-radius:50%;background:#18bd55;color:#fff;display:grid;place-items:center;font-size:25px;z-index:70;box-shadow:0 15px 35px rgba(19,175,75,.28)}.floating-whatsapp span{position:absolute;right:3px;top:2px;width:11px;height:11px;border-radius:50%;background:#ff3158;border:2px solid #fff}
.reveal{opacity:0;transform:translateY(22px);transition:opacity .65s ease,transform .65s ease}.reveal.visible{opacity:1;transform:none}
@media(max-width:1100px){.desktop-nav{gap:18px}.phone-action span{display:none}.hero-grid{grid-template-columns:1fr 1fr;gap:30px}.dashboard-shell{width:490px}.phone-mock{width:185px;height:390px}.services-bento{grid-template-columns:1fr 1fr}.service-feature{grid-row:auto;grid-column:span 2}.product-grid{grid-template-columns:1fr}.product-copy{max-width:730px}.product-visual{min-height:500px}.pricing-layout{grid-template-columns:1fr}.footer-grid{grid-template-columns:1.5fr repeat(2,1fr)}.footer-grid>div:nth-child(4),.footer-grid>div:nth-child(5){margin-top:20px}}
@media(max-width:900px){.announcement-inner{justify-content:flex-start;overflow:auto;white-space:nowrap}.announcement strong{font-size:13px}.desktop-nav,.phone-action{display:none}.menu-toggle{display:flex}.nav-wrap{height:72px}.brand img{width:145px}.mobile-panel{display:block;position:fixed;top:126px;left:16px;right:16px;background:#fff;border:1px solid #e3e9f3;border-radius:20px;box-shadow:0 25px 60px rgba(20,49,97,.18);padding:16px;opacity:0;visibility:hidden;transform:translateY(-12px);transition:.2s;z-index:90}.mobile-panel.open{opacity:1;visibility:visible;transform:none}.mobile-panel>a{display:block;padding:14px;border-bottom:1px solid #eef2f7;font-weight:600}.mobile-panel-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:14px}.hero{padding-top:65px}.hero-grid,.page-hero .container,.contact-grid{grid-template-columns:1fr}.hero-copy{text-align:center}.hero-sub{margin:0 auto}.hero-actions,.hero-proof{justify-content:center}.hero-visual{min-height:510px;max-width:650px;margin:0 auto;width:100%}.dashboard-shell{left:4%;width:82%}.phone-mock{right:4%}.logo-marquee{grid-template-columns:repeat(4,1fr)}.dual-grid{grid-template-columns:1fr}.solution-card{min-height:500px}.why-grid,.testimonial-grid{grid-template-columns:1fr 1fr}.process-grid{grid-template-columns:1fr 1fr}.ai-agent-card{grid-template-columns:1fr}.pricing-layout{grid-template-columns:1fr}.final-cta-card{grid-template-columns:1fr;text-align:center}.final-cta-icon{margin:auto}.final-cta-actions{justify-content:center}.footer-grid{grid-template-columns:1fr 1fr}.product-showcase{padding:38px}.map-grid{grid-template-columns:1fr}}
@media(max-width:640px){:root{--container:min(100% - 28px,1220px)}.announcement{display:none}.site-header{top:0}.mobile-panel{top:82px}.section-pad{padding:78px 0}.hero{padding:54px 0 35px}.hero h1{font-size:49px}.hero-sub{font-size:17px}.hero-actions .btn{width:100%}.hero-proof{gap:12px;justify-content:flex-start}.proof-item{width:calc(50% - 6px);text-align:left}.hero-visual{min-height:430px}.dashboard-shell{left:0;top:45px;width:94%;transform:none}.dash-body{grid-template-columns:82px 1fr}.dash-sidebar{padding:12px 7px}.dash-nav-item{font-size:0}.dash-nav-item:before{content:"•";font-size:14px}.dash-main{padding:12px}.dash-stats{grid-template-columns:1fr 1fr}.dash-panels{grid-template-columns:1fr}.dash-panels .dash-panel:last-child{display:none}.phone-mock{width:145px;height:306px;right:-4px;bottom:-5px}.float-card{display:none}.logo-marquee{grid-template-columns:repeat(2,1fr)}.dual-grid{gap:16px}.solution-card{padding:25px;min-height:490px}.solution-card h3{font-size:31px}.feature-checks{grid-template-columns:1fr}.solution-art{width:78%}.services-bento{grid-template-columns:1fr}.service-feature{grid-column:auto;min-height:390px}.service-card{min-height:auto}.product-showcase{padding:25px;border-radius:26px}.product-list{grid-template-columns:1fr}.product-visual{min-height:420px}.product-dashboard{right:25px}.pd-body{grid-template-columns:80px 1fr}.pd-side span{font-size:0}.pd-side span i{font-size:12px}.pd-stats{grid-template-columns:1fr 1fr}.pd-chart-row{grid-template-columns:1fr}.pd-card:last-child{display:none}.product-phone{width:140px;height:290px;right:-12px}.product-kpi{display:none}.ai-agent-card{padding:30px}.agent-flow{grid-template-columns:1fr}.agent-node.wide{grid-column:auto}.agent-line{display:none}.process-grid,.why-grid,.testimonial-grid{grid-template-columns:1fr}.stat-band{grid-template-columns:1fr 1fr}.band-stat{border-right:0;justify-content:flex-start}.client-logo-bar{grid-template-columns:repeat(2,1fr)}.plans{grid-template-columns:1fr}.plan.popular{transform:none;margin-top:14px}.page-hero{padding:52px 0 40px}.page-hero h1{font-size:38px;letter-spacing:-.02em}.page-hero p{font-size:16px}.page-hero-art{min-height:310px}.page-card.one{left:0}.page-card.two{right:0}.form-grid{grid-template-columns:1fr}.field.full{grid-column:auto}.contact-info,.contact-form{padding:26px}.final-cta-actions{flex-direction:column}.footer-grid{grid-template-columns:1fr}.footer-bottom{flex-direction:column;gap:8px}.floating-whatsapp{right:16px;bottom:16px;width:54px;height:54px}}

/* =========================================================
   ONPAD Premium V4.1 — single consistent brand typeface
   Primary typeface: Plus Jakarta Sans (Google Fonts, self-loaded)
   Weight scale kept light: 400 body / 500-600 emphasis / 700 headings-only
   ========================================================= */
body{font-family:"Plus Jakarta Sans",Arial,Helvetica,sans-serif;font-weight:400;letter-spacing:-.006em}
h1,h2,h3,h4,h5,h6,.btn,.desktop-nav,.nav-drop-btn,.announcement,.eyebrow{font-family:"Plus Jakarta Sans",Arial,Helvetica,sans-serif}
h1,h2,h3,h4,h5,h6{font-weight:700;letter-spacing:-.02em}

/* Announcement + navigation */
.announcement{background:linear-gradient(90deg,#daf4d0 0%,#e9f8d8 48%,#dff4d2 100%);border-top:0;border-bottom:1px solid rgba(22,95,52,.08);color:#10291e}
.announcement-inner{min-height:58px;gap:18px;font-size:16px;font-weight:700}
.announcement-inner strong{font-size:16px;letter-spacing:-.015em}
.launch-pill{padding:8px 15px;background:linear-gradient(135deg,#2fc669,#16ae52);box-shadow:0 10px 26px rgba(33,181,88,.23);font-size:12px}
.announcement a{font-size:16px;color:#19b45a}
.site-header{background:#fff;backdrop-filter:none;box-shadow: 2px 4px 20px #00000012}
.nav-wrap{height:80px;gap:28px}
.brand img{width:158px}
.desktop-nav{gap:25px}
.desktop-nav>a,.nav-drop-btn{font-size:15px;font-weight:400;padding:29px 0;color:#0d1526}
.nav-actions{gap:10px}
.nav-demo-btn,.nav-login-btn{height:48px;padding:0 18px;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;gap:9px;font-weight:700;font-size:14px;transition:.22s}
.nav-demo-btn{background:linear-gradient(135deg,#16c660,#09ad4b);color:#fff;box-shadow:0 10px 24px rgba(19,182,80,.18)}
.nav-login-btn{background:#fff;border:1.5px solid #111827;color:#111827}
.nav-demo-btn:hover,.nav-login-btn:hover{transform:translateY(-2px)}

/* Home hero — centered premium banner */
.home-hero-v4{position:relative;overflow:hidden;background:#fff;padding:66px 0 0;border-bottom:1px solid #eef2f6}
.home-hero-bg{position:absolute;inset:0;pointer-events:none;overflow:hidden}
.hero-orb{position:absolute;border-radius:50%;filter:blur(10px);opacity:.75}
.hero-orb-1{width:460px;height:460px;left:-190px;top:250px;background:radial-gradient(circle,rgba(22,103,255,.12),rgba(22,103,255,0) 70%)}
.hero-orb-2{width:500px;height:500px;right:-220px;top:180px;background:radial-gradient(circle,rgba(32,200,97,.13),rgba(32,200,97,0) 70%)}
.hero-orb-3{width:360px;height:360px;left:38%;top:-140px;background:radial-gradient(circle,rgba(255,122,26,.10),rgba(255,122,26,0) 70%)}
.hero-dot-grid{position:absolute;right:8%;top:120px;width:150px;height:120px;background-image:radial-gradient(rgba(24,118,255,.24) 1.25px,transparent 1.25px);background-size:15px 15px;mask-image:linear-gradient(120deg,transparent,black 35%,black 70%,transparent)}
.home-hero-inner{position:relative;z-index:1}
.hero-float-chips{position:absolute;inset:0;pointer-events:none;z-index:3;display:block}
.hero-chip{position:absolute;width:54px;height:54px;border-radius:16px;background:rgba(255,255,255,.9);backdrop-filter:blur(6px);border:1px solid #eef1f6;box-shadow:0 16px 32px rgba(20,40,90,.12);display:grid;place-items:center;font-size:21px;animation:heroChipFloat 5s ease-in-out infinite}
.hero-chip.chip-blue{color:#1267ff}
.hero-chip.chip-green{color:#0fa957}
.hero-chip.chip-orange{color:#ff7a1a}
.chip-1{left:9%;top:14%;animation-delay:0s}
.chip-2{right:8%;top:8%;animation-delay:1.1s}
.chip-3{left:4%;top:58%;animation-delay:2.1s}
.chip-4{right:5%;top:52%;animation-delay:.6s}
@keyframes heroChipFloat{0%,100%{transform:translateY(0) rotate(-5deg)}50%{transform:translateY(-14px) rotate(4deg)}}
@media(max-width:1160px){.hero-float-chips{display:none}}
.home-hero-copy{text-align:center;max-width:1080px;margin:0 auto;position:relative;z-index:4}
.home-hero-badge{display:inline-flex;align-items:center;gap:9px;padding:9px 18px;border:1.5px solid #e5baf0;border-radius:999px;background:linear-gradient(180deg,#fffaff,#fff6ff);color:#873895;font-size:14px;font-weight:500;box-shadow:0 10px 30px rgba(132,54,151,.05)}
.home-hero-badge b{font-weight:500;letter-spacing:.005em}
.home-hero-copy h1{margin:24px auto 18px;max-width:900px;font-size:clamp(32px,3.7vw,54px);line-height:1.18;letter-spacing:-.022em;font-weight:700;color:#0b1220}
.hero-text-green{color:#0fa957}.hero-text-blue{color:#1169ff}
.home-hero-copy p{max-width:740px;margin:0 auto;color:#6f7278;font-size:clamp(16px,1.25vw,18px);line-height:1.6;font-weight:400;letter-spacing:-.01em}
.home-hero-copy p strong{font-weight:600;color:#42464d}
.home-hero-actions{display:flex;align-items:center;justify-content:center;gap:12px;flex-wrap:wrap;margin-top:28px}
.hero-btn{height:48px;padding:0 20px;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;gap:9px;font-size:14.5px;font-weight:600;letter-spacing:-.005em;transition:.22s;position:relative;overflow:hidden}
.hero-btn i{font-size:12px;transition:transform .22s}
.hero-btn:hover i{transform:translateX(3px)}
.hero-btn:before{content:"";position:absolute;inset:-1px;background:linear-gradient(115deg,transparent 20%,rgba(255,255,255,.35) 45%,transparent 68%);transform:translateX(-120%);transition:.65s}
.hero-btn:hover:before{transform:translateX(120%)}
.hero-btn:hover{transform:translateY(-2px)}
.hero-btn-blue{color:#fff;background:linear-gradient(135deg,#146cff,#0758dc);box-shadow:0 12px 22px rgba(18,103,255,.20)}
.hero-btn-green{color:#fff;background:linear-gradient(135deg,#18cd63,#06ad4a);box-shadow:0 12px 22px rgba(25,185,83,.16)}
.home-hero-micro{margin-top:24px;display:flex;align-items:center;justify-content:center;gap:24px;flex-wrap:wrap;color:#727983;font-size:13px;font-weight:600}
.home-hero-micro span{display:inline-flex;align-items:center;gap:7px}
.home-hero-micro i{color:#20b85a;font-size:14px}

/* Hero showcase */
.home-hero-stage{position:relative;height:470px;max-width:1160px;margin:45px auto 0;perspective:1400px}
.stage-glow{position:absolute;border-radius:50%;filter:blur(65px);opacity:.4;pointer-events:none}
.stage-glow-blue{width:450px;height:210px;left:70px;bottom:20px;background:#84b8ff}
.stage-glow-green{width:420px;height:210px;right:50px;bottom:10px;background:#87e8b1}
.stage-browser,.stage-dashboard,.stage-phone,.stage-float-card,.stage-float-kpi{position:absolute;background:rgba(255,255,255,.96);border:1px solid rgba(201,215,235,.75);box-shadow:0 28px 70px rgba(23,61,120,.14)}
.stage-browser{left:2%;top:54px;width:52%;height:350px;border-radius:24px;overflow:hidden;transform:rotateY(7deg) rotateZ(-1.2deg);transform-origin:center right;z-index:2}
.stage-window-top{height:35px;border-bottom:1px solid #edf1f6;display:flex;align-items:center;gap:6px;padding:0 13px;color:#8290a4}
.stage-window-top>span{width:7px;height:7px;border-radius:50%}.stage-window-top>span:nth-child(1){background:#ff6b60}.stage-window-top>span:nth-child(2){background:#ffca4c}.stage-window-top>span:nth-child(3){background:#34cb74}.stage-window-top small{margin-left:8px;font-size:9px;font-weight:700}
.stage-window-body{height:calc(100% - 35px);background:linear-gradient(135deg,#ffffff 0%,#f8fbff 65%,#eff6ff 100%);padding:17px}
.stage-window-nav{display:flex;align-items:center;justify-content:space-between;font-size:8px;color:#718097}.stage-window-nav b{font-size:12px;color:#1468f3}.stage-window-nav em{font-style:normal}
.stage-window-content{display:grid;grid-template-columns:1.1fr .9fr;align-items:center;height:215px;gap:14px}
.stage-window-copy{display:flex;flex-direction:column;align-items:flex-start}.stage-window-copy small{font-size:8px;font-weight:600;color:#3375e5;letter-spacing:.08em}.stage-window-copy strong{font-size:24px;line-height:1.03;letter-spacing:-.024em;margin:9px 0;color:#101b2d}.stage-window-copy strong i{font-style:normal;color:#1267ff}.stage-window-copy>span{font-size:9px;color:#718096;margin-bottom:12px}.stage-window-copy button{border:0;background:#1267ff;color:#fff;border-radius:6px;padding:8px 12px;font-size:8px;font-weight:700}
.stage-building{height:155px;border-radius:15px 15px 5px 5px;position:relative;overflow:hidden;background:linear-gradient(150deg,#cbe1ff,#6ca4ef 35%,#164a91 35.5%,#1e5ca6 62%,#092f6a 62.5%,#1d508d);clip-path:polygon(28% 0,100% 8%,100% 100%,0 100%,0 27%)}
.building-shine{position:absolute;inset:-30px 35% -30px auto;width:25px;background:rgba(255,255,255,.5);transform:rotate(22deg);filter:blur(3px)}
.building-line{position:absolute;background:rgba(255,255,255,.42)}.building-line.l1{left:28%;top:0;width:1px;height:100%}.building-line.l2{left:55%;top:0;width:1px;height:100%}.building-line.l3{left:78%;top:0;width:1px;height:100%}.building-line.l4{left:0;top:52%;width:100%;height:1px}
.stage-window-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.stage-window-stats span{background:#fff;border:1px solid #eaf0f8;border-radius:9px;padding:8px 10px}.stage-window-stats b,.stage-window-stats small{display:block}.stage-window-stats b{font-size:11px;color:#163d78}.stage-window-stats small{font-size:7px;color:#8290a4;margin-top:2px}

.stage-dashboard{right:4%;top:82px;width:50%;height:318px;border-radius:22px;overflow:hidden;transform:rotateY(-6deg) rotateZ(1.2deg);transform-origin:center left;z-index:3}
.stage-dash-head{height:45px;display:flex;align-items:center;padding:0 15px;border-bottom:1px solid #edf1f6;gap:10px;font-size:10px}.stage-dash-head b{color:#1285df}.stage-dash-head span{margin-left:auto;color:#8791a0}.stage-dash-head i{color:#4b596d}
.stage-dash-body{display:grid;grid-template-columns:58px 1fr;height:calc(100% - 45px)}.stage-dash-side{background:#f8fbff;border-right:1px solid #edf1f6;padding:13px 9px;display:flex;flex-direction:column;gap:7px}.stage-dash-side span{height:30px;border-radius:8px;display:grid;place-items:center;color:#778397;font-size:11px}.stage-dash-side span.active{background:#e9f2ff;color:#1267ff}.stage-dash-main{padding:14px 15px}.stage-dash-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.stage-dash-stats span{border:1px solid #edf1f6;border-radius:10px;padding:9px;background:#fff}.stage-dash-stats small,.stage-dash-stats b,.stage-dash-stats em{display:block}.stage-dash-stats small{font-size:7px;color:#8491a4}.stage-dash-stats b{font-size:14px;margin:4px 0}.stage-dash-stats em{font-size:6.5px;color:#1ab157;font-style:normal}.stage-dash-graph{height:145px;border:1px solid #edf1f6;border-radius:12px;margin-top:9px;position:relative;overflow:hidden;background:linear-gradient(180deg,#fbfdff,#fff)}.stage-dash-graph svg{position:absolute;inset:18px 12px 10px;width:calc(100% - 24px);height:calc(100% - 28px)}.graph-grid{position:absolute;inset:0;background-image:linear-gradient(#f1f4f8 1px,transparent 1px),linear-gradient(90deg,#f1f4f8 1px,transparent 1px);background-size:100% 30px,52px 100%}

.stage-phone{right:0;bottom:7px;width:162px;height:330px;border-radius:30px;padding:8px;background:#141920;z-index:6;transform:rotate(5deg);box-shadow:0 30px 70px rgba(19,54,100,.28)}
.stage-phone:before{content:"";position:absolute;inset:8px;border-radius:23px;background:#efeae2}
.stage-phone-notch{position:absolute;z-index:3;top:13px;left:50%;transform:translateX(-50%);width:58px;height:13px;border-radius:999px;background:#0a0d12}
.stage-phone-head{position:absolute;z-index:2;left:8px;right:8px;top:8px;height:58px;border-radius:23px 23px 0 0;background:#0f7f63;color:#fff;display:flex;align-items:center;gap:7px;padding:15px 11px 8px}.stage-phone-head>span{width:27px;height:27px;border-radius:50%;background:#fff;color:#19b95a;display:grid;place-items:center}.stage-phone-head b{font-size:9px;display:block}.stage-phone-head small{font-size:7px;opacity:.8;display:block}.stage-phone-chat{position:absolute;z-index:2;left:16px;right:16px;top:76px;bottom:18px;display:flex;flex-direction:column;gap:7px}.stage-phone-chat p{margin:0;padding:8px;border-radius:8px;font-size:7px;line-height:1.35;max-width:85%;box-shadow:0 1px 2px rgba(0,0,0,.06)}.stage-phone-chat .incoming{background:#fff;align-self:flex-start}.stage-phone-chat .outgoing{background:#d9f8c8;align-self:flex-end}.stage-phone-chat .small{font-size:6.5px}.stage-phone-chat button{border:0;background:#fff;border-radius:7px;padding:7px;color:#0e7a5e;font-size:7px;font-weight:700;box-shadow:0 1px 2px rgba(0,0,0,.06)}

.stage-float-card{z-index:7;border-radius:14px;padding:10px 13px;display:flex;align-items:center;gap:9px;backdrop-filter:blur(12px)}.stage-float-card i{width:34px;height:34px;border-radius:10px;display:grid;place-items:center;font-size:15px}.stage-float-card small,.stage-float-card b{display:block}.stage-float-card small{font-size:7px;color:#7e8999}.stage-float-card b{font-size:9px;margin-top:2px}.float-web{left:1%;top:26px}.float-web i{background:#eaf3ff;color:#1267ff}.float-wa{right:7%;top:23px}.float-wa i{background:#e7f9ee;color:#13ac4c}.stage-float-kpi{left:44%;bottom:16px;z-index:8;padding:11px 17px;border-radius:14px;min-width:150px}.stage-float-kpi small,.stage-float-kpi b,.stage-float-kpi span{display:block}.stage-float-kpi small{font-size:7px;color:#8a94a4}.stage-float-kpi b{font-size:13px;color:#0f5de2;margin:2px 0}.stage-float-kpi span{font-size:7px;color:#687586}

/* Premium shine across the site */
.solution-card,.service-card,.why-card,.process-step,.testimonial-card,.plan,.quote-card,.faq-item{position:relative;overflow:hidden}
.solution-card:before,.service-card:before,.why-card:before,.process-step:before,.testimonial-card:before,.plan:before,.quote-card:before{content:"";position:absolute;inset:-60% auto auto -75%;width:55%;height:220%;background:linear-gradient(110deg,transparent,rgba(255,255,255,.6),transparent);transform:rotate(14deg);transition:.7s;pointer-events:none}
.solution-card:hover:before,.service-card:hover:before,.why-card:hover:before,.process-step:hover:before,.testimonial-card:hover:before,.plan:hover:before,.quote-card:hover:before{left:125%}
.solution-card,.service-card,.why-card,.process-step,.testimonial-card,.plan,.quote-card{transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}
.solution-card:hover,.service-card:hover,.why-card:hover,.process-step:hover,.testimonial-card:hover,.plan:hover,.quote-card:hover{transform:translateY(-6px);box-shadow:0 26px 70px rgba(23,61,120,.13)}

@media(max-width:1100px){
  .nav-demo-btn{display:none}
  .home-hero-stage{height:430px}
  .stage-browser{width:56%;left:0}
  .stage-dashboard{width:54%;right:1%}
  .stage-phone{right:-8px}
}
@media(max-width:900px){
  .nav-login-btn{display:none}
  .home-hero-v4{padding-top:52px}
  .home-hero-copy h1{font-size:clamp(34px,6vw,46px);max-width:640px}
  .home-hero-stage{height:520px;max-width:700px}
  .stage-browser{left:1%;top:50px;width:74%;height:330px;transform:rotate(-1deg)}
  .stage-dashboard{right:1%;top:160px;width:70%;height:305px;transform:rotate(1deg)}
  .stage-phone{right:2%;bottom:5px;width:150px;height:305px}
  .float-wa{display:none}
  .stage-float-kpi{left:2%;bottom:16px}
}
@media(max-width:640px){
  .home-hero-v4{padding:42px 0 0}
  .home-hero-badge{font-size:12px;padding:9px 14px}
  .home-hero-copy h1{font-size:32px;line-height:1.2;letter-spacing:-.02em;margin-top:20px;max-width:420px}
  .home-hero-copy p{font-size:15.5px;line-height:1.55}
  .home-hero-actions{gap:10px}.hero-btn{width:100%;height:48px;font-size:14px}
  .home-hero-micro{gap:10px 16px;font-size:11px;margin-top:20px}.home-hero-micro span{width:calc(50% - 8px);justify-content:center;text-align:center}
  .home-hero-stage{height:430px;margin-top:30px}
  .stage-browser{left:0;top:30px;width:93%;height:280px;border-radius:18px}.stage-window-content{height:165px}.stage-window-copy strong{font-size:17px}.stage-building{height:115px}.stage-window-stats{gap:4px}.stage-window-stats span{padding:6px}
  .stage-dashboard{right:0;top:140px;width:88%;height:255px;border-radius:18px}.stage-dash-head{height:38px}.stage-dash-body{height:calc(100% - 38px);grid-template-columns:44px 1fr}.stage-dash-side{padding:10px 6px}.stage-dash-side span{height:25px}.stage-dash-main{padding:10px}.stage-dash-stats span{padding:6px}.stage-dash-stats b{font-size:11px}.stage-dash-graph{height:110px}
  .stage-phone{width:118px;height:245px;right:-6px;bottom:2px;border-radius:24px;padding:6px}.stage-phone:before{inset:6px;border-radius:19px}.stage-phone-head{left:6px;right:6px;top:6px;height:45px;border-radius:19px 19px 0 0;padding:12px 7px 6px}.stage-phone-head>span{width:21px;height:21px}.stage-phone-head b{font-size:7px}.stage-phone-chat{left:11px;right:11px;top:59px;bottom:12px;gap:4px}.stage-phone-chat p,.stage-phone-chat button{font-size:5.5px;padding:5px}.stage-phone-notch{top:9px;width:43px;height:10px}
  .stage-float-card,.stage-float-kpi{display:none}
}

/* Keep the launch bar visible on mobile, matching the premium reference */
/* =========================================================
   MOBILE ANNOUNCEMENT — MARQUEE / TICKER
   Desktop announcement remains unchanged
========================================================= */

@media (max-width: 640px) {

    .announcement {
        display: block;
        width: 100%;
        height: 52px;
        overflow: hidden;
        position: relative;
    }

    .announcement-inner {
        width: max-content !important;
        max-width: none !important;
        min-height: 52px;

        margin: 0 !important;
        padding: 0 0 0 100vw !important;

        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        align-items: center !important;
        justify-content: flex-start !important;

        gap: 22px;

        white-space: nowrap !important;
        overflow: visible !important;
        text-align: left !important;

        animation: onpadMobileAnnouncement 15s linear infinite;
        will-change: transform;
    }

    .announcement-inner .launch-pill {
        flex: 0 0 auto;
        margin: 0;
        padding: 6px 11px;

        font-size: 10px;
        line-height: 1;
        white-space: nowrap;
    }

    .announcement-inner strong {
        flex: 0 0 auto;

        max-width: none !important;
        margin: 0;

        font-size: 13px;
        line-height: 1;
        font-weight: 700;

        color: #0d2118;

        white-space: nowrap !important;
    }

    .announcement-inner > a {
        flex: 0 0 auto;

        display: inline-flex;
        align-items: center;
        gap: 8px;

        margin: 0;
        padding-right: 30px;

        font-size: 13px;
        line-height: 1;
        font-weight: 700;

        color: #19b45a;

        white-space: nowrap;
    }

    .announcement-inner > a i {
        display: inline-flex;
        align-items: center;
    }

    @keyframes onpadMobileAnnouncement {

        0% {
            transform: translateX(0);
        }

        100% {
            transform: translateX(-100%);
        }

    }

    .mobile-panel {
        position: absolute;
        top: calc(100% + 10px);
    }

}

/* Small/budget phones (~360-380px) — one extra notch down so nothing crowds or wraps badly */
@media(max-width:380px){
  html{font-size:15px}
  .home-hero-copy h1{font-size:26px;max-width:340px}
  .hero h1{font-size:40px}
  .page-hero h1{font-size:32px}
  .section-head h2{font-size:30px}
  .solution-card h3{font-size:26px}
  .service-feature h3{font-size:28px}
  .btn{font-size:14px;padding:0 16px}
  .final-cta-card h2{font-size:25px}
}


/* =========================================================
   ONPAD PREMIUM PAGE HERO
   Existing typography is intentionally preserved.
========================================================= */

.op-page-hero {
    position: relative;
    overflow: hidden;
    padding: 85px 0 90px;
    background: #fff;
    border-bottom: 1px solid #edf1f5;
}

.op-page-hero .container {
    position: relative;
    z-index: 5;
}

.op-page-hero-grid {
    display: grid;
    grid-template-columns: .94fr 1.06fr;
    align-items: center;
    gap: 68px;
}


/* Badge */

.op-hero-badge {
    width: fit-content;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 10px 17px;
    border-radius: 999px;
    margin-bottom: 23px;
}

.op-badge-blue {
    color: #1267e8;
    border: 1px solid rgba(18, 103, 232, .16);
    background: rgba(240, 247, 255, .92);
}

.op-badge-green {
    color: #079441;
    border: 1px solid rgba(8, 166, 73, .17);
    background: rgba(238, 253, 243, .94);
}


/* Gradient Text */

.op-text-blue {
    color: #1268ed;
}

.op-text-orange {
    color: #ff7b17;
}

.op-text-green {
    color: #16b654;
}


/* Copy */

.op-page-hero-content p {
    max-width: 610px;
    margin-top: 24px;
    color: #6d7480;
}

.op-hero-buttons {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 13px;
    margin-top: 31px;
}


/* Primary Buttons */

.op-btn-primary {
    position: relative;
    overflow: hidden;
    border: 0;
    color: #fff !important;
    box-shadow: 0 15px 35px rgba(20, 70, 160, .15);
}

.op-btn-blue {
    background:
        linear-gradient(135deg, #237aff, #075bd8);
}

.op-btn-green {
    background:
        linear-gradient(135deg, #23ca66, #08a845);
}

.op-btn-primary::after {
    content: "";
    position: absolute;
    top: -60%;
    left: -70%;
    width: 45%;
    height: 220%;
    background: rgba(255,255,255,.27);
    transform: rotate(24deg);
    transition: .65s;
}

.op-btn-primary:hover::after {
    left: 130%;
}

.op-btn-primary:hover {
    transform: translateY(-2px);
    color: #fff;
}


/* Outline */

.op-btn-outline {
    background: #fff;
    color: #111827;
    border: 1px solid #dde4ec;
    box-shadow: 0 8px 22px rgba(25, 42, 70, .05);
}

.op-btn-outline:hover {
    transform: translateY(-2px);
    border-color: #bac5d2;
}


/* Mini trust */

.op-mini-trust {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 19px;
    margin-top: 27px;
    color: #69717c;
}

.op-mini-trust > div {
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

.op-mini-trust i {
    color: #1268ed;
}

.op-wa-trust i {
    color: #0aaa49;
}


/* Background */

.op-hero-bg {
    position: absolute;
    width: 680px;
    height: 680px;
    border-radius: 50%;
    right: -220px;
    top: -260px;
    pointer-events: none;
}

.op-blue-glow {
    background:
        radial-gradient(
            circle,
            rgba(37, 125, 255, .14),
            rgba(37, 125, 255, 0) 70%
        );
}

.op-green-glow {
    background:
        radial-gradient(
            circle,
            rgba(28, 198, 91, .15),
            rgba(28, 198, 91, 0) 70%
        );
}

.op-dot-pattern {
    position: absolute;
    right: 3%;
    top: 16%;
    width: 180px;
    height: 150px;
    opacity: .32;
    background-image:
        radial-gradient(#4598ff 1.3px, transparent 1.3px);
    background-size: 15px 15px;
}

.op-dot-green {
    background-image:
        radial-gradient(#47c97a 1.3px, transparent 1.3px);
}


/* =========================================================
   WEBSITE VISUAL
========================================================= */

.op-service-visual,
.op-wa-visual {
    position: relative;
    min-height: 540px;
}

.op-visual-circle {
    position: absolute;
    width: 480px;
    height: 480px;
    top: 20px;
    right: 0;
    border-radius: 50%;
}

.op-visual-circle-blue {
    background:
        radial-gradient(
            circle,
            #edf6ff 0%,
            rgba(239, 247, 255, .75) 45%,
            rgba(255,255,255,0) 74%
        );
}

.op-visual-circle-green {
    background:
        radial-gradient(
            circle,
            #eafbee 0%,
            rgba(236, 253, 242, .72) 45%,
            rgba(255,255,255,0) 74%
        );
}


/* Browser */

.op-browser {
    position: absolute;
    left: 5px;
    right: 18px;
    top: 40px;
    overflow: hidden;
    border-radius: 22px;
    border: 1px solid #dfe8f4;
    background: #fff;
    box-shadow:
        0 35px 75px rgba(30, 69, 130, .14),
        0 8px 22px rgba(30, 69, 130, .06);
    transform:
        perspective(1200px)
        rotateY(-4deg)
        rotateX(1deg);
}

.op-browser-bar {
    min-height: 44px;
    padding: 0 16px;
    display: flex;
    align-items: center;
    gap: 15px;
    background: #fafbfd;
    border-bottom: 1px solid #edf1f5;
}

.op-browser-dots {
    display: flex;
    gap: 5px;
}

.op-browser-dots span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
}

.op-browser-dots span:nth-child(1) {
    background: #ff6c65;
}

.op-browser-dots span:nth-child(2) {
    background: #ffc146;
}

.op-browser-dots span:nth-child(3) {
    background: #2bc86c;
}

.op-browser-url {
    width: 220px;
    padding: 5px 10px;
    border-radius: 7px;
    background: #eef2f6;
    color: #929ba8;
}

.op-browser-body {
    padding: 18px;
    background:
        linear-gradient(135deg, #fff, #f6faff);
}

.op-demo-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.op-demo-nav strong {
    color: #1670f2;
}

.op-demo-nav > div {
    display: flex;
    gap: 6px;
}

.op-demo-nav span {
    display: block;
    width: 27px;
    height: 4px;
    border-radius: 4px;
    background: #e4e9f0;
}

.op-demo-hero {
    min-height: 260px;
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    align-items: center;
}

.op-demo-copy small {
    color: #1470f3;
}

.op-demo-copy h3 {
    margin: 10px 0;
    color: #111827;
}

.op-demo-copy h3 b {
    color: #1470f3;
}

.op-demo-copy p {
    margin: 0;
    color: #818997;
}

.op-demo-copy button {
    margin-top: 14px;
    padding: 8px 14px;
    color: #fff;
    border: 0;
    border-radius: 7px;
    background: #1470f3;
}

.op-building-art {
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.op-building {
    position: relative;
    width: 150px;
    height: 195px;
    overflow: hidden;
    border-radius: 15px 15px 5px 5px;
    background:
        linear-gradient(
            145deg,
            #153865,
            #1971ca 52%,
            #89cdfc
        );
    box-shadow:
        0 17px 27px rgba(27, 79, 143, .20);
}

.op-building::after {
    content: "";
    position: absolute;
    inset: 12px;
    background:
        repeating-linear-gradient(
            90deg,
            rgba(255,255,255,.43) 0 2px,
            transparent 2px 24px
        ),
        repeating-linear-gradient(
            0deg,
            rgba(255,255,255,.32) 0 2px,
            transparent 2px 29px
        );
}

.op-demo-stats {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 8px;
}

.op-demo-stats > div {
    padding: 10px;
    border-radius: 9px;
    border: 1px solid #eaf0f6;
    background: #fff;
}

.op-demo-stats strong,
.op-demo-stats span {
    display: block;
}

.op-demo-stats strong {
    color: #1470f3;
}

.op-demo-stats span {
    color: #8993a0;
}


/* Floating cards */

.op-float-card,
.op-wa-float {
    position: absolute;
    z-index: 9;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 14px;
    border-radius: 15px;
    border: 1px solid rgba(224,232,243,.9);
    background: rgba(255,255,255,.94);
    backdrop-filter: blur(12px);
    box-shadow:
        0 17px 35px rgba(24, 60, 110, .11);
}

.op-float-icon {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    display: grid;
    place-items: center;
}

.op-float-icon.blue {
    color: #1470f3;
    background: #eef6ff;
}

.op-float-icon.orange {
    color: #ff7c14;
    background: #fff2e8;
}

.op-float-icon.green {
    color: #0eaa4b;
    background: #ecfaef;
}

.op-float-card small,
.op-float-card strong {
    display: block;
}

.op-float-card small {
    color: #929aa5;
}

.op-float-card strong {
    color: #17202d;
}

.op-float-1 {
    top: 86px;
    left: -24px;
}

.op-float-2 {
    top: 247px;
    right: -26px;
}

.op-float-3 {
    bottom: 8px;
    left: 55px;
}


/* =========================================================
   WHATSAPP DASHBOARD
========================================================= */

.op-wa-dashboard {
    position: absolute;
    top: 45px;
    left: 0;
    right: 54px;
    height: 420px;
    overflow: hidden;
    display: grid;
    grid-template-columns: 62px 1fr;
    border-radius: 22px;
    border: 1px solid #dcebe1;
    background: #fff;
    box-shadow:
        0 35px 72px rgba(16, 93, 46, .13),
        0 8px 22px rgba(16, 93, 46, .06);
}

.op-wa-sidebar {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 13px;
    padding: 15px 10px;
    background:
        linear-gradient(#fbfffc,#f4fbf6);
    border-right: 1px solid #edf4ef;
}

.op-wa-brand {
    width: 38px;
    height: 38px;
    margin-bottom: 10px;
    display: grid;
    place-items: center;
    color: #fff;
    border-radius: 11px;
    background:
        linear-gradient(135deg,#22cb63,#08a747);
    box-shadow:
        0 9px 18px rgba(15,171,74,.18);
}

.op-wa-sidebar a {
    width: 35px;
    height: 35px;
    display: grid;
    place-items: center;
    border-radius: 9px;
    color: #95a099;
}

.op-wa-sidebar a.active {
    color: #0ca94a;
    background: #eaf9ef;
}

.op-wa-main {
    padding: 19px;
}

.op-wa-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.op-wa-top small,
.op-wa-top strong {
    display: block;
}

.op-wa-top small {
    color: #9ba39e;
}

.op-wa-top strong {
    color: #17221b;
}

.op-wa-user {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    color: #fff;
    border-radius: 50%;
    background: #102b20;
}

.op-wa-stats {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 9px;
    margin-top: 18px;
}

.op-wa-stats > div {
    padding: 11px;
    border-radius: 10px;
    border: 1px solid #edf2ee;
    background: #fff;
}

.op-wa-stats span,
.op-wa-stats strong,
.op-wa-stats small {
    display: block;
}

.op-wa-stats span {
    color: #98a09b;
}

.op-wa-stats strong {
    color: #152019;
    margin: 3px 0;
}

.op-wa-stats small {
    color: #0ba74a;
}

.op-wa-panels {
    display: grid;
    grid-template-columns: 1.25fr .75fr;
    gap: 10px;
    margin-top: 10px;
}

.op-wa-chart,
.op-wa-conversations {
    height: 202px;
    padding: 12px;
    border-radius: 11px;
    border: 1px solid #edf2ee;
    background: #fff;
}

.op-bars {
    height: 155px;
    padding-top: 18px;
    display: flex;
    align-items: flex-end;
    gap: 9px;
    border-bottom: 1px solid #edf3ef;
}

.op-bars span {
    flex: 1;
    border-radius: 5px 5px 1px 1px;
    background:
        linear-gradient(#28d16c,#0ca849);
}

.op-chat-item {
    display: flex;
    align-items: center;
    gap: 7px;
    padding: 9px 0;
    border-bottom: 1px solid #eff3f0;
}

.op-chat-item > span {
    width: 26px;
    height: 26px;
    flex: 0 0 26px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: #0da94a;
    background: #edf9f0;
}

.op-chat-item b,
.op-chat-item small {
    display: block;
}

.op-chat-item small {
    max-width: 105px;
    overflow: hidden;
    color: #959d98;
    white-space: nowrap;
    text-overflow: ellipsis;
}


/* WhatsApp phone */

.op-wa-phone {
    position: absolute;
    z-index: 6;
    right: -9px;
    top: 115px;
    width: 185px;
    height: 380px;
    overflow: hidden;
    border: 8px solid #0a1712;
    border-radius: 33px;
    background: #eee8df;
    box-shadow:
        0 27px 48px rgba(14, 58, 31, .25);
    transform: rotate(2deg);
}

.op-phone-notch {
    width: 70px;
    height: 16px;
    margin: 0 auto;
    border-radius: 0 0 11px 11px;
    background: #0a1712;
}

.op-phone-header {
    display: flex;
    align-items: center;
    gap: 8px;
    min-height: 53px;
    padding: 8px 10px;
    color: #fff;
    background: #087c52;
}

.op-phone-avatar {
    width: 28px;
    height: 28px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #21bf61;
}

.op-phone-header strong,
.op-phone-header small {
    display: block;
}

.op-phone-chat {
    height: calc(100% - 69px);
    padding: 12px 8px;
    background: #eee9e1;
}

.op-msg {
    max-width: 82%;
    margin-bottom: 10px;
    padding: 8px;
    border-radius: 8px;
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

.op-msg.incoming {
    margin-right: auto;
    background: #fff;
}

.op-msg.outgoing {
    margin-left: auto;
    background: #d9fdd3;
}

.op-wa-quick {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.op-wa-quick button {
    padding: 6px;
    border: 0;
    border-radius: 6px;
    background: #fff;
    color: #087a50;
}


/* WA float cards */

.op-wa-float small,
.op-wa-float strong {
    display: block;
}

.op-wa-float small {
    color: #929a95;
}

.op-ai-card {
    top: 110px;
    left: -26px;
}

.op-campaign-card {
    bottom: 4px;
    left: 55px;
}

.op-ai-icon,
.op-campaign-icon {
    width: 37px;
    height: 37px;
    display: grid;
    place-items: center;
    border-radius: 10px;
}

.op-ai-icon {
    color: #7143d8;
    background: #f3edff;
}

.op-campaign-icon {
    color: #0ca849;
    background: #ebfaef;
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1100px) {

    .op-page-hero-grid {
        gap: 38px;
    }

}


@media (max-width: 991px) {

    .op-page-hero {
        padding: 60px 0;
    }

    .op-page-hero-grid {
        grid-template-columns: 1fr;
        gap: 52px;
    }

    .op-page-hero-content {
        max-width: 760px;
        margin: 0 auto;
        text-align: center;
    }

    .op-hero-badge {
        margin-left: auto;
        margin-right: auto;
    }

    .op-page-hero-content p {
        margin-left: auto;
        margin-right: auto;
    }

    .op-hero-buttons,
    .op-mini-trust {
        justify-content: center;
    }

    .op-service-visual,
    .op-wa-visual {
        width: 100%;
        max-width: 690px;
        margin: 0 auto;
    }

}


@media (max-width: 575px) {

    .op-page-hero {
        padding: 44px 0 48px;
    }

    .op-page-hero-grid {
        gap: 38px;
    }

    .op-hero-badge {
        max-width: 95%;
        justify-content: center;
    }

    .op-hero-buttons {
        flex-direction: column;
        width: 100%;
    }

    .op-hero-buttons .btn {
        width: 100%;
    }

    .op-mini-trust {
        display: grid;
        grid-template-columns: 1fr;
        gap: 9px;
    }

    .op-mini-trust > div {
        justify-content: center;
    }


    /* Services visual */

    .op-service-visual {
        min-height: 405px;
    }

    .op-browser {
        left: 0;
        right: 0;
        top: 10px;
        transform: none;
        border-radius: 17px;
    }

    .op-browser-body {
        padding: 12px;
    }

    .op-demo-hero {
        min-height: 210px;
    }

    .op-building {
        width: 105px;
        height: 145px;
    }

    .op-float-card {
        display: none;
    }


    /* WhatsApp visual */

    .op-wa-visual {
        min-height: 405px;
    }

    .op-wa-dashboard {
        left: 0;
        right: 25px;
        top: 5px;
        height: 350px;
        grid-template-columns: 48px 1fr;
        border-radius: 17px;
    }

    .op-wa-sidebar {
        padding-left: 7px;
        padding-right: 7px;
    }

    .op-wa-main {
        padding: 12px;
    }

    .op-wa-stats {
        grid-template-columns: repeat(2,1fr);
    }

    .op-wa-stats > div:nth-child(3) {
        display: none;
    }

    .op-wa-panels {
        grid-template-columns: 1fr;
    }

    .op-wa-conversations {
        display: none;
    }

    .op-wa-chart {
        height: 175px;
    }

    .op-wa-phone {
        width: 135px;
        height: 285px;
        right: -5px;
        top: 125px;
        border-width: 6px;
        border-radius: 25px;
    }

    .op-wa-float {
        display: none;
    }

}


.launch-dot{
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #b9ffd0;
    display: inline-block;
    position: relative;
    box-shadow: 0 0 0 0 rgba(185, 255, 208, .7);
    animation: launchPulse 1.6s infinite;
}

.launch-dot::after{
    content: "";
    position: absolute;
    inset: -5px;
    border-radius: 50%;
    border: 2px solid rgba(185, 255, 208, .35);
    animation: launchRing 1.6s infinite;
}

@keyframes launchPulse{
    0%{
        transform: scale(.9);
        opacity: .85;
        box-shadow: 0 0 0 0 rgba(185, 255, 208, .65);
    }

    50%{
        transform: scale(1.15);
        opacity: 1;
        box-shadow: 0 0 0 8px rgba(185, 255, 208, 0);
    }

    100%{
        transform: scale(.9);
        opacity: .85;
        box-shadow: 0 0 0 0 rgba(185, 255, 208, 0);
    }
}

@keyframes launchRing{
    0%{
        transform: scale(.7);
        opacity: .65;
    }

    100%{
        transform: scale(1.5);
        opacity: 0;
    }
}

/* =========================================================
   ONPAD FOOTER - EXACT CURRENT FOOTER FIX
========================================================= */

/* Desktop columns thode balanced */
.footer .footer-grid{
    grid-template-columns: 1.55fr 1fr 1.15fr .95fr 1.25fr;
    gap: 42px;
}


/* Headings smaller + cleaner */
.footer .footer-grid > div > h4{
    color: #ffffff !important;
    font-size: 19px !important;
    line-height: 1.25 !important;
    font-weight: 700 !important;
    letter-spacing: -0.02em !important;
    margin: 0 0 18px !important;
    white-space: nowrap;
}


/* Only menu columns links
   2 = Website Services
   3 = WhatsApp Software
   4 = Company
*/
.footer .footer-grid > div:nth-child(2) > a,
.footer .footer-grid > div:nth-child(3) > a,
.footer .footer-grid > div:nth-child(4) > a{
    position: relative;
    display: flex !important;
    align-items: center;
    gap: 10px !important;

    width: fit-content;

    margin: 0 0 11px !important;

    color: #9fb0c6 !important;
    font-size: 14px !important;
    line-height: 1.5 !important;
    font-weight: 400 !important;

    transition:
        color .25s ease,
        transform .25s ease;
}


/* PURE CSS CHEVRON */
.footer .footer-grid > div:nth-child(2) > a::before,
.footer .footer-grid > div:nth-child(3) > a::before,
.footer .footer-grid > div:nth-child(4) > a::before{
    content: "";

    width: 6px;
    height: 6px;

    flex: 0 0 6px;

    border-top: 1.7px solid #3d8cff;
    border-right: 1.7px solid #3d8cff;

    transform: rotate(45deg);

    opacity: .9;

    transition:
        transform .25s ease,
        border-color .25s ease;
}


/* Hover */
.footer .footer-grid > div:nth-child(2) > a:hover,
.footer .footer-grid > div:nth-child(3) > a:hover,
.footer .footer-grid > div:nth-child(4) > a:hover{
    color: #ffffff !important;
    transform: translateX(4px);
}

.footer .footer-grid > div:nth-child(2) > a:hover::before,
.footer .footer-grid > div:nth-child(3) > a:hover::before,
.footer .footer-grid > div:nth-child(4) > a:hover::before{
    border-color: #20c861;
    transform: rotate(45deg) translate(2px,-2px);
}


/* Get in Touch ko same chevron nahi dena */
.footer .footer-grid > div:nth-child(5) > a,
.footer .footer-grid > div:nth-child(5) > .footer-address{
    display: flex !important;
    align-items: center;
    gap: 9px !important;

    margin: 0 0 12px !important;

    color: #9fb0c6 !important;
    font-size: 14px !important;
}

.footer .footer-grid > div:nth-child(5) i{
    width: 18px;
    color: #8195b2;
    font-size: 14px;
}


/* Brand description */
.footer .footer-brand p{
    margin: 14px 0 0;
    max-width: 315px;

    color: #9fb0c6;
    font-size: 14px;
    line-height: 1.75;
}


/* Social icons thode premium */
.footer .socials{
    margin-top: 19px;
}

.footer .socials a{
    width: 38px !important;
    height: 38px !important;

    margin: 0 !important;

    border: 1px solid rgba(255,255,255,.05);
    border-radius: 10px;

    background: #102649;

    transition:
        transform .25s ease,
        background .25s ease;
}

.footer .socials a:hover{
    transform: translateY(-3px);
    background: #1267ff;
}


/* Bottom */
.footer .footer-bottom{
    margin-top: 42px;
}


/* Tablet */
@media (max-width: 1100px){

    .footer .footer-grid{
        grid-template-columns: 1.4fr 1fr 1fr;
        gap: 35px;
    }

}


/* Mobile */
@media (max-width: 640px){

    .footer .footer-grid{
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .footer .footer-grid > div > h4{
        font-size: 18px !important;
        margin-bottom: 15px !important;
    }

    .footer .footer-grid > div:nth-child(2) > a,
    .footer .footer-grid > div:nth-child(3) > a,
    .footer .footer-grid > div:nth-child(4) > a,
    .footer .footer-grid > div:nth-child(5) > a,
    .footer .footer-address{
        font-size: 14px !important;
    }

}

.footer{
    position: relative;
    background:
        linear-gradient(
            rgba(7, 20, 40, 0.90),
            rgba(7, 20, 40, 0.94)
        ),
        url('../img/footer.webp') center center / cover no-repeat;
    overflow: hidden;
}

.footer::before{
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(circle at 15% 20%, rgba(18, 103, 255, .10), transparent 35%),
        radial-gradient(circle at 90% 80%, rgba(20, 190, 90, .08), transparent 35%);
}

.footer .container{
    position: relative;
    z-index: 2;
}

/* =========================================================
   WHATSAPP GROWTH SHOWCASE
========================================================= */

.wa-growth-showcase{
    position: relative;
    overflow: hidden;
    padding: 90px 0;
    background:
        linear-gradient(
            180deg,
            #ffffff 0%,
            #f8fbff 48%,
            #f7fff9 100%
        );
}

.wa-growth-showcase .container{
    position: relative;
    z-index: 2;
}

.wa-growth-grid{
    display: grid;
    grid-template-columns: .88fr 1.12fr;
    gap: 65px;
    align-items: center;
}


/* glow */

.wa-growth-glow{
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    filter: blur(5px);
}

.wa-growth-glow-1{
    width: 520px;
    height: 520px;
    right: -220px;
    top: -150px;
    background:
        radial-gradient(
            circle,
            rgba(22, 193, 84, .12),
            rgba(22, 193, 84, 0) 70%
        );
}

.wa-growth-glow-2{
    width: 450px;
    height: 450px;
    left: -230px;
    bottom: -200px;
    background:
        radial-gradient(
            circle,
            rgba(20, 111, 255, .11),
            rgba(20, 111, 255, 0) 70%
        );
}


/* label */

.wa-growth-label{
    width: fit-content;
    display: inline-flex;
    align-items: center;
    gap: 8px;

    margin-bottom: 20px;
    padding: 9px 15px;

    color: #098d42;
    background: #edfbf2;

    border: 1px solid #ccefd8;
    border-radius: 999px;
}

.wa-growth-label i{
    color: #12ad50;
}


/* heading */

.wa-growth-content h2{
    margin-bottom: 21px;
}

.wa-growth-content h2 span{
    color: #14b653;
}

.wa-growth-content > p{
    max-width: 590px;
    color: #69727e;
}


/* feature grid */

.wa-growth-features{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 13px;
    margin-top: 30px;
}

.wa-growth-feature{
    display: flex;
    align-items: flex-start;
    gap: 12px;

    padding: 15px;
    border: 1px solid #e8edf3;
    border-radius: 14px;

    background: rgba(255,255,255,.84);

    box-shadow:
        0 8px 25px rgba(23, 52, 87, .045);

    transition:
        transform .25s ease,
        box-shadow .25s ease,
        border-color .25s ease;
}

.wa-growth-feature:hover{
    transform: translateY(-4px);
    border-color: #cce9d7;

    box-shadow:
        0 15px 32px rgba(20, 73, 46, .08);
}

.wa-growth-feature > i{
    width: 38px;
    height: 38px;
    flex: 0 0 38px;

    display: grid;
    place-items: center;

    color: #0eaa4b;
    background: #ebfaef;

    border-radius: 10px;
}

.wa-growth-feature strong{
    display: block;
    color: #142019;
}

.wa-growth-feature small{
    display: block;
    margin-top: 4px;
    color: #818a95;
    line-height: 1.45;
}


/* actions */

.wa-growth-actions{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    margin-top: 28px;
}

.wa-growth-primary{
    position: relative;
    overflow: hidden;

    color: #fff !important;

    border: 0 !important;
    background:
        linear-gradient(135deg,#20c961,#09a946);

    box-shadow:
        0 14px 30px rgba(13,171,74,.18);
}

.wa-growth-primary:hover{
    transform: translateY(-2px);
    color: #fff !important;
}

.wa-growth-secondary{
    color: #13201a !important;
    border: 1px solid #dce4e0 !important;
    background: #fff !important;
}

.wa-growth-secondary:hover{
    transform: translateY(-2px);
}


/* =========================================================
   IMAGE SIDE
========================================================= */

.wa-growth-visual{
    position: relative;
    min-height: 590px;

    display: flex;
    align-items: center;
    justify-content: center;
}

.wa-image-backdrop{
    position: absolute;

    width: 520px;
    height: 520px;

    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            rgba(35, 203, 100, .13) 0%,
            rgba(39, 136, 255, .08) 48%,
            rgba(255,255,255,0) 72%
        );
}

.wa-growth-image{
    position: relative;
    z-index: 2;

    display: block;

    width: 118%;
    max-width: none;
    height: auto;

    object-fit: contain;

    filter:
        drop-shadow(0 26px 32px rgba(20, 44, 73, .10));
}


/* floating badges */

.wa-mini-badge{
    position: absolute;
    z-index: 4;

    display: flex;
    align-items: center;
    gap: 8px;

    padding: 10px 14px;

    color: #142019;
    background: rgba(255,255,255,.94);

    border: 1px solid rgba(225,232,228,.9);
    border-radius: 999px;

    box-shadow:
        0 12px 28px rgba(20,55,37,.10);

    backdrop-filter: blur(10px);
}

.wa-badge-top{
    right: -5px;
    top: 58px;
}

.wa-badge-bottom{
    left: 15px;
    bottom: 58px;
}

.wa-badge-bottom i{
    color: #0cab4b;
}


/* Live blinking dot */

.wa-live-dot{
    width: 8px;
    height: 8px;

    display: block;
    position: relative;

    border-radius: 50%;

    background: #19c35b;

    box-shadow:
        0 0 0 0 rgba(25,195,91,.45);

    animation: waLivePulse 1.5s infinite;
}

@keyframes waLivePulse{

    0%{
        box-shadow:
            0 0 0 0 rgba(25,195,91,.45);
    }

    70%{
        box-shadow:
            0 0 0 9px rgba(25,195,91,0);
    }

    100%{
        box-shadow:
            0 0 0 0 rgba(25,195,91,0);
    }

}


/* =========================================================
   TABLET
========================================================= */

@media(max-width:991px){

    .wa-growth-showcase{
        padding: 70px 0;
    }

    .wa-growth-grid{
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .wa-growth-content{
        text-align: center;
    }

    .wa-growth-label{
        margin-left: auto;
        margin-right: auto;
    }

    .wa-growth-content > p{
        margin-left: auto;
        margin-right: auto;
    }

    .wa-growth-actions{
        justify-content: center;
    }

    .wa-growth-visual{
        max-width: 750px;
        width: 100%;
        min-height: 550px;
        margin: 0 auto;
    }

    .wa-growth-image{
        width: 100%;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media(max-width:575px){

    .wa-growth-showcase{
        padding: 55px 0 45px;
    }

    .wa-growth-grid{
        gap: 20px;
    }

    .wa-growth-features{
        grid-template-columns: 1fr;
    }

    .wa-growth-feature{
        text-align: left;
    }

    .wa-growth-actions{
        flex-direction: column;
    }

    .wa-growth-actions .btn{
        width: 100%;
    }

    .wa-growth-visual{
        min-height: auto;
        padding-top: 15px;
    }

    .wa-growth-image{
        width: 110%;
        max-width: 110%;
    }

    .wa-image-backdrop{
        width: 330px;
        height: 330px;
    }

    .wa-mini-badge{
        display: none;
    }

}


/* =========================================================
   ONPAD WHATSAPP FEATURES
========================================================= */

.wa-features-section{
    position: relative;
    overflow: hidden;

    padding: 100px 0;

    background:
        linear-gradient(
            180deg,
            #f8fbff 0%,
            #ffffff 55%,
            #f9fcff 100%
        );
}


/* Decorative background glows */

.wa-features-glow{
    position: absolute;

    width: 520px;
    height: 520px;

    border-radius: 50%;

    pointer-events: none;
}

.wa-features-glow-blue{
    left: -280px;
    top: -180px;

    background:
        radial-gradient(
            circle,
            rgba(18,108,255,.09),
            rgba(18,108,255,0) 70%
        );
}

.wa-features-glow-green{
    right: -280px;
    bottom: -200px;

    background:
        radial-gradient(
            circle,
            rgba(15,185,78,.08),
            rgba(15,185,78,0) 70%
        );
}

.wa-features-section .container{
    position: relative;
    z-index: 2;
}


/* =========================================================
   SECTION HEADING
========================================================= */

.wa-features-heading{
    max-width: 900px;
    margin: 0 auto 55px;
}

.wa-features-eyebrow{
    display: inline-flex;
    align-items: center;
    gap: 9px;

    margin-bottom: 18px;

    color: #0b8e42;

    font-weight: 700;
    letter-spacing: .08em;
}

.wa-eyebrow-dot{
    position: relative;

    width: 8px;
    height: 8px;

    display: block;

    border-radius: 50%;

    background:
        linear-gradient(
            135deg,
            #ff7614,
            #126cff
        );
}

.wa-eyebrow-dot::after{
    content: "";

    position: absolute;
    inset: -5px;

    border-radius: 50%;

    border: 1px solid rgba(18,108,255,.15);
}

.wa-features-heading h2{
    margin: 0;
}

.wa-features-heading h2 span{
    color: #1768f4;
}

.wa-features-heading > p{
    max-width: 700px;

    margin: 18px auto 0;

    color: #758095;
}


/* =========================================================
   GRID
========================================================= */

.wa-feature-grid{
    display: grid;

    grid-template-columns:
        repeat(3, minmax(0, 1fr));

    gap: 22px;
}


/* =========================================================
   CARD
========================================================= */

.wa-feature-card{
    --accent: #126cff;
    --soft: #edf5ff;

    position: relative;
    isolation: isolate;

    overflow: hidden;

    min-height: 350px;

    padding: 30px;

    border: 1px solid rgba(218,227,239,.95);
    border-radius: 24px;

    background:
        linear-gradient(
            145deg,
            rgba(255,255,255,1) 0%,
            rgba(250,252,255,.96) 100%
        );

    box-shadow:
        0 14px 40px rgba(23,46,80,.055),
        inset 0 1px 0 rgba(255,255,255,.95);

    transition:
        transform .3s ease,
        box-shadow .3s ease,
        border-color .3s ease;
}


/* Corner glow */

.wa-feature-card::before{
    content: "";

    position: absolute;

    z-index: -1;

    width: 190px;
    height: 190px;

    right: -100px;
    top: -115px;

    border-radius: 50%;

    background: var(--soft);

    opacity: .9;

    transition:
        transform .4s ease;
}


/* Shine effect */

.wa-feature-card::after{
    content: "";

    position: absolute;

    top: -110%;
    left: -75%;

    width: 45%;
    height: 320%;

    transform: rotate(22deg);

    background:
        linear-gradient(
            90deg,
            transparent,
            rgba(255,255,255,.75),
            transparent
        );

    pointer-events: none;

    transition:
        left .75s ease;
}


.wa-feature-card:hover{
    transform:
        translateY(-8px);

    border-color:
        rgba(194,209,227,.95);

    box-shadow:
        0 27px 60px rgba(21,45,80,.11),
        inset 0 1px 0 #fff;
}

.wa-feature-card:hover::before{
    transform: scale(1.3);
}

.wa-feature-card:hover::after{
    left: 145%;
}


/* Bottom accent */

.wa-feature-card{
    background-color: #fff;
}

.wa-feature-card .wa-feature-benefits::after{
    content: "";

    position: absolute;

    left: 0;
    bottom: -30px;

    width: 72px;
    height: 3px;

    border-radius: 10px;

    background:
        linear-gradient(
            90deg,
            var(--accent),
            transparent
        );

    transition:
        width .35s ease;
}

.wa-feature-card:hover
.wa-feature-benefits::after{
    width: 150px;
}


/* =========================================================
   CARD HEADER
========================================================= */

.wa-feature-card-top{
    position: relative;
    z-index: 2;

    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 15px;

    margin-bottom: 24px;
}


/* Icon */

.wa-feature-icon{
    width: 58px;
    height: 58px;

    flex: 0 0 58px;

    display: grid;
    place-items: center;

    border-radius: 17px;

    color: var(--accent);
    background: var(--soft);

    box-shadow:
        inset 0 0 0 1px rgba(255,255,255,.75),
        0 10px 22px rgba(18,45,82,.07);

    transition:
        transform .3s ease,
        box-shadow .3s ease;
}

.wa-feature-icon i{
    line-height: 1;
}

.wa-feature-card:hover
.wa-feature-icon{
    transform:
        translateY(-3px)
        rotate(-4deg);

    box-shadow:
        0 14px 27px rgba(18,45,82,.11);
}


/* Feature type */

.wa-feature-type{
    padding:
        7px 10px 6px;

    border-radius: 999px;

    color: var(--accent);
    background: var(--soft);

    font-size: 10px;
    line-height: 1;

    font-weight: 700;

    letter-spacing: .075em;

    white-space: nowrap;
}


/* =========================================================
   CARD CONTENT
========================================================= */

.wa-feature-card h3{
    position: relative;
    z-index: 2;

    margin:
        0 0 12px;

    color: #101827;
}

.wa-feature-card > p{
    position: relative;
    z-index: 2;

    margin: 0;

    color: #778397;

    line-height: 1.65;
}


/* Benefits */

.wa-feature-benefits{
    position: relative;
    z-index: 2;

    display: grid;
    gap: 10px;

    margin-top: 22px;
    padding-top: 18px;

    border-top:
        1px solid #edf1f5;
}

.wa-feature-benefits span{
    display: flex;
    align-items: center;

    gap: 9px;

    color: #596577;
}

.wa-feature-benefits i{
    width: 21px;
    height: 21px;

    flex: 0 0 21px;

    display: grid;
    place-items: center;

    border-radius: 50%;

    color: var(--accent);
    background: var(--soft);

    font-size: 8px;
}


/* =========================================================
   COLORS
========================================================= */

.wa-card-blue{
    --accent: #126cff;
    --soft: #edf5ff;
}

.wa-card-green{
    --accent: #08a94a;
    --soft: #e9f9ee;
}

.wa-card-orange{
    --accent: #ff7612;
    --soft: #fff0e5;
}

.wa-card-purple{
    --accent: #7550dc;
    --soft: #f1edff;
}

.wa-card-cyan{
    --accent: #079c92;
    --soft: #e8f9f7;
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media(max-width: 991px){

    .wa-features-section{
        padding: 75px 0;
    }

    .wa-feature-grid{
        grid-template-columns:
            repeat(2, minmax(0,1fr));
    }

}


@media(max-width: 575px){

    .wa-features-section{
        padding: 60px 0;
    }

    .wa-features-heading{
        margin-bottom: 35px;
    }

    .wa-feature-grid{
        grid-template-columns: 1fr;

        gap: 15px;
    }

    .wa-feature-card{
        min-height: auto;

        padding: 24px;

        border-radius: 20px;
    }

    .wa-feature-card-top{
        margin-bottom: 20px;
    }

    .wa-feature-icon{
        width: 52px;
        height: 52px;

        flex-basis: 52px;

        border-radius: 15px;
    }

    .wa-feature-type{
        font-size: 9px;
    }

}


/* =========================================================
   WHY WHATSAPP SECTION
========================================================= */

.wa-why-section{
    position:relative;
    overflow:hidden;
    padding:100px 0;

    background:
        linear-gradient(
            180deg,
            #ffffff 0%,
            #f7fbff 55%,
            #f7fff9 100%
        );
}

.wa-why-section .container{
    position:relative;
    z-index:2;
}

.wa-why-grid{
    display:grid;
    grid-template-columns:.92fr 1.08fr;
    gap:70px;
    align-items:center;
}


/* background glow */

.wa-why-glow{
    position:absolute;
    border-radius:50%;
    pointer-events:none;
}

.wa-why-glow-1{
    width:520px;
    height:520px;
    left:-260px;
    top:-220px;

    background:
        radial-gradient(
            circle,
            rgba(18,108,255,.09),
            transparent 70%
        );
}

.wa-why-glow-2{
    width:520px;
    height:520px;
    right:-260px;
    bottom:-220px;

    background:
        radial-gradient(
            circle,
            rgba(18,190,82,.09),
            transparent 70%
        );
}


/* label */

.wa-why-label{
    width:fit-content;

    display:inline-flex;
    align-items:center;
    gap:8px;

    margin-bottom:20px;
    padding:9px 14px;

    color:#0a9142;
    background:#edf9f1;

    border:1px solid #d3efdc;
    border-radius:999px;

    font-weight:700;
    letter-spacing:.07em;
}


/* heading */

.wa-why-content h2{
    margin:0;
}

.wa-why-content h2 span{
    color:#14b556;
}

.wa-why-content > p{
    max-width:620px;
    margin-top:22px;

    color:#737f90;
    line-height:1.7;
}


/* points */

.wa-why-points{
    display:grid;
    gap:15px;

    margin-top:32px;
}

.wa-why-point{
    display:flex;
    align-items:flex-start;
    gap:15px;

    padding:16px 17px;

    border:1px solid #e4ebf2;
    border-radius:17px;

    background:rgba(255,255,255,.86);

    box-shadow:
        0 9px 25px rgba(20,45,80,.045);

    transition:
        transform .28s ease,
        box-shadow .28s ease,
        border-color .28s ease;
}

.wa-why-point:hover{
    transform:translateX(6px);

    border-color:#cfdae8;

    box-shadow:
        0 16px 34px rgba(18,45,80,.08);
}

.wa-why-icon{
    width:46px;
    height:46px;

    flex:0 0 46px;

    display:grid;
    place-items:center;

    border-radius:13px;
}

.wa-why-icon.green{
    color:#0ba949;
    background:#e9f9ee;
}

.wa-why-icon.blue{
    color:#126cff;
    background:#edf5ff;
}

.wa-why-icon.orange{
    color:#ff7612;
    background:#fff0e5;
}

.wa-why-point h3{
    margin:0 0 5px;

    color:#111827;
}

.wa-why-point p{
    margin:0;

    color:#7a8595;
    line-height:1.55;
}


/* CTA */

.wa-why-btn{
    margin-top:28px;

    color:#fff !important;

    border:0 !important;

    background:
        linear-gradient(
            135deg,
            #20c961,
            #08a847
        );

    box-shadow:
        0 14px 30px rgba(12,170,73,.18);
}

.wa-why-btn:hover{
    transform:translateY(-2px);
    color:#fff !important;
}


/* =========================================================
   RIGHT SIDE
========================================================= */

.wa-why-visual{
    position:relative;

    min-height:590px;

    display:flex;
    align-items:center;
    justify-content:center;
}

.wa-why-main-card{
    position:relative;
    z-index:3;

    width:90%;
    max-width:570px;

    padding:28px;

    border:1px solid #dfe9e3;
    border-radius:26px;

    background:
        rgba(255,255,255,.94);

    backdrop-filter:blur(12px);

    box-shadow:
        0 30px 70px rgba(20,70,42,.12),
        inset 0 1px 0 rgba(255,255,255,.95);
}


/* card heading */

.wa-why-card-head{
    display:flex;
    align-items:center;
    gap:13px;

    padding-bottom:20px;
    margin-bottom:24px;

    border-bottom:1px solid #edf2ee;
}

.wa-why-whatsapp{
    width:48px;
    height:48px;

    display:grid;
    place-items:center;

    border-radius:14px;

    color:#fff;

    background:
        linear-gradient(
            135deg,
            #22ca63,
            #08a746
        );

    box-shadow:
        0 12px 22px rgba(10,170,73,.18);
}

.wa-why-card-head small,
.wa-why-card-head strong{
    display:block;
}

.wa-why-card-head small{
    color:#8d9691;
}

.wa-why-card-head strong{
    margin-top:3px;
    color:#152019;
}


/* journey */

.wa-journey{
    display:grid;
}

.wa-journey-item{
    display:grid;
    grid-template-columns:48px 1fr;

    align-items:center;
    gap:13px;

    padding:12px 0;
}

.wa-journey-icon{
    width:45px;
    height:45px;

    display:grid;
    place-items:center;

    border-radius:13px;

    color:#126cff;
    background:#edf5ff;

    border:1px solid #dce9fb;
}

.wa-journey-item.active .wa-journey-icon{
    color:#0ba94a;
    background:#eaf9ef;
    border-color:#d6f1df;
}

.wa-journey-item.success .wa-journey-icon{
    color:#fff;

    background:
        linear-gradient(
            135deg,
            #21c960,
            #08a746
        );

    border-color:transparent;
}

.wa-journey-item span,
.wa-journey-item strong,
.wa-journey-item small{
    display:block;
}

.wa-journey-item span{
    color:#a0a9a4;
    font-weight:700;
}

.wa-journey-item strong{
    margin-top:2px;
    color:#17211b;
}

.wa-journey-item small{
    margin-top:3px;
    color:#8c9690;
}

.wa-journey-line{
    width:1px;
    height:22px;

    margin-left:22px;

    background:
        linear-gradient(
            #bad8c4,
            #e9efeb
        );
}


/* floating badges */

.wa-why-float{
    position:absolute;
    z-index:5;

    display:flex;
    align-items:center;
    gap:8px;

    padding:11px 14px;

    border:1px solid #e1e9e4;
    border-radius:999px;

    background:
        rgba(255,255,255,.95);

    backdrop-filter:blur(10px);

    color:#334139;

    box-shadow:
        0 12px 28px rgba(22,60,38,.09);
}

.wa-float-top{
    right:-5px;
    top:70px;
}

.wa-float-bottom{
    left:0;
    bottom:70px;
}

.wa-float-bottom i{
    color:#0ba94a;
}


/* pulsing live dot */

.wa-live-pulse{
    width:8px;
    height:8px;

    border-radius:50%;

    background:#16bd55;

    animation:whyWaPulse 1.5s infinite;
}

@keyframes whyWaPulse{

    0%{
        box-shadow:
            0 0 0 0 rgba(22,189,85,.45);
    }

    70%{
        box-shadow:
            0 0 0 8px rgba(22,189,85,0);
    }

    100%{
        box-shadow:
            0 0 0 0 rgba(22,189,85,0);
    }

}


/* =========================================================
   RESPONSIVE
========================================================= */

@media(max-width:991px){

    .wa-why-section{
        padding:75px 0;
    }

    .wa-why-grid{
        grid-template-columns:1fr;
        gap:45px;
    }

    .wa-why-content{
        text-align:center;
    }

    .wa-why-label{
        margin-left:auto;
        margin-right:auto;
    }

    .wa-why-content > p{
        margin-left:auto;
        margin-right:auto;
    }

    .wa-why-point{
        text-align:left;
    }

    .wa-why-visual{
        max-width:700px;
        width:100%;
        margin:0 auto;
    }

}


@media(max-width:575px){

    .wa-why-section{
        padding:60px 0;
    }

    .wa-why-grid{
        gap:30px;
    }

    .wa-why-point{
        padding:14px;
    }

    .wa-why-visual{
        min-height:auto;
    }

    .wa-why-main-card{
        width:100%;
        padding:20px;
        border-radius:20px;
    }

    .wa-why-float{
        display:none;
    }

}
.h3, h3 {
        font-size: 1rem;
    }
@media (min-width: 1200px) {
    .h3, h3 {
        font-size: 1.2rem;
    }
}

/* =========================================================
   ONPAD REVIEW SLIDER
========================================================= */

.wa-reviews-section{
    position:relative;
    overflow:hidden;
    padding:100px 0;

    background:
        linear-gradient(
            180deg,
            #ffffff 0%,
            #f8fbff 52%,
            #ffffff 100%
        );
}

.wa-reviews-section .container{
    position:relative;
    z-index:2;
}


/* Background glow */

.wa-review-glow{
    position:absolute;
    width:500px;
    height:500px;
    border-radius:50%;
    pointer-events:none;
}

.wa-review-glow-blue{
    top:-250px;
    left:-250px;

    background:
        radial-gradient(
            circle,
            rgba(18,108,255,.09),
            transparent 70%
        );
}

.wa-review-glow-green{
    right:-250px;
    bottom:-250px;

    background:
        radial-gradient(
            circle,
            rgba(15,187,79,.09),
            transparent 70%
        );
}


/* Heading */

.wa-review-heading{
    max-width:850px;
    margin:0 auto 52px;
}

.wa-review-eyebrow{
    display:inline-flex;
    align-items:center;
    gap:9px;

    margin-bottom:18px;

    color:#0b8e42;

    font-weight:700;
    letter-spacing:.08em;
}

.wa-review-eyebrow > span{
    width:9px;
    height:9px;

    display:block;

    border-radius:50%;

    background:
        linear-gradient(
            135deg,
            #ff7814,
            #126cff
        );
}

.wa-review-heading h2{
    margin:0;
}

.wa-review-heading h2 > span{
    color:#1768f4;
}

.wa-review-heading > p{
    max-width:680px;

    margin:18px auto 0;

    color:#758095;
}


/* slider */

.wa-review-slider-wrap{
    position:relative;
}

.wa-review-slider{
    display:flex;
    gap:20px;

    overflow-x:auto;

    scroll-behavior:smooth;
    scroll-snap-type:x mandatory;

    padding:15px 4px 28px;

    scrollbar-width:none;
}

.wa-review-slider::-webkit-scrollbar{
    display:none;
}


/* card */

.wa-review-card{
    position:relative;

    flex:0 0 calc((100% - 40px) / 3);

    min-width:0;
    min-height:385px;

    padding:28px;

    scroll-snap-align:start;

    border:1px solid #e1e8f1;
    border-radius:25px;

    background:
        linear-gradient(
            145deg,
            #ffffff,
            #fbfdff
        );

    box-shadow:
        0 15px 40px rgba(20,44,78,.06);

    transition:
        transform .3s ease,
        box-shadow .3s ease,
        border-color .3s ease;
}

.wa-review-card::before{
    content:"";

    position:absolute;

    width:150px;
    height:150px;

    top:-95px;
    right:-80px;

    border-radius:50%;

    background:
        radial-gradient(
            circle,
            rgba(18,108,255,.12),
            transparent 70%
        );
}

.wa-review-card.featured::before{
    background:
        radial-gradient(
            circle,
            rgba(18,190,80,.15),
            transparent 70%
        );
}

.wa-review-card:hover{
    transform:translateY(-7px);

    border-color:#cfdbea;

    box-shadow:
        0 25px 55px rgba(18,43,79,.11);
}


/* stars */

.wa-review-top{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:12px;
}

.wa-review-stars{
    color:#ffad0d;

    letter-spacing:2px;
}

.wa-verified{
    display:inline-flex;
    align-items:center;
    gap:5px;

    padding:6px 9px;

    border-radius:999px;

    color:#0b9e48;
    background:#eaf9ef;
}

.wa-verified i{
    line-height:1;
}


/* review */

.wa-review-text{
    margin:25px 0 28px;

    color:#485467;

    line-height:1.75;
}


/* reviewer */

.wa-review-person{
    display:flex;
    align-items:center;
    gap:12px;
}

.wa-review-avatar{
    width:46px;
    height:46px;

    flex:0 0 46px;

    display:grid;
    place-items:center;

    border-radius:14px;

    font-weight:700;
}

.avatar-blue{
    color:#126cff;
    background:#edf5ff;
}

.avatar-green{
    color:#0aa949;
    background:#e9f9ee;
}

.avatar-orange{
    color:#ff7410;
    background:#fff0e5;
}

.avatar-purple{
    color:#7350d8;
    background:#f1edff;
}

.avatar-cyan{
    color:#069d94;
    background:#e8f9f7;
}

.wa-review-person strong,
.wa-review-person span{
    display:block;
}

.wa-review-person strong{
    color:#101827;
}

.wa-review-person span{
    margin-top:3px;
    color:#8a94a3;
}


/* result */

.wa-review-result{
    position:absolute;

    left:28px;
    right:28px;
    bottom:27px;

    display:flex;
    align-items:center;
    gap:9px;

    padding-top:16px;

    border-top:1px solid #edf1f5;

    color:#667386;
}

.wa-review-result i{
    color:#11ac4c;
}


/* arrows */

.wa-review-arrow{
    position:absolute;
    z-index:5;

    top:50%;

    width:48px;
    height:48px;

    display:grid;
    place-items:center;

    padding:0;

    border:1px solid #dbe4ee;
    border-radius:50%;

    background:#fff;

    color:#172131;

    box-shadow:
        0 12px 30px rgba(21,45,80,.1);

    transform:translateY(-50%);

    cursor:pointer;

    transition:.25s ease;
}

.wa-review-arrow:hover{
    color:#fff;
    background:#126cff;
    border-color:#126cff;
}

.wa-review-prev{
    left:-24px;
}

.wa-review-next{
    right:-24px;
}


/* bottom */

.wa-review-bottom{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:30px;

    margin-top:30px;
}

.wa-review-score{
    display:flex;
    align-items:center;
    gap:13px;
}

.wa-review-score > strong{
    color:#111827;
}

.wa-review-score span,
.wa-review-score small{
    display:block;
}

.wa-review-score span{
    color:#ffad0d;
    letter-spacing:2px;
}

.wa-review-score small{
    margin-top:2px;
    color:#8a94a3;
}

.wa-review-cta{
    color:#fff !important;

    border:0 !important;

    background:
        linear-gradient(
            135deg,
            #20ca62,
            #08a747
        );

    box-shadow:
        0 14px 28px rgba(12,170,74,.18);
}


/* Tablet */

@media(max-width:991px){

    .wa-review-card{
        flex-basis:calc((100% - 20px) / 2);
    }

}


/* MOBILE — 1.5 CARDS VISIBLE */

@media(max-width:575px){

    .wa-reviews-section{
        padding:60px 0;
    }

    .wa-review-heading{
        margin-bottom:32px;
    }

    .wa-review-slider{
        gap:14px;

        margin-right:-20px;

        padding-right:20px;
    }

    .wa-review-card{
        /*
           Around 1.5 cards visible at once
        */
        flex:0 0 66%;

        min-height:430px;

        padding:21px;

        border-radius:20px;
    }

    .wa-review-result{
        left:21px;
        right:21px;
        bottom:21px;
    }

    .wa-review-arrow{
        display:none;
    }

    .wa-review-bottom{
        flex-direction:column;
        gap:18px;
    }

}

/* =========================================================
   ONPAD CENTER FAQ
========================================================= */

.wa-faq-section{
    position:relative;

    padding:105px 0;

    background:
        radial-gradient(
            circle at 50% 10%,
            rgba(18,108,255,.07),
            transparent 30%
        ),
        #ffffff;
}


/* Heading */

.wa-faq-heading{
    max-width:820px;

    margin:0 auto 48px;
}

.wa-faq-icon{
    width:58px;
    height:58px;

    display:grid;
    place-items:center;

    margin:0 auto 17px;

    border-radius:18px;

    color:#126cff;

    background:
        linear-gradient(
            145deg,
            #edf5ff,
            #e3efff
        );

    box-shadow:
        0 12px 28px rgba(18,108,255,.12);
}

.wa-faq-eyebrow{
    margin-bottom:16px;

    color:#0a9143;

    font-weight:700;
    letter-spacing:.075em;
}

.wa-faq-heading h2{
    margin:0;
}

.wa-faq-heading h2 span{
    color:#1768f4;
}

.wa-faq-heading p{
    max-width:650px;

    margin:18px auto 0;

    color:#758095;
}


/* FAQ list */

.wa-faq-list{
    max-width:920px;

    display:grid;
    gap:12px;

    margin:0 auto;
}


/* Item */

.wa-faq-item{
    overflow:hidden;

    border:1px solid #e1e8f0;
    border-radius:17px;

    background:#fff;

    box-shadow:
        0 8px 25px rgba(20,45,80,.04);

    transition:
        border-color .25s ease,
        box-shadow .25s ease,
        transform .25s ease;
}

.wa-faq-item:hover{
    border-color:#cfdae8;

    box-shadow:
        0 14px 32px rgba(20,45,80,.075);
}


/* Summary */

.wa-faq-item summary{
    list-style:none;

    min-height:74px;

    display:flex;
    align-items:center;
    justify-content:space-between;

    gap:20px;

    padding:18px 22px;

    color:#111827;

    cursor:pointer;
}

.wa-faq-item summary::-webkit-details-marker{
    display:none;
}

.wa-faq-item summary > span{
    display:flex;
    align-items:center;
    gap:15px;

    font-weight:600;
}

.wa-faq-item summary small{
    width:35px;
    height:35px;

    flex:0 0 35px;

    display:grid;
    place-items:center;

    border-radius:10px;

    color:#126cff;
    background:#edf5ff;
}

.wa-faq-item summary > i{
    width:35px;
    height:35px;

    flex:0 0 35px;

    display:grid;
    place-items:center;

    border-radius:50%;

    color:#566273;
    background:#f4f6f9;

    transition:
        transform .3s ease,
        color .3s ease,
        background .3s ease;
}


/* open */

.wa-faq-item[open]{
    border-color:#cfe0f8;

    box-shadow:
        0 16px 38px rgba(18,70,140,.075);
}

.wa-faq-item[open] summary > i{
    color:#fff;
    background:#126cff;

    transform:rotate(180deg);
}


/* answer */

.wa-faq-answer{
    margin:0 22px;

    padding:
        0 57px 22px 50px;

    color:#707c8e;

    line-height:1.7;
}


/* bottom */

.wa-faq-bottom{
    margin-top:35px;

    color:#7b8594;
}

.wa-faq-bottom a{
    display:inline-flex;
    align-items:center;
    gap:7px;

    margin-left:8px;

    color:#126cff;

    font-weight:600;
}


/* mobile */

@media(max-width:575px){

    .wa-faq-section{
        padding:65px 0;
    }

    .wa-faq-heading{
        margin-bottom:34px;
    }

    .wa-faq-item summary{
        min-height:68px;

        padding:15px;
    }

    .wa-faq-item summary > span{
        align-items:flex-start;
        gap:10px;
    }

    .wa-faq-item summary small{
        width:31px;
        height:31px;

        flex-basis:31px;
    }

    .wa-faq-item summary > i{
        width:30px;
        height:30px;

        flex-basis:30px;
    }

    .wa-faq-answer{
        margin:0 15px;

        padding:
            0 8px 18px 41px;
    }

    .wa-faq-bottom span,
    .wa-faq-bottom a{
        display:flex;
        justify-content:center;

        margin:5px 0;
    }

}

/* =========================================================
   ONPAD FINAL WHATSAPP CTA
========================================================= */

.wa-final-cta{
    position:relative;
    overflow:hidden;

    padding:90px 0;

    background:#fff;
}

.wa-final-cta-box{
    position:relative;
    overflow:hidden;

    max-width:1180px;

    margin:0 auto;
    padding:70px 40px;

    text-align:center;

    border-radius:32px;

    background:
        radial-gradient(
            circle at 10% 20%,
            rgba(33,201,97,.16),
            transparent 32%
        ),
        radial-gradient(
            circle at 90% 80%,
            rgba(22,108,255,.15),
            transparent 34%
        ),
        linear-gradient(
            135deg,
            #071b2d 0%,
            #09263a 55%,
            #073322 100%
        );

    box-shadow:
        0 35px 75px rgba(7,30,48,.18);
}


/* decorative dots */

.wa-final-cta-box::before{
    content:"";

    position:absolute;

    width:190px;
    height:190px;

    left:35px;
    top:20px;

    opacity:.18;

    background-image:
        radial-gradient(
            rgba(255,255,255,.8) 1.2px,
            transparent 1.2px
        );

    background-size:15px 15px;

    mask-image:
        linear-gradient(
            135deg,
            #000,
            transparent
        );
}


/* shine */

.wa-final-cta-box::after{
    content:"";

    position:absolute;

    width:440px;
    height:440px;

    right:-250px;
    top:-250px;

    border-radius:50%;

    border:
        1px solid rgba(255,255,255,.08);
}


/* Badge */

.wa-cta-badge{
    position:relative;
    z-index:2;

    width:fit-content;

    display:inline-flex;
    align-items:center;
    gap:9px;

    margin-bottom:21px;
    padding:9px 14px;

    border:
        1px solid rgba(255,255,255,.11);

    border-radius:999px;

    color:#bceccd;

    background:
        rgba(255,255,255,.06);

    backdrop-filter:blur(10px);

    font-weight:700;
    letter-spacing:.07em;
}


/* pulse */

.wa-cta-live{
    width:8px;
    height:8px;

    display:block;

    border-radius:50%;

    background:#25d366;

    animation:
        waCtaPulse 1.5s infinite;
}

@keyframes waCtaPulse{

    0%{
        box-shadow:
            0 0 0 0
            rgba(37,211,102,.5);
    }

    70%{
        box-shadow:
            0 0 0 8px
            rgba(37,211,102,0);
    }

    100%{
        box-shadow:
            0 0 0 0
            rgba(37,211,102,0);
    }

}


/* Heading */

.wa-final-cta h2{
    position:relative;
    z-index:2;

    max-width:800px;

    margin:0 auto;

    color:#fff;
}

.wa-final-cta h2 span{
    color:#38d878;
}


/* Paragraph */

.wa-final-cta p{
    position:relative;
    z-index:2;

    max-width:670px;

    margin:20px auto 0;

    color:#aebdca;

    line-height:1.7;
}


/* Buttons */

.wa-cta-actions{
    position:relative;
    z-index:3;

    display:flex;
    align-items:center;
    justify-content:center;
    flex-wrap:wrap;

    gap:13px;

    margin-top:31px;
}


.wa-cta-start{
    color:#fff !important;

    border:0 !important;

    background:
        linear-gradient(
            135deg,
            #1674ff,
            #0759d8
        );

    box-shadow:
        0 15px 30px
        rgba(14,102,235,.25);
}

.wa-cta-start:hover{
    color:#fff !important;
    transform:translateY(-3px);
}


/* WhatsApp button */

.wa-cta-whatsapp{
    position:relative;

    display:inline-flex;
    align-items:center;
    gap:9px;

    color:#092418 !important;

    border:0 !important;

    background:
        linear-gradient(
            135deg,
            #55e487,
            #25d366
        );

    box-shadow:
        0 15px 30px
        rgba(37,211,102,.23);
}

.wa-cta-whatsapp > i{
    font-size:19px;
}

.wa-cta-whatsapp:hover{
    color:#092418 !important;
    transform:translateY(-3px);
}


/* tiny online indicator */

.wa-btn-live{
    position:absolute;

    width:9px;
    height:9px;

    right:-3px;
    top:-3px;

    border:2px solid #fff;
    border-radius:50%;

    background:#ff304c;

    animation:
        waButtonBlink 1.2s ease-in-out infinite;
}

@keyframes waButtonBlink{

    0%,
    100%{
        opacity:1;
        transform:scale(1);
    }

    50%{
        opacity:.4;
        transform:scale(.8);
    }

}


/* Trust */

.wa-cta-trust{
    position:relative;
    z-index:2;

    display:flex;
    align-items:center;
    justify-content:center;
    flex-wrap:wrap;

    gap:22px;

    margin-top:25px;

    color:#9db2c0;
}

.wa-cta-trust span{
    display:inline-flex;
    align-items:center;
    gap:7px;
}

.wa-cta-trust i{
    width:19px;
    height:19px;

    display:grid;
    place-items:center;

    border-radius:50%;

    color:#38d878;
    background:
        rgba(56,216,120,.11);

    font-size:8px;
}


/* MOBILE */

@media(max-width:575px){

    .wa-final-cta{
        padding:55px 0;
    }

    .wa-final-cta-box{
        padding:48px 20px;

        border-radius:24px;
    }

    .wa-cta-badge{
        font-size:10px;
    }

    .wa-cta-actions{
        flex-direction:column;

        width:100%;
    }

    .wa-cta-actions .btn{
        width:100%;
    }

    .wa-cta-trust{
        gap:10px 18px;
    }

}


/* =========================================================
   ONPAD PREMIUM CLIENT LOGO CLOUD
========================================================= */

.onpad-logo-cloud{
    position: relative;
    overflow: hidden;

        padding: 20px 0 25px;

    background:
        linear-gradient(
            180deg,
            #ffffff 0%,
            #f8fbff 50%,
            #ffffff 100%
        );
}


/* decorative glows */

.logo-cloud-glow{
    position: absolute;

    width: 450px;
    height: 450px;

    border-radius: 50%;

    pointer-events: none;
}

.logo-glow-blue{
    left: -240px;
    top: -220px;

    background:
        radial-gradient(
            circle,
            rgba(18,108,255,.08),
            transparent 70%
        );
}

.logo-glow-green{
    right: -240px;
    bottom: -220px;

    background:
        radial-gradient(
            circle,
            rgba(20,190,82,.07),
            transparent 70%
        );
}


/* Heading */

.logo-cloud-head{
    position: relative;
    z-index: 2;

    max-width: 820px;

    margin: 0 auto 48px;
}

.logo-cloud-label{
    display: inline-flex;
    align-items: center;

    gap: 9px;

    margin-bottom: 17px;

    color: #0a9143;

    font-weight: 700;
    letter-spacing: .08em;
}

.logo-cloud-label > span{
    position: relative;

    width: 8px;
    height: 8px;

    display: block;

    border-radius: 50%;

    background:
        linear-gradient(
            135deg,
            #ff7814,
            #126cff
        );
}

.logo-cloud-label > span::after{
    content: "";

    position: absolute;

    inset: -5px;

    border-radius: 50%;

    border:
        1px solid rgba(18,108,255,.13);
}

.logo-cloud-head h2{
    margin: 0;
}

.logo-cloud-head h2 span{
    color: #1768f3;
}

.logo-cloud-head p{
    max-width: 650px;

    margin: 17px auto 0;

    color: #758095;
}


/* =========================================================
   MARQUEE
========================================================= */

.client-marquee-wrap{
    position: relative;
    z-index: 2;

    width: 100%;

    overflow: hidden;

    padding: 8px 0 24px;
}


/* edge fade */

.client-marquee-fade{
    position: absolute;

    z-index: 4;

    top: 0;
    bottom: 0;

    width: 130px;

    pointer-events: none;
}

.fade-left{
    left: 0;

    background:
        linear-gradient(
            90deg,
            #f9fbff 5%,
            rgba(249,251,255,0)
        );
}

.fade-right{
    right: 0;

    background:
        linear-gradient(
            270deg,
            #f9fbff 5%,
            rgba(249,251,255,0)
        );
}


/* track */

.client-marquee-track{
    display: flex;
    align-items: center;

    gap: 20px;

    width: max-content;

    animation:
        onpadClientsScroll 35s linear infinite;

    will-change: transform;
}


/* Pause when hover */

.client-marquee-wrap:hover
.client-marquee-track{
    animation-play-state: paused;
}


/* individual client */

.client-logo-item{
    width: 180px;
    height: 100px;

    flex: 0 0 180px;

    display: flex;
    align-items: center;
    justify-content: center;

    padding: 20px 24px;

    border:
        1px solid #e4eaf1;

    border-radius: 18px;

    background:
        rgba(255,255,255,.92);

    box-shadow:
        0 10px 28px
        rgba(20,45,80,.045);

    transition:
        transform .28s ease,
        border-color .28s ease,
        box-shadow .28s ease;
}


.client-logo-item img{
    display: block;

    width: 100%;
    max-width: 130px;
    max-height: 58px;

    object-fit: contain;

    filter:
        grayscale(100%)
        saturate(0)
        opacity(.68);

    transition:
        filter .3s ease,
        transform .3s ease;
}


.client-logo-item:hover{
    transform:
        translateY(-5px);

    border-color:
        #cfdae8;

    box-shadow:
        0 18px 36px
        rgba(20,45,80,.09);
}


.client-logo-item:hover img{
    filter:
        grayscale(0)
        saturate(1)
        opacity(1);

    transform:
        scale(1.05);
}


/* continuous marquee */

@keyframes onpadClientsScroll{

    from{
        transform:
            translateX(0);
    }

    to{
        transform:
            translateX(calc(-50% - 10px));
    }

}


/* =========================================================
   PLATFORM ROW
========================================================= */

.platform-cloud{
    position: relative;
    z-index: 3;

    max-width: 1020px;

    margin: 27px auto 0;

    padding: 25px 28px;

    border:
        1px solid #e3eaf1;

    border-radius: 22px;

    background:
        rgba(255,255,255,.88);

    box-shadow:
        0 15px 40px
        rgba(20,45,80,.05);

    backdrop-filter:
        blur(10px);
}


/* small title */

.platform-label{
    position: relative;

    margin-bottom: 22px;

    text-align: center;
}

.platform-label::before,
.platform-label::after{
    content: "";

    position: absolute;

    top: 50%;

    width: 25%;

    height: 1px;

    background:
        linear-gradient(
            90deg,
            transparent,
            #dde5ed
        );
}

.platform-label::before{
    left: 0;
}

.platform-label::after{
    right: 0;

    transform:
        rotate(180deg);
}

.platform-label span{
    position: relative;
    z-index: 2;

    padding: 0 13px;

    color: #8994a3;

    background: #fff;
}


/* platform logos */

.platform-row{
    display: flex;
    align-items: center;
    justify-content: center;

    flex-wrap: wrap;

    gap: 16px 30px;
}

.platform-brand{
    display: inline-flex;
    align-items: center;

    gap: 9px;

    padding: 9px 12px;

    border-radius: 10px;

    color: #485568;

    transition:
        background .25s ease,
        transform .25s ease;
}

.platform-brand:hover{
    transform:
        translateY(-3px);

    background: #f6f9fc;
}

.platform-brand img{
    width: 24px;
    height: 24px;

    object-fit: contain;
}


/* =========================================================
   MOBILE
========================================================= */

@media(max-width:575px){

    .onpad-logo-cloud{
        padding:
            20px 0 25px;
    }

    .logo-cloud-head{
        margin-bottom: 35px;
    }

    .client-marquee-track{
        gap: 12px;

        animation-duration:
            25s;
    }

    .client-logo-item{
        width: 145px;
        height: 84px;

        flex-basis: 145px;

        padding: 16px 18px;

        border-radius: 15px;
    }

    .client-logo-item img{
        max-width: 110px;
        max-height: 48px;
    }

    .client-marquee-fade{
        width: 45px;
    }

    .platform-cloud{
        margin-top: 18px;

        padding:
            21px 15px;

        border-radius: 18px;
    }

    .platform-label::before,
    .platform-label::after{
        width: 12%;
    }

    .platform-row{
        gap: 10px 16px;
    }

    .platform-brand{
        padding: 7px 8px;
    }

    .platform-brand img{
        width: 21px;
        height: 21px;
    }

}


/* =========================================================
   ONPAD DIGITAL SERVICES PAGE
========================================================= */


/* =========================================================
   COMMON SECTION TITLE
========================================================= */

.ds-eyebrow{
    width:fit-content;

    display:inline-flex;
    align-items:center;
    gap:9px;

    margin-bottom:17px;

    color:#0b8e43;

    font-weight:700;
    letter-spacing:.08em;
}

.ds-eyebrow > span{
    position:relative;

    width:8px;
    height:8px;

    display:block;

    border-radius:50%;

    background:
        linear-gradient(
            135deg,
            #ff7814,
            #126cff
        );
}

.ds-eyebrow > span::after{
    content:"";

    position:absolute;
    inset:-5px;

    border-radius:50%;

    border:1px solid rgba(18,108,255,.14);
}


/* =========================================================
   SERVICES
========================================================= */

.ds-services-section{
    position:relative;
    overflow:hidden;

    padding:100px 0;

    background:
        linear-gradient(
            180deg,
            #f8fbff 0%,
            #ffffff 55%,
            #fbfdff 100%
        );
}

.ds-services-section .container{
    position:relative;
    z-index:2;
}

.ds-bg-glow{
    position:absolute;

    width:500px;
    height:500px;

    border-radius:50%;

    pointer-events:none;
}

.ds-bg-glow-blue{
    left:-260px;
    top:100px;

    background:
        radial-gradient(
            circle,
            rgba(18,108,255,.08),
            transparent 70%
        );
}

.ds-bg-glow-orange{
    right:-260px;
    bottom:0;

    background:
        radial-gradient(
            circle,
            rgba(255,122,26,.07),
            transparent 70%
        );
}


/* heading */

.ds-section-head{
    max-width:850px;

    margin:0 auto 52px;
}

.ds-section-head .ds-eyebrow{
    margin-left:auto;
    margin-right:auto;
}

.ds-section-head h2{
    margin:0;
}

.ds-section-head h2 span{
    color:#1768f4;
}

.ds-section-head > p{
    max-width:690px;

    margin:18px auto 0;

    color:#748095;
}


/* grid */

.ds-services-grid{
    display:grid;

    grid-template-columns:
        repeat(3,minmax(0,1fr));

    gap:22px;
}


/* service card */

.ds-service-card{
    --ds-accent:#126cff;
    --ds-soft:#edf5ff;

    position:relative;
    isolation:isolate;

    overflow:hidden;

    padding:29px;

    border:1px solid #e1e8f1;
    border-radius:24px;

    background:
        linear-gradient(
            145deg,
            #fff 0%,
            #fbfdff 100%
        );

    box-shadow:
        0 15px 40px
        rgba(20,45,80,.055);

    transition:
        transform .3s ease,
        box-shadow .3s ease,
        border-color .3s ease;
}


.ds-service-card::before{
    content:"";

    position:absolute;
    z-index:-1;

    width:190px;
    height:190px;

    right:-105px;
    top:-115px;

    border-radius:50%;

    background:var(--ds-soft);

    opacity:.9;

    transition:
        transform .4s ease;
}


.ds-service-card::after{
    content:"";

    position:absolute;

    top:-130%;
    left:-75%;

    width:44%;
    height:350%;

    transform:rotate(23deg);

    background:
        linear-gradient(
            90deg,
            transparent,
            rgba(255,255,255,.8),
            transparent
        );

    transition:left .75s ease;

    pointer-events:none;
}


.ds-service-card:hover{
    transform:translateY(-8px);

    border-color:#cfdbe8;

    box-shadow:
        0 28px 60px
        rgba(20,45,80,.11);
}

.ds-service-card:hover::before{
    transform:scale(1.25);
}

.ds-service-card:hover::after{
    left:145%;
}


/* top */

.ds-service-top{
    display:flex;
    align-items:center;
    justify-content:space-between;

    margin-bottom:20px;
}

.ds-service-icon{
    width:58px;
    height:58px;

    display:grid;
    place-items:center;

    border-radius:17px;

    color:var(--ds-accent);
    background:var(--ds-soft);

    box-shadow:
        0 10px 25px
        rgba(20,45,80,.07);

    transition:
        transform .3s ease;
}

.ds-service-card:hover
.ds-service-icon{
    transform:
        translateY(-3px)
        rotate(-4deg);
}


.ds-service-no{
    color:#c6cfdb;

    font-weight:700;
    letter-spacing:.08em;
}


/* tag */

.ds-service-tag{
    width:fit-content;

    margin-bottom:11px;
    padding:6px 9px;

    border-radius:999px;

    color:var(--ds-accent);
    background:var(--ds-soft);

    font-size:10px;
    font-weight:700;

    letter-spacing:.075em;
}


.ds-service-card h3{
    margin:0 0 11px;

    color:#111827;
}

.ds-service-card > p{
    margin:0;

    color:#758196;
    line-height:1.65;
}


/* list */

.ds-service-list{
    display:grid;
    gap:9px;

    margin-top:21px;
    padding-top:17px;

    border-top:1px solid #edf1f5;
}

.ds-service-list span{
    display:flex;
    align-items:center;
    gap:8px;

    color:#5e697a;
}

.ds-service-list i{
    width:20px;
    height:20px;

    flex:0 0 20px;

    display:grid;
    place-items:center;

    border-radius:50%;

    color:var(--ds-accent);
    background:var(--ds-soft);

    font-size:8px;
}


/* link */

.ds-service-link{
    display:inline-flex;
    align-items:center;
    gap:8px;

    margin-top:23px;

    color:var(--ds-accent);

    font-weight:600;

    transition:
        gap .25s ease;
}

.ds-service-link:hover{
    gap:12px;
}


/* colors */

.ds-blue{
    --ds-accent:#126cff;
    --ds-soft:#edf5ff;
}

.ds-green{
    --ds-accent:#09a94a;
    --ds-soft:#eaf9ef;
}

.ds-orange{
    --ds-accent:#ff7612;
    --ds-soft:#fff0e5;
}

.ds-purple{
    --ds-accent:#7550dc;
    --ds-soft:#f1edff;
}

.ds-pink{
    --ds-accent:#e85886;
    --ds-soft:#fff0f5;
}

.ds-cyan{
    --ds-accent:#059e95;
    --ds-soft:#e8f9f7;
}


/* =========================================================
   PROCESS
========================================================= */

.ds-process-section{
    padding:100px 0;

    background:#fff;
}

.ds-process-head{
    display:grid;

    grid-template-columns:
        1.1fr .9fr;

    gap:60px;

    align-items:end;

    margin-bottom:48px;
}

.ds-process-head h2{
    margin:0;
}

.ds-process-head h2 span{
    color:#1768f4;
}

.ds-process-head > p{
    margin:0;

    color:#748095;
    line-height:1.7;
}


.ds-process-grid{
    position:relative;

    display:grid;

    grid-template-columns:
        repeat(5,minmax(0,1fr));

    gap:15px;
}


.ds-process-grid::before{
    content:"";

    position:absolute;

    left:8%;
    right:8%;
    top:50px;

    height:1px;

    background:
        linear-gradient(
            90deg,
            transparent,
            #dfe8f3 10%,
            #dfe8f3 90%,
            transparent
        );
}


.ds-process-card{
    position:relative;
    z-index:2;

    padding:25px 20px;

    border:1px solid #e3eaf1;
    border-radius:20px;

    background:#fff;

    box-shadow:
        0 12px 30px
        rgba(20,45,80,.045);

    transition:
        transform .28s ease,
        box-shadow .28s ease;
}


.ds-process-card:hover{
    transform:translateY(-6px);

    box-shadow:
        0 20px 40px
        rgba(20,45,80,.09);
}


.ds-process-number{
    position:absolute;

    top:16px;
    right:17px;

    color:#d1d9e4;

    font-weight:700;
}


.ds-process-icon{
    width:52px;
    height:52px;

    display:grid;
    place-items:center;

    margin-bottom:24px;

    border-radius:15px;

    color:#126cff;

    background:#edf5ff;

    box-shadow:
        0 9px 20px
        rgba(18,108,255,.08);
}


.ds-process-card:nth-child(2)
.ds-process-icon{
    color:#0ba94a;
    background:#eaf9ef;
}

.ds-process-card:nth-child(3)
.ds-process-icon{
    color:#ff7612;
    background:#fff0e5;
}

.ds-process-card:nth-child(4)
.ds-process-icon{
    color:#7650db;
    background:#f1edff;
}

.ds-process-card:nth-child(5)
.ds-process-icon{
    color:#079e95;
    background:#e8f9f7;
}


.ds-process-card h3{
    margin:0 0 8px;

    color:#111827;
}

.ds-process-card p{
    margin:0;

    color:#7a8595;
    line-height:1.6;
}


/* =========================================================
   WHY ONPAD
========================================================= */

.ds-why-section{
    position:relative;

    padding:105px 0;

    background:
        radial-gradient(
            circle at 90% 15%,
            rgba(18,108,255,.07),
            transparent 30%
        ),
        linear-gradient(
            180deg,
            #f8fbff,
            #ffffff
        );
}


.ds-why-grid{
    display:grid;

    grid-template-columns:
        .93fr 1.07fr;

    gap:75px;

    align-items:center;
}


.ds-why-content h2{
    margin:0;
}

.ds-why-content h2 span{
    color:#1768f4;
}

.ds-why-intro{
    margin:20px 0 0;

    color:#748095;
    line-height:1.7;
}


.ds-why-list{
    display:grid;
    gap:13px;

    margin-top:29px;
}


.ds-why-item{
    display:flex;
    align-items:flex-start;
    gap:14px;

    padding:15px;

    border:1px solid transparent;
    border-radius:16px;

    transition:
        background .25s ease,
        border-color .25s ease,
        transform .25s ease;
}


.ds-why-item:hover{
    transform:translateX(5px);

    background:#fff;

    border-color:#e3eaf2;
}


.ds-why-item-icon{
    width:44px;
    height:44px;

    flex:0 0 44px;

    display:grid;
    place-items:center;

    border-radius:13px;

    color:#126cff;
    background:#edf5ff;
}


.ds-why-item-icon.green{
    color:#0ba94a;
    background:#eaf9ef;
}

.ds-why-item-icon.orange{
    color:#ff7612;
    background:#fff0e5;
}

.ds-why-item-icon.purple{
    color:#7550dc;
    background:#f1edff;
}


.ds-why-item h3{
    margin:0 0 5px;

    color:#111827;
}

.ds-why-item p{
    margin:0;

    color:#7b8595;
    line-height:1.55;
}


/* proof card */

.ds-proof-panel{
    position:relative;

    padding:29px;

    border:1px solid #dfe8f1;
    border-radius:28px;

    background:
        rgba(255,255,255,.94);

    box-shadow:
        0 30px 70px
        rgba(18,45,80,.11);

    backdrop-filter:blur(10px);
}


.ds-proof-top{
    display:flex;
    align-items:center;
    gap:13px;

    padding-bottom:21px;

    border-bottom:1px solid #edf1f5;
}


.ds-proof-logo{
    width:50px;
    height:50px;

    display:grid;
    place-items:center;

    border-radius:15px;

    color:#fff;

    background:
        linear-gradient(
            135deg,
            #126cff,
            #0b56ce
        );

    box-shadow:
        0 12px 24px
        rgba(18,108,255,.2);
}


.ds-proof-top small,
.ds-proof-top strong{
    display:block;
}

.ds-proof-top small{
    color:#929ba8;
}

.ds-proof-top strong{
    margin-top:3px;

    color:#151d2a;
}


/* big stats */

.ds-proof-main{
    display:grid;
    grid-template-columns:1fr 1fr;

    gap:13px;

    margin-top:20px;
}


.ds-proof-stat{
    padding:21px;

    border:1px solid #e7edf4;
    border-radius:17px;

    background:#fbfcff;
}


.ds-proof-stat span,
.ds-proof-stat strong,
.ds-proof-stat small{
    display:block;
}

.ds-proof-stat span{
    color:#8994a3;
}

.ds-proof-stat strong{
    margin:3px 0;

    color:#126cff;
}

.ds-proof-stat small{
    color:#8a95a4;
}


.ds-proof-featured{
    background:
        linear-gradient(
            145deg,
            #edf5ff,
            #f7faff
        );

    border-color:#dce9fb;
}


/* small stats */

.ds-proof-small-grid{
    display:grid;

    grid-template-columns:
        repeat(2,1fr);

    gap:11px;

    margin-top:13px;
}


.ds-proof-small-grid > div{
    padding:15px;

    border:1px solid #e8edf3;
    border-radius:14px;

    background:#fff;
}


.ds-proof-small-grid i{
    display:block;

    margin-bottom:8px;

    color:#0ba94a;
}


.ds-proof-small-grid strong,
.ds-proof-small-grid span{
    display:block;
}

.ds-proof-small-grid strong{
    color:#17202c;
}

.ds-proof-small-grid span{
    margin-top:3px;

    color:#9099a6;
}


/* progress */

.ds-proof-progress{
    margin-top:19px;

    padding:15px;

    border-radius:14px;

    background:#f8fafc;
}


.ds-proof-progress-head{
    display:flex;
    justify-content:space-between;

    margin-bottom:10px;

    color:#8a95a4;
}


.ds-proof-progress-line{
    height:7px;

    overflow:hidden;

    border-radius:999px;

    background:#e5eaf0;
}


.ds-proof-progress-line span{
    display:block;

    width:100%;
    height:100%;

    border-radius:999px;

    background:
        linear-gradient(
            90deg,
            #126cff,
            #17bd59,
            #ff7814
        );
}


/* =========================================================
   STAT BAND
========================================================= */

.ds-stats-section{
    padding:25px 0 95px;

    background:#fff;
}


.ds-stats-wrap{
    display:grid;

    grid-template-columns:
        1.55fr repeat(3,1fr);

    align-items:center;

    overflow:hidden;

    border:1px solid #dfe7f1;
    border-radius:26px;

    background:
        linear-gradient(
            135deg,
            #f7faff,
            #ffffff
        );

    box-shadow:
        0 20px 50px
        rgba(20,45,80,.07);
}


.ds-stats-intro{
    padding:29px 32px;

    border-right:1px solid #e5ebf2;
}


.ds-stats-intro > span{
    color:#0b9143;

    font-weight:700;
    letter-spacing:.075em;
}


.ds-stats-intro h2{
    margin:8px 0 0;
}

.ds-stats-intro h2 strong{
    color:#1768f4;
}


.ds-stat{
    min-height:150px;

    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;

    padding:20px;

    text-align:center;

    border-right:1px solid #e5ebf2;
}


.ds-stat:last-child{
    border-right:0;
}


.ds-stat-icon{
    width:39px;
    height:39px;

    display:grid;
    place-items:center;

    margin-bottom:8px;

    border-radius:11px;

    color:#126cff;
    background:#edf5ff;
}


.ds-stat strong{
    color:#101827;
}

.ds-stat > span{
    margin-top:3px;

    color:#8993a2;
}


/* =========================================================
   FINAL CTA
========================================================= */

.ds-final-section{
    padding:0 0 100px;

    background:#fff;
}


.ds-final-box{
    position:relative;
    overflow:hidden;

    padding:70px 40px;

    border-radius:30px;

    text-align:center;

    background:
        radial-gradient(
            circle at 12% 15%,
            rgba(21,114,255,.22),
            transparent 32%
        ),
        radial-gradient(
            circle at 90% 85%,
            rgba(18,195,83,.16),
            transparent 35%
        ),
        linear-gradient(
            135deg,
            #07192f,
            #092a48
        );

    box-shadow:
        0 32px 70px
        rgba(8,32,58,.17);
}


.ds-final-glow{
    position:absolute;

    width:400px;
    height:400px;

    right:-220px;
    top:-220px;

    border-radius:50%;

    border:1px solid rgba(255,255,255,.08);
}


.ds-final-content{
    position:relative;
    z-index:2;

    max-width:800px;

    margin:auto;
}


.ds-final-badge{
    width:fit-content;

    display:inline-flex;
    align-items:center;
    gap:8px;

    margin-bottom:18px;
    padding:8px 13px;

    border:1px solid rgba(255,255,255,.1);
    border-radius:999px;

    color:#b9cce0;
    background:rgba(255,255,255,.055);

    letter-spacing:.07em;
    font-weight:700;
}


.ds-final-badge > span{
    width:8px;
    height:8px;

    border-radius:50%;

    background:#24d366;

    box-shadow:
        0 0 0 5px
        rgba(36,211,102,.08);
}


.ds-final-box h2{
    margin:0;

    color:#fff;
}

.ds-final-box h2 span{
    color:#4e9bff;
}

.ds-final-box p{
    max-width:650px;

    margin:19px auto 0;

    color:#afc0d0;
    line-height:1.7;
}


.ds-final-actions{
    display:flex;
    align-items:center;
    justify-content:center;
    flex-wrap:wrap;

    gap:12px;

    margin-top:29px;
}


.ds-final-primary{
    color:#fff !important;

    border:0 !important;

    background:
        linear-gradient(
            135deg,
            #1977ff,
            #0758d4
        );

    box-shadow:
        0 14px 30px
        rgba(18,108,255,.24);
}


.ds-final-whatsapp{
    color:#092418 !important;

    border:0 !important;

    background:
        linear-gradient(
            135deg,
            #53e485,
            #25d366
        );

    box-shadow:
        0 14px 30px
        rgba(37,211,102,.2);
}


.ds-final-primary:hover,
.ds-final-whatsapp:hover{
    transform:translateY(-3px);
}


/* =========================================================
   TABLET
========================================================= */

@media(max-width:991px){

    .ds-services-section,
    .ds-process-section,
    .ds-why-section{
        padding:75px 0;
    }

    .ds-services-grid{
        grid-template-columns:
            repeat(2,minmax(0,1fr));
    }

    .ds-process-head{
        grid-template-columns:1fr;
        gap:15px;
    }

    .ds-process-grid{
        grid-template-columns:
            repeat(2,1fr);
    }

    .ds-process-grid::before{
        display:none;
    }

    .ds-why-grid{
        grid-template-columns:1fr;
        gap:45px;
    }

    .ds-stats-wrap{
        grid-template-columns:
            repeat(3,1fr);
    }

    .ds-stats-intro{
        grid-column:1 / -1;

        border-right:0;
        border-bottom:1px solid #e5ebf2;

        text-align:center;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media(max-width:575px){

    .ds-services-section,
    .ds-process-section,
    .ds-why-section{
        padding:60px 0;
    }

    .ds-section-head{
        margin-bottom:35px;
    }

    .ds-services-grid{
        grid-template-columns:1fr;
        gap:15px;
    }

    .ds-service-card{
        padding:24px;

        border-radius:20px;
    }

    .ds-service-icon{
        width:52px;
        height:52px;

        border-radius:15px;
    }


    /* Process */

    .ds-process-grid{
        grid-template-columns:1fr;
        gap:13px;
    }

    .ds-process-card{
        padding:21px;
    }


    /* why */

    .ds-why-grid{
        gap:30px;
    }

    .ds-proof-panel{
        padding:19px;

        border-radius:21px;
    }

    .ds-proof-main{
        grid-template-columns:1fr 1fr;
    }

    .ds-proof-small-grid{
        grid-template-columns:1fr 1fr;
    }


    /* stats */

    .ds-stats-section{
        padding:10px 0 60px;
    }

    .ds-stats-wrap{
        grid-template-columns:1fr 1fr;

        border-radius:20px;
    }

    .ds-stats-intro{
        grid-column:1 / -1;

        padding:24px 18px;
    }

    .ds-stat{
        min-height:130px;

        border-bottom:1px solid #e5ebf2;
    }

    .ds-stat:nth-child(3){
        border-right:0;
    }

    .ds-stat:last-child{
        grid-column:1 / -1;

        border-bottom:0;
    }


    /* CTA */

    .ds-final-section{
        padding:0 0 60px;
    }

    .ds-final-box{
        padding:48px 20px;

        border-radius:23px;
    }

    .ds-final-actions{
        flex-direction:column;
    }

    .ds-final-actions .btn{
        width:100%;
    }

}