/*
Theme Name: 1333bet Bangladesh
Theme URI: https://1333bet.fashion/
Author: 1333bet Bangladesh
Description: Bengali-first Bangladesh brand entry theme for 1333bet.
Version: 1.0.0
Text Domain: 1333bet-bangladesh
*/

:root {
  --bg: #f7f8f2;
  --surface: #ffffff;
  --ink: #151813;
  --muted: #596251;
  --line: #dbe0d2;
  --green: #0f6b45;
  --green-dark: #09442f;
  --red: #c93335;
  --gold: #d6a73b;
  --teal: #17848f;
  --shadow: 0 16px 42px rgba(21, 24, 19, .10);
  --radius: 8px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: "Noto Sans Bengali", "Hind Siliguri", "SolaimanLipi", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 18px;
  line-height: 1.78;
}

a {
  color: var(--green-dark);
  text-decoration-thickness: .08em;
  text-underline-offset: .18em;
}

a:hover {
  color: var(--red);
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid rgba(219, 224, 210, .88);
  background: rgba(247, 248, 242, .94);
  backdrop-filter: blur(14px);
}

.header-inner,
.footer-inner,
.page-shell {
  width: min(1160px, calc(100% - 32px));
  margin: 0 auto;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 52px;
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--ink);
  font-weight: 800;
  font-size: clamp(18px, 2.4vw, 24px);
  line-height: 1;
  text-decoration: none;
  flex: 0 0 auto;
}

.brand-symbol {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--green), var(--red));
  color: #fff;
  font-size: 16px;
  font-weight: 900;
}

.brand-logo-image {
  width: min(72px, 22vw);
  max-height: 22px;
  height: auto;
  object-fit: contain;
}

.brand-text {
  color: var(--green-dark);
  font-size: 11px;
  line-height: 1;
}

.site-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 6px 14px;
  font-size: 15px;
  font-weight: 700;
}

.site-nav a {
  color: var(--muted);
  text-decoration: none;
}

.site-nav a:hover {
  color: var(--green-dark);
}

.main {
  min-height: 70vh;
}

.page-shell {
  padding: 40px 0 64px;
}

.entry-content > * {
  margin-left: auto;
  margin-right: auto;
}

.entry-content h1,
.entry-content h2,
.entry-content h3 {
  max-width: 930px;
  line-height: 1.22;
  letter-spacing: 0;
}

.entry-content h1 {
  margin: 18px auto 18px;
  font-size: clamp(38px, 6vw, 72px);
}

.entry-content h2 {
  margin: 56px auto 16px;
  font-size: clamp(27px, 4vw, 42px);
}

.entry-content h3 {
  margin: 34px auto 12px;
  font-size: clamp(22px, 3vw, 29px);
}

.entry-content p,
.entry-content ul,
.entry-content ol,
.entry-content table,
.entry-content .note,
.entry-content .link-grid,
.entry-content .faq-list,
.entry-content .cta-row {
  max-width: 930px;
}

.entry-content p {
  margin-top: 0;
  margin-bottom: 18px;
}

.entry-content ul,
.entry-content ol {
  padding-left: 28px;
}

.hero-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(320px, .76fr);
  gap: 34px;
  align-items: center;
  max-width: 1160px;
  margin: 0 auto 46px;
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(140deg, #fff 0%, #f5f8ec 58%, #fdf4ec 100%);
  box-shadow: var(--shadow);
}

.hero-panel h1 {
  margin-top: 0;
}

.hero-panel p {
  font-size: clamp(18px, 2.2vw, 22px);
}

.hero-media img,
.entry-image img {
  width: 100%;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.entry-image {
  max-width: 1040px;
  margin: 34px auto;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 18px;
  border: 1px solid var(--green);
  border-radius: 8px;
  background: var(--green);
  color: #fff;
  font-weight: 800;
  line-height: 1.25;
  text-decoration: none;
}

.button:hover {
  background: var(--green-dark);
  color: #fff;
}

.button.secondary {
  border-color: var(--line);
  background: #fff;
  color: var(--green-dark);
}

.button.secondary:hover {
  border-color: var(--gold);
  background: #fff9e9;
  color: var(--green-dark);
}

.link-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 20px;
}

.link-grid a,
.note,
.faq-item,
.trust-block {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
}

.link-grid a {
  display: block;
  min-height: 74px;
  padding: 16px;
  color: var(--ink);
  font-weight: 800;
  text-decoration: none;
}

.link-grid a:hover {
  border-color: var(--gold);
  background: #fffaf0;
}

.note {
  padding: 18px 20px;
  border-left: 5px solid var(--red);
  color: var(--muted);
}

.faq-list {
  display: grid;
  gap: 14px;
}

.faq-item {
  padding: 18px 20px;
}

.faq-item h3 {
  margin: 0 0 8px;
  font-size: 21px;
}

.faq-item p {
  margin-bottom: 0;
}

.trust-block {
  max-width: 930px;
  margin: 42px auto 0;
  padding: 16px 18px;
  color: var(--muted);
  font-size: 16px;
}

.site-footer {
  border-top: 1px solid var(--line);
  background: #121713;
  color: #eef3e9;
}

.footer-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, .8fr);
  gap: 28px;
  padding: 36px 0;
}

.footer-inner a {
  color: #f6d57b;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  font-size: 15px;
}

@media (max-width: 880px) {
  .header-inner,
  .footer-inner,
  .hero-panel {
    grid-template-columns: 1fr;
  }

  .header-inner {
    align-items: flex-start;
    padding: 14px 0;
  }

  .site-nav {
    justify-content: flex-start;
  }

  .hero-panel {
    padding: 22px;
  }

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

@media (max-width: 520px) {
  body {
    font-size: 16px;
  }

  .header-inner,
  .footer-inner,
  .page-shell {
    width: min(100% - 22px, 1160px);
  }

  .site-nav {
    font-size: 14px;
    gap: 6px 10px;
  }

  .cta-row {
    display: grid;
  }

  .button {
    width: 100%;
  }
}
