*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:72px}
body{margin:0;font-family:Inter,"Noto Sans Bengali","Noto Sans",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;color:#10141b;background:#fff;line-height:1.65;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;overflow-x:hidden}
img{max-width:100%;height:auto}
a{color:inherit}
:root{--red:#eb0028;--ink:#10141b;--muted:#5e6673;--line:#e6e8ec;--soft:#f6f7f9;--green:#176b5b;--gold:#b47628;--night:#080b10}
.site-header{position:fixed;top:0;left:0;right:0;z-index:50;background:rgba(255,255,255,.96);border-bottom:1px solid rgba(16,20,27,.08);backdrop-filter:saturate(180%) blur(18px);-webkit-backdrop-filter:saturate(180%) blur(18px)}
.nav{height:64px;max-width:1180px;margin:0 auto;padding:0 24px;display:flex;align-items:center;justify-content:space-between;gap:18px}
.brand{display:inline-flex;align-items:center;gap:10px;text-decoration:none;min-height:44px;min-width:0}
.brand-mark{width:30px;height:31px;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto}
.brand-wordmark{display:flex;align-items:baseline;gap:5px;line-height:1;min-width:0}
.brand strong{display:inline-flex;align-items:baseline;font-size:17px;font-weight:800;line-height:1;letter-spacing:0}
.brand-main{color:#111827}.brand-red{color:var(--red)}
.brand small{color:rgba(16,20,27,.58);font-size:14px;font-weight:600;white-space:nowrap}
.nav-links{display:flex;align-items:center;gap:8px}
.nav-link{display:inline-flex;align-items:center;justify-content:center;min-height:44px;min-width:44px;padding:0 8px;text-decoration:none;font-size:14px;font-weight:800;color:#2d3440}
.nav-link:hover,.nav-link.active{color:var(--red)}
.nav-cta,.footer-cta{display:inline-flex;align-items:center;justify-content:center;min-height:44px;border-radius:999px;background:#111827;color:#fff;text-decoration:none;font-size:14px;font-weight:800;line-height:1.2;padding:10px 17px;white-space:normal;text-align:center}
.nav-cta:hover,.footer-cta:hover{background:var(--red)}
.mobile-menu{display:none;position:relative}
.mobile-menu summary{list-style:none;display:inline-flex;align-items:center;justify-content:center;min-width:44px;min-height:44px;padding:0 14px;border-radius:999px;background:#111827;color:#fff;font-size:13px;font-weight:900;cursor:pointer}
.mobile-menu summary::-webkit-details-marker{display:none}
.mobile-menu-panel{position:absolute;right:0;top:54px;width:min(330px,calc(100vw - 32px));display:grid;gap:8px;padding:12px;background:#fff;color:#111827;border:1px solid var(--line);border-radius:8px;box-shadow:0 24px 80px rgba(0,0,0,.20)}
.mobile-nav-link{display:flex;align-items:center;min-height:44px;text-decoration:none;font-weight:850;padding:10px 12px;border-radius:8px;background:#f6f7f9;color:#111827}
.mobile-nav-link.active{background:#111827;color:#fff}
.hero{position:relative;min-height:500px;display:flex;align-items:center;overflow:hidden;background:#111827;color:#fff}
.home-hero{min-height:100svh}
.hero-bg{position:absolute;inset:0;pointer-events:none}
.hero-bg img{width:100%;height:100%;object-fit:cover;display:block}
.hero-bg:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.84) 0%,rgba(0,0,0,.56) 42%,rgba(0,0,0,.24) 72%,rgba(0,0,0,.10) 100%)}
.page-hero .hero-bg:after{background:linear-gradient(90deg,rgba(0,0,0,.82) 0%,rgba(0,0,0,.58) 48%,rgba(0,0,0,.28) 100%)}
.hero-content{position:relative;z-index:2;width:100%;max-width:1180px;margin:0 auto;padding:124px 24px 76px}
.home-hero .hero-content{padding-top:118px;padding-bottom:86px}
.eyebrow,.section-kicker{margin:0 0 12px;color:var(--red);font-size:13px;font-weight:850;line-height:1.35;text-transform:none;letter-spacing:0}
.hero .eyebrow{color:#8bf2ce}
.hero h1{max-width:760px;margin:0 0 18px;font-size:56px;line-height:1.08;font-weight:850;letter-spacing:0;text-shadow:0 2px 22px rgba(0,0,0,.36);text-wrap:balance}
.home-hero h1{max-width:620px;font-size:60px}
.lead{max-width:720px;margin:0;color:rgba(255,255,255,.88);font-size:19px;line-height:1.65;font-weight:600;text-shadow:0 1px 14px rgba(0,0,0,.28);text-wrap:balance}
.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}
.cta-note{max-width:520px;margin:10px 0 0;color:rgba(255,255,255,.72);font-size:12px;line-height:1.45;font-weight:650;text-shadow:0 1px 10px rgba(0,0,0,.22)}
.btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;border-radius:999px;padding:13px 21px;text-decoration:none;font-weight:850;line-height:1.2;text-align:center;white-space:normal;border:1px solid transparent;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}
.btn:hover{transform:translateY(-1px)}
.btn.primary{background:var(--red);color:#fff;box-shadow:0 16px 36px rgba(235,0,40,.24)}
.btn.primary:hover{background:#c90023}
.btn.secondary{background:rgba(255,255,255,.88);color:#111827;border-color:rgba(255,255,255,.42);box-shadow:0 14px 30px rgba(0,0,0,.14)}
.btn.dark{background:#111827;color:#fff}
.hero-chips{display:flex;flex-wrap:wrap;gap:8px;margin-top:24px;max-width:760px}
.hero-chips span{border:1px solid rgba(255,255,255,.22);background:rgba(255,255,255,.11);border-radius:8px;padding:7px 10px;color:rgba(255,255,255,.88);font-size:13px;font-weight:800}
.section-heading{max-width:920px;margin:0 auto 34px;text-align:center}
.section-heading h2,.content-section h2,.faq h2,.related h2,.final-cta h2{margin:0 0 16px;color:#10141b;font-size:36px;line-height:1.2;font-weight:850;letter-spacing:0;text-wrap:balance}
.section-heading p:not(.section-kicker){margin:0;color:#566071;font-size:17px;line-height:1.7;text-wrap:balance}
.app-scroll-motion{padding:96px 24px 108px;background:#0a1018;color:#fff;overflow:hidden}
.app-scroll-copy{max-width:860px;margin:0 auto 46px;text-align:center}
.app-scroll-copy h2{margin:0 0 16px;font-size:42px;line-height:1.16;font-weight:850;letter-spacing:0;text-wrap:balance}
.app-scroll-copy p:not(.section-kicker){margin:0;color:rgba(236,241,247,.78);font-size:17px;line-height:1.7;text-wrap:pretty}
.app-scroll-stage{max-width:1180px;margin:0 auto;display:grid;grid-template-columns:minmax(280px,420px) minmax(0,1fr);gap:46px;align-items:start}
.phone-shell{position:sticky;top:92px;width:min(360px,100%);margin:0 auto;padding:14px;border-radius:36px;background:linear-gradient(160deg,#02050a,#141b27);border:1px solid rgba(255,255,255,.14);box-shadow:0 36px 90px rgba(0,0,0,.42)}
.phone-speaker{width:76px;height:6px;border-radius:999px;background:rgba(255,255,255,.18);margin:0 auto 12px}
.phone-screen{min-height:612px;border-radius:28px;background:radial-gradient(circle at 20% 10%,rgba(235,0,40,.34),transparent 28%),linear-gradient(180deg,#182232 0%,#0b111c 100%);padding:24px;display:flex;flex-direction:column;gap:22px;overflow:hidden;transition:background .28s ease}
.phone-top{display:flex;align-items:center;justify-content:space-between;gap:12px;color:rgba(255,255,255,.72);font-size:13px;font-weight:850}
.phone-top strong{color:#fff;font-size:15px}
.phone-balance{font-size:44px;line-height:1.05;font-weight:850;letter-spacing:0;color:#fff;text-wrap:balance;transition:opacity .2s ease,transform .2s ease}
.phone-card{margin-top:auto;border-radius:22px;padding:22px;background:linear-gradient(135deg,rgba(255,255,255,.18),rgba(255,255,255,.07));border:1px solid rgba(255,255,255,.18);box-shadow:inset 0 1px 0 rgba(255,255,255,.12)}
.phone-card span{display:block;margin-bottom:10px;color:#8bf2ce;font-size:13px;font-weight:900}
.phone-card strong{display:block;color:#fff;font-size:20px;line-height:1.34;font-weight:850;text-wrap:pretty}
.phone-bars{display:grid;grid-template-columns:1.4fr .9fr 1.1fr;gap:9px}
.phone-bars span{height:68px;border-radius:18px;background:rgba(255,255,255,.11);border:1px solid rgba(255,255,255,.10)}
.app-scroll-steps{display:grid;gap:18px}
.app-step{min-height:152px;padding:24px;border-radius:8px;background:rgba(255,255,255,.075);border:1px solid rgba(255,255,255,.12);opacity:.58;transform:translateX(0);transition:opacity .22s ease,transform .22s ease,border-color .22s ease,background .22s ease}
.app-step span{display:inline-flex;margin-bottom:12px;color:#8bf2ce;font-size:12px;font-weight:900}
.app-step h3{margin:0 0 8px;color:#fff;font-size:23px;line-height:1.25;font-weight:850}
.app-step p{margin:0;color:rgba(236,241,247,.72);font-size:15px;line-height:1.58;text-wrap:pretty}
.app-step.active{opacity:1;transform:translateX(-6px);background:rgba(255,255,255,.13);border-color:rgba(235,0,40,.58)}
.benefits-carousel{padding:92px 24px 108px;background:#fff;overflow:hidden}
.benefit-stage{position:relative;max-width:1120px;height:492px;margin:0 auto}
.benefit-card{position:absolute;top:24px;left:50%;width:360px;height:436px;border-radius:8px;overflow:hidden;background:#111827;border:1px solid rgba(16,20,27,.08);box-shadow:0 28px 78px rgba(0,0,0,.16);transition:transform .7s cubic-bezier(.2,.8,.2,1),opacity .7s ease,filter .7s ease}
.benefit-card picture,.benefit-card img{display:block;width:100%;height:100%}
.benefit-card img{object-fit:cover}
.benefit-card:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.52) 0%,rgba(0,0,0,.10) 42%,rgba(0,0,0,.80) 100%)}
.benefit-card-content{position:absolute;z-index:2;inset:0;color:#fff;padding:26px;display:flex;flex-direction:column;justify-content:space-between}
.benefit-card h3{margin:0;font-size:27px;line-height:1.16;font-weight:850;letter-spacing:0;text-shadow:0 2px 18px rgba(0,0,0,.32)}
.benefit-card p{margin:0;color:rgba(255,255,255,.92);font-size:15px;line-height:1.56;font-weight:650;text-shadow:0 1px 14px rgba(0,0,0,.35)}
.benefit-card[data-position=active]{z-index:4;opacity:1;filter:saturate(1) brightness(1);transform:translateX(-50%) scale(1.06)}
.benefit-card[data-position=prev]{z-index:2;opacity:.9;filter:saturate(.95) brightness(.9);transform:translateX(calc(-50% - 250px)) scale(.86)}
.benefit-card[data-position=next]{z-index:2;opacity:.9;filter:saturate(.95) brightness(.9);transform:translateX(calc(-50% + 250px)) scale(.86)}
.benefit-card[data-position=hidden]{z-index:1;opacity:0;pointer-events:none;filter:saturate(.9) brightness(.86);transform:translateX(-50%) scale(.72)}
.benefit-controls{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:14px}
.benefit-control{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border:1px solid rgba(16,20,27,.14);border-radius:999px;background:#fff;color:#111827;font:850 15px/1 Inter,system-ui,sans-serif;cursor:pointer}
.benefit-control:hover{border-color:rgba(235,0,40,.34);color:var(--red)}
.benefit-dot:before{content:"";display:block;width:8px;height:8px;border-radius:999px;background:#aab1bd}
.benefit-dot[aria-current=true]:before{width:22px;background:var(--red)}
.premium-band{padding:92px 24px;background:#f6f7f9}
.premium-inner{max-width:1180px;margin:0 auto;display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,540px);gap:44px;align-items:center}
.premium-copy h2{font-size:40px;line-height:1.18;margin:0 0 18px;font-weight:850;letter-spacing:0;text-wrap:balance}
.premium-copy p{font-size:17px;color:#4d5665;margin:0 0 18px}
.premium-copy ul,.content-list{display:grid;gap:10px;list-style:none;padding:0;margin:24px 0 0}
.premium-copy li,.content-list li{border-left:4px solid var(--red);background:#fff;padding:12px 14px;border-radius:0 8px 8px 0;color:#374151;font-weight:750;text-wrap:pretty}
.premium-visual{border-radius:8px;overflow:hidden;box-shadow:0 24px 80px rgba(16,20,27,.16);border:1px solid rgba(16,20,27,.08);background:#111827}
.premium-visual img{display:block;width:100%;height:100%;object-fit:cover}
.intent-paths,.guide-directory,.content-section,.related{max-width:1180px;margin:0 auto;padding:84px 24px}
.intent-grid,.summary-grid,.related-grid,.source-grid,.guide-groups{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.intent-card,.summary-card,.related-card,.source,.guide-group{display:block;text-decoration:none;background:#fff;border:1px solid var(--line);border-radius:8px;padding:20px;box-shadow:0 1px 3px rgba(16,20,27,.04);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}
.intent-card:hover,.summary-card:hover,.related-card:hover,.source:hover{transform:translateY(-2px);box-shadow:0 18px 50px rgba(16,20,27,.08);border-color:rgba(235,0,40,.22)}
.intent-card strong,.summary-card h3,.related-card strong,.source strong{display:block;font-size:17px;line-height:1.32;margin:0 0 8px;font-weight:850;color:#10141b}
.intent-card span,.summary-card p,.related-card span,.source span{display:block;color:#566071;font-size:14px;line-height:1.55;text-wrap:pretty}
.guide-directory{background:#fff}
.guide-group h3{margin:0 0 12px;color:#10141b;font-size:17px;line-height:1.3;font-weight:850}
.guide-links{display:grid;gap:6px}
.guide-links a{display:flex;align-items:center;min-height:30px;color:#364152;text-decoration:none;font-size:13px;line-height:1.35;font-weight:750}
.guide-links a:hover{color:var(--red)}
.summary-band{padding:84px 24px;background:#fff}
.summary-grid{max-width:1180px;margin:0 auto;grid-template-columns:repeat(4,minmax(0,1fr))}
.summary-card{padding:22px}
.summary-card .metric{display:block;color:var(--green);font-size:13px;font-weight:900;margin-bottom:8px}
.split-section{max-width:1180px;margin:0 auto;padding:84px 24px;display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:40px;align-items:start}
.image-card{border-radius:8px;overflow:hidden;border:1px solid var(--line);background:#111827;box-shadow:0 20px 70px rgba(16,20,27,.12)}
.image-card img{display:block;width:100%;height:360px;object-fit:cover}
.content-section{padding-top:76px;padding-bottom:76px}
.content-section p{max-width:900px;margin:0 0 16px;color:#3b4350;font-size:17px;text-wrap:pretty}
.content-section .section-copy{max-width:900px}
.table-wrap{overflow:auto;border:1px solid var(--line);border-radius:8px;background:#fff;margin-top:24px}
table{width:100%;border-collapse:collapse;min-width:720px}
th,td{text-align:left;padding:14px 16px;border-bottom:1px solid var(--line);vertical-align:top}
th{background:#101820;color:#fff;font-size:13px}
tr:last-child td{border-bottom:0}
td{color:#374151}
.faq{background:#101820;color:#fff;padding:84px 24px}
.faq .section-heading,.faq-list{max-width:920px;margin-left:auto;margin-right:auto}
.faq h2{color:#fff}
.faq .section-kicker{color:#8bf2ce}
.faq .section-heading p{color:#d1d5db}
.faq-list{display:grid;gap:10px}
.faq details{border:1px solid rgba(255,255,255,.16);border-radius:8px;background:rgba(255,255,255,.06);padding:18px}
.faq summary{font-weight:850;cursor:pointer;color:#fff}
.faq details p{color:#d7dce5;margin:12px 0 0;text-wrap:pretty}
.sources{padding:70px 24px;background:#f6f7f9}
.sources .source-grid{max-width:1180px;margin:0 auto}
.final-cta{width:100%;max-width:none;margin:0;padding:clamp(72px,7vw,108px) 24px;display:grid;grid-template-columns:minmax(0,760px) minmax(220px,280px);align-items:center;justify-content:center;gap:clamp(32px,5vw,72px);background:#101820;color:#fff;border-radius:0;border-top:1px solid rgba(255,255,255,.08);border-bottom:1px solid rgba(255,255,255,.08)}
.final-cta h2{color:#fff;font-size:clamp(32px,3vw,48px);line-height:1.14;margin-bottom:14px}
.final-cta p{color:#d1d5db;margin:0;max-width:720px;text-wrap:balance}
.final-cta .section-kicker{color:#8bf2ce}
.final-action{display:grid;gap:8px;justify-items:start}
.final-action .btn{min-width:220px}
.final-action .cta-note{margin:0;color:rgba(229,231,235,.68);text-align:left;text-shadow:none}
.footer{background:#070b10;color:#f9fafb;padding:56px 24px 36px}
.footer-grid{max-width:1180px;margin:0 auto;display:grid;grid-template-columns:1.1fr 1.6fr;gap:42px}
.footer-brand strong{display:block;font-size:20px;margin-bottom:12px}
.footer-description{max-width:350px;margin:0 0 18px;color:rgba(229,231,235,.64);font-size:14px;line-height:1.7}
.footer-cta{background:#fff;color:#111827;width:max-content}
.footer-links{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px}
.footer-group h3,.footer-group summary{margin:0 0 10px;color:#fff;font-size:13px;font-weight:850}
.footer-group summary{list-style:none;cursor:pointer;min-height:44px;display:flex;align-items:center}
.footer-group summary::-webkit-details-marker{display:none}
.footer-group a{display:flex;align-items:center;min-height:44px;color:#c9d0dc;text-decoration:none;font-size:13px;line-height:1.4}
.footer-group a:hover{color:#fff}
.footer-bottom{max-width:1180px;margin:34px auto 0;padding-top:22px;border-top:1px solid rgba(255,255,255,.10);display:flex;align-items:flex-start;justify-content:space-between;gap:20px;color:rgba(229,231,235,.56);font-size:12px}
.footer-bottom a{display:inline-flex;align-items:center;justify-content:center;min-width:44px;min-height:44px;color:#dce2ec}
.footer-disclosure{max-width:680px;line-height:1.55}
.cookie-policy{position:fixed;right:18px;bottom:18px;z-index:80;width:min(370px,calc(100vw - 36px));padding:14px;background:#fff;color:#10141b;border:1px solid var(--line);border-radius:8px;box-shadow:0 22px 70px rgba(0,0,0,.18)}
.cookie-policy p{margin:0 0 10px;font-size:12.5px;line-height:1.45;color:#374151}
.cookie-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px}
.cookie-btn{min-height:40px;border:1px solid #d8dde6;border-radius:8px;background:#fff;color:#111827;font-weight:850;font-size:12.5px;cursor:pointer}
.cookie-btn.accept{background:#111827;color:#fff;border-color:#111827}
html:not(.has-cookie-policy) .cookie-policy{display:none}
.reveal-item{opacity:1;transform:none}
.reveal-item.is-visible{opacity:1;transform:none}
@media(max-width:980px){
  .nav{height:60px;padding:0 18px}
  .nav-links,.nav-cta{display:none}
  .mobile-menu{display:block;position:static;margin-left:auto}
  .mobile-menu:not([open]) .mobile-menu-panel{display:none}
  .mobile-menu[open] .mobile-menu-panel{display:grid;left:12px;right:12px;top:68px;width:auto}
  .home-hero{min-height:100svh}
  .hero h1,.home-hero h1{font-size:42px}
  .lead{font-size:17px}
  .app-scroll-stage{grid-template-columns:minmax(260px,340px) minmax(0,1fr);gap:28px}
  .phone-shell{top:78px;width:min(320px,100%)}
  .phone-screen{min-height:540px}
  .phone-balance{font-size:38px}
  .premium-inner,.split-section,.footer-grid{grid-template-columns:1fr}
  .intent-grid,.summary-grid,.related-grid,.source-grid,.guide-groups{grid-template-columns:1fr 1fr}
  .benefit-stage{height:420px}
  .benefit-card{width:302px;height:370px}
  .benefit-card[data-position=prev]{transform:translateX(calc(-50% - 150px)) scale(.74);opacity:.22}
  .benefit-card[data-position=next]{transform:translateX(calc(-50% + 150px)) scale(.74);opacity:.22}
  .footer-links{grid-template-columns:repeat(2,minmax(0,1fr))}
  .final-cta{grid-template-columns:1fr;align-items:start;justify-items:start;justify-content:stretch;padding:68px 20px;gap:24px}
  .final-action .cta-note{text-align:left}
}
@media(max-width:640px){
  .nav{display:grid;grid-template-columns:minmax(0,1fr) auto;padding:0 16px}
  .brand-mark,.brand-mark svg{width:27px;height:28px}
  .brand strong{font-size:15px}
  .brand small{display:none}
  .hero{min-height:390px}
  .home-hero{min-height:100svh}
  .hero-bg img{object-position:center}
  .home-hero .hero-bg img{object-position:58% center}
  .hero-content,.home-hero .hero-content{padding:98px 18px 48px}
  .hero h1,.home-hero h1{font-size:36px;line-height:1.1;max-width:100%;text-wrap:balance}
  .lead{font-size:15.5px;line-height:1.62;max-width:100%}
  .hero-actions{gap:10px;margin-top:22px}
  .btn{min-height:46px;padding:12px 18px;font-size:14px}
  .hero-chips span:nth-child(n+4){display:none}
  .benefits-carousel,.premium-band,.summary-band,.intent-paths,.guide-directory,.content-section,.split-section,.related,.faq,.sources{padding-left:18px;padding-right:18px}
  .app-scroll-motion{padding:72px 18px 84px}
  .app-scroll-copy{text-align:left;margin-bottom:32px}
  .app-scroll-copy h2{font-size:30px;line-height:1.22}
  .app-scroll-copy p:not(.section-kicker){font-size:15.5px}
  .app-scroll-stage{grid-template-columns:1fr;gap:26px}
  .phone-shell{position:relative;top:auto;width:min(310px,100%);border-radius:32px}
  .phone-screen{min-height:510px;border-radius:24px;padding:20px}
  .phone-balance{font-size:34px}
  .phone-card strong{font-size:18px}
  .phone-bars span{height:54px}
  .app-scroll-steps{gap:12px}
  .app-step{min-height:auto;padding:18px;transform:none}
  .app-step.active{transform:none}
  .benefits-carousel{padding-top:72px;padding-bottom:86px}
  .section-heading{text-align:left;margin-bottom:28px}
  .section-heading h2,.content-section h2,.faq h2,.related h2{font-size:28px;line-height:1.24}
  .premium-copy h2{font-size:30px}
  .benefit-stage{height:358px}
  .benefit-card{width:min(276px,74vw);height:334px}
  .benefit-card h3{font-size:24px}
  .benefit-card p{font-size:13.5px}
  .benefit-card[data-position=prev],.benefit-card[data-position=next]{opacity:.08;pointer-events:none}
  .benefit-card[data-position=prev]{transform:translateX(calc(-50% - 84px)) scale(.68)}
  .benefit-card[data-position=next]{transform:translateX(calc(-50% + 84px)) scale(.68)}
  .intent-grid,.summary-grid,.related-grid,.source-grid,.guide-groups{grid-template-columns:1fr}
  .summary-grid.home-quick{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
  .summary-grid.home-quick .summary-card{padding:16px;min-height:128px}
  .summary-grid.home-quick .summary-card h3{font-size:14.5px;line-height:1.28}
  .summary-grid.home-quick .summary-card p{font-size:12.5px;line-height:1.45}
  .premium-band,.summary-band,.intent-paths,.guide-directory,.content-section,.split-section,.related,.faq,.sources{padding-top:64px;padding-bottom:64px}
  .image-card img{height:250px}
  .final-cta{margin:0;padding:58px 18px}
  .final-cta h2{font-size:28px;line-height:1.16}
  .final-action{width:100%}
  .final-action .btn{width:100%;max-width:340px;min-width:0}
  .footer{padding:38px 18px 26px}
  .footer-grid{gap:22px}
  .footer-description{max-width:none;font-size:12.5px;line-height:1.5}
  .footer-links{display:grid;grid-template-columns:1fr 1fr;gap:10px 16px}
  .footer-group{border-top:1px solid rgba(255,255,255,.12);padding:8px 0 2px}
  .footer-group h3{display:none}
  .footer-group summary{min-height:44px;margin-bottom:0;justify-content:space-between;gap:8px}
  .footer-group summary:after{content:"+";display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:999px;background:rgba(255,255,255,.10);color:#fff;font-size:14px;line-height:1}
  .footer-group[open] summary:after{content:"-"}
  .footer-group a{min-height:44px;font-size:12.5px;line-height:1.32}
  .footer-bottom{display:block;margin-top:18px;padding-top:16px;font-size:12px}
  .footer-disclosure{font-size:12px;line-height:1.5}
  table,thead,tbody,tr,td{display:block;width:100%;min-width:0}
  table{border-collapse:separate;border-spacing:0}
  thead{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}
  tbody{display:grid;gap:10px;padding:10px}
  tr{border:1px solid var(--line);border-radius:8px;background:#fff;overflow:hidden}
  td{display:grid;grid-template-columns:minmax(82px,.42fr) minmax(0,1fr);gap:10px;padding:10px 12px;border-bottom:1px solid var(--line);font-size:13px;line-height:1.42;overflow-wrap:anywhere}
  td:last-child{border-bottom:0}
  td:before{content:attr(data-label);color:#10141b;font-weight:850}
  .cookie-policy{left:10px;right:10px;bottom:calc(8px + env(safe-area-inset-bottom));width:auto;padding:10px 11px}
  .cookie-policy p{font-size:12px}
}
@media(max-width:390px){
  .hero h1,.home-hero h1{font-size:33px}
  .section-heading h2,.content-section h2,.faq h2,.related h2,.premium-copy h2{font-size:26px}
  .summary-grid.home-quick{grid-template-columns:1fr}
}

.home-hero+.benefits-carousel{padding-top:clamp(104px,8vw,132px)!important}
.benefits-carousel{padding:clamp(104px,8vw,132px) 24px clamp(126px,9vw,158px)!important;background:#fff;color:#111827;overflow:hidden}
.benefits-carousel .section-heading{max-width:820px;margin:0 auto 42px!important;text-align:center}
.benefits-carousel .section-kicker{color:var(--red)!important;margin-bottom:12px!important}
.benefits-carousel h2{font-size:46px!important;line-height:1.12!important;margin:0 0 14px!important;font-weight:850!important;letter-spacing:0}
.benefit-carousel-stage{position:relative;max-width:1120px;height:500px;margin:0 auto}
.benefit-card{position:absolute;top:30px;left:50%;width:374px;height:478px;border-radius:26px;overflow:hidden;background:#111827;border:1px solid rgba(17,24,39,.10);box-shadow:0 28px 80px rgba(0,0,0,.18);transition:transform .72s cubic-bezier(.2,.8,.2,1),opacity .72s ease,filter .72s ease;will-change:transform,opacity,filter}
.benefit-card>picture{position:absolute!important;inset:0!important;display:block!important;width:100%!important;height:100%!important}
.benefit-card img{display:block!important;width:100%!important;height:100%!important;object-fit:cover!important}
.benefit-card:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.50) 0%,rgba(0,0,0,.10) 43%,rgba(0,0,0,.78) 100%);pointer-events:none}
.benefit-card-content{position:absolute;inset:0;z-index:2;display:flex;flex-direction:column;justify-content:space-between;padding:30px;color:#fff;text-align:left}
.benefit-card h3{margin:0;font-size:30px;line-height:1.13;font-weight:850;letter-spacing:0;text-shadow:0 2px 18px rgba(0,0,0,.30)}
.benefit-card p{margin:0;color:rgba(255,255,255,.92);font-size:15px;line-height:1.62;font-weight:650;text-shadow:0 1px 14px rgba(0,0,0,.35)}
.benefit-card[data-position=active]{z-index:4;opacity:1;filter:saturate(1) brightness(1);transform:translateX(-50%) scale(1.08)}
.benefit-card[data-position=prev]{z-index:2;opacity:.90;filter:saturate(.95) brightness(.90);transform:translateX(calc(-50% - 260px)) scale(.86)}
.benefit-card[data-position=next]{z-index:2;opacity:.90;filter:saturate(.95) brightness(.90);transform:translateX(calc(-50% + 260px)) scale(.86)}
.benefit-card[data-position=hidden]{z-index:1;opacity:0;filter:saturate(.90) brightness(.86);pointer-events:none;transform:translateX(-50%) scale(.70)}
.benefit-dots{display:flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;margin-top:18px!important}
.benefit-arrow,.benefit-pause{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:34px!important;height:34px!important;min-height:34px!important;margin:0!important;padding:0!important;border:1px solid rgba(17,24,39,.14)!important;border-radius:999px!important;background:#fff!important;color:#111827!important;box-shadow:0 1px 2px rgba(17,24,39,.05)!important;cursor:pointer!important;font:850 16px/1 Inter,system-ui,sans-serif!important}
.benefit-pause{font-size:12px!important}
.benefit-arrow:hover,.benefit-pause:hover{border-color:rgba(235,0,40,.30)!important;color:var(--red)!important;transform:translateY(-1px)!important}
.benefit-dot{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:34px!important;height:34px!important;border:0!important;border-radius:999px!important;background:transparent!important;padding:0!important;cursor:pointer!important}
.benefit-dot:before{content:"";display:block!important;width:8px!important;height:8px!important;border-radius:999px!important;background:#d1d5db!important;transition:width .25s ease,background .25s ease}
.benefit-dot[aria-current=true]:before{width:22px!important;background:var(--red)!important}
.premium-card-section{background:#020202!important;color:#fff;text-align:center;padding:clamp(92px,7vw,124px) 24px clamp(104px,8vw,140px)!important;overflow:hidden}
.premium-card-copy{max-width:760px;margin:0 auto 40px!important}
.premium-card-section .section-kicker{color:var(--red)!important;margin-bottom:13px!important}
.premium-card-section h2{font-size:46px!important;line-height:1.12!important;margin:0 0 16px!important;color:#fff!important;font-weight:850!important;letter-spacing:0}
.premium-card-section p:not(.section-kicker){margin:0 auto;color:#cbd5e1;font-size:18px;line-height:1.72;max-width:760px;text-wrap:balance}
.premium-card-actions{display:flex;justify-content:center;gap:12px;flex-wrap:wrap;margin-top:30px}
.premium-card-section .btn.secondary{background:#fff!important;color:#111827!important;border-color:#fff!important}
.premium-card-visual{max-width:min(900px,calc(100vw - 96px));margin:0 auto}
.premium-card-visual picture,.premium-card-visual img{display:block;width:100%;height:auto}
.premium-card-visual img{object-fit:contain;border-radius:0}
.home-intent-paths{padding-top:96px!important;padding-bottom:96px!important}
.partner-benefit-section{position:relative;overflow:visible;background:#fff;padding:0 24px!important}
.partner-benefit-stage{position:relative;width:min(1200px,100%);margin:0 auto}
.partner-benefit-panels{width:48%;padding-top:64px;padding-bottom:clamp(180px,18vh,260px)}
.partner-scroll-panel{min-height:82vh;display:flex;align-items:flex-start}
.partner-scroll-panel[data-step="1"]{min-height:100vh;padding-top:20vh}
.partner-scroll-panel.compact{min-height:56vh;padding-top:20vh;padding-bottom:24vh}
.partner-benefit-copy{min-width:0;max-width:540px}
.partner-benefit-copy .section-kicker{color:var(--red)!important;margin:0 0 18px!important;font-size:14px!important;font-weight:900!important;line-height:1.35!important;letter-spacing:0!important;text-transform:none!important}
.partner-benefit-copy h2{max-width:520px;margin:0;color:#06070d;font-size:clamp(42px,3.65vw,53px);line-height:1.11;font-weight:900;letter-spacing:0;text-wrap:balance}
.partner-benefit-lead{max-width:520px;margin:26px 0 0!important;color:#767b85!important;font-size:clamp(15.5px,1.16vw,17px)!important;line-height:1.78!important;font-weight:550!important;text-wrap:balance}
.btn.partner-start{width:auto!important;min-width:104px!important;min-height:48px!important;margin-top:34px!important;padding:0 24px!important;border-radius:999px!important;background:#090909!important;color:#fff!important;box-shadow:0 16px 34px rgba(0,0,0,.12)!important;font-size:14.5px!important}
.partner-benefit-offer{display:grid;grid-template-columns:28px minmax(0,1fr);gap:14px;width:100%;max-width:390px;margin:32px 0 0;padding:18px 20px;border:1px solid rgba(235,0,40,.18);border-radius:10px;background:linear-gradient(180deg,#fffafa 0%,#fff5f5 100%);box-shadow:0 14px 40px rgba(235,0,40,.045)}
.offer-icon{width:24px;height:24px;margin-top:2px;border-radius:7px;background:var(--red);position:relative;box-shadow:0 8px 16px rgba(235,0,40,.18)}
.offer-icon:before,.offer-icon:after{content:"";position:absolute;background:#fff;border-radius:2px}
.offer-icon:before{left:10px;top:5px;width:4px;height:14px}
.offer-icon:after{left:5px;top:10px;width:14px;height:4px}
.partner-benefit-offer strong{display:block;margin:0 0 4px;color:var(--red);font-size:14.5px;line-height:1.35;font-weight:900}
.partner-benefit-offer p{margin:0!important;color:#626262!important;font-size:12.7px!important;line-height:1.62!important;font-weight:550!important;text-wrap:pretty}
.partner-phone-column{position:absolute;right:0;top:0;width:48%;height:100%;padding-top:40px}
.partner-phone-sticky{position:sticky;top:96px;display:flex;justify-content:center;filter:drop-shadow(0 42px 70px rgba(0,0,0,.18))}
.app-phone-shell{position:relative;width:305px;height:620px;border:8px solid #1f1f1f;border-radius:44px;background:#000;overflow:hidden;box-shadow:inset 0 0 0 1px rgba(255,255,255,.10)}
.app-phone-notch{position:absolute;top:0;left:50%;z-index:20;width:110px;height:30px;transform:translateX(-50%);border-radius:0 0 20px 20px;background:#000}
.app-phone-screen{position:absolute;inset:0;z-index:1;padding:28px 18px 78px;background:#030303;color:#fff;opacity:0;visibility:hidden;transition:opacity .28s ease,visibility 0s linear .28s;pointer-events:none;font-family:Inter,"Noto Sans Bengali",system-ui,sans-serif}
.app-phone-screen.active{z-index:2;opacity:1;visibility:visible;transition:opacity .28s ease;pointer-events:auto}
.phone-appbar,.phone-title-row{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:0 0 24px}
.phone-appbar strong{font-size:19px;line-height:1}
.phone-appbar span:last-child{color:#f4f4f4;font-size:18px;letter-spacing:4px}
.phone-avatar{display:grid!important;place-items:center;width:32px;height:32px;border-radius:50%;background:#fff!important;color:var(--red)!important;font-size:14px!important;font-weight:900!important;letter-spacing:0!important}
.phone-muted{color:#7f7f86;font-size:13px;font-weight:700}
.phone-balance{margin:4px 0 26px;font-size:44px;line-height:1;font-weight:750;letter-spacing:0;color:#fff}
.phone-balance span{font-size:17px;font-weight:700;color:#f3f4f6}
.phone-actions{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:22px}
.phone-actions span{display:grid;justify-items:center;gap:8px;color:#e9e9ec;font-size:11px;font-weight:700;text-align:center;line-height:1.25}
.phone-actions i{display:grid;place-items:center;width:44px;height:44px;border-radius:50%;background:#26262c;color:#fff;font-style:normal;font-size:20px}
.phone-actions span:first-child i{background:#fff;color:#111}
.phone-card{border-radius:18px;background:#27272d;margin:0 0 16px;padding:18px;color:#fff}
.phone-card.strong{display:grid;grid-template-columns:40px minmax(0,1fr);gap:12px;align-items:center}
.phone-card b{font-size:15px;line-height:1.3}
.phone-card p{margin:7px 0 0!important;color:#f0f0f3!important;font-size:13px!important;line-height:1.45!important}
.phone-card em{grid-column:1/-1;display:grid;place-items:center;height:38px;margin-top:12px;border-radius:999px;background:#000;color:#fff;font-style:normal;font-size:13px;font-weight:900}
.phone-card-icon{width:38px;height:38px;border-radius:10px;background:linear-gradient(135deg,#ff1d42,var(--red));position:relative}
.phone-card-icon:after{content:"";position:absolute;inset:10px 9px;border:2px solid rgba(255,255,255,.82);border-radius:4px}
.phone-credit{border-radius:18px;background:#1a1a1d;padding:18px;color:#fff}
.phone-credit b{display:block;color:#dcdce2;font-size:14px}
.phone-credit p{margin:14px 0 4px!important;color:#8c8c92!important;font-size:12px!important;text-align:center}
.phone-credit strong{display:block;text-align:center;font-size:30px;line-height:1.1}
.phone-credit small{display:block;margin-top:12px;padding:10px;border-radius:10px;background:#050505;color:#62e7a9;text-align:right;font-size:11px;font-weight:800}
.phone-tabbar{position:absolute;left:12px;right:12px;bottom:10px;height:58px;border:1px solid rgba(255,255,255,.22);border-radius:32px;background:rgba(16,16,17,.95);display:grid;grid-template-columns:repeat(4,1fr);align-items:center}
.phone-tabbar span{display:grid;place-items:center;color:#e7e7e9;font-size:10px;font-weight:800;text-align:center}
.phone-tabbar .active{height:48px;margin:0 3px;border-radius:28px;background:#252527;color:var(--red)}
.phone-title-row strong{font-size:30px}
.phone-title-row span{padding:10px 16px;border-radius:12px;background:#202025;color:#fff;font-size:12px;font-weight:800}
.send-row{display:grid;grid-template-columns:minmax(86px,32%) minmax(0,1fr);grid-template-areas:"label amount" "available amount" "currency amount";align-items:center;column-gap:10px;row-gap:7px;border-bottom:1px solid rgba(255,255,255,.11);padding:18px 6px 24px 0;min-height:124px}
.send-row small{grid-area:label;display:block;color:#8b8b91;font-size:12px;font-style:normal;font-weight:700;line-height:1.25}
.send-row em{grid-area:available;display:block;color:#8b8b91;font-size:11px;font-style:normal;font-weight:700;line-height:1.25;white-space:nowrap}
.send-row b{grid-area:amount;justify-self:end;max-width:100%;color:#f6f7f9;font-size:38px;line-height:.95;font-weight:900;text-align:right;white-space:nowrap}
.send-row span{grid-area:currency;display:inline-flex;align-items:center;justify-self:start;margin-top:7px;padding:12px 18px;border-radius:999px;background:#050505;border:1px solid rgba(255,255,255,.12);font-size:17px;font-weight:900}
.phone-rate{margin:26px 0 0!important;color:#f0f0f3!important;text-align:right!important;font-size:14px!important;font-weight:800!important}
.phone-continue{position:absolute;left:18px;right:18px;bottom:94px;height:54px;border:0;border-radius:12px;background:#28282d;color:#8f8f95;font:900 14px/1 Inter,system-ui}
.asset-buttons{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:28px 0 24px}
.asset-buttons span{display:grid;place-items:center;min-height:50px;border-radius:12px;background:#24242a;color:#fff;font-size:13px;font-weight:900}
.asset-buttons span:first-child{background:#fff;color:#111}
.asset-tabs{display:flex;gap:20px;margin-bottom:12px;border-bottom:1px solid rgba(255,255,255,.18)}
.asset-tabs b,.asset-tabs span{padding:0 0 12px;color:#fff;font-size:14px}
.asset-tabs b{border-bottom:2px solid #fff}
.asset-tabs span{color:#777}
.asset-list{display:grid}
.asset-list p{position:relative;margin:0!important;padding:15px 0 15px 50px!important;border-bottom:1px solid rgba(255,255,255,.12);color:#fff!important;line-height:1.25!important}
.asset-coin{position:absolute;left:0;top:13px;display:grid;place-items:center;width:34px;height:34px;border-radius:50%;font-style:normal;font-size:16px;font-weight:900;color:#fff;box-shadow:inset 0 1px 0 rgba(255,255,255,.28),0 10px 20px rgba(0,0,0,.28)}
.asset-coin.usds{background:linear-gradient(135deg,#f7f7f7,#a9adb7);color:#111827}
.asset-coin.usdt{background:linear-gradient(135deg,#26a17b,#12d0a4)}
.asset-coin.usdc{background:linear-gradient(135deg,#2775ca,#56a7ff)}
.asset-coin.btc{background:linear-gradient(135deg,#f7931a,#ffbd63)}
.asset-coin.eth{background:linear-gradient(135deg,#627eea,#8a92b2)}
.asset-list b{display:block;font-size:16px}
.asset-list span{position:absolute;right:0;top:16px;font-size:15px;font-weight:800}
.asset-list small{display:block;color:#777;font-size:12px;margin-top:4px}
@media(max-width:980px){
  .benefits-carousel h2{font-size:36px!important}
  .benefit-carousel-stage{height:496px}
  .benefit-card{top:26px;width:342px;height:438px}
  .benefit-card[data-position=prev]{transform:translateX(calc(-50% - 205px)) scale(.82)}
  .benefit-card[data-position=next]{transform:translateX(calc(-50% + 205px)) scale(.82)}
  .premium-card-section{padding:72px 18px 76px!important}
  .premium-card-section h2{font-size:34px!important}
  .premium-card-section p:not(.section-kicker){font-size:16px}
  .premium-card-actions .btn{width:auto!important}
  .partner-benefit-section{padding:112px 24px 122px!important}
  .partner-benefit-stage{display:flex;flex-direction:column;gap:44px;max-width:720px}
  .partner-benefit-panels{order:2;width:100%;padding:0}
  .partner-scroll-panel,.partner-scroll-panel[data-step="1"],.partner-scroll-panel.compact{min-height:0!important;padding:0 0 54px!important}
  .partner-scroll-panel.compact{padding-bottom:0!important}
  .partner-benefit-copy{max-width:620px}
  .partner-benefit-copy h2{font-size:44px;line-height:1.1}
  .partner-benefit-lead{font-size:17px!important;line-height:1.74!important}
  .partner-phone-column{order:1;position:sticky;right:auto;top:72px;z-index:5;width:100%;height:auto;padding:0 0 30px;background:#fff;box-shadow:0 18px 32px rgba(255,255,255,.96)}
  .partner-phone-sticky{position:relative;top:auto;height:533px}
  .app-phone-shell{width:305px;height:620px;border-width:7px;border-radius:40px;transform:scale(.86);transform-origin:top center}
  .partner-scroll-panel,.partner-scroll-panel[data-step="1"],.partner-scroll-panel.compact{min-height:1053px!important;padding:743px 0 54px!important}
  .partner-scroll-panel.compact{padding-bottom:72px!important}
}
@media(max-width:640px){
  .home-hero+.benefits-carousel{padding-top:86px!important}
  .benefits-carousel{padding:86px 18px 96px!important}
  .benefits-carousel .section-heading{margin-bottom:32px!important;text-align:center!important}
  .benefits-carousel h2{font-size:30px!important}
  .benefit-carousel-stage{height:366px!important}
  .benefit-card{top:14px;width:min(272px,74vw)!important;height:336px!important}
  .benefit-card-content{padding:24px!important}
  .benefit-card h3{font-size:25px!important}
  .benefit-card p{font-size:14px!important;line-height:1.52!important}
  .benefit-card[data-position=prev],.benefit-card[data-position=next]{opacity:.08!important;filter:none!important;pointer-events:none!important}
  .benefit-card[data-position=prev]{transform:translateX(calc(-50% - 84px)) scale(.68)!important}
  .benefit-card[data-position=next]{transform:translateX(calc(-50% + 84px)) scale(.68)!important}
  .benefit-card[data-position=prev] .benefit-card-content,.benefit-card[data-position=next] .benefit-card-content{opacity:0!important}
  .benefit-dots{margin-top:14px!important;gap:6px!important}
  .benefit-arrow,.benefit-pause{width:32px!important;height:32px!important;min-height:32px!important}
  .premium-card-section{padding:76px 18px 88px!important}
  .premium-card-section h2{font-size:30px!important}
  .premium-card-copy{margin-bottom:28px!important}
  .premium-card-visual{max-width:min(100%,336px)!important}
  .premium-card-actions{justify-content:center}
  .premium-card-actions .btn{width:100%!important}
  .home-intent-paths{padding:74px 18px 76px!important}
  .home-intent-paths .section-heading{margin-bottom:24px!important;text-align:left}
  .partner-benefit-section{padding:88px 18px 104px!important}
  .partner-benefit-stage{gap:38px}
  .partner-benefit-copy .section-kicker{font-size:13px!important;margin-bottom:14px!important}
  .partner-benefit-copy h2{max-width:21rem;font-size:34px;line-height:1.14;text-wrap:pretty}
  .partner-benefit-lead{max-width:22rem;margin-top:22px!important;font-size:15px!important;line-height:1.66!important}
  .btn.partner-start{min-width:112px!important;min-height:52px!important;margin-top:28px!important;font-size:15px!important}
  .partner-benefit-offer{grid-template-columns:28px minmax(0,1fr);gap:12px;max-width:100%;margin-top:28px;padding:20px 18px;border-radius:12px}
  .partner-phone-column{top:62px;padding-bottom:32px;background:#fff;box-shadow:0 18px 32px rgba(255,255,255,.96)}
  .partner-phone-sticky{height:422px}
  .app-phone-shell{width:305px;height:620px;border-width:6px;border-radius:44px;transform:scale(.68);transform-origin:top center}
  .partner-scroll-panel,.partner-scroll-panel[data-step="1"],.partner-scroll-panel.compact{min-height:982px!important;padding:652px 0 54px!important}
  .partner-scroll-panel.compact{padding-bottom:76px!important}
  .app-phone-screen{padding:24px 15px 68px}
  .phone-appbar,.phone-title-row{margin-bottom:18px}
  .phone-appbar strong{font-size:17px}
  .phone-balance{font-size:32px;margin-bottom:18px}
  .phone-actions{gap:8px}
  .phone-actions i{width:34px;height:34px}
  .phone-actions span{font-size:9.5px}
  .phone-card,.phone-credit{padding:13px}
  .phone-credit strong{font-size:24px}
  .send-row{grid-template-columns:minmax(78px,31%) minmax(0,1fr);column-gap:8px}
  .send-row b{font-size:26px}
  .send-row span{padding:9px 13px;font-size:13px}
  .send-row em{font-size:10px}
  .phone-tabbar{height:54px}
}

.home-summary-trio{max-width:1180px!important;margin:clamp(72px,6vw,108px) auto 0!important;padding:0 24px!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:24px!important}
.home-summary-trio .summary-card{min-height:150px!important;padding:24px!important;border-radius:16px!important;background:linear-gradient(180deg,#fff 0%,#fbfcfe 100%)!important;box-shadow:0 12px 34px rgba(16,20,27,.055)!important}
.home-summary-trio .summary-card h2{margin:0 0 10px!important;color:#10141b!important;font-size:18px!important;line-height:1.32!important;font-weight:850!important}
.home-summary-trio .summary-card p{margin:0!important;color:#566071!important;font-size:14.5px!important;line-height:1.64!important}
.content-section+.content-section{padding-top:clamp(42px,4vw,72px)!important}
.content-section .section-copy,.content-section .table-card,.content-section .source-list{max-width:900px!important}
.content-section .table-card{max-width:100%!important}
.check-list li{font-size:15px;line-height:1.55}
.table-link{display:inline-flex;align-items:center;min-height:34px;color:var(--red);font-weight:850;text-decoration:none}
.table-link:hover{text-decoration:underline}
.home-action-flow{max-width:1180px;margin:0 auto;padding:clamp(78px,6vw,108px) 24px}
.home-action-flow .section-heading{max-width:860px}
.home-action-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.home-action-grid .intent-card{min-height:132px;border-radius:16px;padding:22px;box-shadow:0 12px 34px rgba(16,20,27,.055)}
.longtail-section{padding-top:clamp(76px,6vw,104px)!important}
.longtail-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}
.longtail-note{position:relative;display:block;min-height:138px;padding:24px 50px 24px 24px;border:1px solid var(--line);border-radius:16px;background:linear-gradient(180deg,#fff 0%,#fbfcfe 100%);box-shadow:0 12px 34px rgba(16,20,27,.055);text-decoration:none;color:inherit;transition:border-color .22s ease,box-shadow .22s ease,transform .22s ease}
.longtail-note:before{content:"";position:absolute;inset:0 auto 0 0;width:3px;background:linear-gradient(180deg,var(--red),rgba(235,0,40,.44));opacity:.5}
.longtail-note:after{content:"";position:absolute;top:28px;right:24px;width:8px;height:8px;border-top:2px solid rgba(235,0,40,.72);border-right:2px solid rgba(235,0,40,.72);transform:rotate(45deg);transition:transform .22s ease}
.longtail-note:hover{transform:translateY(-2px);border-color:rgba(235,0,40,.24);box-shadow:0 18px 46px rgba(16,20,27,.08)}
.longtail-note:hover:after{transform:translateX(2px) rotate(45deg)}
.longtail-note h3{margin:0 0 10px;color:#10141b;font-size:17px;line-height:1.34;font-weight:850}
.longtail-note p{margin:0!important;color:#566071!important;font-size:14.5px!important;line-height:1.64!important;max-width:none!important}
main+.footer{margin-top:0!important;background:radial-gradient(circle at 18% 0%,rgba(235,0,40,.10),transparent 30%),linear-gradient(180deg,#06110f 0%,#050608 48%,#030405 100%)!important;padding:clamp(64px,5vw,80px) 24px 46px!important}
.footer-shell{max-width:1180px;margin:0 auto}
.footer-grid{max-width:none!important;grid-template-columns:minmax(240px,.74fr) minmax(0,1.58fr)!important;gap:clamp(44px,5vw,72px)!important}
.footer-description{max-width:330px!important;margin:14px 0 22px!important;color:rgba(229,231,235,.64)!important;font-size:14px!important;line-height:1.72!important}
.footer-cta{min-height:46px!important;border-radius:8px!important;padding:0 18px!important;box-shadow:0 12px 30px rgba(0,0,0,.22)!important}
.footer-links{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:20px 28px!important}
.footer-group{min-width:0!important}
.footer-group summary{color:rgba(255,255,255,.9)!important;font-size:12.5px!important;line-height:1.3!important}
.footer-group a{color:rgba(209,213,219,.78)!important;font-size:13px!important;line-height:1.42!important;overflow-wrap:anywhere}
.footer-bottom{max-width:none!important;margin:clamp(42px,4vw,56px) 0 0!important;align-items:center!important}
.footer-disclosure{max-width:820px!important;color:rgba(229,231,235,.46)!important}
@media(max-width:980px){
  .home-summary-trio{max-width:760px!important;grid-template-columns:1fr!important;padding:0 20px!important}
  .home-action-flow{max-width:760px;padding-left:20px;padding-right:20px}
  .home-action-grid{grid-template-columns:1fr 1fr}
  .longtail-grid{grid-template-columns:1fr}
  .footer-shell{max-width:760px}
  .footer-grid{grid-template-columns:1fr!important;gap:48px!important}
}
@media(max-width:640px){
  .home-summary-trio{margin-top:74px!important;padding:0 18px!important;gap:14px!important}
  .home-summary-trio .summary-card{min-height:0!important;padding:18px!important}
  .content-section .section-copy,.content-section .table-card{max-width:100%!important}
  .home-action-flow{padding:76px 18px}
  .home-action-flow .section-heading{text-align:left;margin-bottom:24px}
  .home-action-grid{grid-template-columns:1fr;gap:10px}
  .home-action-grid .intent-card{min-height:0;padding:16px}
  .longtail-section{padding-top:82px!important}
  .longtail-grid{gap:14px}
  .longtail-note{min-height:0;padding:18px 42px 18px 18px;border-radius:12px}
  .longtail-note:after{top:24px;right:18px}
  .longtail-note h3{font-size:16px!important}
  .longtail-note p{font-size:14px!important;line-height:1.62!important}
  main+.footer{padding:44px 20px 30px!important}
  .footer-description{max-width:none!important;margin:12px 0 18px!important;font-size:12.5px!important;line-height:1.58!important}
  .footer-grid{gap:30px!important}
  .footer-links{grid-template-columns:1fr 1fr!important;gap:10px 16px!important}
  .footer-bottom{display:flex!important;flex-direction:column!important;align-items:flex-start!important;margin-top:24px!important;gap:12px!important}
  .footer-disclosure{font-size:11.5px!important;line-height:1.45!important;color:rgba(229,231,235,.58)!important}
}

/* Final Bangladesh home QA layout */
.home-hero+.partner-benefit-section{padding-top:0!important}
.partner-benefit-section{padding:0 24px 72px!important;background:#fff!important;overflow:clip!important}
.partner-benefit-stage{width:min(1180px,100%)!important}
.partner-benefit-panels{width:48%!important;padding-top:12vh!important;padding-bottom:120px!important}
.partner-scroll-panel,.partner-scroll-panel[data-step="1"],.partner-scroll-panel.compact{min-height:72vh!important;padding:0!important;display:flex!important;align-items:center!important}
.partner-benefit-copy h2{max-width:560px!important;font-size:clamp(43px,3.8vw,56px)!important;line-height:1.08!important}
.partner-benefit-lead{max-width:500px!important;color:#717784!important}
.partner-phone-column{right:0!important;top:0!important;width:48%!important;height:100%!important;padding-top:0!important}
.partner-phone-sticky{top:18vh!important}
.app-phone-shell{width:318px!important;height:648px!important;border-radius:46px!important}
.app-phone-screen{padding:28px 18px 76px!important}
.phone-appbar{margin-bottom:20px!important}
.phone-appbar span:last-child{letter-spacing:0!important;font-size:12px!important;font-weight:900!important;color:#9ca3af!important}
.phone-flow-label{margin:0 0 6px;color:#7f7f86;font-size:13px;font-weight:900}
.phone-flow-value{margin:0 0 22px;color:#fff;font-size:42px;line-height:1;font-weight:900;letter-spacing:0}
.phone-flow-value span{font-size:16px;color:#f3f4f6;font-weight:800}
.phone-flow-actions{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px;margin-bottom:16px}
.phone-flow-actions span{display:grid;justify-items:center;gap:7px;color:#e9e9ec;font-size:10.5px;font-weight:800;text-align:center;line-height:1.22;min-width:0}
.phone-flow-actions i{display:grid;place-items:center;width:38px;height:38px;border-radius:50%;background:#26262c;color:#fff;font-style:normal;font-size:14px}
.phone-flow-actions span:first-child i{background:#fff;color:#111}
.phone-flow-card{margin-bottom:14px!important;padding:15px!important}
.phone-flow-card b{font-size:15px!important}
.phone-flow-card em{height:auto!important;min-height:40px!important;padding:10px 12px!important;line-height:1.32!important;text-align:center!important}
.phone-flow-list{display:grid;gap:8px}
.phone-flow-list p{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px;margin:0!important;padding:10px 12px!important;border-radius:12px;background:#17171b;color:#fff!important;line-height:1.25!important}
.phone-flow-list b{font-size:12px;font-weight:900;min-width:0;overflow-wrap:anywhere}
.phone-flow-list span{display:inline-flex;align-items:center;justify-content:center;min-width:50px;height:24px;border-radius:999px;background:#26262c;color:#8bf2ce;font-size:10px;font-weight:900}
.daily-use-section{padding-top:clamp(96px,7vw,126px)!important}
.benefit-highlight{max-width:1180px;margin:0 auto;padding:clamp(86px,7vw,122px) 24px;display:grid;grid-template-columns:minmax(0,.96fr) minmax(0,1.04fr);gap:42px;align-items:center}
.benefit-highlight-media{margin:0;border-radius:18px;overflow:hidden;background:#111827;box-shadow:0 28px 80px rgba(16,20,27,.16)}
.benefit-highlight-media picture,.benefit-highlight-media img{display:block;width:100%;height:100%}
.benefit-highlight-media img{min-height:420px;object-fit:cover}
.benefit-highlight-copy h2,.money-context-section h2,.safety-home-copy h2{margin:0 0 18px;color:#10141b;font-size:clamp(34px,3.25vw,48px);line-height:1.12;font-weight:900;letter-spacing:0;text-wrap:balance}
.benefit-highlight-copy p:not(.section-kicker),.safety-home-copy p{margin:0;color:#566071;font-size:17px;line-height:1.75;text-wrap:balance}
.benefit-proof-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:26px 0 28px}
.benefit-proof-grid span{display:block;min-height:112px;padding:17px;border:1px solid rgba(235,0,40,.16);border-radius:14px;background:linear-gradient(180deg,#fff 0%,#fff7f8 100%)}
.benefit-proof-grid strong{display:block;color:var(--red);font-size:26px;line-height:1;font-weight:900}
.benefit-proof-grid small{display:block;margin-top:10px;color:#566071;font-size:12.5px;line-height:1.45;font-weight:750}
.premium-card-actions.compact{justify-content:flex-start;margin-top:0}
.safety-home-copy .premium-card-actions.compact{margin-top:34px;gap:14px;align-items:center}
.safety-home-copy .premium-card-actions.compact .btn{min-height:54px;padding:15px 20px}
.money-context-section{padding:clamp(86px,7vw,116px) 24px;background:#f6f7f9}
.money-context-section .section-heading{max-width:900px;margin-bottom:42px}
.context-feature-grid{max-width:1180px;margin:0 auto;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.context-feature{overflow:hidden;border:1px solid var(--line);border-radius:18px;background:#fff;box-shadow:0 18px 46px rgba(16,20,27,.065)}
.context-feature picture,.context-feature img{display:block;width:100%;height:228px}
.context-feature img{object-fit:cover}
.context-feature h3{margin:22px 22px 8px;color:#10141b;font-size:20px;line-height:1.25;font-weight:900}
.context-feature p{margin:0 22px 18px;color:#566071;font-size:14.5px;line-height:1.6}
.context-feature a{display:inline-flex;align-items:center;min-height:44px;margin:0 22px 22px;color:var(--red);font-size:13px;font-weight:900;text-decoration:none}
.context-feature a:hover{text-decoration:underline}
.safety-home-section{max-width:1180px;margin:0 auto;padding:clamp(88px,7vw,122px) 24px;display:grid;grid-template-columns:minmax(440px,.95fr) minmax(0,1.05fr);gap:42px;align-items:start}
.safety-home-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.safety-home-grid .intent-card{min-height:146px;border-radius:16px;padding:22px;background:linear-gradient(180deg,#fff 0%,#fbfcfe 100%);box-shadow:0 12px 34px rgba(16,20,27,.055)}
.guide-directory{max-width:none!important;padding:clamp(90px,7vw,118px) 24px!important;background:linear-gradient(180deg,#fff 0%,#f7f8fb 100%)}
.guide-directory .section-heading,.guide-directory .guide-groups{max-width:1180px;margin-left:auto;margin-right:auto}
.guide-directory .guide-groups{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:18px!important;align-items:stretch}
.guide-directory .guide-group{display:flex!important;flex-direction:column!important;min-height:332px;border:1px solid rgba(16,20,27,.08)!important;border-radius:18px!important;padding:20px!important;background:rgba(255,255,255,.92)!important;box-shadow:0 18px 48px rgba(16,20,27,.06)!important}
.guide-group-head{display:grid;grid-template-columns:34px minmax(0,1fr);gap:12px;margin-bottom:16px}
.guide-number{display:grid;place-items:center;width:34px;height:34px;border-radius:10px;background:#fff1f3;color:var(--red);font-size:11px;font-weight:950;line-height:1}
.guide-directory .guide-group h3{margin:0 0 5px!important;color:#10141b;font-size:18px!important;line-height:1.18!important;font-weight:900!important}
.guide-group-head p{margin:0!important;color:#6b7280!important;font-size:12.5px!important;line-height:1.42!important;text-wrap:balance}
.guide-directory .guide-links{display:grid;gap:3px!important}
.guide-directory .guide-links a{position:relative;display:flex!important;align-items:center;min-height:32px!important;padding:6px 8px 6px 18px!important;border-radius:9px;color:#364152!important;text-decoration:none;font-size:12.5px!important;line-height:1.28!important;font-weight:800!important;overflow-wrap:anywhere}
.guide-directory .guide-links a:before{content:"";position:absolute;left:7px;top:50%;width:4px;height:4px;border-radius:999px;background:#cbd5e1;transform:translateY(-50%)}
.guide-directory .guide-links a:hover{background:#fff5f6!important;color:var(--red)!important}
.guide-directory .guide-links a:hover:before{background:var(--red)}
.guide-more{margin-top:auto;border-top:1px solid var(--line);padding-top:10px}
.guide-more summary{display:flex;align-items:center;min-height:38px;color:var(--red);font-size:12.5px;font-weight:900;cursor:pointer;list-style:none}
.guide-more summary::-webkit-details-marker{display:none}
.guide-more summary:after{content:"+";margin-left:auto;display:grid;place-items:center;width:24px;height:24px;border-radius:999px;background:#fff1f3;color:var(--red)}
.guide-more[open] summary:after{content:"-"}
.guide-more .guide-links{padding-top:6px}
@media(min-width:981px){
  .guide-directory .guide-group:nth-last-child(2),
  .guide-directory .guide-group:nth-last-child(1){grid-column:span 2}
}
.benefit-arrow,.benefit-pause,.benefit-dot{width:44px!important;height:44px!important;min-height:44px!important}
@media(min-width:981px){
  .partner-benefit-section{padding-bottom:0!important}
  .partner-benefit-panels{padding-bottom:0!important}
  .partner-scroll-panel:last-child{min-height:42vh!important}
}
@media(max-width:980px){
  .partner-benefit-section{padding:78px 20px 92px!important;overflow:visible!important}
  .partner-benefit-stage{display:block!important;max-width:720px!important}
  .partner-phone-column{position:sticky!important;top:62px!important;z-index:4;width:100%!important;height:auto!important;padding:0 0 22px!important;background:#fff!important;box-shadow:0 16px 30px rgba(255,255,255,.95)!important}
  .partner-phone-sticky{position:relative!important;top:auto!important;height:488px!important;display:flex!important;align-items:flex-start!important;justify-content:center!important}
  .app-phone-shell{width:318px!important;height:648px!important;transform:scale(.74)!important;transform-origin:top center!important}
  .partner-benefit-panels{width:100%!important;padding:0!important}
  .partner-scroll-panel,.partner-scroll-panel[data-step="1"],.partner-scroll-panel.compact{min-height:58vh!important;padding:0!important}
  .partner-benefit-copy{max-width:620px!important}
  .partner-benefit-copy h2{font-size:40px!important;line-height:1.12!important}
  .benefit-highlight,.safety-home-section{grid-template-columns:1fr;max-width:760px;padding-left:20px;padding-right:20px}
  .context-feature-grid{grid-template-columns:1fr;max-width:760px}
  .guide-directory .guide-groups{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .guide-directory .guide-group{min-height:312px!important}
}
@media(max-width:640px){
  .partner-benefit-section{padding:64px 18px 82px!important;overflow:visible!important}
  .partner-benefit-stage{gap:18px!important}
  .partner-phone-column{top:58px!important;padding-bottom:18px!important}
  .partner-phone-sticky{height:404px!important}
  .app-phone-shell{transform:scale(.62)!important}
  .partner-scroll-panel,.partner-scroll-panel[data-step="1"],.partner-scroll-panel.compact{min-height:56vh!important;padding:0!important}
  .partner-benefit-copy h2{max-width:100%!important;font-size:32px!important;line-height:1.14!important}
  .partner-benefit-lead{max-width:100%!important;font-size:15px!important;line-height:1.66!important}
  .phone-flow-label{font-size:12px!important}
  .phone-flow-value{font-size:34px!important;margin-bottom:16px!important}
  .phone-flow-actions i{width:34px;height:34px}
  .phone-flow-actions span{font-size:10px!important}
  .phone-flow-card em{font-size:11px!important}
  .phone-flow-list p{padding:9px 10px!important}
  .benefit-highlight{padding:72px 18px;gap:28px}
  .benefit-highlight-media img{min-height:300px}
  .benefit-highlight-copy h2,.money-context-section h2,.safety-home-copy h2{font-size:29px;line-height:1.18}
  .benefit-proof-grid{grid-template-columns:1fr;gap:10px}
  .benefit-proof-grid span{min-height:0;padding:15px}
  .premium-card-actions.compact .btn{width:100%}
  .safety-home-copy .premium-card-actions.compact{display:grid;grid-template-columns:1fr;gap:10px;margin-top:26px}
  .safety-home-copy .premium-card-actions.compact .btn{width:100%;min-width:0;min-height:52px;padding:14px 18px}
  .money-context-section{padding:72px 18px}
  .money-context-section .section-heading{text-align:left;margin-bottom:28px}
  .context-feature{border-radius:14px}
  .context-feature picture,.context-feature img{height:214px}
  .safety-home-section{padding:76px 18px;gap:28px}
  .safety-home-grid{grid-template-columns:1fr;gap:10px}
  .safety-home-grid .intent-card{min-height:0;padding:17px}
  .guide-directory .section-heading{text-align:left!important}
  .guide-directory .guide-groups{grid-template-columns:1fr!important}
  .guide-directory .guide-group{min-height:0!important;padding:16px!important}
  .guide-group-head{grid-template-columns:30px minmax(0,1fr);gap:10px;margin-bottom:12px}
  .guide-number{width:30px;height:30px;border-radius:9px}
  .benefit-arrow,.benefit-pause,.benefit-dot{width:44px!important;height:44px!important;min-height:44px!important}
  .footer-links{grid-template-columns:1fr!important;gap:0!important}
  .footer-group{border-top:1px solid rgba(255,255,255,.12)!important;padding:8px 0!important}
  .footer-group summary{min-height:46px!important}
  .footer-group a{min-height:42px!important}
}
@media(max-width:360px){
  .benefit-card[data-position=prev],
  .benefit-card[data-position=next]{
    opacity:0!important;
    pointer-events:none!important;
    transform:translateX(-50%) scale(.64)!important;
  }
  .table-wrap thead,
  .table-wrap thead tr,
  .table-wrap thead th{
    display:none!important;
  }
}
