/* ═══════ ToTo Toys Home v2 — Part A ═══════ */
.toto-home,.toto-home *,.toto-home *::before,.toto-home *::after{box-sizing:border-box}
.toto-home{
  --nv:#1F1F48;--pp:#9A32D7;--yl:#FFC93C;--pk:#FF4D8D;--tl:#12C2C2;
  --ink:#171732;--mu:#6B7280;--ln:#EAE7F7;--sf:#F7F5FF;
  --rl:24px;--rx:34px;
  --s1:0 2px 8px rgba(31,31,72,.06);--s2:0 10px 28px rgba(31,31,72,.10);--s3:0 20px 50px rgba(31,31,72,.18);
  --e:cubic-bezier(.22,1,.36,1);
  font-family:'Hind Siliguri',system-ui,-apple-system,'Segoe UI',Roboto,sans-serif;
  color:var(--ink);background:#fff;overflow-x:clip;line-height:1.55;-webkit-font-smoothing:antialiased}
.toto-home img{max-width:100%;display:block;height:auto}
.toto-home a{text-decoration:none!important;color:inherit}
.toto-home button{font:inherit;cursor:pointer;border:0;background:none;color:inherit}
.toto-home h1,.toto-home h2,.toto-home p,.toto-home b,.toto-home small{margin:0;padding:0}
.toto-home .tt-wrap{width:100%;max-width:1280px;margin:0 auto;padding:0 16px}
@media(min-width:768px){.toto-home .tt-wrap{padding:0 24px}}
.toto-home .tt-sec{padding:44px 0}
@media(max-width:767px){.toto-home .tt-sec{padding:28px 0}}
.toto-home .tt-sec.cv{content-visibility:auto;contain-intrinsic-size:auto 460px}

/* সেকশন হেডিং */
.toto-home .tt-head{display:flex;align-items:flex-end;justify-content:space-between;gap:14px;margin-bottom:20px}
.toto-home .tt-head.ctr{justify-content:center;text-align:center}
.toto-home .tt-head.ctr h2{justify-content:center}
.toto-home .tt-head h2{font-size:clamp(20px,3vw,30px);font-weight:800;letter-spacing:-.4px;line-height:1.2;
  display:flex;align-items:center;gap:10px;color:var(--ink)!important}
.toto-home .tt-head h2 .em{font-size:1.05em}
.toto-home .tt-head p{color:var(--mu)!important;font-size:14px;margin-top:4px!important}
.toto-home .tt-more{flex:none;font-weight:700;font-size:14px;color:var(--pp)!important;background:#fff;
  border:1.5px solid #E7D6F7;padding:8px 16px;border-radius:999px;white-space:nowrap;transition:.25s var(--e)}
.toto-home .tt-more:hover{background:var(--pp);color:#fff!important;border-color:var(--pp);
  transform:translateY(-2px);box-shadow:0 8px 18px rgba(154,50,215,.3)}
.toto-home .tt-more i{display:inline-block;font-style:normal;transition:.25s}
.toto-home .tt-more:hover i{transform:translateX(3px)}

/* স্ক্রল রিভিল */
.toto-home .rv{opacity:0;transform:translateY(24px)}
.toto-home .rv.in{opacity:1;transform:none;transition:opacity .6s var(--e),transform .7s var(--e)}
.toto-home .rv.in.d2{transition-delay:.07s}
.toto-home .rv.in.d3{transition-delay:.14s}
.toto-home .rv.in.d4{transition-delay:.21s}
@media(prefers-reduced-motion:reduce){
  .toto-home .rv,.toto-home .rv.in{opacity:1!important;transform:none!important;transition:none!important}}

/* ═══ হিরো ═══ */
.toto-home .tt-hero{position:relative;background:linear-gradient(135deg,#1F1F48,#3A1E6E 45%,#9A32D7);overflow:hidden}
.toto-home .tt-hero .blob{position:absolute;border-radius:50%;filter:blur(60px);opacity:.5;pointer-events:none}
.toto-home .tt-hero .b1{width:420px;height:420px;background:#12C2C2;top:-140px;left:-100px;animation:ttf1 14s ease-in-out infinite}
.toto-home .tt-hero .b2{width:380px;height:380px;background:#FF4D8D;bottom:-160px;right:-80px;animation:ttf2 17s ease-in-out infinite}
.toto-home .tt-hero .b3{width:300px;height:300px;background:#FFC93C;top:40%;left:45%;opacity:.26;animation:ttf1 20s ease-in-out infinite reverse}
@keyframes ttf1{50%{transform:translate3d(60px,40px,0) scale(1.12)}}
@keyframes ttf2{50%{transform:translate3d(-50px,-40px,0) scale(1.15)}}
.toto-home .tt-slider{position:relative;z-index:2}
.toto-home .tt-track{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;scroll-behavior:smooth}
.toto-home .tt-track::-webkit-scrollbar{display:none}
.toto-home .tt-slide{flex:0 0 100%;scroll-snap-align:center;padding:34px 0}
.toto-home .tt-slide-in{width:100%;max-width:1280px;margin:0 auto;padding:0 16px;display:grid;
  grid-template-columns:1.05fr .95fr;align-items:center;gap:20px;min-height:clamp(320px,44vw,460px)}
@media(min-width:768px){.toto-home .tt-slide-in{padding:0 24px}}
@media(max-width:880px){
  .toto-home .tt-slide{padding:22px 0 26px}
  .toto-home .tt-slide-in{grid-template-columns:1fr;text-align:center;min-height:0;gap:14px}
  .toto-home .tt-copy{order:2}.toto-home .tt-art{order:1}}
.toto-home .tt-badge{display:inline-flex;align-items:center;gap:7px;background:rgba(255,255,255,.14);
  border:1px solid rgba(255,255,255,.3);color:#fff!important;padding:6px 14px;border-radius:999px;font-size:12.5px;font-weight:700}
.toto-home .tt-badge .dot{width:7px;height:7px;border-radius:50%;background:#4ADE80;animation:ttpl 2s infinite}
@keyframes ttpl{0%{box-shadow:0 0 0 0 rgba(74,222,128,.7)}70%{box-shadow:0 0 0 9px rgba(74,222,128,0)}}
.toto-home .tt-copy h1{color:#fff!important;font-size:clamp(25px,4.4vw,50px);line-height:1.13;font-weight:800;
  letter-spacing:-.8px;margin:14px 0 12px!important;text-shadow:0 6px 24px rgba(0,0,0,.28)}
.toto-home .tt-copy h1 .hl{background:linear-gradient(100deg,#FFC93C,#FF8A3C);
  -webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}
.toto-home .tt-copy p{color:rgba(255,255,255,.87)!important;font-size:clamp(14px,1.5vw,17px);line-height:1.65;max-width:470px}
@media(max-width:880px){.toto-home .tt-copy p{margin:0 auto!important}}
.toto-home .tt-cta{display:flex;gap:12px;margin-top:22px;flex-wrap:wrap}
@media(max-width:880px){.toto-home .tt-cta{justify-content:center}}
.toto-home .btn{display:inline-flex;align-items:center;gap:9px;padding:13px 26px;border-radius:999px;
  font-weight:800;font-size:15px;position:relative;overflow:hidden;white-space:nowrap;transition:.3s var(--e)}
.toto-home .btn-p{background:linear-gradient(135deg,#FFC93C,#FF8A3C);color:#3A2200!important;box-shadow:0 10px 26px rgba(255,160,60,.42)}
.toto-home .btn-p:hover{transform:translateY(-3px) scale(1.03);box-shadow:0 16px 34px rgba(255,160,60,.55)}
.toto-home .btn-g{background:rgba(255,255,255,.12);color:#fff!important;border:1.6px solid rgba(255,255,255,.42)}
.toto-home .btn-g:hover{background:#fff;color:var(--nv)!important;transform:translateY(-3px)}
.toto-home .btn::after{content:"";position:absolute;inset:0;transform:translateX(-120%);
  background:linear-gradient(110deg,transparent 30%,rgba(255,255,255,.5),transparent 70%)}
.toto-home .btn:hover::after{transform:translateX(120%);transition:transform .8s var(--e)}
.toto-home .tt-art{position:relative;display:flex;align-items:center;justify-content:center;min-height:190px}
.toto-home .tt-art .ring{position:absolute;width:min(78%,360px);aspect-ratio:1;border-radius:50%;
  background:radial-gradient(circle at 35% 30%,rgba(255,255,255,.3),rgba(255,255,255,.04) 62%);
  border:1px dashed rgba(255,255,255,.32);animation:ttsp 26s linear infinite}
@keyframes ttsp{to{transform:rotate(360deg)}}
.toto-home .tt-art img{width:min(74%,340px);aspect-ratio:1;object-fit:contain;border-radius:26px;position:relative;z-index:2;
  filter:drop-shadow(0 26px 44px rgba(0,0,0,.42));animation:ttbob 5.5s ease-in-out infinite}
@keyframes ttbob{50%{transform:translateY(-15px)}}
.toto-home .tt-price-tag{position:absolute;right:2%;bottom:10%;z-index:3;background:#fff;border-radius:16px;
  padding:9px 15px;box-shadow:var(--s3);text-align:center;animation:ttbob 5.5s ease-in-out .4s infinite}
.toto-home .tt-price-tag b{display:block;font-size:19px;color:var(--pp)!important;line-height:1.2}
.toto-home .tt-price-tag small{font-size:10.5px;color:var(--mu)!important;font-weight:700;letter-spacing:.5px}
.toto-home .tt-dots{display:flex;gap:8px;justify-content:center;padding-bottom:20px}
.toto-home .tt-dots button{width:9px;height:9px;padding:0;border-radius:999px;background:rgba(255,255,255,.42);transition:.35s var(--e)}
.toto-home .tt-dots button[aria-current="true"]{width:30px;background:var(--yl)}
.toto-home .tt-arrow{position:absolute;top:44%;z-index:5;width:44px;height:44px;border-radius:50%;
  background:rgba(255,255,255,.16);border:1px solid rgba(255,255,255,.34);color:#fff;
  display:none;align-items:center;justify-content:center;transition:.25s}
.toto-home .tt-arrow:hover{background:#fff;color:var(--nv)}
.toto-home .tt-arrow.l{left:14px}
.toto-home .tt-arrow.r{right:14px}
@media(min-width:1024px){.toto-home .tt-arrow{display:flex}}
.toto-home .tt-wave{display:block;width:100%;height:auto;position:relative;z-index:3;margin-top:-1px}

/* ═══ ট্রাস্ট ব্যাজ ═══ */
.toto-home .tt-usp{border-bottom:1px solid var(--ln)}
.toto-home .tt-usp-in{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;padding:14px 0}
@media(max-width:860px){.toto-home .tt-usp-in{grid-template-columns:repeat(2,1fr)}}
.toto-home .usp{display:flex;align-items:center;gap:10px;padding:9px;border-radius:14px;transition:.3s var(--e)}
.toto-home .usp:hover{background:var(--sf);transform:translateY(-3px)}
.toto-home .usp .ic{flex:none;width:42px;height:42px;border-radius:13px;display:grid;place-items:center;font-size:20px;background:var(--sf)}
.toto-home .usp b{display:block;font-size:13.5px;font-weight:800;line-height:1.3;color:var(--ink)!important}
.toto-home .usp small{font-size:11.5px;color:var(--mu)!important}
@media(max-width:520px){
  .toto-home .usp .ic{width:36px;height:36px;font-size:17px}
  .toto-home .usp b{font-size:12px}
  .toto-home .usp small{font-size:10.5px}}

/* ✅ PART 2A END — এর নিচে পার্ট 2B পেস্ট করুন */
/* ═══════ Part B ═══════ */

/* ═══ ক্যাটাগরি গ্রিড ═══ */
.toto-home .tt-cats{display:grid;grid-template-columns:repeat(6,1fr);gap:14px}
@media(max-width:1023px){
  .toto-home .tt-cats{display:flex;overflow-x:auto;scroll-snap-type:x proximity;gap:12px;
    padding-bottom:8px;scrollbar-width:none;-webkit-overflow-scrolling:touch}
  .toto-home .tt-cats::-webkit-scrollbar{display:none}
  .toto-home .tt-cat{flex:0 0 116px;scroll-snap-align:start}}
.toto-home .tt-cat{background:#fff;border:1.5px solid var(--ln);border-radius:var(--rl);
  padding:16px 10px;text-align:center;position:relative;overflow:hidden;transition:.35s var(--e)}
.toto-home .tt-cat::before{content:"";position:absolute;inset:0;opacity:0;transition:.35s var(--e);
  background:var(--g,linear-gradient(140deg,#9A32D7,#FF4D8D))}
.toto-home .tt-cat:hover{transform:translateY(-7px);box-shadow:var(--s2);border-color:transparent}
.toto-home .tt-cat:hover::before{opacity:1}
.toto-home .tt-cat>*{position:relative;z-index:2;transition:.3s}
.toto-home .tt-cat .ic{width:58px;height:58px;margin:0 auto 10px;border-radius:20px;
  display:grid;place-items:center;font-size:28px;background:var(--sf);transition:.4s var(--e)}
.toto-home .tt-cat:hover .ic{background:rgba(255,255,255,.92);transform:rotate(-8deg) scale(1.08)}
.toto-home .tt-cat b{display:block;font-size:13px;font-weight:800;line-height:1.35;color:var(--ink)!important}
.toto-home .tt-cat small{font-size:11px;color:var(--mu)!important}
.toto-home .tt-cat:hover b,.toto-home .tt-cat:hover small{color:#fff!important}

/* ═══ প্রোডাক্ট গ্রিড ও রেল ═══ */
.toto-home .tt-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:16px}
@media(max-width:1200px){.toto-home .tt-grid{grid-template-columns:repeat(4,1fr)}}
@media(max-width:900px){.toto-home .tt-grid{grid-template-columns:repeat(3,1fr);gap:12px}}
@media(max-width:600px){.toto-home .tt-grid{grid-template-columns:repeat(2,1fr);gap:10px}}
.toto-home .tt-rail{display:flex;gap:14px;overflow-x:auto;scroll-snap-type:x proximity;
  padding:4px 2px 12px;scrollbar-width:none;-webkit-overflow-scrolling:touch}
.toto-home .tt-rail::-webkit-scrollbar{display:none}
.toto-home .tt-rail>.pc{flex:0 0 220px;scroll-snap-align:start}
@media(max-width:600px){.toto-home .tt-rail{gap:10px}.toto-home .tt-rail>.pc{flex:0 0 158px}}

/* ═══ প্রোডাক্ট কার্ড ═══ */
.toto-home .pc{background:#fff;border:1.5px solid var(--ln);border-radius:var(--rl);overflow:hidden;
  display:flex;flex-direction:column;position:relative;contain:layout paint;
  transition:transform .38s var(--e),box-shadow .38s var(--e),border-color .3s}
.toto-home .pc:hover{transform:translateY(-8px);box-shadow:var(--s2);border-color:#E2D3F5}
.toto-home .pc-img{position:relative;aspect-ratio:1;overflow:hidden;display:block;
  background:linear-gradient(150deg,#FBFAFF,#F1EDFC)}
.toto-home .pc-img img{width:100%;height:100%;object-fit:cover;transition:transform .6s var(--e)}
.toto-home .pc:hover .pc-img img{transform:scale(1.08)}
.toto-home .pc-img .ph{width:100%;height:100%;display:grid;place-items:center;font-size:44px;opacity:.45}
.toto-home .pc-tags{position:absolute;top:9px;left:9px;z-index:3;display:flex;flex-direction:column;gap:5px}
.toto-home .tag{font-size:10.5px;font-weight:800;padding:4px 9px;border-radius:999px;color:#fff!important;
  letter-spacing:.3px;box-shadow:0 4px 10px rgba(0,0,0,.16)}
.toto-home .tag.sale{background:linear-gradient(135deg,#FF4D8D,#E11D48)}
.toto-home .tag.new{background:linear-gradient(135deg,#12C2C2,#0891B2)}
.toto-home .tag.out{background:linear-gradient(135deg,#6B7280,#374151)}
.toto-home .pc-body{padding:12px;display:flex;flex-direction:column;gap:7px;flex:1}
@media(max-width:600px){.toto-home .pc-body{padding:10px;gap:6px}}
.toto-home .pc-cat{font-size:10.5px;font-weight:800;color:var(--pp)!important;text-transform:uppercase;letter-spacing:.5px}
.toto-home .pc-title{font-size:13.5px;font-weight:700;line-height:1.4;color:var(--ink)!important;
  display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:2.8em;transition:color .25s}
.toto-home .pc:hover .pc-title{color:var(--pp)!important}
.toto-home .pc-stars{font-size:11px;color:#F59E0B;letter-spacing:1px}
.toto-home .pc-stars span{color:var(--mu);letter-spacing:0;margin-left:3px}
.toto-home .pc-price{display:flex;align-items:baseline;gap:7px;flex-wrap:wrap;margin-top:auto}
.toto-home .pc-price .now{font-size:16.5px;font-weight:900;color:var(--nv)!important}
.toto-home .pc-price .now .woocommerce-Price-amount{font-size:inherit;font-weight:inherit;color:inherit}
.toto-home .pc-price .old{font-size:12px;color:#9AA0AE!important;text-decoration:line-through}
.toto-home .pc-price .off{font-size:10.5px;font-weight:800;color:#16A34A!important;background:#DCFCE7;padding:2px 7px;border-radius:6px}
.toto-home .pc-btn{margin-top:4px;width:100%;padding:10px;border-radius:12px;background:var(--nv);
  color:#fff!important;font-weight:800;font-size:13px;display:flex;align-items:center;justify-content:center;
  gap:7px;position:relative;overflow:hidden;transition:.3s var(--e)}
.toto-home .pc-btn:hover{background:linear-gradient(135deg,#9A32D7,#FF4D8D);box-shadow:0 10px 22px rgba(154,50,215,.34)}
.toto-home .pc-btn.added{background:#22C55E!important}
.toto-home .pc-btn.loading{opacity:.7;pointer-events:none}
@media(max-width:600px){.toto-home .pc-btn{font-size:12px;padding:9px}}

/* ═══ ফ্ল্যাশ ডিল ═══ */
.toto-home .tt-flash{position:relative;overflow:hidden;border-radius:var(--rx);padding:26px;color:#fff;
  background:linear-gradient(135deg,#2B0B4A,#7A1FA2 55%,#C2185B)}
@media(max-width:600px){.toto-home .tt-flash{padding:18px;border-radius:24px}}
.toto-home .tt-flash::before{content:"";position:absolute;inset:0;
  background:radial-gradient(circle at 15% 20%,rgba(255,255,255,.16),transparent 45%),
             radial-gradient(circle at 85% 80%,rgba(255,201,60,.22),transparent 45%)}
.toto-home .tt-flash>*{position:relative;z-index:2}
.toto-home .tt-flash-top{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;margin-bottom:18px}
.toto-home .tt-flash h2{font-size:clamp(20px,3vw,30px);font-weight:900;color:#fff!important;display:flex;align-items:center;gap:10px}
.toto-home .tt-flash h2 .em{display:inline-block;animation:ttshake 1.6s ease-in-out infinite}
@keyframes ttshake{0%,100%{transform:rotate(0)}25%{transform:rotate(-14deg) scale(1.1)}75%{transform:rotate(14deg) scale(1.1)}}
.toto-home .tt-flash p{color:rgba(255,255,255,.88)!important;font-size:13.5px;margin-top:4px!important}
.toto-home .tt-cd{display:flex;gap:7px;align-items:center}
.toto-home .tt-cd .u{background:rgba(255,255,255,.15);border:1px solid rgba(255,255,255,.3);
  border-radius:12px;padding:7px 10px;min-width:54px;text-align:center}
.toto-home .tt-cd .u b{display:block;font-size:20px;font-weight:900;line-height:1;color:#fff!important;font-variant-numeric:tabular-nums}
.toto-home .tt-cd .u small{font-size:9.5px;opacity:.85;letter-spacing:.4px;color:#fff!important}
.toto-home .tt-cd .sep{font-size:20px;font-weight:900;opacity:.6}
.toto-home .tt-flash .pc{border-color:transparent}

/* ✅ PART 2B END — এর নিচে পার্ট 2C পেস্ট করুন */
/* ═══════ Part C ═══════ */

/* ═══ বয়স অনুযায়ী ═══ */
.toto-home .tt-ages{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
@media(max-width:860px){.toto-home .tt-ages{grid-template-columns:repeat(2,1fr);gap:10px}}
.toto-home .age{position:relative;overflow:hidden;border-radius:var(--rl);padding:22px 18px;
  min-height:140px;display:flex;flex-direction:column;justify-content:flex-end;transition:.4s var(--e)}
.toto-home .age:hover{transform:translateY(-6px) scale(1.02);box-shadow:var(--s3)}
.toto-home .age .em{position:absolute;top:-8px;right:-6px;font-size:76px;opacity:.24;transition:.5s var(--e)}
.toto-home .age:hover .em{transform:rotate(-12deg) scale(1.14);opacity:.34}
.toto-home .age b{position:relative;font-size:19px;font-weight:900;color:#fff!important}
.toto-home .age small{position:relative;font-size:12.5px;color:rgba(255,255,255,.92)!important}

/* ═══ প্রোমো ব্যানার ═══ */
.toto-home .tt-promos{display:grid;grid-template-columns:1fr 1fr;gap:16px}
@media(max-width:768px){.toto-home .tt-promos{grid-template-columns:1fr}}
.toto-home .promo{position:relative;overflow:hidden;border-radius:var(--rx);padding:30px;min-height:190px;
  display:flex;flex-direction:column;justify-content:center;transition:.4s var(--e)}
@media(max-width:600px){.toto-home .promo{padding:22px;border-radius:26px;min-height:160px}}
.toto-home .promo:hover{transform:translateY(-5px);box-shadow:var(--s3)}
.toto-home .promo .em{position:absolute;right:6px;bottom:-16px;font-size:118px;opacity:.22;transition:.5s var(--e)}
.toto-home .promo:hover .em{transform:rotate(-10deg) scale(1.1)}
.toto-home .promo small{font-size:11.5px;font-weight:800;letter-spacing:1.4px;color:rgba(255,255,255,.9)!important}
.toto-home .promo b{font-size:clamp(19px,2.6vw,28px);font-weight:900;line-height:1.2;margin:7px 0 5px;
  max-width:74%;color:#fff!important}
.toto-home .promo p{font-size:13px;max-width:72%;color:rgba(255,255,255,.9)!important}
.toto-home .promo .lnk{margin-top:14px;align-self:flex-start;display:inline-flex;align-items:center;gap:7px;
  font-weight:800;font-size:13.5px;padding:9px 18px;border-radius:999px;color:#fff!important;
  background:rgba(255,255,255,.2);border:1px solid rgba(255,255,255,.4);transition:.3s}
.toto-home .promo:hover .lnk{background:#fff;color:var(--nv)!important}

/* ═══ স্ট্যাটস ═══ */
.toto-home .tt-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;
  border-radius:var(--rx);padding:28px 20px;background:linear-gradient(120deg,#1F1F48,#3A1E6E)}
@media(max-width:768px){.toto-home .tt-stats{grid-template-columns:repeat(2,1fr);gap:18px;padding:22px 14px}}
.toto-home .stat{text-align:center}
.toto-home .stat b{display:block;font-size:clamp(24px,3.4vw,36px);font-weight:900;font-variant-numeric:tabular-nums;
  background:linear-gradient(100deg,#FFC93C,#FF8A3C);-webkit-background-clip:text;background-clip:text;
  -webkit-text-fill-color:transparent}
.toto-home .stat small{font-size:12.5px;font-weight:600;color:rgba(255,255,255,.85)!important}

/* ═══ কেন আমরা ═══ */
.toto-home .tt-why{background:var(--sf);border-radius:var(--rx);padding:34px 22px}
@media(max-width:600px){.toto-home .tt-why{padding:24px 14px;border-radius:26px}}
.toto-home .tt-whyg{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
@media(max-width:860px){.toto-home .tt-whyg{grid-template-columns:repeat(2,1fr);gap:12px}}
.toto-home .why{background:#fff;border-radius:var(--rl);padding:22px 18px;text-align:center;
  border:1.5px solid transparent;transition:.35s var(--e)}
.toto-home .why:hover{transform:translateY(-6px);box-shadow:var(--s2);border-color:#EADCF9}
.toto-home .why .ic{width:56px;height:56px;margin:0 auto 12px;border-radius:18px;
  display:grid;place-items:center;font-size:26px;transition:.4s var(--e)}
.toto-home .why:hover .ic{transform:rotate(-10deg) scale(1.1)}
.toto-home .why b{display:block;font-size:15px;font-weight:800;margin-bottom:5px;color:var(--ink)!important}
.toto-home .why p{font-size:12.5px;line-height:1.6;color:var(--mu)!important}

/* ═══ রিভিউ মার্কি ═══ */
.toto-home .tt-mq{overflow:hidden;
  -webkit-mask-image:linear-gradient(90deg,transparent,#000 7%,#000 93%,transparent);
  mask-image:linear-gradient(90deg,transparent,#000 7%,#000 93%,transparent)}
.toto-home .tt-mq-in{display:flex;gap:14px;width:max-content;animation:ttmq 46s linear infinite}
.toto-home .tt-mq:hover .tt-mq-in{animation-play-state:paused}
@keyframes ttmq{to{transform:translateX(-50%)}}
@media(prefers-reduced-motion:reduce){.toto-home .tt-mq-in{animation:none}}
.toto-home .rev{flex:0 0 300px;background:#fff;border:1.5px solid var(--ln);border-radius:var(--rl);padding:18px}
@media(max-width:600px){.toto-home .rev{flex:0 0 260px;padding:15px}}
.toto-home .rev .st{color:#F59E0B;font-size:13px;letter-spacing:2px}
.toto-home .rev p{font-size:13.5px;line-height:1.65;color:#3F3F52!important;margin:9px 0 14px!important}
.toto-home .rev .who{display:flex;align-items:center;gap:10px}
.toto-home .rev .av{flex:none;width:36px;height:36px;border-radius:50%;display:grid;place-items:center;
  font-weight:900;font-size:14px;color:#fff!important}
.toto-home .rev .who b{display:block;font-size:13px;color:var(--ink)!important}
.toto-home .rev .who small{font-size:11px;color:var(--mu)!important}

/* ═══ CTA ═══ */
.toto-home .tt-nl{position:relative;overflow:hidden;border-radius:var(--rx);padding:34px 26px;text-align:center;
  background:linear-gradient(135deg,#12C2C2,#9A32D7)}
.toto-home .tt-nl::before{content:"";position:absolute;inset:0;
  background:radial-gradient(circle at 20% 20%,rgba(255,255,255,.2),transparent 42%),
             radial-gradient(circle at 80% 80%,rgba(255,201,60,.28),transparent 42%)}
.toto-home .tt-nl>*{position:relative;z-index:2}
.toto-home .tt-nl h2{font-size:clamp(20px,3vw,30px);font-weight:900;margin-bottom:8px!important;color:#fff!important}
.toto-home .tt-nl p{font-size:14px;max-width:540px;margin:0 auto 20px!important;color:rgba(255,255,255,.92)!important}
.toto-home .nl-btns{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}

/* ═══ মোবাইল বটম নেভ ═══ */
.toto-home .tt-bnav{position:fixed;left:0;right:0;bottom:0;z-index:9990;display:none;
  grid-template-columns:repeat(5,1fr);background:rgba(255,255,255,.97);backdrop-filter:blur(14px);
  border-top:1px solid var(--ln);padding:6px 4px calc(6px + env(safe-area-inset-bottom));
  box-shadow:0 -6px 22px rgba(31,31,72,.1)}
@media(max-width:860px){.toto-home .tt-bnav{display:grid}.toto-home{padding-bottom:66px}}
.toto-home .bn{position:relative;display:flex;flex-direction:column;align-items:center;gap:2px;
  padding:6px 2px;font-size:10px;font-weight:700;color:var(--mu)!important;transition:.25s}
.toto-home .bn .i{font-size:19px;transition:.3s var(--e)}
.toto-home .bn.on{color:var(--pp)!important}
.toto-home .bn.on .i,.toto-home .bn:active .i{transform:translateY(-3px) scale(1.14)}
.toto-home .bn .cnt{position:absolute;top:2px;right:calc(50% - 20px);min-width:16px;height:16px;padding:0 4px;
  border-radius:999px;background:var(--pk);color:#fff!important;font-size:9px;font-weight:800;
  display:grid;place-items:center}

/* ═══ ব্যাক টু টপ + টোস্ট ═══ */
.toto-home .tt-top{position:fixed;right:16px;bottom:80px;z-index:9989;width:44px;height:44px;border-radius:50%;
  background:var(--nv);color:#fff!important;display:grid;place-items:center;font-size:18px;box-shadow:var(--s2);
  opacity:0;pointer-events:none;transform:translateY(14px);transition:.35s var(--e)}
.toto-home .tt-top.on{opacity:1;pointer-events:auto;transform:none}
@media(min-width:861px){.toto-home .tt-top{bottom:110px}}
.toto-home .tt-toast{position:fixed;left:50%;bottom:86px;z-index:9995;transform:translate(-50%,20px);
  display:flex;align-items:center;gap:8px;padding:12px 20px;border-radius:999px;background:var(--nv);
  color:#fff!important;font-size:13.5px;font-weight:700;box-shadow:var(--s3);opacity:0;pointer-events:none;
  transition:.35s var(--e)}
.toto-home .tt-toast.on{opacity:1;transform:translate(-50%,0)}

/* ✅ PART 2C END — CSS ফাইল সম্পূর্ণ */