.home-page{
  --home-primary:#087052;
  --home-primary-dark:#043f31;
  --home-accent:#16a477;
  --home-ink:#10241d;
  --home-muted:#60736c;
  --home-line:#dceae4;
  --home-soft:#f3faf6;
  --home-surface:#ffffff;
  --home-footer:#0a2e23;
  background:#fff;
  color:var(--home-ink);
  overflow-x:hidden;
}
.home-page main{overflow:hidden}
.home-container{width:min(1180px,calc(100% - 42px));margin-inline:auto}
.home-topbar{height:42px;background:#edf8f3;border-bottom:1px solid rgba(11,107,77,.08);font-size:12px;color:#4f5b79}
.home-topbar-inner{height:100%;display:flex;align-items:center;justify-content:space-between;gap:24px}
.home-topbar-left,.home-topbar-right{display:flex;align-items:center;gap:18px;white-space:nowrap}
.home-topbar a{transition:color .2s ease}.home-topbar a:hover{color:var(--home-primary)}
.home-topbar-divider{width:1px;height:14px;background:#c9ded5}
.home-topbar-time{color:#747f9b}
.home-sandbox-status{display:inline-flex;align-items:center;gap:7px;font-weight:800;color:#0b6b4d}
.home-sandbox-status i{width:7px;height:7px;border-radius:50%;background:#16996c;box-shadow:0 0 0 4px rgba(41,169,122,.12)}
.home-header{height:82px;background:rgba(255,255,255,.94);border-bottom:1px solid transparent;position:sticky;top:0;z-index:100;backdrop-filter:blur(18px);transition:height .25s ease,border-color .25s ease,box-shadow .25s ease}
.home-header.scrolled{height:72px;border-color:var(--home-line);box-shadow:0 12px 34px rgba(12,67,49,.08)}
.home-header-inner{height:100%;display:flex;align-items:center;justify-content:space-between;gap:28px}
.home-brand{display:inline-flex;align-items:center;gap:12px;min-width:0}
.home-brand .brand-mark{width:46px;height:46px;border-radius:14px;background:linear-gradient(145deg,#0a4c39,var(--home-primary));box-shadow:0 10px 25px rgba(11,107,77,.2)}
.home-brand .brand-mark.brand-image{background:#fff;border:1px solid var(--home-line);padding:5px;box-shadow:0 7px 22px rgba(12,62,47,.09)}
.home-brand-copy{display:grid;line-height:1.18;min-width:0}
.home-brand-copy strong{font-size:17px;letter-spacing:-.02em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.home-brand-copy small{font-size:9px;color:#7a849d;font-weight:700;letter-spacing:.04em;max-width:205px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.home-nav{display:flex;align-items:center;gap:3px}
.home-nav a{font-size:12px;font-weight:800;color:#3f4965;padding:9px 10px;border-radius:9px;transition:color .2s ease,background .2s ease,transform .2s ease}
.home-nav a:hover,.home-nav a.active{color:var(--home-primary);background:#eef8f4}
.home-nav a:hover{transform:translateY(-1px)}
.home-nav .home-nav-docs{color:var(--home-primary)}
.home-nav .home-nav-cta{color:#fff;background:linear-gradient(135deg,var(--home-primary),#1c956d);padding-inline:17px;box-shadow:0 8px 20px rgba(11,107,77,.2);margin-left:5px}
.home-nav .home-nav-cta:hover{color:#fff;background:linear-gradient(135deg,#075b42,#168b65);box-shadow:0 11px 25px rgba(11,107,77,.27)}
.home-menu-button{display:none;width:43px;height:43px;border:1px solid #dceae4;border-radius:12px;background:#fff;align-items:center;justify-content:center;flex-direction:column;gap:5px;padding:0;box-shadow:0 6px 18px rgba(14,68,51,.06)}
.home-menu-button span{width:18px;height:2px;background:var(--home-ink);border-radius:3px;transition:.22s}
.home-menu-button.open span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.home-menu-button.open span:nth-child(2){opacity:0}
.home-menu-button.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
.home-hero{position:relative;min-height:620px;padding:80px 0 88px;background:linear-gradient(110deg,#fff 0%,#fff 47%,#edf8f3 47%,#e9f6f0 100%);isolation:isolate}
.home-hero:before{content:"";position:absolute;inset:0;background-image:radial-gradient(rgba(11,107,77,.12) 1px,transparent 1px);background-size:26px 26px;mask-image:linear-gradient(90deg,transparent 44%,#000 72%,transparent 100%);opacity:.45;z-index:-1}
.home-hero-shape{position:absolute;border-radius:50%;z-index:-1;pointer-events:none}
.home-hero-shape-one{width:540px;height:540px;left:-300px;top:-310px;background:#e5f4ed}
.home-hero-shape-two{width:700px;height:700px;right:-365px;bottom:-480px;background:#fff}
.home-hero-grid{display:grid;grid-template-columns:.88fr 1.12fr;align-items:center;gap:74px;min-height:460px}
.home-kicker{display:inline-flex;align-items:center;gap:9px;color:var(--home-primary);font-size:10px;font-weight:900;letter-spacing:.12em;text-transform:uppercase;margin-bottom:18px}
.home-kicker i{width:8px;height:8px;border-radius:50%;background:var(--home-accent);box-shadow:0 0 0 5px rgba(15,138,97,.13)}
.home-hero-copy h1{font-size:clamp(46px,5vw,68px);line-height:1.08;letter-spacing:-.052em;margin:0 0 23px;color:#14251f;max-width:650px}
.home-hero-copy p{font-size:17px;line-height:1.72;color:var(--home-muted);max-width:610px;margin:0 0 32px}
.home-hero-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap}
.home-button{min-height:52px;display:inline-flex;align-items:center;justify-content:center;gap:12px;padding:0 23px;border-radius:8px;font-size:13px;font-weight:900;border:1px solid transparent;transition:transform .22s ease,box-shadow .22s ease,background .22s ease,color .22s ease}
.home-button:hover{transform:translateY(-2px)}
.home-button-primary{color:#fff;background:linear-gradient(135deg,#0f8a61,#086b4b);box-shadow:0 13px 30px rgba(15,138,97,.25)}
.home-button-primary:hover{color:#fff;box-shadow:0 18px 38px rgba(15,138,97,.32);background:linear-gradient(135deg,#1ba678,#07583f)}
.home-button-light{color:var(--home-ink);background:#fff;border-color:#dceae4;box-shadow:0 9px 25px rgba(13,68,51,.07)}
.home-button-light:hover{color:var(--home-primary);border-color:#c8e1d7;box-shadow:0 14px 30px rgba(13,68,51,.11)}
.home-trust-list{display:flex;align-items:center;gap:17px;flex-wrap:wrap;margin-top:28px}
.home-trust-list span{display:inline-flex;align-items:center;gap:6px;color:#5b6681;font-size:10px;font-weight:800}
.home-trust-list svg{width:16px;height:16px;fill:none;stroke:#15966d;stroke-width:2.8;stroke-linecap:round;stroke-linejoin:round}
.home-hero-visual{position:relative;min-height:475px;display:flex;align-items:center;justify-content:center}.home-hero-image{display:block;width:min(100%,705px);height:auto;max-height:520px;object-fit:contain;object-position:center;filter:drop-shadow(0 30px 34px rgba(14,73,54,.16))}
.hero-dashboard-card{position:absolute;top:25px;left:45px;width:min(570px,88%);background:rgba(255,255,255,.96);border:1px solid rgba(208,217,237,.9);border-radius:22px;padding:20px;box-shadow:0 36px 85px rgba(14,73,54,.18);transform:rotateY(-5deg) rotateX(2deg);backdrop-filter:blur(12px);z-index:2}
.hero-dashboard-head{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #e9f3ef;padding-bottom:15px}
.hero-dashboard-head>div{display:flex;align-items:center;gap:10px}.hero-dashboard-head strong{font-size:12px}
.dashboard-avatar{width:31px;height:31px;border-radius:9px;display:grid;place-items:center;background:#0a4a37;color:#fff;font-size:9px;font-weight:900}
.dashboard-live{display:inline-flex;align-items:center;gap:6px;background:#e8f7f0;color:#0c7754;padding:6px 9px;border-radius:99px;font-size:8px;font-weight:900;letter-spacing:.05em}
.dashboard-live i{width:6px;height:6px;background:#15966d;border-radius:50%}
.dashboard-summary-row{display:grid;grid-template-columns:1fr 1fr;align-items:end;gap:25px;padding:20px 0 12px}
.dashboard-summary-row>div:first-child{display:grid;line-height:1.25}.dashboard-summary-row small{font-size:9px;color:#7b869e}.dashboard-summary-row strong{font-size:25px;letter-spacing:-.04em;margin:4px 0}.dashboard-summary-row span{font-size:8px;color:#11855f;font-weight:800}
.dashboard-mini-chart{height:58px;display:flex;align-items:flex-end;gap:6px;justify-content:flex-end}
.dashboard-mini-chart i{width:9px;height:var(--h);min-height:8px;border-radius:4px 4px 2px 2px;background:linear-gradient(180deg,#37a77d,#cbe9dc)}
.dashboard-chart{border:1px solid #e4f0eb;border-radius:14px;padding:12px 13px 8px;background:#fbfefc}
.chart-labels{display:flex;align-items:center;justify-content:space-between}.chart-labels span{font-size:9px;font-weight:900}.chart-labels small{font-size:8px;color:#8a94a8}
.dashboard-chart svg{display:block;width:100%;height:130px;margin-top:4px;overflow:visible}.chart-grid{fill:none;stroke:#e6ebf4;stroke-width:1}.chart-fill{fill:url(#chartFill)}.chart-line{fill:none;stroke:#11815d;stroke-width:4;stroke-linecap:round}.dashboard-chart circle{fill:#fff;stroke:#11815d;stroke-width:4}
.dashboard-transactions{display:grid;gap:8px;margin-top:13px}.dashboard-transaction{display:grid;grid-template-columns:34px 1fr auto auto;align-items:center;gap:9px;padding:9px 10px;border:1px solid #e9f3ef;border-radius:11px;background:#fff}.dashboard-transaction>div{display:grid;line-height:1.25}.dashboard-transaction strong{font-size:9px}.dashboard-transaction small{font-size:7px;color:#929caf}.dashboard-transaction b{font-size:9px}.dashboard-transaction em{font-style:normal;font-size:7px;font-weight:900;color:#0d7c57;background:#e8f7f0;border-radius:99px;padding:4px 7px}
.brand-dot{width:28px;height:28px;border-radius:8px;display:grid;place-items:center;font-size:10px;font-style:normal;font-weight:900}.brand-dot.bkash{background:#fff0f6;color:#d71669}.brand-dot.nagad{background:#fff2e8;color:#ec5a1c}
.hero-phone-card{position:absolute;right:0;bottom:10px;width:190px;height:322px;padding:22px 15px 15px;background:#0a3b2d;border:7px solid #07291f;border-radius:29px;color:#fff;box-shadow:0 30px 55px rgba(10,55,41,.28);transform:rotate(5deg);z-index:4}.phone-speaker{width:45px;height:5px;border-radius:99px;background:#2e745d;margin:-13px auto 23px}.phone-label{display:block;color:#b5d0c5;font-size:8px}.hero-phone-card>strong{display:block;font-size:21px;margin:4px 0 22px}.phone-method{display:flex;align-items:center;gap:9px;background:#fff;color:#1e294a;border-radius:12px;padding:9px}.phone-method span{display:grid;line-height:1.25}.phone-method b{font-size:9px}.phone-method small{font-size:7px;color:#7c879e;letter-spacing:.04em}.hero-phone-card button{position:absolute;left:15px;right:15px;bottom:15px;border:0;border-radius:10px;background:linear-gradient(135deg,#0f8a61,#086b4b);color:#fff;height:38px;font-size:9px;font-weight:900}
.hero-floating-stat{position:absolute;z-index:5;display:flex;align-items:center;gap:9px;background:#fff;border:1px solid #e4e9f3;border-radius:12px;padding:10px 12px;box-shadow:0 16px 35px rgba(13,69,52,.13)}.hero-floating-stat>span{width:28px;height:28px;border-radius:8px;display:grid;place-items:center;background:#edf3ff;color:var(--home-primary);font-weight:900}.hero-floating-stat>div{display:grid;line-height:1.2}.hero-floating-stat strong{font-size:10px}.hero-floating-stat small{font-size:7px;color:#8b94a8}.hero-floating-stat-one{left:0;top:105px}.hero-floating-stat-two{right:80px;top:4px}
.home-section{padding:94px 0;position:relative}
.home-section-heading{max-width:760px;margin-bottom:47px}.home-section-heading-center{text-align:center;margin-inline:auto}.home-section-label{display:inline-block;color:var(--home-primary);font-size:10px;font-weight:900;letter-spacing:.17em;margin-bottom:12px}.home-section-heading h2,.coverage-copy h2{font-size:clamp(36px,4vw,52px);line-height:1.12;letter-spacing:-.045em;color:#1b274d;margin:0 0 15px}.home-section-heading p,.coverage-copy>p{font-size:15px;line-height:1.7;color:var(--home-muted);margin:0}
.home-products{background:#fff}.home-products:before{content:"";position:absolute;width:510px;height:510px;border-radius:50%;left:-385px;bottom:-280px;border:70px solid #f1efff;opacity:.7}
.home-product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;position:relative}
.home-product-card{min-height:330px;padding:36px 35px 31px;border:1px solid #e2e7f1;border-radius:15px;background:#fff;box-shadow:0 12px 35px rgba(13,69,52,.055);transition:transform .28s ease,box-shadow .28s ease,border-color .28s ease;display:flex;flex-direction:column;align-items:center;text-align:center}
.home-product-card:hover{transform:translateY(-8px);border-color:#ccd7ef;box-shadow:0 23px 52px rgba(13,69,52,.11)}
.home-product-icon{width:62px;height:62px;display:grid;place-items:center;color:var(--home-accent);margin-bottom:25px}.home-product-icon svg{width:54px;height:54px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.home-product-card h3{font-size:20px;margin:0 0 13px;letter-spacing:-.025em}.home-product-card p{font-size:13px;color:var(--home-muted);line-height:1.75;margin:0 0 23px}.home-product-card a{margin-top:auto;color:var(--home-primary);font-size:11px;font-weight:900}.home-product-card a span{display:inline-block;transition:transform .2s}.home-product-card a:hover span{transform:translateX(4px)}
.home-video-section{padding-top:76px;background:linear-gradient(110deg,#fff 0%,#fff 62%,#edf8f3 62%,#e5f4ed 100%)}
.home-video-curve{position:absolute;width:680px;height:680px;border-radius:50%;right:-315px;top:-210px;background:#e8f5ef;z-index:0}.home-video-section>.home-container{position:relative;z-index:1}
.home-video-frame{width:min(940px,100%);aspect-ratio:16/9;margin:0 auto;border-radius:16px;overflow:hidden;border:1px solid #dceae4;background:#0e1733;box-shadow:0 28px 65px rgba(13,69,52,.17);position:relative}.home-video-frame iframe,.home-video-frame video{width:100%;height:100%;border:0;display:block;background:#0e1733}
.home-video-placeholder{position:absolute;inset:0;background:linear-gradient(145deg,#f9d8cf,#f3d9d2 48%,#f5e2dc);overflow:hidden}.home-video-placeholder:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.35) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.35) 1px,transparent 1px);background-size:35px 35px;opacity:.38}
.video-phone{position:absolute;width:210px;height:350px;border-radius:29px;background:#0c5d45;border:10px solid #083d2e;box-shadow:0 22px 35px rgba(10,61,45,.18);padding:35px 20px}.video-phone:before{content:"";position:absolute;width:52px;height:6px;border-radius:99px;background:#3f9e79;top:14px;left:50%;transform:translateX(-50%)}.video-phone div{height:54%;border-radius:14px;background:linear-gradient(145deg,#d9efe5,#abd9c6);margin-bottom:17px}.video-phone span{display:block;height:8px;border-radius:99px;background:#84c7ab;margin-top:11px}.video-phone span:nth-child(2){width:80%}.video-phone span:nth-child(3){width:62%}.video-phone span:nth-child(4){width:70%}.video-phone-back{left:29%;top:15%;transform:rotate(-6deg)}.video-phone-front{left:48%;top:11%;transform:rotate(5deg);background:#0a513c}.video-coin{position:absolute;width:55px;height:55px;border:7px solid #69b99a;background:#eaf7f1;color:#3f9e79;border-radius:50%;display:grid;place-items:center;font-size:24px;font-weight:900;box-shadow:0 12px 20px rgba(11,107,77,.15)}.video-coin-one{left:24%;top:27%}.video-coin-two{left:22%;top:44%;transform:scale(.75)}.video-coin-three{left:38%;top:19%;transform:scale(.82)}
.video-play{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:64px;height:64px;border-radius:50%;display:grid;place-items:center;background:#229ed9;color:#fff;box-shadow:0 0 0 13px rgba(255,255,255,.25),0 14px 28px rgba(11,107,77,.28);z-index:5}.video-play svg{width:28px;height:28px;fill:currentColor}.video-placeholder-copy{position:absolute;left:25px;right:25px;bottom:22px;color:#fff;background:linear-gradient(90deg,rgba(8,47,35,.88),rgba(8,47,35,.6));border:1px solid rgba(255,255,255,.17);border-radius:11px;padding:12px 15px;display:flex;justify-content:space-between;align-items:center;gap:20px;backdrop-filter:blur(8px)}.video-placeholder-copy strong{font-size:12px}.video-placeholder-copy span{font-size:9px;color:#d8e9e2}
.home-coverage{background:#fff;padding-top:105px}.home-coverage-grid{display:grid;grid-template-columns:1.02fr .98fr;gap:78px;align-items:center}.coverage-visual{position:relative;min-height:590px;padding:38px 0 38px 38px}.coverage-orange-shape{position:absolute;inset:0 19% 0 0;background:linear-gradient(145deg,#0f8a61,#086b4b);clip-path:polygon(0 0,70% 0,100% 10%,100% 90%,70% 100%,0 100%)}
.coverage-panel{position:relative;background:#fff;border:1px solid #b9ddce;border-radius:12px;padding:15px 23px;box-shadow:0 12px 32px rgba(11,107,77,.08)}.coverage-panel>span{display:block;text-align:right;color:#3f4658;font-size:12px;margin-bottom:14px}.coverage-panel-cards{min-height:305px}.coverage-panel-wallets{min-height:190px;margin-top:14px}.coverage-brand-grid{display:grid;align-items:center;justify-items:center;gap:19px 25px}.coverage-brand-grid.cards{grid-template-columns:repeat(3,1fr);padding:17px 0}.coverage-brand-grid.wallets{grid-template-columns:repeat(3,1fr);padding:4px 0}.coverage-brand-image{display:block;width:100%;height:58px;max-width:135px;object-fit:contain;object-position:center}.coverage-brand-grid.wallets .coverage-brand-image{height:50px;max-width:125px}.brand-word{font-size:20px;font-style:normal;letter-spacing:-.03em;white-space:nowrap}.brand-word.visa{color:#1555a2;font-size:28px;font-style:italic}.brand-word.mastercard{color:#e34427}.brand-word.amex{color:#2585b8}.brand-word.dbbl{color:#152036;font-size:24px}.brand-word.unionpay{color:#17778b}.brand-word.bkash{color:#d71669}.brand-word.nagad{color:#e95618}.brand-word.rocket{color:#6b298d}.brand-word.upay{color:#3350aa}.brand-word.tap{color:#0b875d}.brand-word.okwallet{color:#0e8b60}.brand-word.surecash{color:#2a66be}
.coverage-copy h2{margin-bottom:19px}.coverage-copy>p{margin-bottom:31px}.coverage-feature{display:grid;grid-template-columns:66px 1fr;gap:20px;border-top:1px solid #e9f3ef;padding-top:27px}.coverage-feature-icon{width:58px;height:58px;display:grid;place-items:center;color:var(--home-accent)}.coverage-feature-icon svg{width:51px;height:51px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.coverage-feature h3,.coverage-method-copy h3{font-size:20px;line-height:1.24;margin:2px 0 12px;letter-spacing:-.025em}.coverage-feature ul{padding-left:19px;margin:0;color:#596783;font-size:12px;line-height:1.85}.coverage-feature li::marker{color:var(--home-primary)}.coverage-method-copy{margin:27px 0 0 86px;padding-top:25px;border-top:1px solid #e9f3ef}.coverage-method-copy p{color:var(--home-muted);font-size:12px;line-height:1.75;margin:0}
.home-integration{background:#f7fcf9;border-top:1px solid #e9f3ef}.payment-marquee{height:178px;border:1px solid #dceae4;border-radius:15px;background:#fff;box-shadow:0 13px 36px rgba(15,73,55,.055);overflow:hidden;position:relative;display:flex;align-items:center}.payment-marquee-track{display:flex;align-items:center;gap:17px;width:max-content;animation:paymentMarquee 40s linear infinite;padding-inline:17px;will-change:transform}.payment-marquee:hover .payment-marquee-track{animation-play-state:paused}.payment-marquee-fade{position:absolute;top:0;bottom:0;width:90px;z-index:3;pointer-events:none}.payment-marquee-fade-left{left:0;background:linear-gradient(90deg,#fff,rgba(255,255,255,0))}.payment-marquee-fade-right{right:0;background:linear-gradient(-90deg,#fff,rgba(255,255,255,0))}.payment-logo-card{width:190px;height:106px;padding:14px 17px;border:1px solid #e9f3ef;border-radius:12px;background:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 21px rgba(13,69,52,.045);flex:none}.payment-logo-card img{display:block;width:100%;height:100%;max-width:154px;max-height:72px;object-fit:contain;object-position:center}
.home-integration-cta{margin-top:30px;border-radius:14px;background:linear-gradient(115deg,#084733,#0f7354);color:#fff;padding:23px 25px;display:flex;align-items:center;justify-content:space-between;gap:25px;box-shadow:0 20px 44px rgba(13,67,50,.16)}.home-integration-cta>div{display:grid}.home-integration-cta strong{font-size:17px}.home-integration-cta span{font-size:11px;color:#c2d8cf}.home-integration-cta .home-button{min-height:46px;flex:none}
.home-footer{background:#082a20;color:#fff;padding-top:72px}.home-footer-grid{display:grid;grid-template-columns:1.45fr .7fr .8fr .9fr;gap:60px;padding-bottom:53px}.home-brand-footer{color:#fff;margin-bottom:20px}.home-brand-footer .brand-mark{background:#fff;color:#082a20;box-shadow:none}.home-brand-footer .brand-mark.brand-image{background:#fff}.home-brand-footer .home-brand-copy small{color:#9ea4af}.home-footer-about p{max-width:390px;color:#c5d5cf;font-size:12px;line-height:1.8;margin:0 0 18px}.home-footer-badge{display:inline-flex;border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.06);color:#dce9e4;font-size:8px;font-weight:900;letter-spacing:.12em;padding:7px 10px;border-radius:99px}.home-footer h3{font-size:12px;margin:9px 0 19px}.home-footer-grid>div:not(:first-child){display:flex;flex-direction:column;gap:12px}.home-footer-grid a,.home-footer-grid span{font-size:11px;color:#d2e0db}.home-footer-grid a:hover{color:#fff}.home-footer-bottom{min-height:67px;border-top:1px solid rgba(255,255,255,.1);display:flex;align-items:center;justify-content:space-between;gap:20px;color:#afc3bb;font-size:9px}
.telegram-float{position:fixed;right:22px;bottom:54px;z-index:120;display:flex;align-items:center;gap:9px;height:50px;padding:0 16px 0 13px;border-radius:99px;background:linear-gradient(135deg,#28a9e8,#1686cf);color:#fff;box-shadow:0 14px 34px rgba(15,127,194,.34);font-size:11px;font-weight:900;transition:transform .22s ease,box-shadow .22s ease}.telegram-float:hover{color:#fff;transform:translateY(-3px);box-shadow:0 18px 42px rgba(15,127,194,.42)}.telegram-float svg{width:24px;height:24px;fill:currentColor}
.reveal{opacity:0;transform:translateY(22px);transition:opacity .72s ease,transform .72s cubic-bezier(.2,.65,.3,1)}.reveal.visible{opacity:1;transform:none}.home-product-card:nth-child(2){transition-delay:.08s}.home-product-card:nth-child(3){transition-delay:.16s}
@keyframes paymentMarquee{from{transform:translateX(0)}to{transform:translateX(calc(-50% - 8.5px))}}
@media (prefers-reduced-motion:reduce){.reveal{opacity:1;transform:none;transition:none}.payment-marquee-track{animation:none}.home-page *{scroll-behavior:auto!important}}
@media(max-width:1120px){
  .home-nav a{padding-inline:7px}.home-nav .home-nav-docs{display:none}.home-hero-grid{gap:35px}.hero-dashboard-card{left:10px}.hero-phone-card{right:-10px}.home-coverage-grid{gap:48px}.coverage-visual{padding-left:24px}.brand-word{font-size:17px}
}
@media(max-width:1020px){
  .home-topbar-time,.home-topbar-divider{display:none}.home-menu-button{display:flex}.home-header{height:74px}.home-header.scrolled{height:68px}.home-nav{position:absolute;left:21px;right:21px;top:calc(100% + 10px);display:grid;gap:3px;padding:12px;background:#fff;border:1px solid #dceae4;border-radius:15px;box-shadow:0 22px 55px rgba(12,64,48,.17);opacity:0;visibility:hidden;transform:translateY(-8px);transition:.22s}.home-nav.open{opacity:1;visibility:visible;transform:none}.home-nav a{padding:11px 12px}.home-nav .home-nav-docs{display:block}.home-nav .home-nav-cta{margin:4px 0 0;text-align:center}.home-hero{padding:65px 0 70px;background:linear-gradient(180deg,#fff 0%,#fff 43%,#edf8f3 43%,#e8f5ef 100%)}.home-hero-grid{grid-template-columns:1fr;gap:45px}.home-hero-copy{text-align:center}.home-hero-copy h1,.home-hero-copy p{margin-left:auto;margin-right:auto}.home-kicker{justify-content:center}.home-hero-actions,.home-trust-list{justify-content:center}.home-hero-visual{width:min(720px,100%);margin:auto;min-height:auto}.home-hero-image{width:min(100%,650px);max-height:none}.hero-dashboard-card{left:6%;width:76%}.hero-phone-card{right:5%}.hero-floating-stat-one{left:0}.hero-floating-stat-two{right:18%}.home-product-grid{gap:16px}.home-product-card{padding-inline:24px}.home-coverage-grid{grid-template-columns:1fr}.coverage-visual{width:min(700px,100%);margin:auto}.coverage-copy{max-width:760px;margin:auto}.home-footer-grid{grid-template-columns:1.4fr 1fr 1fr;gap:38px}.home-footer-grid>div:last-child{grid-column:2/4}
}
@media(max-width:780px){
  .home-container{width:min(100% - 30px,680px)}.home-topbar{height:39px}.home-topbar-right a,.home-sandbox-status{display:none}.home-topbar-inner{justify-content:center}.home-topbar-left{width:100%;justify-content:space-between;gap:12px}.home-topbar-left a{font-size:10px}.home-brand-copy small{max-width:155px}.home-hero-copy h1{font-size:clamp(39px,11vw,55px)}.home-section{padding:75px 0}.home-product-grid{grid-template-columns:1fr}.home-product-card{min-height:auto;align-items:flex-start;text-align:left;padding:28px}.home-product-icon{margin-bottom:18px}.home-video-placeholder{min-height:100%}.video-phone{transform:scale(.7)}.video-phone-back{left:15%;top:4%;transform:scale(.7) rotate(-6deg)}.video-phone-front{left:42%;top:0;transform:scale(.7) rotate(5deg)}.video-coin-one{left:16%;top:22%;transform:scale(.7)}.video-coin-two{left:19%;top:49%;transform:scale(.55)}.video-coin-three{left:38%;top:17%;transform:scale(.62)}.video-placeholder-copy{display:none}.home-coverage{padding-top:75px}.coverage-visual{min-height:500px;padding:28px 0 28px 25px}.coverage-panel-cards{min-height:260px}.coverage-panel-wallets{min-height:160px}.coverage-brand-grid{gap:14px}.brand-word{font-size:15px}.brand-word.visa{font-size:22px}.brand-word.dbbl{font-size:20px}.coverage-method-copy{margin-left:0}.payment-marquee{height:150px}.payment-logo-card{width:160px;height:88px;padding:12px 14px}.payment-logo-card img{max-width:132px;max-height:60px}.home-integration-cta{align-items:flex-start;flex-direction:column}.home-footer-grid{grid-template-columns:1fr 1fr}.home-footer-grid>div:first-child{grid-column:1/-1}.home-footer-grid>div:last-child{grid-column:auto}.home-footer-bottom{padding:16px 0;flex-direction:column;justify-content:center;text-align:center}.telegram-float{width:50px;padding:0;justify-content:center}.telegram-float span{display:none}
}
@media(max-width:560px){
  .home-brand .brand-mark{width:41px;height:41px}.home-brand-copy strong{font-size:15px}.home-brand-copy small{font-size:8px;max-width:135px}.home-hero{padding:51px 0 61px;min-height:auto}.home-kicker{font-size:8px;letter-spacing:.08em}.home-hero-copy p{font-size:14px}.home-hero-actions{display:grid}.home-button{width:100%;min-height:50px}.home-trust-list{gap:10px 14px}.home-trust-list span{font-size:9px}.home-hero-visual{min-height:auto}.home-hero-image{width:min(100%,520px);max-height:none}.hero-dashboard-card{left:1%;top:18px;width:88%;padding:13px;border-radius:17px;transform:rotateY(-3deg)}.hero-dashboard-head{padding-bottom:10px}.dashboard-summary-row{padding:12px 0 8px}.dashboard-summary-row strong{font-size:18px}.dashboard-mini-chart{height:40px}.dashboard-chart{padding:8px}.dashboard-chart svg{height:88px}.dashboard-transactions{margin-top:8px}.dashboard-transaction{grid-template-columns:27px 1fr auto;padding:7px}.dashboard-transaction em{display:none}.brand-dot{width:24px;height:24px}.hero-phone-card{width:137px;height:238px;right:0;bottom:2px;border-width:5px;border-radius:22px;padding:16px 10px 10px}.phone-speaker{width:32px;height:4px;margin:-9px auto 14px}.hero-phone-card>strong{font-size:15px;margin-bottom:13px}.phone-method{padding:7px;gap:5px}.phone-method .brand-dot{display:none}.hero-phone-card button{left:10px;right:10px;bottom:10px;height:31px;font-size:7px}.hero-floating-stat{display:none}.home-section-heading{margin-bottom:34px}.home-section-heading h2,.coverage-copy h2{font-size:34px}.home-section-heading p,.coverage-copy>p{font-size:13px}.home-video-frame{border-radius:11px}.video-phone-back{left:3%;top:-15%;transform:scale(.52) rotate(-6deg)}.video-phone-front{left:33%;top:-18%;transform:scale(.52) rotate(5deg)}.video-coin{display:none}.video-play{width:51px;height:51px}.coverage-visual{min-height:410px;padding-left:15px}.coverage-orange-shape{right:8%}.coverage-panel{padding:11px 13px}.coverage-panel>span{font-size:9px}.coverage-panel-cards{min-height:215px}.coverage-panel-wallets{min-height:135px;margin-top:9px}.coverage-brand-grid.cards,.coverage-brand-grid.wallets{gap:12px 9px;padding:4px 0}.brand-word{font-size:12px}.brand-word.visa{font-size:17px}.brand-word.dbbl{font-size:15px}.coverage-feature{grid-template-columns:50px 1fr;gap:13px}.coverage-feature-icon{width:47px;height:47px}.coverage-feature h3,.coverage-method-copy h3{font-size:17px}.payment-marquee-fade{width:38px}.home-footer-grid{grid-template-columns:1fr;gap:28px}.home-footer-grid>div:first-child,.home-footer-grid>div:last-child{grid-column:auto}.home-footer{padding-top:55px}
}


/* Green theme, lightweight motion and Telegram support polish */
.home-page{
  --home-primary:#0b6b4d;
  --home-primary-dark:#064e3b;
  --home-accent:#0f8a61;
  --home-ink:#14251f;
  --home-muted:#64766f;
  --home-line:#dceae4;
  --home-soft:#f3faf6;
  --home-surface:#fff;
  --home-footer:#082a20;
}
.home-hero-image{
  transform-origin:50% 55%;
  animation:homeHeroFloat 8.5s ease-in-out infinite;
  will-change:transform;
}
.telegram-float{
  background:linear-gradient(135deg,#2aabee,#229ed9);
  box-shadow:0 15px 36px rgba(34,158,217,.34);
  animation:telegramSupportFloat 3.6s ease-in-out infinite;
  will-change:transform;
  isolation:isolate;
}
.telegram-float::before{
  content:"";
  position:absolute;
  inset:-6px;
  border:1px solid rgba(42,171,238,.34);
  border-radius:inherit;
  opacity:0;
  z-index:-1;
  animation:telegramSupportPulse 3.6s ease-out infinite;
}
.telegram-float:hover{
  color:#fff;
  animation-play-state:paused;
  transform:translateY(-5px) scale(1.035);
  box-shadow:0 20px 46px rgba(34,158,217,.43);
}
.telegram-float:active{transform:translateY(-1px) scale(.97)}
.telegram-float:focus-visible{outline:3px solid rgba(42,171,238,.28);outline-offset:4px}
@keyframes homeHeroFloat{
  0%,100%{transform:translate3d(0,0,0) rotate(0deg)}
  35%{transform:translate3d(8px,-10px,0) rotate(.18deg)}
  70%{transform:translate3d(-5px,-4px,0) rotate(-.12deg)}
}
@keyframes telegramSupportFloat{
  0%,100%{transform:translate3d(0,0,0)}
  48%{transform:translate3d(0,-7px,0)}
  62%{transform:translate3d(0,-4px,0)}
}
@keyframes telegramSupportPulse{
  0%,45%{opacity:0;transform:scale(.92)}
  62%{opacity:.65}
  100%{opacity:0;transform:scale(1.18)}
}
@media(max-width:780px){
  .home-hero-image{animation-duration:7.5s}
  .telegram-float{width:50px;padding:0;justify-content:center;right:16px;bottom:50px}
  .telegram-float span{display:none}
}
@media(prefers-reduced-motion:reduce){
  .home-hero-image,.telegram-float,.telegram-float::before{animation:none!important}
}

.home-brand .brand-logo{width:160px;height:60px;display:flex;align-items:center;justify-content:flex-start;overflow:hidden}
.home-brand .brand-logo img{display:block;width:100%;height:100%;object-fit:contain;object-position:left center}
.home-brand .brand-logo-fallback{width:60px;justify-content:center;border-radius:14px;color:#fff;background:linear-gradient(145deg,#0a4c39,var(--home-primary));box-shadow:0 10px 25px rgba(11,107,77,.2);font-size:14px;font-weight:900}
@media(max-width:760px){.home-brand .brand-logo{width:144px;height:54px}.home-brand .brand-logo-fallback{width:54px}}
@media(max-width:480px){.home-brand .brand-logo{width:128px;height:48px}.home-brand .brand-logo-fallback{width:48px}}

.home-brand-footer{
  display:inline-flex;
  width:auto;
  padding:6px 10px;
  border-radius:12px;
  background:#fff;
  overflow:hidden;
}
.home-brand-footer .brand-logo{
  width:160px;
  height:60px;
}
.home-brand-footer .brand-logo-fallback{
  width:60px;
  color:var(--home-primary);
  background:#fff;
  box-shadow:none;
}
@media(max-width:760px){
  .home-brand-footer .brand-logo{width:144px;height:54px}
  .home-brand-footer .brand-logo-fallback{width:54px}
}


.home-page{background:linear-gradient(180deg,#fff 0%,#fbfefc 100%)}
.home-header{box-shadow:0 1px 0 rgba(4,63,49,.06)}
.home-hero{background:radial-gradient(circle at 78% 30%,rgba(24,170,122,.12),transparent 31%),linear-gradient(135deg,#ffffff 0%,#f7fcf9 55%,#edf8f3 100%)}
.home-product-card,.coverage-panel,.home-video-frame,.home-integration-cta{border-color:#d6e7df;box-shadow:0 12px 36px rgba(8,64,47,.07)}
.home-button-primary{background:linear-gradient(135deg,#087052,#11916a);box-shadow:0 13px 28px rgba(8,112,82,.24)}
.home-button-light{background:linear-gradient(180deg,#fff,#f8fcfa);border-color:#d3e5dd}
.home-product-card{transition:transform .3s cubic-bezier(.2,.7,.25,1),box-shadow .3s ease,border-color .3s ease}
.payment-logo-card{transition:transform .28s ease,box-shadow .28s ease,border-color .28s ease;contain:layout paint}
@media(hover:hover){
  .home-product-card:hover{transform:translateY(-7px);box-shadow:0 22px 50px rgba(8,74,53,.13);border-color:#c5dfd3}
  .payment-logo-card:hover{transform:translateY(-5px) scale(1.015);box-shadow:0 17px 38px rgba(8,74,53,.12);border-color:#c8e1d6}
}
.reveal-left{transform:translateX(-34px)}
.reveal-right{transform:translateX(34px)}
.reveal-up{transform:translateY(25px)}
.reveal.visible{transform:none}
.reveal.reveal-complete{will-change:auto}
.reveal:not(.visible){will-change:transform,opacity}
@media(prefers-reduced-motion:reduce){.reveal-left,.reveal-right,.reveal-up{transform:none}}
.home-product-card:nth-child(1).reveal:not(.visible){transform:translateX(-28px)}
.home-product-card:nth-child(2).reveal:not(.visible){transform:translateY(25px)}
.home-product-card:nth-child(3).reveal:not(.visible){transform:translateX(28px)}
@media(prefers-reduced-motion:reduce){.home-product-card:nth-child(n).reveal:not(.visible){transform:none}}


.home-header .home-brand{
  padding:0;
  border-radius:0;
  background:transparent;
  box-shadow:none;
}
.home-header .home-brand .brand-logo{
  background:transparent;
  border-radius:0;
}
.home-video-frame video{
  object-fit:contain;
  object-position:center;
}
.home-video-frame.has-local-video{background:#000}
.home-local-video-player{position:absolute;inset:0;background:#000;overflow:hidden}
.home-local-video-player video{position:absolute;inset:0;width:100%;height:100%;background:#000;object-fit:contain;object-position:center}
.home-local-video-player.has-no-thumbnail{background:radial-gradient(circle at 50% 38%,rgba(22,147,104,.3),transparent 34%),linear-gradient(145deg,#071d17,#0a3529)}
.home-video-play-button{position:absolute;left:50%;top:50%;z-index:4;display:grid;place-items:center;width:76px;height:76px;padding:0;border:0;border-radius:50%;transform:translate(-50%,-50%);color:#fff;background:linear-gradient(135deg,#0b8c65,#075a43);box-shadow:0 0 0 12px rgba(255,255,255,.2),0 18px 38px rgba(0,0,0,.34);transition:transform .25s ease,opacity .25s ease,box-shadow .25s ease}
.home-video-play-button svg{width:34px;height:34px;fill:currentColor;transform:translateX(2px)}
.home-video-play-button:hover{transform:translate(-50%,-50%) scale(1.07);box-shadow:0 0 0 14px rgba(255,255,255,.23),0 22px 44px rgba(0,0,0,.38)}
.home-local-video-player.is-starting .home-video-play-button,.home-local-video-player.is-playing .home-video-play-button{opacity:0;pointer-events:none;transform:translate(-50%,-50%) scale(.88)}
@media(max-width:620px){.home-video-play-button{width:62px;height:62px}.home-video-play-button svg{width:29px;height:29px}}
@media(prefers-reduced-motion:reduce){.home-video-play-button{transition:none}}
