:root {
  --bigo-ink: #10231f;
  --bigo-muted: #51635e;
  --bigo-paper: #f4f1e8;
  --bigo-surface: #fffdf7;
  --bigo-accent: #0b766b;
  --bigo-accent-dark: #075c54;
  --bigo-signal: #e2a33a;
  --bigo-danger: #a53c3c;
  --bigo-border: #d8ded8;
  --bigo-shadow: 0 18px 48px rgba(16, 35, 31, 0.1);
  --bigo-radius: 20px;
  --bigo-container: 1180px;
}

html {
  scroll-behavior: smooth;
}

body.bigobetgiris-modern {
  margin: 0;
  background: var(--bigo-paper);
  color: var(--bigo-ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

.bigobetgiris-modern *,
.bigobetgiris-modern *::before,
.bigobetgiris-modern *::after {
  box-sizing: border-box;
}

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

.bigo-container {
  width: min(calc(100% - 40px), var(--bigo-container));
  margin-inline: auto;
}

.bigo-skip-link {
  position: fixed;
  z-index: 99999;
  top: 12px;
  left: 12px;
  padding: 10px 16px;
  border-radius: 8px;
  background: #fff;
  color: var(--bigo-ink);
  font-weight: 800;
  transform: translateY(-160%);
}

.bigo-skip-link:focus {
  transform: translateY(0);
}

.bigobetgiris-modern a {
  color: var(--bigo-accent-dark);
  text-decoration-thickness: 1.5px;
  text-underline-offset: 3px;
}

.bigobetgiris-modern :where(a, button, summary, input, textarea, select):focus-visible {
  outline: 3px solid var(--bigo-signal);
  outline-offset: 3px;
}

.bigo-site-header {
  position: sticky;
  z-index: 1000;
  top: 0;
  border-bottom: 1px solid rgba(16, 35, 31, 0.12);
  background: rgba(255, 253, 247, 0.96);
  backdrop-filter: blur(12px);
}

.admin-bar .bigo-site-header {
  top: 32px;
}

.bigo-header-inner {
  display: flex;
  min-height: 78px;
  align-items: center;
  gap: 28px;
}

.bigo-brand {
  display: inline-flex;
  min-width: max-content;
  align-items: center;
  gap: 12px;
  color: var(--bigo-ink) !important;
  text-decoration: none !important;
}

.bigo-brand-mark {
  display: grid;
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 12px 4px 12px 4px;
  background: var(--bigo-accent);
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 25px;
  font-weight: 700;
}

.bigo-brand-copy {
  display: grid;
  line-height: 1.15;
}

.bigo-brand-copy strong {
  font-size: 15px;
  letter-spacing: -0.01em;
}

.bigo-brand-copy small {
  margin-top: 4px;
  color: var(--bigo-muted);
  font-size: 11px;
  font-weight: 650;
  letter-spacing: 0.04em;
}

.bigo-desktop-nav {
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  justify-content: center;
  gap: clamp(16px, 2vw, 30px);
}

.bigo-desktop-nav a {
  position: relative;
  color: var(--bigo-ink);
  font-size: 13px;
  font-weight: 750;
  text-decoration: none;
  white-space: nowrap;
}

.bigo-desktop-nav a::after {
  position: absolute;
  right: 0;
  bottom: -8px;
  left: 0;
  height: 2px;
  background: var(--bigo-accent);
  content: "";
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 160ms ease;
}

.bigo-desktop-nav a:hover::after,
.bigo-desktop-nav a[aria-current="page"]::after {
  transform: scaleX(1);
}

.bigo-header-contact {
  padding: 10px 14px;
  border: 1px solid var(--bigo-accent);
  border-radius: 999px;
  color: var(--bigo-accent-dark) !important;
  font-size: 12px;
  font-weight: 800;
  text-decoration: none !important;
  white-space: nowrap;
}

.bigo-header-contact:hover {
  background: #e8f4f0;
}

.bigo-mobile-menu {
  display: none;
  margin-left: auto;
}

.bigo-mobile-menu summary {
  display: grid;
  width: 44px;
  height: 44px;
  cursor: pointer;
  list-style: none;
  place-content: center;
  gap: 5px;
  border: 1px solid var(--bigo-border);
  border-radius: 10px;
  background: var(--bigo-surface);
}

.bigo-mobile-menu summary::-webkit-details-marker {
  display: none;
}

.bigo-mobile-menu summary span {
  width: 20px;
  height: 2px;
  border-radius: 2px;
  background: var(--bigo-ink);
}

.bigo-mobile-menu nav {
  position: absolute;
  top: calc(100% + 1px);
  right: 0;
  left: 0;
  display: grid;
  padding: 16px 20px 22px;
  border-bottom: 1px solid var(--bigo-border);
  background: var(--bigo-surface);
  box-shadow: var(--bigo-shadow);
}

.bigo-mobile-menu nav a {
  padding: 12px 4px;
  border-bottom: 1px solid #e9ece8;
  color: var(--bigo-ink);
  font-weight: 750;
  text-decoration: none;
}

.bigo-mobile-menu nav a[aria-current="page"] {
  color: var(--bigo-accent-dark);
}

.bigo-mobile-menu .bigo-mobile-contact {
  margin-top: 12px;
  padding: 12px 16px;
  border: 0;
  border-radius: 10px;
  background: var(--bigo-accent);
  color: #fff;
  text-align: center;
}

.bigo-hero {
  overflow: hidden;
  padding: clamp(64px, 8vw, 108px) 0;
  background:
    radial-gradient(circle at 80% 15%, rgba(226, 163, 58, 0.14), transparent 31%),
    linear-gradient(135deg, #0e2b26 0%, #123a33 100%);
  color: #fff;
}

.bigo-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(340px, 0.75fr);
  align-items: center;
  gap: clamp(44px, 7vw, 92px);
}

.bigo-eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 20px;
  color: #9bd9cc;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.bigo-eyebrow > span:first-child {
  width: 28px;
  height: 2px;
  background: var(--bigo-signal);
}

.bigo-hero h1,
.bigo-page-hero h1 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 600;
  letter-spacing: -0.035em;
  line-height: 1.05;
  text-wrap: balance;
}

.bigo-hero h1 {
  max-width: 760px;
  font-size: clamp(42px, 5.8vw, 76px);
}

.bigo-hero-lead {
  max-width: 700px;
  margin: 28px 0 0;
  color: #d7e8e3;
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.6;
}

.bigo-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.bigo-button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 20px;
  border: 1px solid var(--bigo-signal);
  border-radius: 10px;
  background: var(--bigo-signal);
  color: #10231f !important;
  font-size: 14px;
  font-weight: 850;
  text-decoration: none !important;
  transition: transform 150ms ease, background-color 150ms ease;
}

.bigo-button:hover {
  background: #efb653;
  transform: translateY(-2px);
}

.bigo-button-ghost {
  border-color: rgba(255, 255, 255, 0.5);
  background: transparent;
  color: #fff !important;
}

.bigo-button-ghost:hover {
  background: rgba(255, 255, 255, 0.1);
}

.bigo-affiliate-disclosure {
  max-width: 680px;
  margin: 24px 0 0;
  padding-left: 14px;
  border-left: 3px solid var(--bigo-signal);
  color: #c8dad5;
  font-size: 13px;
}

.bigo-affiliate-disclosure strong {
  color: #fff;
}

.bigo-safety-panel {
  padding: clamp(26px, 3vw, 38px);
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: var(--bigo-radius);
  background: rgba(255, 255, 255, 0.07);
  box-shadow: 0 25px 70px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(10px);
}

.bigo-panel-kicker {
  margin: 0 0 22px;
  color: #9bd9cc;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.13em;
}

.bigo-safety-panel ol {
  display: grid;
  margin: 0;
  padding: 0;
  list-style: none;
}

.bigo-safety-panel li {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 14px;
  padding: 17px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.bigo-safety-panel li > span {
  color: var(--bigo-signal);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 21px;
  font-weight: 700;
}

.bigo-safety-panel li div {
  display: grid;
}

.bigo-safety-panel li strong {
  font-size: 15px;
}

.bigo-safety-panel li small {
  margin-top: 3px;
  color: #bcd0ca;
  font-size: 12px;
  line-height: 1.5;
}

.bigo-trust-strip {
  border-bottom: 1px solid var(--bigo-border);
  background: var(--bigo-surface);
}

.bigo-trust-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.bigo-trust-grid > div {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  min-height: 112px;
  padding: 22px clamp(14px, 2.4vw, 34px);
  border-left: 1px solid var(--bigo-border);
}

.bigo-trust-grid > div:last-child {
  border-right: 1px solid var(--bigo-border);
}

.bigo-trust-grid > div > span {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border-radius: 50%;
  background: #e3f0ec;
  color: var(--bigo-accent-dark);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
}

.bigo-trust-grid p {
  display: grid;
  margin: 0;
}

.bigo-trust-grid strong {
  font-size: 14px;
}

.bigo-trust-grid small {
  margin-top: 3px;
  color: var(--bigo-muted);
  font-size: 12px;
  line-height: 1.4;
}

.bigo-page-hero {
  padding: clamp(56px, 7vw, 86px) 0;
  background: #123a33;
  color: #fff;
}

.bigo-page-hero-inner {
  max-width: 900px;
}

.bigo-page-hero h1 {
  max-width: 880px;
  font-size: clamp(38px, 5vw, 62px);
}

.bigo-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 24px 0 0;
  color: #bcd0ca;
  font-size: 13px;
}

.bigo-breadcrumb a {
  color: #fff;
}

.bigo-content-section {
  padding: clamp(58px, 8vw, 96px) 0;
}

.bigo-prose {
  max-width: 72ch;
  margin-inline: auto;
}

.bigo-prose > :first-child {
  margin-top: 0;
}

.bigo-prose h2,
.bigo-prose h3,
.bigo-prose h4 {
  color: var(--bigo-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 650;
  letter-spacing: -0.022em;
  line-height: 1.2;
  text-wrap: balance;
}

.bigo-prose h2 {
  margin: 2.2em 0 0.7em;
  font-size: clamp(28px, 3vw, 38px);
}

.bigo-prose h3 {
  margin: 1.8em 0 0.55em;
  font-size: clamp(22px, 2.2vw, 28px);
}

.bigo-prose h4 {
  margin: 1.6em 0 0.5em;
  font-size: 20px;
}

.bigo-prose p,
.bigo-prose li {
  color: #263b36;
}

.bigo-prose p {
  margin: 0 0 1.25em;
}

.bigo-prose ul,
.bigo-prose ol {
  margin: 0 0 1.6em;
  padding-left: 1.35em;
}

.bigo-prose li {
  margin: 0.5em 0;
  padding-left: 0.2em;
}

.bigo-prose strong {
  color: var(--bigo-ink);
}

.bigo-prose blockquote {
  margin: 2em 0;
  padding: 18px 22px;
  border-left: 4px solid var(--bigo-accent);
  background: #e8f2ef;
}

.bigo-prose blockquote p:last-child {
  margin-bottom: 0;
}

.bigo-prose hr {
  margin: 48px 0;
  border: 0;
  border-top: 1px solid var(--bigo-border);
}

.bigo-prose table {
  width: 100%;
  margin: 28px 0;
  border-collapse: collapse;
  background: var(--bigo-surface);
  font-size: 14px;
}

.bigo-prose th,
.bigo-prose td {
  padding: 13px 15px;
  border: 1px solid var(--bigo-border);
  text-align: left;
  vertical-align: top;
}

.bigo-prose th {
  background: #e8f2ef;
  color: var(--bigo-ink);
}

.bigo-callout,
.bigo-note,
.bigo-warning {
  margin: 28px 0;
  padding: 22px 24px;
  border-radius: 12px;
}

.bigo-callout {
  border: 1px solid #b7d8cf;
  background: #e8f2ef;
}

.bigo-note {
  border: 1px solid #dfd7c6;
  background: var(--bigo-surface);
}

.bigo-warning {
  border: 1px solid #e6c5c5;
  border-left: 5px solid var(--bigo-danger);
  background: #fff2f2;
}

.bigo-callout > :last-child,
.bigo-note > :last-child,
.bigo-warning > :last-child {
  margin-bottom: 0;
}

.bigo-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  max-width: 1060px;
  width: 100%;
  margin: 30px auto;
}

.bigo-card {
  display: flex;
  min-height: 220px;
  flex-direction: column;
  padding: 24px;
  border: 1px solid var(--bigo-border);
  border-radius: 14px;
  background: var(--bigo-surface);
  box-shadow: 0 10px 30px rgba(16, 35, 31, 0.06);
}

.bigo-card .bigo-card-number {
  color: var(--bigo-accent);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 30px;
  font-weight: 700;
}

.bigo-card h3 {
  margin: 16px 0 8px;
  font-size: 22px;
}

.bigo-card p {
  margin-bottom: 18px;
  color: var(--bigo-muted);
  font-size: 14px;
}

.bigo-card a {
  margin-top: auto;
  font-size: 14px;
  font-weight: 800;
}

.bigo-checklist {
  margin: 28px 0;
  padding: 0;
  list-style: none;
}

.bigo-checklist li {
  position: relative;
  margin: 0;
  padding: 14px 14px 14px 48px;
  border-bottom: 1px solid var(--bigo-border);
}

.bigo-checklist li::before {
  position: absolute;
  top: 17px;
  left: 10px;
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  border-radius: 50%;
  background: var(--bigo-accent);
  color: #fff;
  content: "✓";
  font-size: 13px;
  font-weight: 900;
}

.bigo-steps {
  counter-reset: bigo-steps;
  margin: 28px 0;
  padding: 0;
  list-style: none;
}

.bigo-steps li {
  position: relative;
  min-height: 58px;
  margin: 0;
  padding: 8px 0 24px 64px;
  counter-increment: bigo-steps;
}

.bigo-steps li::before {
  position: absolute;
  top: 0;
  left: 0;
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 10px;
  background: var(--bigo-ink);
  color: #fff;
  content: counter(bigo-steps, decimal-leading-zero);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
}

.bigo-site-footer {
  padding: 50px 0 30px;
  background: #0d2722;
  color: #c5d5d0;
}

.bigo-footer-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding-bottom: 34px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.bigo-footer-brand,
.bigo-footer-brand .bigo-brand-copy strong {
  color: #fff !important;
}

.bigo-footer-brand .bigo-brand-copy small {
  color: #aabfba;
}

.bigo-footer-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px 24px;
}

.bigo-footer-nav a {
  color: #dce8e4;
  font-size: 13px;
  font-weight: 700;
}

.bigo-footer-note {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 28px;
  padding-top: 26px;
  color: #9eb3ad;
  font-size: 12px;
  line-height: 1.6;
}

.bigo-footer-note p {
  max-width: 720px;
  margin: 0;
}

.bigo-footer-note strong {
  color: var(--bigo-signal);
}

@media (max-width: 1080px) {
  .bigo-desktop-nav,
  .bigo-header-contact {
    display: none;
  }

  .bigo-mobile-menu {
    display: block;
  }

  .bigo-hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(300px, 0.72fr);
    gap: 40px;
  }
}

@media (max-width: 800px) {
  .admin-bar .bigo-site-header {
    top: 46px;
  }

  .bigo-container {
    width: min(calc(100% - 32px), var(--bigo-container));
  }

  .bigo-header-inner {
    min-height: 70px;
  }

  .bigo-hero-grid {
    grid-template-columns: 1fr;
  }

  .bigo-safety-panel {
    max-width: 600px;
  }

  .bigo-trust-grid {
    grid-template-columns: 1fr;
    padding: 12px 0;
  }

  .bigo-trust-grid > div,
  .bigo-trust-grid > div:last-child {
    min-height: 90px;
    border-right: 0;
    border-bottom: 1px solid var(--bigo-border);
    border-left: 0;
  }

  .bigo-trust-grid > div:last-child {
    border-bottom: 0;
  }

  .bigo-card-grid {
    grid-template-columns: 1fr;
    margin-inline: 0;
  }

  .bigo-card {
    min-height: auto;
  }

  .bigo-footer-main,
  .bigo-footer-note {
    align-items: flex-start;
    flex-direction: column;
  }

  .bigo-footer-nav {
    justify-content: flex-start;
  }

}

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

  .bigo-container {
    width: min(calc(100% - 24px), var(--bigo-container));
  }

  .bigo-brand-copy strong {
    font-size: 14px;
  }

  .bigo-brand-copy small {
    display: none;
  }

  .bigo-hero {
    padding: 52px 0 58px;
  }

  .bigo-hero h1 {
    font-size: clamp(38px, 12vw, 54px);
  }

  .bigo-hero-actions {
    display: grid;
  }

  .bigo-button {
    width: 100%;
  }

  .bigo-safety-panel {
    padding: 22px 18px;
  }

  .bigo-page-hero {
    padding: 46px 0 52px;
  }

  .bigo-page-hero h1 {
    font-size: 38px;
  }

  .bigo-content-section {
    padding: 50px 0 64px;
  }

  .bigo-prose table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .bigo-callout,
  .bigo-note,
  .bigo-warning {
    padding: 18px;
  }

  .bigo-footer-nav {
    display: grid;
  }

}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}

@media print {
  .bigo-site-header,
  .bigo-site-footer,
  .bigo-hero-actions,
  .bigo-mobile-menu {
    display: none !important;
  }

  body.bigobetgiris-modern,
  .bigo-hero,
  .bigo-page-hero {
    background: #fff !important;
    color: #000 !important;
  }

  .bigo-hero,
  .bigo-page-hero,
  .bigo-content-section {
    padding: 24px 0;
  }
}
