
:root{
  --purple:#7117d8;
  --pink:#eb33d4;
  --gold:#ffbd33;
  --gold2:#ffe17a;
  --ink:#20112f;
  --muted:#6a5877;
  --line:#ead9f5;
  --soft:#fbf5ff;
  --deep:#3b075f;
  --shadow:0 22px 60px rgba(96,28,160,.18);
}
*{box-sizing:border-box}
html,body{overflow-x:hidden}
body{margin:0;background:#fff;color:var(--ink);font-family:Arial,"Noto Sans Bengali",sans-serif}
a{text-decoration:none;color:inherit}
img{display:block;max-width:100%}
.wrap{width:min(1180px,calc(100% - 48px));margin:auto}
.top{background:#fff}
.nav-row{min-height:82px;display:grid;grid-template-columns:260px minmax(0,1fr) 230px;gap:24px;align-items:center}
.logo{display:inline-flex;align-items:center;gap:10px;font-weight:950}
.logo b{font-size:36px;line-height:1;background:linear-gradient(135deg,#7624d7,#df32d5,#ff9b2d);-webkit-background-clip:text;color:transparent}
.logo span{font-size:13px;color:#5a476b;font-weight:950}
.nav-row>nav{min-width:0;overflow-x:auto;scrollbar-width:none}
.nav-row>nav::-webkit-scrollbar{display:none}
nav ul{list-style:none;margin:0;padding:0 8px;display:flex;justify-content:flex-start;gap:14px;align-items:center}
nav a{display:inline-flex;white-space:nowrap;border-radius:999px;padding:13px 18px;font-weight:950;font-size:14px;color:#5c3d75}
.top nav a.is-active{color:#fff;background:linear-gradient(135deg,#7d23df,#c23ee8)}
.auth{display:flex;justify-content:flex-end;gap:12px}
.btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;border-radius:8px;padding:0 24px;font-weight:950;border:1px solid transparent}
.btn.gold{background:linear-gradient(135deg,#ffe06f,#ff9b2d);color:#33143f;box-shadow:0 15px 28px rgba(255,158,45,.28)}
.btn.ghost{background:rgba(255,255,255,.12);border-color:rgba(255,255,255,.35);color:#fff}
.dark-text{background:#fff!important;color:#612189!important;border-color:#ead9f5!important}
.hero{position:relative;padding:36px 0 0;background:linear-gradient(180deg,#fff 0%,#fff 70%,var(--soft) 100%)}
.hero-img{position:absolute;inset:36px 0 0;width:100%;height:612px;object-fit:cover;object-position:center;border-radius:8px}
.shade{display:none}
.hero-copy{position:relative;z-index:1;min-height:612px;border-radius:8px;padding:70px 56px;background:linear-gradient(90deg,rgba(57,7,88,.92) 0%,rgba(82,16,132,.74) 42%,rgba(119,30,190,.18) 100%);overflow:hidden}
.hero h1{width:min(560px,100%);font-size:64px;line-height:1.04;margin:0;color:#fff;font-weight:950}
.hero h1 span{color:var(--gold)}
.hero p{width:min(560px,100%);font-size:19px;line-height:1.75;color:#fff;font-weight:850}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:26px}
.intro-card{margin-top:18px;background:#fff;border:1px solid var(--line);border-radius:8px;padding:24px;display:grid;grid-template-columns:minmax(0,1fr) 460px;gap:28px;align-items:center;box-shadow:var(--shadow)}
.intro-card h2{font-size:36px;margin:0 0 12px}
.intro-card h2 span{color:var(--purple)}
.intro-card p{line-height:1.72;color:#5c4a6b;font-size:17px}
.intro-card figure{margin:0}
.intro-card figure img{border-radius:8px;border:1px solid var(--line)}
.proof-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:22px}
.proof-grid article{border:1px solid var(--line);background:var(--soft);border-radius:8px;padding:18px}
.proof-grid strong{display:block;color:#6421bf;font-size:22px}
.proof-grid small{display:block;color:var(--muted);line-height:1.55;margin-top:8px}
.section{padding:64px 0}
.soft{background:linear-gradient(135deg,#fff7df,#fbf1ff)}
.category-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.category,.offer-grid article,.article-card,.side-card,.page-card,.faq-grid aside{background:#fff;border:1px solid var(--line);border-radius:8px;box-shadow:0 18px 42px rgba(96,28,160,.08)}
.category{padding:24px;min-height:178px}
.cat-icon{display:inline-grid;place-items:center;min-width:56px;height:56px;border-radius:18px;padding:0 14px;background:linear-gradient(135deg,#7e22df,#e136d3);color:#fff;font-weight:950}
.category h3{font-size:25px;margin:18px 0 8px}
.category p,.offer-grid p,.article-card p,.page-card p,.side-card a,.faq-grid p{color:var(--muted);line-height:1.65}
.title-row{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:24px}
.title-row h2,.faq-grid h2{font-size:40px;margin:0 0 10px}
.title-row p{margin:0;color:var(--muted);line-height:1.65;width:min(760px,100%)}
.offer-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.offer-grid article{padding:24px}
.offer-grid b{display:inline-flex;background:linear-gradient(135deg,#ffdf67,#ff9b2d);border-radius:8px;padding:8px 12px;color:#371548}
.offer-grid h3{font-size:24px;margin:18px 0 8px}
.article-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.article-card{overflow:hidden}
.article-card a{display:block}
.thumb{height:188px;position:relative;overflow:hidden;background:#3d075e}
.thumb img{width:100%;height:100%;object-fit:cover}
.thumb b{position:absolute;left:14px;top:14px;width:40px;height:40px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,#ffdf67,#ff9b2d);color:#351149}
.card-body{display:block;padding:20px}
.card-body small{color:#7d23df;font-weight:950}
.card-body h3{font-size:24px;line-height:1.25;margin:10px 0}
.faq-band{background:#fff}
.faq-grid{display:grid;grid-template-columns:minmax(0,1fr) 390px;gap:30px}
.faq-list{display:grid;gap:12px}
.faq-list div{background:var(--soft);border:1px solid var(--line);border-radius:8px;padding:18px;font-weight:950}
.faq-grid aside{padding:28px;border-top:4px solid var(--pink)}
.faq-grid strong{font-size:26px;color:#7723cf}
.page-hero{background:linear-gradient(135deg,#4d0d7d,#a52be0);color:#fff;padding:54px 0}
.page-hero-grid{display:grid;grid-template-columns:minmax(0,1fr) 500px;align-items:center;gap:46px}
.page-hero img{border-radius:8px;border:1px solid rgba(255,255,255,.26);box-shadow:var(--shadow)}
.tag{display:inline-flex;background:linear-gradient(135deg,#ffe06f,#ff9b2d);color:#351149;border-radius:8px;padding:8px 14px;font-weight:950;margin:0 0 18px}
.page-hero h1{font-size:48px;line-height:1.14;margin:0}
.page-hero p:not(.tag){font-size:18px;line-height:1.75;color:#fff}
.page-layout{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:24px;padding:40px 0 70px}
.page-card{padding:34px}
.detail{border-top:1px solid var(--line);padding:24px 0}
.detail:first-child{border-top:0;padding-top:0}
.detail span{color:#7624d7;font-weight:950}
.detail h2{font-size:31px;line-height:1.25;margin:8px 0 12px}
.care{background:#fff4cf;border-left:4px solid var(--gold);padding:16px;margin-top:20px;line-height:1.65;color:#4a3958}
.side-card{padding:22px;margin-bottom:20px}
.side-card h3{font-size:22px;margin:0 0 14px}
.side-card nav{display:grid;gap:10px}
.side-card ol{list-style:none;margin:0;padding:0;display:grid;gap:12px}
.side-card li{display:grid;grid-template-columns:34px 1fr;gap:10px;align-items:center;font-weight:900}
.side-card b{background:linear-gradient(135deg,#ffdf67,#ff9b2d);color:#351149;border-radius:50%;width:30px;height:30px;display:grid;place-items:center}
.footer{background:#351149;color:#fff}
.footer-grid{display:grid;grid-template-columns:1.6fr repeat(3,1fr);gap:32px;padding:42px 0}
.footer p,.footer a{display:block;color:#eadcf5;line-height:1.75;margin-top:8px}
.footer h3{color:var(--gold2);margin:0 0 12px}
.footer .logo b{color:var(--gold);background:none;-webkit-background-clip:initial}
.footer .logo span{color:#eadcf5}
.copy{text-align:center;border-top:1px solid rgba(255,255,255,.14);padding:16px;color:#eadcf5}
@media(max-width:1060px){
  .nav-row{grid-template-columns:1fr}
  .auth{justify-content:flex-start}
  nav ul{justify-content:flex-start}
  .intro-card,.page-hero-grid,.page-layout,.faq-grid{grid-template-columns:1fr}
  .proof-grid,.offer-grid{grid-template-columns:repeat(2,1fr)}
  .category-grid,.article-grid{grid-template-columns:repeat(2,1fr)}
  .footer-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:720px){
  .wrap{width:min(100% - 24px,1180px)}
  .nav-row{gap:14px;padding:16px 0}
  .auth{display:grid;grid-template-columns:1fr 1fr;width:100%}
  .btn{padding:0 14px}
  .hero{padding:0}
  .hero-img{position:relative;inset:auto;width:100%;height:auto;aspect-ratio:16/9;border-radius:0}
  .hero-copy{min-height:0;margin-top:-8px;border-radius:0;padding:30px 12px 42px;background:linear-gradient(180deg,rgba(57,7,88,.18) 0%,#3b075f 36%,#3b075f 100%)}
  .hero h1{font-size:38px}
  .hero p{font-size:16px}
  .hero-actions{display:grid;grid-template-columns:1fr}
  .intro-card{padding:18px}
  .intro-card h2,.title-row h2,.faq-grid h2{font-size:30px}
  .proof-grid,.offer-grid,.category-grid,.article-grid,.footer-grid{grid-template-columns:1fr}
  .section{padding:44px 0}
  .title-row{align-items:flex-start;flex-direction:column}
  .page-hero{padding:34px 0}
  .page-hero h1{font-size:32px}
  .page-card{padding:22px}
  .detail h2{font-size:25px}
}