:root {
  --green: #004b49;
  --gold-dark: #c3922e;
  --gold: #eb9d29;
  --gold-mid: #eed688;
  --gold-soft: #efd98e;
  --cream: #faf1ba;
  --ivory: #fffbcc;
  --paper: #ffffff;
  --ink: #004b49;
  --muted: rgba(0, 75, 73, 0.74);
  --line: rgba(195, 146, 46, 0.38);
  --shadow: 0 24px 70px rgba(0, 75, 73, 0.18);
  --gold-gradient: linear-gradient(135deg, #c3922e 0%, #fffbcc 49%, #faf1ba 54%, #efd98e 64%, #eed688 65%, #eb9d29 85%, #c3922e 100%);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  color: var(--ink);
  background: var(--ivory);
  font-family: Inter, "Noto Sans Bengali", "Hind Siliguri", "Segoe UI", system-ui, -apple-system, sans-serif;
  line-height: 1.6;
}

a {
  color: inherit;
}

img {
  max-width: 100%;
  display: block;
}

.site-header {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
  width: min(1160px, calc(100% - 32px));
  margin: 0 auto;
  padding: 34px 0;
  color: #ffffff;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  text-decoration: none;
}

.brand-icon {
  width: 51px;
  height: 51px;
}

.brand-logotype {
  width: 198px;
  height: auto;
}

.language-switch {
  display: inline-flex;
  gap: 2px;
  padding: 4px;
  border: 1px solid rgba(255, 251, 204, 0.42);
  border-radius: 999px;
  background: rgba(0, 75, 73, 0.34);
  backdrop-filter: blur(16px);
}

.lang-option {
  min-width: 52px;
  min-height: 36px;
  border: 0;
  color: #ffffff;
  background: transparent;
  border-radius: 999px;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

.lang-option.is-active {
  color: var(--green);
  background: var(--ivory);
}

.hero {
  position: relative;
  min-height: min(760px, 86svh);
  isolation: isolate;
  display: flex;
  align-items: center;
  padding: 154px 24px 76px;
  color: #ffffff;
  background:
    linear-gradient(90deg, rgba(0, 75, 73, 0.94) 0%, rgba(0, 75, 73, 0.76) 42%, rgba(0, 75, 73, 0.24) 100%),
    url("Slider.png") right center / cover no-repeat;
}

.hero-copy {
  width: min(1160px, 100%);
  margin: 0 auto;
}

.eyebrow,
.section-label {
  margin: 0 0 12px;
  color: var(--ivory);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1 {
  margin: 0;
  max-width: 720px;
  font-size: clamp(4rem, 12vw, 8.4rem);
  line-height: 0.92;
  letter-spacing: 0;
}

.hero-lede {
  max-width: 660px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(1.08rem, 2vw, 1.34rem);
}

.hero-bn {
  max-width: 620px;
  margin: 16px 0 0;
  color: var(--ivory);
  font-size: clamp(1rem, 2vw, 1.22rem);
  font-weight: 700;
}

.store-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.store-button {
  display: inline-flex;
  align-items: center;
  width: 206px;
  min-height: 62px;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  text-decoration: none;
  box-shadow: none;
  transition: opacity 180ms ease;
}

.store-button:hover {
  box-shadow: none;
  opacity: 0.9;
}

.store-button.is-muted {
  opacity: 0.72;
}

.store-badge {
  width: 100%;
  height: auto;
  display: block;
}

.section {
  width: min(1160px, calc(100% - 32px));
  margin: 0 auto;
  padding: 96px 0;
}

.section-copy h2,
.spiritual-inner h2 {
  margin: 0;
  color: var(--green);
  font-size: clamp(2rem, 5vw, 4rem);
  line-height: 1.04;
  letter-spacing: 0;
}

.section-copy.narrow {
  max-width: 760px;
}

.feature-card {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 18px 48px rgba(0, 47, 45, 0.08);
}

.feature-card h3 {
  margin: 0 0 8px;
  color: var(--green);
  font-size: 1.25rem;
}

.feature-card p,
.spiritual-inner p,
.spiritual-inner p {
  margin: 0;
  color: var(--muted);
}

.feature-section {
  padding-top: 96px;
}

.bangladesh-section {
  padding-top: 20px;
}

.bangladesh-section .section-copy p:not(.section-label) {
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 1.08rem;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 34px;
}

.feature-card {
  min-height: 240px;
  padding: 28px;
}

.feature-mark {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  margin-bottom: 26px;
  color: var(--green);
  background: var(--gold-gradient);
  font-weight: 950;
}

.seo-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 34px;
}

.seo-grid article,
.faq-list details {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 18px 48px rgba(0, 47, 45, 0.07);
}

.seo-grid article {
  min-height: 210px;
  padding: 26px;
}

.seo-grid h3 {
  margin: 0 0 10px;
  color: var(--green);
  font-size: 1.18rem;
}

.seo-grid p,
.faq-list p {
  margin: 0;
  color: var(--muted);
}

.spiritual-band {
  padding: 96px 24px;
  color: #ffffff;
  background:
    linear-gradient(90deg, rgba(0, 75, 73, 0.95), rgba(0, 75, 73, 0.82)),
    url("Slider.png") center / cover no-repeat;
}

.spiritual-inner {
  width: min(900px, 100%);
  margin: 0 auto;
  text-align: center;
}

.spiritual-inner h2 {
  color: #ffffff;
}

.spiritual-inner p {
  max-width: 720px;
  margin: 22px auto 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 1.1rem;
}

.faq-section {
  padding-top: 86px;
}

.faq-list {
  display: grid;
  gap: 12px;
  margin-top: 30px;
}

.faq-list details {
  padding: 22px 24px;
}

.faq-list summary {
  color: var(--green);
  font-size: 1.06rem;
  font-weight: 900;
  cursor: pointer;
}

.faq-list p {
  padding-top: 12px;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  width: 100%;
  margin: 0;
  padding: 34px max(16px, calc((100% - 1160px) / 2)) 44px;
  border-top: 0;
  color: #ffffff;
  background: var(--green);
}

.footer-brand {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.footer-brand img {
  width: 144px;
  height: auto;
}

.site-footer p {
  margin: 0;
  font-weight: 700;
}

.footer-copy {
  display: grid;
  gap: 4px;
}

.copyright {
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.9rem;
}

.site-footer a {
  color: var(--ivory);
  font-weight: 900;
  text-decoration: none;
}

@media (max-width: 880px) {
  .site-header {
    padding-top: 24px;
  }

  .hero {
    min-height: auto;
    padding-top: 148px;
    background-position: 70% center;
  }

  .feature-grid {
    grid-template-columns: 1fr;
  }

  .seo-grid {
    grid-template-columns: 1fr;
  }

  .section-copy.narrow {
    max-width: 100%;
  }
}

@media (max-width: 620px) {
  .site-header {
    width: calc(100% - 24px);
    gap: 10px;
    padding-top: 16px;
  }

  .brand {
    gap: 7px;
    min-width: 0;
  }

  .brand-icon {
    width: 34px;
    height: 34px;
    flex: 0 0 auto;
  }

  .brand-logotype {
    width: clamp(112px, 36vw, 132px);
  }

  .language-switch {
    flex: 0 0 auto;
    gap: 1px;
    padding: 3px;
  }

  .lang-option {
    min-width: 42px;
    min-height: 32px;
    padding: 0 8px;
    font-size: 0.84rem;
  }

  .hero {
    padding: 108px 16px 52px;
    background:
      linear-gradient(90deg, rgba(0, 75, 73, 0.96) 0%, rgba(0, 75, 73, 0.82) 100%),
      url("Slider.png") 68% center / cover no-repeat;
  }

  h1 {
    font-size: clamp(3rem, 18vw, 4.9rem);
  }

  .hero-lede {
    margin-top: 18px;
    font-size: 1.02rem;
  }

  .hero-bn {
    font-size: 1rem;
  }

  .store-actions {
    gap: 10px;
    margin-top: 26px;
  }

  .store-button {
    width: 100%;
    max-width: 204px;
    min-height: 58px;
  }

  .section {
    width: calc(100% - 24px);
    padding: 70px 0;
  }

  .feature-card {
    min-height: 210px;
    padding: 22px;
  }

  .feature-grid,
  .seo-grid {
    gap: 12px;
  }

  .seo-grid article {
    min-height: auto;
    padding: 22px;
  }

  .spiritual-band {
    padding: 72px 16px;
  }

  .site-footer {
    flex-direction: column;
    align-items: flex-start;
    padding: 30px 16px 36px;
  }
}

@media (max-width: 360px) {
  .brand-logotype {
    width: 104px;
  }

  .lang-option {
    min-width: 38px;
    padding: 0 7px;
  }

  .hero {
    padding-top: 100px;
  }

  h1 {
    font-size: clamp(2.7rem, 17vw, 3.6rem);
  }
}
