@font-face {
  font-family: "Li Ador Noirrit";
  src: url("../assets/fonts/LiAdorNoirritRegular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Li Ador Noirrit";
  src: url("../assets/fonts/LiAdorNoirritBold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --নীল: #0d47a1;
  --গাঢ়-নীল: #082e6e;
  --নীল-হালকা: #edf4ff;
  --সোনালি: #f2b705;
  --সোনালি-গাঢ়: #c88c00;
  --কালো: #101622;
  --ধূসর: #687083;
  --রেখা: #dce3ee;
  --সাদা: #ffffff;
  --ছায়া: 0 24px 70px rgba(8, 46, 110, 0.13);
  --সর্বোচ্চ: 1180px;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  color: var(--কালো);
  background: #fff;
  /* font-family: "Li Ador Noirrit", "Noto Sans Bengali", sans-serif; */
  font-family: "Li Ador Noirrit";
  font-size: 16px;
  line-height: 1.7;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

button,
input,
select,
textarea {
  font: inherit;
}

a {
  color: inherit;
}

img {
  display: block;
  max-width: 100%;
}
.d-block {
  display: block;
}
.d-none {
  display: none;
}
.container {
  width: min(var(--সর্বোচ্চ), calc(100% - 40px));
  margin-inline: auto;
}

.section {
  padding: 104px 0;
}

.section-soft {
  background: #f8fafd;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--নীল);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.eyebrow::before {
  content: "";
  width: 34px;
  height: 2px;
  background: var(--সোনালি);
}

.section-head {
  max-width: 750px;
  margin-bottom: 48px;
}
.section-head.new {
  max-width: 820px;
}

.section-head.center {
  margin-inline: auto;
  text-align: center;
}

.section-head.center .eyebrow {
  justify-content: center;
}

.section-title {
  margin-top: 12px;
  font-size: clamp(34px, 5vw, 56px);
  line-height: 1.14;
  color: var(--গাঢ়-নীল);
  font-weight: 800;
  letter-spacing: -0.025em;
}

.section-copy {
  margin-top: 16px;
  color: var(--ধূসর);
  font-size: 17px;
}

.button {
  min-height: 52px;
  padding: 13px 24px;
  border-radius: 10px;
  border: 1px solid transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-decoration: none;
  font-weight: 700;
  cursor: pointer;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    background 0.2s ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  background: linear-gradient(135deg, var(--নীল), var(--গাঢ়-নীল));
  color: #fff;
  box-shadow: 0 14px 30px rgba(13, 71, 161, 0.25);
}

.button-gold {
  background: linear-gradient(135deg, #ffd95a, var(--সোনালি));
  color: #16213b;
  box-shadow: 0 14px 30px rgba(242, 183, 5, 0.24);
}

.button-outline {
  border-color: rgba(13, 71, 161, 0.24);
  color: var(--নীল);
  background: #fff;
}

.icon-arrow {
  width: 18px;
  height: 18px;
}

/* উপরের তথ্যবার */
.notice {
  background: var(--গাঢ়-নীল);
  color: #fff;
  position: relative;
  z-index: 30;
}

.notice-inner {
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  text-align: center;
  font-size: 14px;
}

.notice strong {
  color: #ffd95a;
}

.notice-dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.48);
}

/* নেভিগেশন */
.nav {
  position: sticky;
  top: 0;
  z-index: 25;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(13, 71, 161, 0.1);
}

.nav-inner {
  height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  min-width: 240px;
}

.brand-mark {
  width: 46px;
  height: 46px;
  flex: 0 0 auto;
}

.brand-name {
  color: var(--নীল);
  font-weight: 800;
  font-size: 23px;
  line-height: 1.02;
}

.brand-sub {
  color: var(--ধূসর);
  font-size: 12px;
  margin-top: 5px;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 27px;
  list-style: none;
}

.nav-links a {
  text-decoration: none;
  color: #2d3544;
  font-size: 14px;
  font-weight: 600;
  position: relative;
}

.nav-links a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -8px;
  height: 2px;
  background: var(--সোনালি);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.2s ease;
}

.nav-links a:hover::after {
  transform: scaleX(1);
}

.mobile-toggle {
  display: none;
  width: 44px;
  height: 44px;
  background: #fff;
  border: 1px solid var(--রেখা);
  border-radius: 10px;
  cursor: pointer;
}

/* হিরো */
.hero {
  min-height: 760px;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  background:
    radial-gradient(
      circle at 77% 25%,
      rgba(242, 183, 5, 0.15),
      transparent 25%
    ),
    radial-gradient(
      circle at 90% 80%,
      rgba(13, 71, 161, 0.13),
      transparent 28%
    ),
    linear-gradient(180deg, #fff, #fbfdff);
}

.hero::before {
  content: "";
  position: absolute;
  width: 690px;
  height: 690px;
  border: 1px solid rgba(13, 71, 161, 0.08);
  border-radius: 50%;
  right: -120px;
  top: -190px;
}

.hero::after {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  border: 1px solid rgba(242, 183, 5, 0.19);
  border-radius: 50%;
  right: 20px;
  bottom: -330px;
}

.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(340px, 0.92fr);
  align-items: center;
  gap: 40px;
  padding: 86px 0 72px;
}

.hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  padding: 8px 14px;
  background: var(--নীল-হালকা);
  border: 1px solid rgba(13, 71, 161, 0.13);
  border-radius: 999px;
  color: var(--নীল);
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 10px;
}

.hero-kicker span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--সোনালি);
  box-shadow: 0 0 0 5px rgba(242, 183, 5, 0.16);
}

.hero-title {
  margin-top: 26px;
  font-size: clamp(72px, 9.2vw, 136px);
  line-height: 0.92;
  color: var(--নীল);
  font-weight: 800;
  letter-spacing: -0.055em;
  text-shadow: 0 8px 30px rgba(13, 71, 161, 0.08);
}

.hero-award-title {
  margin-top: 22px;
  display: flex;
  align-items: center;
  gap: 18px;
  color: var(--কালো);
  font-size: clamp(25px, 3vw, 38px);
  font-weight: 700;
}

.hero-award-title::before,
.hero-award-title::after {
  content: "";
  height: 2px;
  background: var(--সোনালি);
  width: 58px;
}

.hero-values {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 20px;
  color: var(--নীল);
  font-size: 18px;
  font-weight: 700;
}

.hero-values i {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--সোনালি);
}

.hero-text {
  margin-top: 24px;
  max-width: 650px;
  color: #555f70;
  font-size: 18px;
}

.hero-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 34px;
}

.hero-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 42px;
  max-width: 650px;
}

.fact {
  background: #fff;
  border: 1px solid var(--রেখা);
  border-radius: 14px;
  padding: 18px;
  box-shadow: 0 12px 32px rgba(8, 46, 110, 0.05);
}

.fact strong {
  display: block;
  font-size: 28px;
  line-height: 1;
  color: var(--নীল);
}

.fact span {
  display: block;
  margin-top: 8px;
  color: var(--ধূসর);
  font-size: 13px;
}

.hero-visual {
  position: relative;
  min-height: 610px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-visual::before {
  content: "";
  position: absolute;
  width: 470px;
  height: 470px;
  border-radius: 50%;
  background: linear-gradient(
    145deg,
    rgba(13, 71, 161, 0.07),
    rgba(242, 183, 5, 0.12)
  );
  box-shadow: inset 0 0 0 1px rgba(13, 71, 161, 0.08);
}

.hero-visual::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 39px;
  width: 350px;
  height: 50px;
  transform: translateX(-50%);
  border-radius: 50%;
  background: rgba(11, 26, 52, 0.16);
  filter: blur(20px);
}

.award-image {
  position: relative;
  z-index: 2;
  height: 610px;
  width: auto;
  object-fit: contain;
  filter: drop-shadow(0 34px 38px rgba(9, 26, 57, 0.24));
}
.award-image.mobile {
  display: none;
}
.visual-badge {
  position: absolute;
  z-index: 4;
  right: 2px;
  top: 112px;
  width: 188px;
  padding: 16px 18px;
  background: rgba(255, 255, 255, 0.93);
  border: 1px solid rgba(13, 71, 161, 0.12);
  border-radius: 14px;
  box-shadow: var(--ছায়া);
  color: var(--গাঢ়-নীল);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5;
}

.visual-badge::before {
  content: "";
  position: absolute;
  left: 0;
  top: 16px;
  bottom: 16px;
  width: 3px;
  background: var(--সোনালি);
  border-radius: 4px;
}

/* পরিচয় */
.identity-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid var(--রেখা);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(8, 46, 110, 0.07);
}

.identity-card {
  position: relative;
  padding: 42px 38px;
  background: #fff;
}

.identity-card + .identity-card {
  border-left: 1px solid var(--রেখা);
}

.identity-number {
  position: absolute;
  right: 26px;
  top: 20px;
  font-size: 72px;
  line-height: 1;
  color: rgba(13, 71, 161, 0.055);
  font-weight: 800;
}

.identity-icon {
  width: 54px;
  height: 54px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  color: var(--নীল);
  background: var(--নীল-হালকা);
  margin-bottom: 22px;
}

.identity-icon svg {
  width: 28px;
  height: 28px;
}

.identity-card h3 {
  color: var(--নীল);
  font-size: 24px;
}

.identity-card p {
  margin-top: 10px;
  color: var(--ধূসর);
}

/* বাধ্যতামূলক শর্ত */
.requirement-panel {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  overflow: hidden;
  border-radius: 22px;
  background: var(--গাঢ়-নীল);
  box-shadow: var(--ছায়া);
}

.requirement-main {
  padding: 52px;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.requirement-main::after {
  content: "";
  position: absolute;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  right: -120px;
  bottom: -150px;
  border: 35px solid rgba(242, 183, 5, 0.11);
}

.requirement-main h2 {
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.15;
}

.requirement-main p {
  color: rgba(255, 255, 255, 0.72);
  margin-top: 18px;
  font-size: 17px;
  max-width: 610px;
}

.requirement-list {
  background: #fff;
  padding: 36px;
  display: grid;
  gap: 14px;
}

.requirement-item {
  border: 1px solid var(--রেখা);
  border-radius: 14px;
  padding: 17px 18px;
  display: flex;
  gap: 13px;
  align-items: flex-start;
  color: #313a4a;
  font-size: 15px;
}

.requirement-check {
  flex: 0 0 auto;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--গাঢ়-নীল);
  background: #fff2bf;
  font-weight: 800;
}

/* কনটেন্টের ধরন */
.content-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.content-card {
  min-height: 164px;
  padding: 25px;
  border: 1px solid var(--রেখা);
  border-radius: 16px;
  background: #fff;
  position: relative;
  overflow: hidden;
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    border-color 0.22s ease;
}

.content-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 42px rgba(8, 46, 110, 0.09);
  border-color: rgba(13, 71, 161, 0.23);
}

.content-card::before {
  content: "";
  position: absolute;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  top: -34px;
  right: -28px;
  background: var(--নীল-হালকা);
}

.content-card strong {
  display: block;
  color: var(--নীল);
  font-size: 19px;
  position: relative;
}

.content-card p {
  margin-top: 10px;
  color: var(--ধূসর);
  font-size: 14px;
}

/* বিভাগ */
.category-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.category-card {
  position: relative;
  min-height: 292px;
  padding: 28px;
  border-radius: 20px;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--রেখা);
  transition:
    transform 0.24s ease,
    box-shadow 0.24s ease;
}

.category-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 55px rgba(8, 46, 110, 0.11);
}

.category-card::after {
  content: "";
  position: absolute;
  inset: auto -52px -62px auto;
  width: 145px;
  height: 145px;
  border-radius: 50%;
  background: linear-gradient(
    135deg,
    rgba(13, 71, 161, 0.1),
    rgba(242, 183, 5, 0.18)
  );
}

.category-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.category-icon {
  width: 54px;
  height: 54px;
  border-radius: 16px;
  background: var(--নীল);
  color: #fff;
  display: grid;
  place-items: center;
  box-shadow: 0 12px 24px rgba(13, 71, 161, 0.2);
}

.category-icon svg {
  width: 27px;
  height: 27px;
}

.category-number {
  color: rgba(13, 71, 161, 0.14);
  font-size: 44px;
  font-weight: 800;
  line-height: 1;
}

.category-card h3 {
  margin-top: 27px;
  font-size: 23px;
  color: var(--গাঢ়-নীল);
  line-height: 1.25;
}

.category-card p {
  margin-top: 13px;
  color: var(--ধূসর);
  font-size: 14px;
  position: relative;
  z-index: 2;
}

.category-note {
  margin-top: 26px;
  padding: 18px 20px;
  border-radius: 14px;
  background: #fff8dd;
  border: 1px solid rgba(242, 183, 5, 0.33);
  color: #6b5200;
  text-align: center;
  font-weight: 700;
}

/* মূল্যায়ন */
.criteria-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.criteria-card {
  background: linear-gradient(180deg, #fff, #f8fafd);
  border: 1px solid var(--রেখা);
  border-radius: 18px;
  padding: 30px 26px;
}

.criteria-num {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  color: var(--গাঢ়-নীল);
  background: #ffe699;
  font-weight: 800;
}

.criteria-card h3 {
  margin-top: 22px;
  color: var(--গাঢ়-নীল);
  font-size: 20px;
}

.criteria-card p {
  margin-top: 10px;
  color: var(--ধূসর);
  font-size: 14px;
}

.disqualify {
  margin-top: 22px;
  padding: 20px 24px;
  border-radius: 15px;
  background: #fff3f1;
  border: 1px solid #f3c9c3;
  color: #8d3025;
  display: flex;
  align-items: flex-start;
  gap: 13px;
}

.disqualify strong {
  display: block;
}

/* অংশগ্রহণের ধাপ */
.steps {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.steps::before {
  content: "";
  position: absolute;
  left: 16%;
  right: 16%;
  top: 39px;
  height: 1px;
  border-top: 2px dashed rgba(13, 71, 161, 0.18);
}

.step-card {
  position: relative;
  text-align: center;
}

.step-number {
  width: 80px;
  height: 80px;
  margin: 0 auto;
  border-radius: 24px;
  display: grid;
  place-items: center;
  color: #fff;
  background: linear-gradient(145deg, var(--নীল), var(--গাঢ়-নীল));
  box-shadow: 0 17px 32px rgba(13, 71, 161, 0.2);
  font-size: 28px;
  font-weight: 800;
  position: relative;
  z-index: 2;
}

.step-card h3 {
  margin-top: 25px;
  color: var(--গাঢ়-নীল);
  font-size: 22px;
}

.step-card p {
  margin-top: 10px;
  color: var(--ধূসর);
  font-size: 15px;
}

/* বিচারকমণ্ডলী */
.jury-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.jury-card {
  display: flex;
  gap: 18px;
  align-items: center;
  background: #fff;
  border: 1px solid var(--রেখা);
  border-radius: 18px;
  padding: 25px;
  transition:
    box-shadow 0.2s ease,
    transform 0.2s ease;
}

.jury-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 42px rgba(8, 46, 110, 0.08);
}

.jury-avatar {
  flex: 0 0 auto;
  width: 68px;
  height: 68px;
  border-radius: 20px;
  display: grid;
  place-items: center;
  background: linear-gradient(145deg, var(--নীল), var(--গাঢ়-নীল));
  color: #fff;
  font-size: 23px;
  font-weight: 800;
}

.jury-card h3 {
  color: var(--গাঢ়-নীল);
  font-size: 18px;
}

.jury-card p {
  color: var(--ধূসর);
  font-size: 13px;
  margin-top: 4px;
}

/* সময়সূচি */
.timeline-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.timeline-card {
  min-height: 236px;
  border-radius: 20px;
  padding: 31px;
  position: relative;
  overflow: hidden;
  color: #fff;
  background: linear-gradient(145deg, var(--নীল), var(--গাঢ়-নীল));
}

.timeline-card:nth-child(2) {
  color: var(--কালো);
  background: linear-gradient(145deg, #ffdf66, var(--সোনালি));
}

.timeline-card::after {
  content: "";
  position: absolute;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  right: -70px;
  bottom: -90px;
  border: 24px solid rgba(255, 255, 255, 0.09);
}

.timeline-label {
  font-size: 13px;
  font-weight: 700;
  opacity: 0.74;
}

.timeline-date {
  margin-top: 15px;
  font-size: 30px;
  font-weight: 800;
  line-height: 1.25;
}

.timeline-card p:last-child {
  margin-top: 18px;
  opacity: 0.76;
  font-size: 15px;
  max-width: 280px;
}

/* ফর্ম */
.form-shell {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 28px 80px rgba(8, 46, 110, 0.12);
  border: 1px solid var(--রেখা);
}

.form-aside {
  padding: 50px 42px;
  color: #fff;
  background:
    radial-gradient(
      circle at 20% 10%,
      rgba(242, 183, 5, 0.22),
      transparent 27%
    ),
    linear-gradient(160deg, var(--নীল), var(--গাঢ়-নীল));
}

.form-aside h2 {
  font-size: 38px;
  line-height: 1.2;
}

.form-aside p {
  margin-top: 16px;
  color: rgba(255, 255, 255, 0.7);
}

.form-aside ul {
  list-style: none;
  margin-top: 32px;
  display: grid;
  gap: 15px;
}

.form-aside li {
  display: flex;
  gap: 12px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 14px;
}

.form-aside li span {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--সোনালি);
  color: var(--গাঢ়-নীল);
  font-weight: 800;
  flex: 0 0 auto;
}

.entry-form {
  background: #fff;
  padding: 46px;
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.field {
  display: grid;
  gap: 8px;
}

.field.full {
  grid-column: 1 / -1;
}

.field label {
  color: #2d3544;
  font-weight: 700;
  font-size: 14px;
}

.required {
  color: #c43e2e;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  border: 1px solid #d8e0ec;
  border-radius: 11px;
  background: #fafcff;
  padding: 13px 14px;
  color: var(--কালো);
  outline: none;
  transition:
    border-color 0.18s ease,
    box-shadow 0.18s ease,
    background 0.18s ease;
}

.field textarea {
  min-height: 126px;
  resize: vertical;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  background: #fff;
  border-color: var(--নীল);
  box-shadow: 0 0 0 4px rgba(13, 71, 161, 0.09);
}

.upload {
  position: relative;
  min-height: 104px;
  display: grid;
  place-items: center;
  text-align: center;
  border: 1.5px dashed rgba(13, 71, 161, 0.34);
  border-radius: 14px;
  background: var(--নীল-হালকা);
  color: var(--নীল);
  padding: 18px;
  cursor: pointer;
}

.upload input {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
}

.upload strong {
  display: block;
}

.upload small {
  display: block;
  color: var(--ধূসর);
  margin-top: 4px;
}

.checks {
  display: grid;
  gap: 12px;
  margin-top: 24px;
}

.check-row {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #4b5565;
  font-size: 14px;
}

.check-row input {
  width: 18px;
  height: 18px;
  margin-top: 3px;
  accent-color: var(--নীল);
}

.form-submit {
  width: 100%;
  margin-top: 25px;
}

.form-message {
  display: none;
  margin-top: 16px;
  padding: 13px 15px;
  border-radius: 10px;
  background: #eaf7ee;
  border: 1px solid #b9dfc3;
  color: #17662d;
  font-size: 14px;
}

/* অংশীদার লোগো */
.partner-strip {
  background: #fff;
  border-bottom: 1px solid rgba(13, 71, 161, 0.1);
}

.partner-inner {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 24px;
  align-items: stretch;
  padding: 18px 0;
}

.partner-block {
  border: 1px solid var(--রেখা);
  border-radius: 18px;
  background: #fff;
  padding: 18px 22px;
  box-shadow: 0 12px 36px rgba(8, 46, 110, 0.05);
  text-align: center;
}

.partner-label {
  display: inline-block;
  color: var(--গাঢ়-নীল);
  font-size: 22px;
  font-weight: 800;
  letter-spacing: 0.02em;
  margin-bottom: 12px;
}

.partner-logos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
  gap: 20px;
}

.partner-logo-wrap {
  display: grid;
  gap: 8px;
  align-items: center;
}

.partner-logo-wrap small {
  color: var(--ধূসর);
  font-size: 12px;
  font-weight: 700;
}

.partner-logo {
  max-height: 72px;
  width: auto;
  object-fit: contain;
}

.partner-logo.logo-plan {
  max-height: 78px;
}

.partner-logo.logo-jaago {
  max-height: 68px;
}

.partner-logo.logo-pib {
  max-height: 92px;
}

.partner-logo.logo-netherlands {
  max-height: 74px;
}

.partner-logos-single {
  justify-content: center;
}

.partner-logo-wrap small {
  display: none;
}

/* .footer-partner {
      margin-top: 26px;
      padding-top: 22px;
 
    } */

.footer-partner-label {
  color: #ffd95a;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 26px;
  display: block;
}

.footer-partner-logo {
  max-width: 240px;
  width: 100%;
  height: auto;
  display: block;
}

/* বিচারক টেমপ্লেট */
.jury-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.jury-card {
  display: block;
  background: #fff;
  border: 1px solid var(--রেখা);
  border-radius: 22px;
  padding: 24px;
  transition:
    box-shadow 0.2s ease,
    transform 0.2s ease;
  min-height: 310px;
}

.jury-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 42px rgba(8, 46, 110, 0.08);
}

.jury-photo {
  width: 100%;
  height: 300px;
  border-radius: 18px;
  background: linear-gradient(145deg, #f3f7fd, #e7eef8);
  border: 1px dashed rgba(13, 71, 161, 0.25);
  display: grid;
  place-items: center;
  color: rgba(13, 71, 161, 0.6);
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  padding: 18px;
  overflow: hidden;
}

.jury-photo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: top;
  border-radius: inherit;
  display: block;
}

.jury-photo.placeholder {
  background: linear-gradient(145deg, #f3f7fd, #e7eef8);
}

.jury-avatar {
  width: 58px;
  height: 58px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  background: linear-gradient(145deg, var(--নীল), var(--গাঢ়-নীল));
  color: #fff;
  font-size: 20px;
  font-weight: 800;
  margin-top: -29px;
  margin-left: 18px;
  position: relative;
  box-shadow: 0 14px 28px rgba(13, 71, 161, 0.22);
}

.jury-card h3 {
  color: var(--গাঢ়-নীল);
  font-size: 20px;
  margin-top: 18px;
}

.jury-role {
  color: var(--নীল);
  font-size: 14px;
  font-weight: 700;
  margin-top: 5px;
}

.jury-card p {
  color: var(--ধূসর);
  font-size: 14px;
  margin-top: 10px;
}

.jury-note {
  margin-top: 24px;
  padding: 18px 20px;
  border-radius: 16px;
  background: #fff8dd;
  border: 1px solid rgba(242, 183, 5, 0.34);
  color: #6b5200;
  font-weight: 700;
}

/* হল অব ফেম প্রিভিউ */
.hall-preview {
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid var(--রেখা);
  background: linear-gradient(140deg, #fff, #f7faff);
  box-shadow: var(--ছায়া);
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
}

.hall-copy {
  padding: 52px;
}

.hall-copy h2 {
  color: var(--গাঢ়-নীল);
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.15;
}

.hall-copy p {
  margin-top: 18px;
  color: var(--ধূসর);
}

.hall-points {
  list-style: none;
  margin-top: 24px;
  display: grid;
  gap: 12px;
}

.hall-points li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: #334055;
}

.hall-points span {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #eaf1ff;
  color: var(--নীল);
  font-weight: 800;
  flex: 0 0 auto;
}

.hall-visual {
  padding: 42px;
  background: linear-gradient(155deg, var(--গাঢ়-নীল), var(--নীল));
  color: #fff;
  display: grid;
  align-content: center;
}

.hall-window {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 20px;
  padding: 22px;
}

.hall-window h3 {
  font-size: 26px;
}

.hall-mini-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-top: 20px;
}

.hall-mini-card {
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  padding: 16px;
}

.hall-mini-photo {
  height: 82px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.16);
  display: grid;
  place-items: center;
  font-size: 12px;
  margin-bottom: 10px;
}

.hall-mini-card strong {
  display: block;
  font-size: 14px;
}

.hall-mini-card small {
  display: block;
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.72);
}

/* ফুটার */
.footer {
  background: #091a39;
  color: #fff;
  padding: 56px 0 26px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 45px;
}

.footer-brand {
  display: flex;
  gap: 14px;
  align-items: center;
}

.footer-brand .brand-name {
  color: #fff;
}

.footer-copy {
  margin-top: 20px;
  max-width: 470px;
  color: rgba(255, 255, 255, 0.56);
  font-size: 14px;
}

.footer h3 {
  color: #ffd95a;
  font-size: 16px;
  margin-bottom: 14px;
}

.footer a {
  display: block;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.68);
  font-size: 14px;
  margin: 8px 0;
}

.footer-bottom {
  margin-top: 42px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.42);
  font-size: 12px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

/* প্রতিক্রিয়াশীল */
@media (max-width: 1050px) {
  .nav-links {
    display: none;
  }

  .mobile-toggle {
    display: grid;
    place-items: center;
  }

  .nav-links.open {
    display: flex;
    position: absolute;
    left: 20px;
    right: 20px;
    top: 72px;
    padding: 20px;
    background: #fff;
    border: 1px solid var(--রেখা);
    border-radius: 16px;
    box-shadow: var(--ছায়া);
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-grid {
    grid-template-columns: 1fr 0.72fr;
  }

  .hero-title {
    font-size: clamp(68px, 9vw, 105px);
  }

  .award-image.mobile {
    display: block;
  }
  .award-image {
    height: 530px;
  }

  .hero-visual {
    min-height: 550px;
  }

  .hero-visual::before {
    width: 400px;
    height: 400px;
  }

  .visual-badge {
    display: none;
  }

  .content-grid,
  .category-grid,
  .criteria-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .partner-inner {
    grid-template-columns: 1fr;
  }

  .jury-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .hall-preview {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 820px) {
  .hero-visual,
  img.mnemonic-image {
    display: none;
  }
  .section {
    padding: 78px 0;
  }

  .hero {
    min-height: auto;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    padding-top: 65px;
  }

  .hero-content {
    text-align: center;
  }

  .hero-kicker {
    justify-content: center;
  }

  .hero-award-title {
    justify-content: center;
  }

  .hero-text {
    margin-inline: auto;
  }

  .hero-actions {
    justify-content: center;
  }

  .hero-facts {
    margin-inline: auto;
  }

  .hero-visual {
    min-height: 500px;
    margin-top: -20px;
  }

  .award-image {
    height: 510px;
    margin: auto;
  }

  .identity-grid {
    grid-template-columns: 1fr;
  }

  .identity-card + .identity-card {
    border-left: 0;
    border-top: 1px solid var(--রেখা);
  }

  .requirement-panel {
    grid-template-columns: 1fr;
  }

  .partner-logos {
    gap: 16px;
  }

  .jury-grid,
  .timeline-grid {
    grid-template-columns: 1fr;
  }

  .hall-copy,
  .hall-visual {
    padding: 36px;
  }

  .steps {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .steps::before {
    display: none;
  }

  .form-shell {
    grid-template-columns: 1fr;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .footer-grid > :first-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 580px) {
  .container {
    width: min(100% - 28px, var(--সর্বোচ্চ));
  }

  .notice-inner {
    min-height: 52px;
    flex-wrap: wrap;
    gap: 5px 10px;
    padding: 7px 0;
  }

  .notice-dot {
    display: none;
  }

  .nav-inner {
    height: 70px;
  }

  .brand {
    min-width: auto;
  }

  .brand-mark {
    width: 39px;
    height: 39px;
  }

  .brand-name {
    font-size: 19px;
  }

  .brand-sub {
    display: none;
  }

  .nav .button {
    display: none;
  }

  .hero-title {
    font-size: clamp(60px, 21vw, 92px);
  }

  .hero-award-title {
    font-size: 24px;
    gap: 10px;
  }

  .hero-award-title::before,
  .hero-award-title::after {
    width: 28px;
  }

  .hero-values {
    justify-content: center;
    font-size: 15px;
    gap: 9px;
  }

  .hero-facts {
    grid-template-columns: 1fr;
  }

  .hero-visual {
    min-height: 430px;
  }

  .award-image {
    height: 430px;
  }

  .hero-visual::before {
    width: 320px;
    height: 320px;
  }

  .content-grid,
  .category-grid,
  .criteria-grid {
    grid-template-columns: 1fr;
  }

  .partner-block {
    padding: 18px;
  }

  .partner-logo {
    max-height: 56px;
  }

  .hall-mini-grid {
    grid-template-columns: 1fr;
  }

  .requirement-main,
  .entry-form,
  .form-aside {
    padding: 34px 24px;
  }

  .form-grid {
    grid-template-columns: 1fr;
  }

  .field.full {
    grid-column: auto;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }

  .footer-grid > :first-child {
    grid-column: auto;
  }

  .footer-bottom {
    flex-direction: column;
  }
}

/* একই ফুটার: মূল পৃষ্ঠা ও হল অব ফেম */
.footer {
  position: relative;
  background: #091a39;
  color: #fff;
  padding: 56px 0 26px;
  overflow: hidden;
}

.footer::before,
.footer::after {
  content: none;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.8fr 0.8fr 1fr;
  gap: 45px;
  align-items: start;
}

.footer-brand {
  display: flex;
  gap: 14px;
  align-items: center;
  text-decoration: none;
}

.footer-brand .brand-name {
  color: #fff;
}

.footer-copy {
  margin-top: 20px;
  max-width: 470px;
  color: rgba(255, 255, 255, 0.56);
  font-size: 14px;
}

.footer h3 {
  color: #ffd95a;
  font-size: 16px;
  margin-bottom: 14px;
}

.footer a {
  display: block;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.68);
  font-size: 14px;
  margin: 8px 0;
  transition:
    color 0.2s ease,
    transform 0.2s ease;
}

.footer a:hover {
  color: #fff;
  transform: translateX(3px);
}

.footer .footer-brand {
  margin: 0;
}

.footer .footer-brand:hover {
  transform: none;
}

.footer-hof-link {
  display: inline-flex !important;
  align-items: center;
  gap: 8px;
  width: fit-content;
  margin-top: 14px !important;
  padding: 10px 14px;
  border: 1px solid rgba(242, 183, 5, 0.42);
  border-radius: 10px;
  color: #ffd95a !important;
  background: rgba(242, 183, 5, 0.08);
  font-weight: 700;
}

.footer-hof-link:hover {
  background: rgba(242, 183, 5, 0.16);
  transform: translateY(-2px) !important;
}

.footer-partner {
  display: block;
  text-align: left;
}

.footer-partner-label {
  color: #ffd95a;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 18px;
  display: block;
  letter-spacing: 0;
  text-transform: none;
}

.footer-partner-logo {
  max-width: 240px;
  width: 100%;
  height: auto;
  display: block;
  background: #fff;
  padding: 10px 14px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-partner-logo:hover {
  transform: none;
  background: #fff;
  box-shadow: none;
}

.footer-bottom {
  margin-top: 42px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.42);
  font-size: 12px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

@media (max-width: 1050px) {
  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 700px) {
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .footer-partner {
    text-align: left;
  }

  .footer-bottom {
    flex-direction: column;
  }
}

/* =========================================================
   সেকশনভিত্তিক মতামত ব্যবস্থা
========================================================= */
.feedback-user-bar {
  position: relative;
  z-index: 21;
  background: linear-gradient(135deg, #edf4ff, #fff9e6);
  border-bottom: 1px solid rgba(13, 71, 161, 0.12);
  padding: 18px 0;
}

.feedback-user-inner {
  display: grid;
  grid-template-columns: minmax(180px, 0.55fr) minmax(240px, 1fr) auto;
  gap: 14px;
  align-items: end;
}

.feedback-user-copy strong {
  display: block;
  color: var(--গাঢ়-নীল);
  font-size: 18px;
  line-height: 1.25;
}

.feedback-user-copy small {
  display: block;
  margin-top: 4px;
  color: var(--ধূসর);
  font-size: 13px;
}

.feedback-name-field {
  display: grid;
  gap: 6px;
}

.feedback-name-field label {
  color: #2d3544;
  font-size: 14px;
  font-weight: 700;
}

.feedback-name-field input {
  width: 100%;
  min-height: 48px;
  border: 1px solid #cfd9e8;
  border-radius: 11px;
  padding: 11px 14px;
  background: #fff;
  color: var(--কালো);
  outline: none;
}

.feedback-name-field input:focus {
  border-color: var(--নীল);
  box-shadow: 0 0 0 4px rgba(13, 71, 161, 0.09);
}

.feedback-name-action {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.feedback-name-status {
  color: #17662d;
  font-size: 12px;
  font-weight: 700;
}

.section-feedback {
  margin-top: 42px;
  padding: 24px;
  border: 1px solid rgba(13, 71, 161, 0.16);
  border-radius: 18px;
  background: linear-gradient(
    145deg,
    rgba(255, 255, 255, 0.98),
    rgba(245, 249, 255, 0.98)
  );
  box-shadow: 0 14px 36px rgba(8, 46, 110, 0.06);
  position: relative;
  z-index: 5;
}

.partner-strip .section-feedback {
  margin: 22px 0 6px;
  text-align: left;
}

.hero .section-feedback {
  grid-column: 1 / -1;
  width: 100%;
  margin-top: 8px;
  text-align: left;
}

.section-feedback-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 14px;
}

.section-feedback-head strong {
  color: var(--গাঢ়-নীল);
  font-size: 18px;
}

.section-feedback-head small {
  color: var(--ধূসর);
  font-size: 12px;
  text-align: right;
}

.section-feedback-form {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  align-items: end;
}

.section-feedback-form textarea {
  width: 100%;
  min-height: 92px;
  resize: vertical;
  border: 1px solid #d6dfec;
  border-radius: 12px;
  padding: 13px 14px;
  background: #fff;
  color: var(--কালো);
  outline: none;
}

.section-feedback-form textarea:focus {
  border-color: var(--নীল);
  box-shadow: 0 0 0 4px rgba(13, 71, 161, 0.09);
}

.section-feedback-submit {
  min-width: 145px;
  min-height: 48px;
  border: 0;
  border-radius: 11px;
  padding: 12px 18px;
  background: linear-gradient(135deg, var(--নীল), var(--গাঢ়-নীল));
  color: #fff;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 12px 26px rgba(13, 71, 161, 0.2);
}

.section-feedback-submit:disabled {
  cursor: wait;
  opacity: 0.65;
}

.feedback-message {
  display: none;
  margin-top: 12px;
  padding: 10px 12px;
  border-radius: 10px;
  font-size: 13px;
}

.feedback-message.success {
  display: block;
  color: #17662d;
  background: #eaf7ee;
  border: 1px solid #b9dfc3;
}

.feedback-message.warning {
  display: block;
  color: #795a00;
  background: #fff8dd;
  border: 1px solid rgba(242, 183, 5, 0.4);
}

.feedback-message.error {
  display: block;
  color: #8d3025;
  background: #fff3f1;
  border: 1px solid #f3c9c3;
}

@media (max-width: 820px) {
  .feedback-user-inner {
    grid-template-columns: 1fr;
    align-items: stretch;
  }

  .feedback-name-action .button {
    width: 100%;
  }

  .section-feedback-form {
    grid-template-columns: 1fr;
  }

  .section-feedback-submit {
    width: 100%;
  }

  .section-feedback-head {
    display: block;
  }

  .section-feedback-head small {
    display: block;
    margin-top: 5px;
    text-align: left;
  }
}
