
:root {
  --jl-page: #dfcec6;
  --jl-paper: #fffdf9;
  --jl-ink: #1d1b18;
  --jl-muted: #6e6258;
  --jl-line: #ead9c7;
  --jl-gold: #ffc425;
  --jl-orange: #ff8a00;
  --jl-orange-dark: #e8520b;
  --jl-red: #e33022;
  --jl-coffee: #3b2417;
  --jl-soft: #fff4da;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background:
    linear-gradient(90deg, rgba(15, 7, 3, .82), rgba(15, 7, 3, .24) 8%, transparent 18%, transparent 82%, rgba(15, 7, 3, .24) 92%, rgba(15, 7, 3, .82)),
    var(--jl-page);
  color: var(--jl-ink);
  font-family: "Noto Sans Bengali", "Hind Siliguri", "SolaimanLipi", Arial, sans-serif;
}
body::before,
body::after {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: -1;
  width: max(12vw, 130px);
  background:
    radial-gradient(circle at 50% 10%, rgba(255, 196, 37, .72), transparent 18%),
    radial-gradient(circle at 50% 34%, rgba(255, 138, 0, .54), transparent 22%),
    radial-gradient(circle at 50% 70%, rgba(255, 196, 37, .42), transparent 20%),
    linear-gradient(180deg, #160a04, #41220d 48%, #120703);
  content: "";
}
body::before { left: 0; }
body::after { right: 0; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.site-frame {
  width: min(1080px, calc(100% - 32px));
  margin: 0 auto;
  background: var(--jl-paper);
  box-shadow: 0 0 0 1px rgba(118, 82, 52, .08), 0 28px 80px rgba(78, 42, 20, .24);
}
.topbar {
  min-height: 44px;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-bottom: 1px solid var(--jl-line);
  background: #fff8ec;
  color: #7b5c32;
  font-size: 13px;
  font-weight: 800;
}
.brandline {
  padding: 16px 24px 12px;
  display: flex;
  align-items: center;
  gap: 22px;
}
.logo {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 145px;
  color: var(--jl-orange-dark);
  line-height: 1;
}
.logo strong {
  padding: 8px 16px 6px;
  border: 1px solid #ffbf28;
  border-radius: 4px;
  background: linear-gradient(135deg, #30170c, #704010 56%, #2d1308);
  color: #ffe681;
  font-size: 34px;
  font-weight: 950;
  letter-spacing: 0;
  text-shadow: 0 2px 1px rgba(0, 0, 0, .45);
}
.logo span {
  margin-top: 6px;
  color: #8b5b17;
  font-size: 12px;
  font-weight: 800;
}
.nav {
  display: flex;
  flex: 1;
  justify-content: flex-end;
  gap: 8px;
  flex-wrap: wrap;
}
.nav a,
.search-button,
.pill-link {
  min-height: 35px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  border: 1px solid #f0d6aa;
  background: #fff7e7;
  color: #5a3213;
  padding: 0 12px;
  font-size: 13px;
  font-weight: 900;
  transition: background .18s ease, color .18s ease, transform .18s ease;
}
.nav a:hover,
.nav a.active,
.pill-link:hover {
  background: linear-gradient(180deg, #ffb51e, #ff7d00);
  color: #fff;
  transform: translateY(-1px);
}
.search-button {
  width: 36px;
  padding: 0;
  font-size: 18px;
}
.hero {
  padding: 0 24px 16px;
}
.hero-media {
  overflow: hidden;
  border: 1px solid #f0d4a5;
  border-radius: 3px;
  background: #2d1608;
}
.hero-media img {
  width: 100%;
  aspect-ratio: 2.45 / 1;
  object-fit: cover;
}
.hero h1 {
  margin: 18px 0 8px;
  color: var(--jl-red);
  font-size: clamp(25px, 3vw, 38px);
  line-height: 1.22;
  text-align: center;
  font-weight: 950;
  letter-spacing: 0;
}
.hero p {
  max-width: 880px;
  margin: 0 auto;
  color: #59493b;
  font-size: 16px;
  line-height: 1.8;
  text-align: center;
}
.quick-strip {
  margin: 18px 24px 10px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid var(--jl-line);
  background: #fffaf1;
}
.quick-strip a {
  padding: 15px;
  border-right: 1px solid var(--jl-line);
  font-size: 14px;
  line-height: 1.45;
}
.quick-strip a:last-child { border-right: 0; }
.quick-strip b {
  display: block;
  color: var(--jl-orange-dark);
  font-size: 15px;
}
.content {
  padding: 18px 28px 34px;
}
.section {
  margin-top: 34px;
}
.section h2,
.article h1,
.article h2,
.category-head h1 {
  margin: 0 0 12px;
  color: #30241b;
  font-size: 27px;
  line-height: 1.28;
  font-weight: 950;
}
.section p,
.article p,
.category-head p,
.category-card p,
.article-card p,
.footer p,
.footer li {
  color: var(--jl-muted);
  font-size: 16px;
  line-height: 1.8;
}
.category-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.category-card,
.article-card,
.info-box,
.article,
.side-card {
  border: 1px solid var(--jl-line);
  border-radius: 4px;
  background: #fff;
}
.category-card {
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.category-card img,
.article-card img {
  width: 100%;
  aspect-ratio: 1.55 / 1;
  object-fit: cover;
}
.category-body,
.article-body {
  padding: 15px;
}
.category-card small {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 34px;
  height: 24px;
  margin-bottom: 8px;
  border-radius: 3px;
  background: #fff1c7;
  color: var(--jl-orange-dark);
  font-weight: 950;
}
.category-card h3,
.article-card h3 {
  margin: 0 0 8px;
  color: #2c2118;
  font-size: 21px;
  line-height: 1.35;
}
.more-link {
  margin-top: auto;
  display: inline-flex;
  width: fit-content;
  color: var(--jl-orange-dark);
  font-weight: 950;
}
.notice {
  margin: 26px 0;
  padding: 14px 18px;
  border: 1px solid #f1d9ad;
  background: linear-gradient(90deg, #fff5dc, #fffaf1);
  color: #5a3b16;
  font-weight: 850;
  line-height: 1.7;
  text-align: center;
}
.table-wrap {
  overflow-x: auto;
  margin-top: 14px;
}
table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
  font-size: 15px;
}
th,
td {
  padding: 13px 14px;
  border: 1px solid var(--jl-line);
  color: #5d5147;
  text-align: left;
  vertical-align: top;
  line-height: 1.65;
}
th {
  background: linear-gradient(180deg, #ffa21a, #ff7d00);
  color: #fff;
}
.guide-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 15px;
}
.info-box {
  padding: 17px;
}
.info-box b {
  color: var(--jl-orange-dark);
  font-size: 17px;
}
.latest-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
.article-card {
  overflow: hidden;
}
.article-card h3 {
  font-size: 18px;
}
.faq details {
  border: 1px solid var(--jl-line);
  background: #fff;
  margin-bottom: 9px;
  border-radius: 4px;
}
.faq summary {
  cursor: pointer;
  padding: 14px 16px;
  color: #33251a;
  font-weight: 900;
}
.faq p {
  margin: 0;
  padding: 0 16px 15px;
}
.subhero {
  padding: 0 24px 18px;
}
.category-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 24px;
  align-items: center;
  padding: 18px;
  border: 1px solid var(--jl-line);
  background: #fffaf1;
}
.category-head img {
  width: 100%;
  aspect-ratio: 1.55 / 1;
  object-fit: cover;
  border-radius: 3px;
}
.breadcrumb {
  margin: 0 0 14px;
  color: #94714a;
  font-size: 13px;
  font-weight: 800;
}
.two-col {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 275px;
  gap: 22px;
}
.article {
  padding: 24px;
}
.article h1 {
  color: var(--jl-red);
  font-size: clamp(28px, 3.4vw, 42px);
}
.article h2 {
  margin-top: 30px;
  font-size: 26px;
}
.article ul,
.article ol {
  padding-left: 24px;
}
.article li {
  color: #5f5147;
  font-size: 16px;
  line-height: 1.85;
  margin-bottom: 8px;
}
.article-figure {
  margin: 18px 0;
}
.article-figure img {
  width: 100%;
  max-height: 360px;
  object-fit: cover;
  border-radius: 4px;
  border: 1px solid var(--jl-line);
}
.meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 14px;
}
.meta span {
  border: 1px solid #f1d4a5;
  background: #fff7e7;
  color: #7c4c12;
  padding: 6px 9px;
  border-radius: 3px;
  font-size: 13px;
  font-weight: 850;
}
.side-card {
  position: sticky;
  top: 14px;
  padding: 16px;
}
.side-card h2 {
  margin: 0 0 10px;
  color: #2f241c;
  font-size: 20px;
}
.side-card a {
  display: block;
  padding: 10px 0;
  border-bottom: 1px solid var(--jl-line);
  color: #7a430f;
  font-weight: 850;
  line-height: 1.45;
}
.side-card a:last-child { border-bottom: 0; }
.related {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}
.footer {
  background: linear-gradient(180deg, #ffc31d, #ff9800);
  color: #472504;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.25fr repeat(3, 1fr);
  gap: 28px;
  padding: 28px;
}
.footer-logo {
  display: inline-block;
  color: #fff7cb;
  font-size: 34px;
  font-weight: 950;
  text-shadow: 0 2px 1px rgba(100, 44, 0, .4);
}
.footer h3 {
  margin: 0 0 12px;
  color: #5a2a00;
  font-size: 18px;
}
.footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer a {
  color: #5a2a00;
  font-weight: 850;
}
.copyright {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 28px;
  background: #26221e;
  color: #fff4d3;
  font-size: 13px;
}
@media (max-width: 980px) {
  body::before,
  body::after { display: none; }
  .site-frame { width: 100%; box-shadow: none; }
  .brandline { align-items: flex-start; flex-direction: column; }
  .nav { justify-content: flex-start; }
  .quick-strip { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .quick-strip a:nth-child(2) { border-right: 0; }
  .category-grid,
  .latest-grid,
  .footer-grid,
  .category-head,
  .two-col { grid-template-columns: 1fr; }
  .guide-list,
  .related { grid-template-columns: 1fr; }
  .side-card { position: static; }
}
@media (max-width: 560px) {
  .topbar { align-items: flex-start; flex-direction: column; padding: 10px 16px; }
  .brandline,
  .hero,
  .content,
  .subhero,
  .footer-grid,
  .copyright { padding-left: 16px; padding-right: 16px; }
  .nav a { flex: 1 1 calc(50% - 8px); }
  .quick-strip { margin-left: 16px; margin-right: 16px; grid-template-columns: 1fr; }
  .quick-strip a { border-right: 0; border-bottom: 1px solid var(--jl-line); }
  .quick-strip a:last-child { border-bottom: 0; }
  .hero h1 { text-align: left; }
  .hero p { text-align: left; }
  .article { padding: 18px; }
  .copyright { flex-direction: column; }
}
