:root {
  --w71-green: #0f8f68;
  --w71-green-dark: #08664d;
  --w71-green-soft: #e9f8f2;
  --w71-gold: #d6a843;
  --w71-red: #dc3545;
  --w71-ink: #172026;
  --w71-muted: #65717b;
  --w71-line: #e3e9ee;
  --w71-bg: #f5f8f7;
  --w71-card: #ffffff;
  --w71-shadow: 0 18px 42px rgba(19, 49, 44, .10);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.w71-body {
  margin: 0;
  min-height: 100vh;
  background: linear-gradient(180deg, #fff 0%, #f6f9f8 48%, #edf4f1 100%);
  color: var(--w71-ink);
  font-family: "Noto Sans Bengali", "Hind Siliguri", Arial, sans-serif;
  letter-spacing: 0;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.w71-shell { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.w71-header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(255, 255, 255, .94);
  border-bottom: 1px solid rgba(222, 231, 228, .9);
  backdrop-filter: blur(14px);
}
.w71-header .w71-shell { width: min(1320px, calc(100% - 40px)); }
.w71-nav { display: flex; align-items: center; justify-content: space-between; min-height: 76px; gap: 22px; }
.w71-logo { flex: 0 0 auto; color: var(--w71-green); font-size: 34px; line-height: 1; font-weight: 900; }
.w71-logo strong { color: var(--w71-gold); }
.w71-logo span { display: block; margin-top: 4px; color: var(--w71-muted); font-size: 12px; font-weight: 800; }
.w71-menu { display: flex; align-items: center; justify-content: center; gap: 18px; min-width: 0; color: #26343a; font-size: 15px; font-weight: 800; }
.w71-menu a { position: relative; padding: 28px 0 25px; white-space: nowrap; }
.w71-menu a::after { position: absolute; right: 0; bottom: 18px; left: 0; height: 3px; border-radius: 999px; background: var(--w71-green); content: ""; opacity: 0; transform: scaleX(.35); transition: .2s ease; }
.w71-menu a:hover, .w71-menu a.is-active { color: var(--w71-green); }
.w71-menu a:hover::after, .w71-menu a.is-active::after { opacity: 1; transform: scaleX(1); }
.w71-actions { display: flex; align-items: center; gap: 12px; }
.w71-btn { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 42px; padding: 0 18px; border: 1px solid transparent; border-radius: 12px; font-size: 14px; font-weight: 900; white-space: nowrap; transition: transform .2s ease, box-shadow .2s ease; }
.w71-btn:hover { transform: translateY(-1px); box-shadow: 0 14px 28px rgba(15, 143, 104, .18); }
.w71-btn-green { background: linear-gradient(135deg, #20b98b, var(--w71-green)); color: #fff !important; border-color: var(--w71-green); }
.w71-btn-red { background: linear-gradient(135deg, #ee4d5a, var(--w71-red)); color: #fff !important; border-color: var(--w71-red); }
.w71-btn-white { background: #fff; color: #1d282e !important; border-color: #d3ded9; }
.w71-btn-large { min-height: 54px; padding: 0 24px; border-radius: 15px; font-size: 16px; }
.w71-hero { padding: 48px 0 28px; background: radial-gradient(circle at 72% 12%, rgba(15, 143, 104, .14), transparent 30%), linear-gradient(180deg, #fff 0%, #f8fbfa 100%); }
.w71-hero-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(420px, .98fr); gap: 34px; align-items: center; }
.w71-kicker, .w71-title-row p, .w71-section-head p { margin: 0 0 10px; color: var(--w71-green); font-size: 13px; font-weight: 900; text-transform: uppercase; letter-spacing: 0; }
.w71-hero h1 { margin: 0; color: #121b21; font-size: clamp(40px, 5vw, 68px); line-height: 1.05; font-weight: 900; }
.w71-lead { max-width: 640px; margin: 22px 0 0; color: #46545c; font-size: 19px; line-height: 1.7; }
.w71-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.w71-stats { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; max-width: 660px; margin-top: 26px; }
.w71-stats div { padding: 18px; border: 1px solid var(--w71-line); border-radius: 17px; background: rgba(255,255,255,.92); box-shadow: 0 12px 28px rgba(28, 52, 48, .07); }
.w71-stats strong { display: block; color: var(--w71-green); font-size: 24px; font-weight: 900; }
.w71-stats span { display: block; margin-top: 4px; color: var(--w71-muted); font-size: 14px; line-height: 1.5; }
.w71-hero-card { overflow: hidden; min-height: 390px; border: 1px solid #dde8e3; border-radius: 28px; background: #fff; box-shadow: var(--w71-shadow); }
.w71-hero-card img { width: 100%; height: 100%; min-height: 390px; object-fit: cover; }
.w71-services { display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); gap: 14px; padding: 22px 0; }
.w71-services article, .w71-panel, .w71-card, .w71-article-card, .w71-side-card { border: 1px solid var(--w71-line); border-radius: 24px; background: rgba(255,255,255,.96); box-shadow: var(--w71-shadow); }
.w71-services article { padding: 18px 14px; text-align: center; }
.w71-icon { display: inline-flex; align-items: center; justify-content: center; width: 48px; height: 48px; border-radius: 15px; background: var(--w71-green-soft); color: var(--w71-green); font-size: 15px; font-weight: 900; }
.w71-services h3, .w71-card h3 { margin: 14px 0 0; color: #152128; font-size: 18px; font-weight: 900; }
.w71-services p, .w71-card p { margin: 8px 0 0; color: var(--w71-muted); font-size: 14px; line-height: 1.55; }
.w71-section { margin-top: 24px; }
.w71-panel { padding: 28px; }
.w71-title-row { display: flex; align-items: flex-end; justify-content: space-between; gap: 18px; margin-bottom: 22px; }
.w71-title-row h2, .w71-section-head h2, .w71-panel h2 { margin: 0; color: #151f25; font-size: 32px; line-height: 1.18; font-weight: 900; }
.w71-title-row > a { display: inline-flex; align-items: center; min-height: 42px; padding: 0 18px; border: 1px solid #d2ded9; border-radius: 12px; background: #fff; color: #1f2c32; font-weight: 900; }
.w71-card-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.w71-card { padding: 22px; background: linear-gradient(180deg, #fff 0%, #fbfdfc 100%); }
.w71-card a, .w71-read { display: inline-flex; align-items: center; gap: 8px; margin-top: 14px; color: var(--w71-green); font-weight: 900; }
.w71-overview { display: grid; grid-template-columns: minmax(0, .95fr) minmax(380px, 1.05fr); gap: 28px; align-items: center; }
.w71-overview p:not(.w71-kicker) { margin: 16px 0 0; color: var(--w71-muted); font-size: 16px; line-height: 1.75; }
.w71-checklist { display: grid; gap: 10px; margin: 20px 0 0; padding: 0; list-style: none; }
.w71-checklist li { position: relative; padding-left: 28px; color: #2b373d; font-weight: 700; line-height: 1.55; }
.w71-checklist li::before { position: absolute; top: 0; left: 0; color: var(--w71-green); content: "✓"; font-weight: 900; }
.w71-timeline { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.w71-timeline article { padding: 20px; border: 1px solid #e5eee9; border-radius: 18px; background: #fff; }
.w71-timeline b { display: inline-flex; align-items: center; justify-content: center; width: 42px; height: 42px; border-radius: 50%; background: #f7edd5; color: #9a6b10; font-weight: 900; }
.w71-timeline h3 { margin: 12px 0 0; font-weight: 900; }
.w71-timeline p { margin: 8px 0 0; color: var(--w71-muted); line-height: 1.55; }
.w71-news-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.w71-news-card { overflow: hidden; border: 1px solid #e5eee9; border-radius: 20px; background: #fff; box-shadow: 0 12px 26px rgba(19,49,44,.07); }
.w71-news-media { display: block; min-height: 180px; background: linear-gradient(135deg, #e9f8f2, #fff7df); }
.w71-news-media img { width: 100%; height: 100%; min-height: 180px; object-fit: cover; }
.w71-news-body { padding: 18px; }
.w71-news-body time, .w71-news-body span { display: inline-flex; margin: 0 8px 10px 0; color: var(--w71-green); font-size: 12px; font-weight: 900; text-transform: uppercase; }
.w71-news-body h3 { margin: 0; color: #142027; font-size: 19px; line-height: 1.32; font-weight: 900; }
.w71-news-body p { margin: 10px 0 0; color: var(--w71-muted); font-size: 14px; line-height: 1.6; }
.w71-section-head { max-width: 760px; margin: 0 auto 24px; text-align: center; }
.w71-guide-grid, .w71-trust-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.w71-guide-grid article { text-align: center; }
.w71-guide-grid b { display: inline-flex; align-items: center; justify-content: center; width: 36px; height: 36px; margin-right: 8px; border-radius: 50%; background: var(--w71-green); color: #fff; font-weight: 900; }
.w71-faq details { border-top: 1px solid #e4ece8; }
.w71-faq details:first-of-type { border-top: 0; }
.w71-faq summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 18px 0; color: #172329; font-weight: 900; cursor: pointer; }
.w71-faq summary::after { color: var(--w71-green); content: "+"; font-weight: 900; }
.w71-faq details[open] summary::after { content: "−"; }
.w71-faq p { margin: 0 0 18px; color: var(--w71-muted); line-height: 1.7; }
.w71-footer { margin-top: 42px; padding: 34px 0 18px; background: #eaf1ee; border-top: 1px solid #d8e4df; }
.w71-footer-grid { display: grid; grid-template-columns: 1.25fr .8fr .8fr 1fr; gap: 28px; }
.w71-footer p { margin: 0; color: var(--w71-muted); line-height: 1.7; }
.w71-footer h3 { margin: 4px 0 14px; font-size: 17px; font-weight: 900; }
.w71-footer a { display: block; margin: 8px 0; color: #46535a; }
.w71-pay { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.w71-pay span { display: inline-flex; align-items: center; justify-content: center; min-height: 38px; border: 1px solid #d1ded9; border-radius: 10px; background: #fff; color: #303d43; font-weight: 900; text-align: center; }
.w71-footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-top: 26px; padding-top: 18px; border-top: 1px solid #d3dfda; color: #68757c; font-size: 14px; }
.w71-footer-bottom span:last-child { padding: 8px 14px; border: 1px solid #c5d4ce; border-radius: 999px; background: #fff; }
.w71-subhero { padding: 42px 0; background: linear-gradient(135deg, #fff 0%, #f4faf7 100%); border-bottom: 1px solid #e0ebe6; }
.w71-subhero-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, 480px); gap: 24px; align-items: center; }
.w71-subhero h1 { margin: 0; color: #142027; font-size: clamp(34px, 4.6vw, 58px); line-height: 1.12; font-weight: 900; }
.w71-subhero p { margin: 16px 0 0; color: var(--w71-muted); font-size: 18px; line-height: 1.7; }
.w71-subhero img { width: 100%; border-radius: 24px; box-shadow: var(--w71-shadow); aspect-ratio: 16 / 9; object-fit: cover; }
.w71-content { margin-top: 28px; }
.w71-two-col { display: grid; grid-template-columns: minmax(0, 1fr) 330px; gap: 24px; align-items: start; }
.w71-article-card, .w71-side-card { padding: 30px; }
.w71-breadcrumb { margin-bottom: 18px; color: var(--w71-muted); font-size: 14px; }
.w71-breadcrumb a { color: var(--w71-green); font-weight: 900; }
.w71-article-card h1 { margin: 0; color: #142027; font-size: clamp(30px, 4vw, 48px); line-height: 1.16; font-weight: 900; }
.w71-meta { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 16px; color: #56636a; }
.w71-meta span { display: inline-flex; align-items: center; min-height: 34px; padding: 8px 12px; border: 1px solid #d7e4df; border-radius: 999px; background: #fff; }
.w71-summary { margin: 18px 0; padding: 16px 18px; border-left: 4px solid var(--w71-green); border-radius: 0 14px 14px 0; background: #f3fbf8; color: #435058; line-height: 1.7; }
.w71-article-body { color: #263238; font-size: 17px; line-height: 1.86; }
.w71-article-body h2, .w71-article-body h3 { margin: 28px 0 10px; color: #16242b; font-weight: 900; }
.w71-article-body ul, .w71-article-body ol { padding-left: 24px; }
.w71-article-body li { margin: 7px 0; }
.w71-table-wrap { overflow-x: auto; margin: 18px 0; }
.w71-article-body table, .w71-info-table { width: 100%; border-collapse: collapse; overflow: hidden; border: 1px solid var(--w71-line); border-radius: 14px; background: #fff; }
.w71-article-body th, .w71-article-body td, .w71-info-table th, .w71-info-table td { padding: 13px 14px; border-bottom: 1px solid var(--w71-line); text-align: left; vertical-align: top; }
.w71-article-body th, .w71-info-table th { background: #f3f8f6; color: #16342a; font-weight: 900; }
.w71-note { margin: 24px 0; padding: 20px; border: 1px solid #e1e9e5; border-radius: 18px; background: #fbfdfc; }
.w71-note-strong { border-color: rgba(220,53,69,.22); background: #fff8f8; }
.w71-prenext { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; margin-top: 24px; padding-top: 20px; border-top: 1px solid var(--w71-line); }
.w71-prenext > div, .w71-side-card a { padding: 12px 0; border-bottom: 1px solid #edf2ef; color: #29383e; font-weight: 800; }
.w71-side-card { display: grid; gap: 14px; }
.w71-side-card h2, .w71-side-card h3 { margin: 0; font-weight: 900; }
.w71-side-card p { margin: 0; color: var(--w71-muted); line-height: 1.65; }
.w71-side-card a:last-child { border-bottom: 0; }
.w71-category-links { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; margin-top: 22px; }
.w71-category-links a { padding: 16px; border: 1px solid var(--w71-line); border-radius: 16px; background: #fff; color: #243238; font-weight: 900; }
.w71-update-list { display: grid; gap: 16px; }
.w71-update-card { display: grid; grid-template-columns: 170px minmax(0, 1fr); gap: 18px; padding: 16px; border: 1px solid #e5eee9; border-radius: 18px; background: #fff; }
.w71-update-thumb { display: flex; align-items: center; justify-content: center; min-height: 120px; border-radius: 14px; background: linear-gradient(135deg, var(--w71-green), var(--w71-gold)); color: #fff; font-size: 22px; font-weight: 900; }
.w71-pagination { display: flex; flex-wrap: wrap; gap: 8px; margin: 20px 0 0; padding: 0; list-style: none; }
.w71-pagination a, .w71-pagination span, .w71-pagination li { display: inline-flex; align-items: center; justify-content: center; min-height: 36px; min-width: 38px; padding: 0 12px; border: 1px solid #d7e4df; border-radius: 10px; background: #fff; color: #29383e; font-weight: 800; }

@media (max-width: 1080px) {
  .w71-menu { gap: 14px; font-size: 14px; }
  .w71-hero-grid, .w71-overview, .w71-two-col, .w71-subhero-grid { grid-template-columns: 1fr; }
  .w71-services { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .w71-card-grid, .w71-news-grid, .w71-guide-grid, .w71-trust-grid, .w71-category-links { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 1500px) {
  .w71-actions .w71-btn-white { display: none; }
}
@media (max-width: 820px) {
  .w71-shell { width: min(100% - 28px, 1180px); }
  .w71-nav { flex-wrap: wrap; padding: 14px 0; }
  .w71-logo { font-size: 30px; }
  .w71-menu { order: 3; width: 100%; justify-content: flex-start; flex-wrap: wrap; gap: 6px 16px; }
  .w71-menu a { padding: 10px 0 14px; }
  .w71-menu a::after { bottom: 5px; }
  .w71-actions { margin-left: auto; }
  .w71-actions .w71-btn-white { display: none; }
  .w71-hero { padding-top: 26px; }
  .w71-hero h1, .w71-subhero h1, .w71-article-card h1 { font-size: 32px; }
  .w71-lead { font-size: 16px; }
  .w71-stats, .w71-services, .w71-card-grid, .w71-news-grid, .w71-guide-grid, .w71-trust-grid, .w71-footer-grid, .w71-timeline, .w71-category-links { grid-template-columns: 1fr; }
  .w71-title-row, .w71-footer-bottom { flex-direction: column; align-items: flex-start; }
  .w71-hero-card, .w71-hero-card img { min-height: 250px; }
  .w71-prenext { grid-template-columns: 1fr; }
  .w71-update-card { grid-template-columns: 1fr; }
}
@media (max-width: 520px) {
  .w71-shell { width: min(100% - 22px, 1180px); }
  .w71-actions .w71-btn-green { min-height: 38px; padding: 0 13px; font-size: 13px; }
  .w71-hero h1, .w71-subhero h1, .w71-article-card h1 { font-size: 29px; }
  .w71-btn-large, .w71-hero-actions { width: 100%; }
  .w71-panel, .w71-article-card, .w71-side-card { padding: 18px; border-radius: 18px; }
  .w71-title-row h2, .w71-section-head h2, .w71-panel h2 { font-size: 24px; }
}
