:root {
  --green-950: #031f17;
  --green-900: #073425;
  --green-820: #083d2e;
  --green-760: #0d5b3f;
  --green-650: #137246;
  --green-100: #e9f7ee;
  --gold-500: #d6a332;
  --gold-420: #f0c964;
  --gold-100: #fff5d6;
  --ink: #102118;
  --muted: #637368;
  --line: #dce8df;
  --paper: #ffffff;
  --soft: #f5fbf7;
  --shadow: 0 22px 55px rgba(5, 42, 28, .16);
  --radius: 8px;
  --max: 1180px;
}
* { box-sizing: border-box; }
html { overflow-x: hidden; scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--soft); font-family: "Segoe UI", Roboto, Arial, "Noto Sans Bengali", sans-serif; line-height: 1.65; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.win-wrap { width: min(var(--max), calc(100% - 40px)); margin: 0 auto; }
h1,h2,h3,p,figure { margin: 0; }
.win-header { position: sticky; top: 0; z-index: 30; color: #fff; background: rgba(3,31,23,.96); border-bottom: 1px solid rgba(240,201,100,.2); backdrop-filter: blur(14px); }
.win-nav { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 22px; }
.win-brand { display: inline-flex; align-items: center; gap: 12px; font-weight: 900; font-size: 26px; line-height: 1; white-space: nowrap; }
.win-mark { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; color: var(--green-950); background: linear-gradient(145deg, var(--gold-420), #9d6d16); box-shadow: 0 9px 26px rgba(240,201,100,.26); font-size: 24px; font-weight: 950; }
.win-menu { flex: 1; display: flex; justify-content: center; gap: 4px; overflow-x: auto; white-space: nowrap; scrollbar-width: none; }
.win-menu::-webkit-scrollbar { display: none; }
.win-menu a { min-height: 42px; display: inline-flex; align-items: center; padding: 0 11px; border-radius: 6px; color: rgba(255,255,255,.86); font-size: 13px; font-weight: 760; }
.win-menu a:hover, .win-menu .active { color: var(--gold-420); background: rgba(255,255,255,.06); }
.win-top-cta { min-height: 42px; display: inline-flex; align-items: center; justify-content: center; padding: 0 18px; border-radius: 6px; color: #1d1605; background: linear-gradient(135deg, var(--gold-420), var(--gold-500)); font-size: 14px; font-weight: 850; box-shadow: 0 13px 30px rgba(214,163,50,.24); white-space: nowrap; }
.win-hero { color: #fff; background: radial-gradient(circle at 82% 16%, rgba(240,201,100,.2), transparent 30%), linear-gradient(135deg, #021a14 0%, #083b2c 54%, #021a14 100%); overflow: hidden; }
.win-hero-grid { min-height: 660px; display: grid; grid-template-columns: minmax(0,.82fr) minmax(520px,1.18fr); align-items: center; gap: 58px; padding: 62px 0 76px; }
.win-hero h1 { max-width: 660px; font-size: clamp(44px, 5vw, 76px); line-height: .98; letter-spacing: 0; font-weight: 950; }
.win-hero h1 span { color: var(--gold-420); }
.win-hero p { max-width: 610px; margin: 26px 0 0; color: rgba(255,255,255,.82); font-size: 17px; }
.win-actions { display: flex; flex-wrap: wrap; gap: 14px; margin: 34px 0 0; }
.win-btn { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; padding: 0 24px; border-radius: 6px; border: 1px solid rgba(240,201,100,.5); font-size: 15px; font-weight: 850; }
.win-btn.primary { border-color: transparent; color: #1d1605; background: linear-gradient(135deg, var(--gold-420), var(--gold-500)); box-shadow: 0 14px 34px rgba(214,163,50,.28); }
.win-btn.ghost { color: #fff; background: rgba(255,255,255,.04); }
.win-hero-media { min-height: 540px; display: flex; align-items: center; justify-content: center; overflow: visible; }
.win-hero-media img { width: 100%; height: auto; max-height: 560px; object-fit: contain; filter: drop-shadow(0 24px 44px rgba(0,0,0,.32)); }
.win-section { padding: 82px 0; background: var(--paper); }
.win-section.tint { background: var(--soft); }
.win-section.dark { color: #fff; background: linear-gradient(135deg, var(--green-950), #0a3c2b 54%, #081b28); }
.win-title { color: inherit; font-size: clamp(30px, 3.2vw, 48px); line-height: 1.08; font-weight: 950; letter-spacing: 0; }
.win-title.center { text-align: center; }
.win-copy { margin: 18px 0 0; color: var(--muted); font-size: 16px; }
.dark .win-copy { color: rgba(255,255,255,.74); }
.win-intro { display: grid; grid-template-columns: minmax(0,.88fr) minmax(400px,1fr); gap: 56px; align-items: center; }
.win-info-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; padding: 22px; border: 1px solid var(--line); border-radius: 10px; background: linear-gradient(135deg, #f8fffa, #e8f7ec); box-shadow: 0 20px 45px rgba(17,71,45,.08); }
.win-info-card { min-height: 156px; padding: 20px 16px; border: 1px solid rgba(19,114,70,.18); border-radius: var(--radius); background: rgba(255,255,255,.86); text-align: center; }
.win-info-icon { width: 42px; height: 42px; margin: 0 auto 16px; display: grid; place-items: center; color: #fff; border-radius: 10px; background: #0b5138; font-size: 20px; font-weight: 900; }
.win-info-card h3 { font-size: 16px; line-height: 1.28; font-weight: 900; }
.win-info-card p { margin: 8px 0 0; color: var(--muted); font-size: 13px; line-height: 1.55; }
.win-feature-head { display: flex; align-items: end; justify-content: space-between; gap: 28px; margin-bottom: 32px; text-align: center; }
.win-feature-head .win-title { flex: 1; }
.win-feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.win-feature-card { min-height: 296px; overflow: hidden; border: 1px solid rgba(240,201,100,.25); border-radius: 10px; background: linear-gradient(150deg, rgba(255,255,255,.1), rgba(255,255,255,.03)), rgba(5,47,34,.75); }
.win-feature-body { padding: 30px; }
.win-feature-body span { display: inline-flex; color: var(--gold-420); font-size: 15px; font-weight: 950; }
.win-feature-body h3 { margin-top: 18px; font-size: 28px; line-height: 1.15; font-weight: 950; }
.win-feature-body p { margin-top: 14px; color: rgba(255,255,255,.75); }
.win-feature-body a { display: inline-flex; margin-top: 22px; color: var(--gold-420); font-size: 13px; font-weight: 900; text-transform: uppercase; }
.win-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 34px; }
.win-step { position: relative; min-height: 230px; padding: 24px; border: 1px solid var(--line); border-radius: 10px; background: #fff; box-shadow: 0 16px 36px rgba(5,42,28,.08); }
.win-step-num { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; color: var(--green-950); background: var(--gold-420); font-weight: 950; }
.win-step-icon { margin-top: 24px; color: var(--green-760); font-size: 30px; font-weight: 900; }
.win-step h3 { margin-top: 8px; font-size: 20px; font-weight: 950; }
.win-step p { margin-top: 8px; color: var(--muted); font-size: 14px; }
.win-image-band { display: grid; grid-template-columns: .92fr 1.08fr; gap: 44px; align-items: center; }
.win-image-band img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; border-radius: 10px; box-shadow: var(--shadow); }
.win-image-band .win-btn { margin-top: 22px; }
.win-news-head { display: flex; align-items: end; justify-content: space-between; gap: 28px; margin-bottom: 28px; }
.win-news-list { display: grid; gap: 14px; }
.win-news-row { display: grid; grid-template-columns: 170px 1fr 100px 90px; gap: 18px; align-items: center; padding: 16px; border: 1px solid var(--line); border-radius: 10px; background: #fff; box-shadow: 0 10px 28px rgba(5,42,28,.06); }
.win-news-thumb { min-height: 100px; display: grid; place-items: end start; padding: 12px; border-radius: 8px; color: #fff; background: linear-gradient(135deg, rgba(3,31,23,.24), rgba(3,31,23,.72)), url("/assets/999win-topics.png") center / cover no-repeat; }
.win-news-thumb span { font-size: 12px; font-weight: 950; text-transform: uppercase; }
.win-news-info h3 { font-size: 20px; line-height: 1.25; font-weight: 950; }
.win-news-info p { margin-top: 8px; color: var(--muted); font-size: 14px; }
.win-date { color: var(--green-760); font-size: 13px; font-weight: 850; }
.win-read { justify-self: end; color: var(--green-760); font-size: 13px; font-weight: 950; text-transform: uppercase; }
.win-page-hero { color: #fff; background: linear-gradient(135deg, #021a14, #083b2c 56%, #021a14); }
.win-page-hero-grid { min-height: 470px; display: grid; grid-template-columns: 1fr .85fr; gap: 42px; align-items: center; padding: 64px 0; }
.win-label { display: inline-flex; min-height: 25px; align-items: center; padding: 0 9px; border-radius: 5px; color: #1d1605; background: var(--gold-420); font-size: 12px; font-weight: 950; }
.win-page-hero h1 { margin-top: 16px; font-size: clamp(40px, 5vw, 70px); line-height: 1.02; font-weight: 950; }
.win-page-hero p { margin-top: 18px; color: rgba(255,255,255,.8); font-size: 17px; }
.win-page-hero img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; border-radius: 10px; box-shadow: 0 24px 48px rgba(0,0,0,.28); }
.win-detail-section { padding: 70px 0; }
.win-detail-layout { display: grid; grid-template-columns: 1fr 320px; gap: 26px; align-items: start; }
.win-detail-main { display: grid; gap: 16px; }
.win-detail-block { padding: 26px; border: 1px solid var(--line); border-radius: 10px; background: #fff; box-shadow: 0 10px 28px rgba(5,42,28,.06); }
.win-detail-block span { color: var(--green-760); font-size: 34px; font-weight: 950; line-height: 1; }
.win-detail-block h2 { margin-top: 12px; font-size: 27px; line-height: 1.16; font-weight: 950; }
.win-detail-block p { margin-top: 10px; color: var(--muted); }
.win-side { position: sticky; top: 94px; display: grid; gap: 9px; padding: 20px; border-radius: 10px; border: 1px solid var(--line); background: #fff; }
.win-side h2 { margin: 8px 0 3px; color: var(--green-760); font-size: 15px; font-weight: 950; text-transform: uppercase; }
.win-side a { padding: 10px 0; border-bottom: 1px solid var(--line); font-size: 14px; font-weight: 820; line-height: 1.35; }
.win-footer { color: #dcebe2; background: var(--green-950); }
.win-footer-grid { display: grid; grid-template-columns: 1.25fr .85fr 1fr; gap: 38px; padding: 50px 0; }
.win-footer p { margin-top: 16px; color: rgba(255,255,255,.7); }
.win-footer h3 { color: var(--gold-420); font-size: 16px; font-weight: 950; text-transform: uppercase; }
.win-footer a { display: block; margin-top: 10px; color: #e7f4ec; font-weight: 800; }
.win-copyright { min-height: 48px; display: grid; place-items: center; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.55); font-size: 13px; text-align: center; }
@media (max-width: 1040px) {
  .win-nav { flex-wrap: wrap; padding: 12px 0; }
  .win-menu { order: 3; width: 100%; justify-content: flex-start; }
  .win-hero-grid, .win-intro, .win-image-band, .win-page-hero-grid, .win-detail-layout { grid-template-columns: 1fr; }
  .win-hero-media { min-height: 360px; }
  .win-info-grid, .win-feature-grid { grid-template-columns: 1fr; }
  .win-steps { grid-template-columns: repeat(2, 1fr); }
  .win-side { position: static; }
}
@media (max-width: 720px) {
  .win-wrap { width: min(100% - 28px, var(--max)); }
  .win-top-cta { display: none; }
  .win-hero-grid { min-height: auto; padding: 54px 0 64px; gap: 30px; }
  .win-hero h1 { font-size: 42px; }
  .win-hero-media { min-height: 260px; }
  .win-section { padding: 54px 0; }
  .win-steps, .win-footer-grid { grid-template-columns: 1fr; }
  .win-news-head { display: block; }
  .win-news-head .win-btn { margin-top: 18px; }
  .win-news-row { grid-template-columns: 1fr; }
  .win-date, .win-read { justify-self: start; }
  .win-page-hero-grid { min-height: auto; padding: 46px 0; }
  .win-page-hero h1 { font-size: 36px; }
}
