.elementor-6456 .elementor-element.elementor-element-19778af{--display:flex;--background-transition:0.3s;}:root{--page-title-display:none;}/* Start custom CSS */:root {
  --bat-blue: #007bc1;
  --bat-blue-bright: #009fe3;
  --bat-dark-blue: #065186;
  --bat-navy: #0f172a;
  --bat-text: #243244;
  --bat-muted: #607084;
  --bat-light: #f6f9fc;
  --bat-border: #dfe8f1;
  --bat-white: #ffffff;
  --bat-warning: #b45309;
  --bat-warning-bg: #fff8eb;
  --bat-max: 1180px;
  --bat-radius-lg: 28px;
  --bat-radius-md: 16px;
  --bat-shadow: 0 18px 50px rgba(15, 23, 42, 0.09);
}

.bat-guide-page,
.bat-guide-page * {
  box-sizing: border-box;
}

.bat-guide-page {
  width: 100%;
  background:
    radial-gradient(circle at 7% 8%, rgba(0, 159, 227, 0.08), transparent 24rem),
    #ffffff;
  color: var(--bat-text);
  font-family: "Roboto", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.75;
}

.bat-guide-page a {
  color: var(--bat-blue);
  font-weight: 650;
  text-decoration: none;
  text-underline-offset: 3px;
}

.bat-guide-page a:hover {
  color: var(--bat-dark-blue);
  text-decoration: underline;
}

.bat-guide-container {
  width: min(100%, var(--bat-max));
  margin: 0 auto;
  padding: 48px 24px 80px;
}

.bat-guide-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 390px;
  display: flex;
  align-items: flex-end;
  margin-bottom: 54px;
  padding: clamp(38px, 6vw, 72px);
  border-radius: var(--bat-radius-lg);
  background:
    linear-gradient(120deg, rgba(15, 23, 42, 0.98), rgba(6, 81, 134, 0.94) 62%, rgba(0, 159, 227, 0.88));
  color: var(--bat-white);
  box-shadow: var(--bat-shadow);
}

.bat-guide-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background-image:
    linear-gradient(rgba(255,255,255,0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.045) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(to right, transparent, #000);
}

.bat-guide-hero__glow {
  position: absolute;
  z-index: -1;
  top: -180px;
  right: -100px;
  width: 460px;
  height: 460px;
  border-radius: 50%;
  background: rgba(255,255,255,0.16);
  filter: blur(8px);
}

.bat-guide-hero__content {
  max-width: 920px;
}

.bat-guide-eyebrow {
  margin-bottom: 15px;
  color: #bfeaff;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.bat-guide-title {
  margin: 0;
  color: var(--bat-white);
  font-family: "Poppins", "Roboto", Arial, sans-serif;
  font-size: clamp(38px, 6vw, 66px);
  font-weight: 750;
  line-height: 1.06;
  letter-spacing: -0.04em;
}

.bat-guide-topic-row {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 26px;
}

.bat-guide-topic-row span {
  padding: 7px 12px;
  border: 1px solid rgba(255,255,255,0.22);
  border-radius: 999px;
  background: rgba(255,255,255,0.09);
  color: #eefaff;
  font-size: 13px;
  font-weight: 650;
  backdrop-filter: blur(8px);
}

.bat-guide-layout {
  display: grid;
  grid-template-columns: 230px minmax(0, 1fr);
  gap: clamp(34px, 5vw, 68px);
  align-items: start;
}

.bat-guide-sidebar {
  position: sticky;
  top: 30px;
}

.bat-toc {
  padding: 22px 20px;
  border: 1px solid var(--bat-border);
  border-radius: var(--bat-radius-md);
  background: rgba(255,255,255,0.94);
  box-shadow: 0 12px 36px rgba(15, 23, 42, 0.06);
}

.bat-toc__title {
  margin: 0 0 13px;
  color: var(--bat-navy);
  font-family: "Poppins", "Roboto", Arial, sans-serif;
  font-size: 17px;
  font-weight: 750;
}

.bat-toc ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.bat-toc li {
  position: relative;
  margin: 0;
  padding: 9px 0;
  border-top: 1px solid #edf2f7;
  line-height: 1.35;
}

.bat-toc a {
  color: #405065;
  font-size: 13px;
  font-weight: 600;
}

.bat-sources {
  margin-top: 72px;
  padding-top: 6px;
}

.bat-source-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.bat-source-list li {
  display: flex;
  flex-direction: column;
  gap: 7px;
  padding: 20px;
  border: 1px solid var(--bat-border);
  border-radius: 14px;
  background: var(--bat-white);
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.05);
}

.bat-source-list li::before {
  content: "Source";
  align-self: flex-start;
  padding: 3px 8px;
  border-radius: 999px;
  background: #eaf7ff;
  color: var(--bat-dark-blue);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.bat-source-list a {
  color: var(--bat-navy);
  font-family: "Poppins", "Roboto", Arial, sans-serif;
  font-size: 16px;
  font-weight: 750;
  line-height: 1.35;
}

.bat-source-list span {
  color: var(--bat-muted);
  font-size: 14px;
  line-height: 1.55;
}

.bat-guide-content {
  min-width: 0;
}

.bat-guide-content > p:first-child {
  margin-top: 0;
  color: #334155;
  font-size: 20px;
  line-height: 1.72;
}

.bat-guide-content p {
  margin: 0 0 21px;
}

.bat-guide-content h2 {
  scroll-margin-top: 28px;
  margin: 64px 0 19px;
  padding-top: 4px;
  color: var(--bat-navy);
  font-family: "Poppins", "Roboto", Arial, sans-serif;
  font-size: clamp(29px, 4vw, 40px);
  font-weight: 750;
  line-height: 1.2;
  letter-spacing: -0.025em;
}

.bat-guide-content h2::after {
  content: "";
  display: block;
  width: 58px;
  height: 4px;
  margin-top: 14px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--bat-blue), var(--bat-blue-bright));
}

.bat-guide-content h3 {
  scroll-margin-top: 28px;
  margin: 38px 0 13px;
  color: var(--bat-dark-blue);
  font-family: "Poppins", "Roboto", Arial, sans-serif;
  font-size: 23px;
  font-weight: 750;
  line-height: 1.3;
}

.bat-callout {
  position: relative;
  overflow: hidden;
  margin: 34px 0;
  padding: 25px 27px 25px 31px;
  border: 1px solid #cfe7f5;
  border-left: 5px solid var(--bat-blue);
  border-radius: 0 var(--bat-radius-md) var(--bat-radius-md) 0;
  background: linear-gradient(135deg, #f3faff, #ffffff);
  box-shadow: 0 10px 28px rgba(0, 123, 193, 0.07);
}

.bat-callout::after {
  content: "“";
  position: absolute;
  right: 18px;
  top: -21px;
  color: rgba(0,123,193,0.09);
  font-family: Georgia, serif;
  font-size: 110px;
  line-height: 1;
}

.bat-callout p:last-child {
  margin-bottom: 0;
}

.bat-list-panel {
  margin: 25px 0 32px;
  padding: 22px 24px;
  border: 1px solid var(--bat-border);
  border-radius: var(--bat-radius-md);
  background: var(--bat-light);
}

.bat-list-panel + .bat-list-panel {
  margin-top: -33px;
  border-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.bat-list-panel ul,
.bat-list-panel ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.bat-list-panel li {
  position: relative;
  margin: 0;
  padding: 10px 8px 10px 31px;
  line-height: 1.5;
}

.bat-list-panel li::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 18px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--bat-blue);
  box-shadow: 0 0 0 5px rgba(0,123,193,0.10);
}

.bat-list-panel li p {
  margin: 0;
}

.bat-list-grid ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.bat-list-grid li {
  min-height: 58px;
  padding: 15px 15px 15px 43px;
  border: 1px solid #e2ebf3;
  border-radius: 12px;
  background: var(--bat-white);
}

.bat-list-grid li::before {
  left: 17px;
  top: 23px;
}

.bat-list-three ul {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.bat-list-three li {
  display: flex;
  min-height: 105px;
  align-items: flex-end;
  padding: 54px 18px 17px;
  border-color: #cfe7f5;
  background: linear-gradient(145deg, #ffffff, #eff9ff);
  color: var(--bat-dark-blue);
  font-size: 18px;
  font-weight: 750;
}

.bat-list-three li::before {
  left: 19px;
  top: 19px;
  width: 18px;
  height: 18px;
  border-radius: 6px;
}

.bat-list-warning {
  border-color: #f3dfb6;
  background: var(--bat-warning-bg);
}

.bat-list-warning li {
  border-color: #f0dfbd;
}

.bat-list-warning li::before {
  background: var(--bat-warning);
  box-shadow: 0 0 0 5px rgba(180,83,9,0.10);
}

.bat-list-compact {
  padding: 14px 20px;
  background: #fbfdff;
}

.bat-list-compact li {
  padding-top: 7px;
  padding-bottom: 7px;
}

.bat-stat-list {
  padding: 30px;
  border: 0;
  background: linear-gradient(130deg, var(--bat-navy), var(--bat-dark-blue));
  color: var(--bat-white);
  text-align: center;
  box-shadow: var(--bat-shadow);
}

.bat-stat-list li {
  padding: 0;
  font-family: "Poppins", "Roboto", Arial, sans-serif;
  font-size: clamp(27px, 5vw, 46px);
  font-weight: 800;
}

.bat-stat-list li::before {
  display: none;
}

.bat-guide-image {
  margin: 42px 0 48px;
}

.bat-guide-image img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 7;
  object-fit: cover;
  border-radius: var(--bat-radius-md);
  box-shadow: var(--bat-shadow);
}

.bat-guide-image figcaption {
  margin-top: 10px;
  color: var(--bat-muted);
  font-size: 13px;
  text-align: center;
}

.bat-image-placeholder__inner {
  min-height: 230px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 30px;
  border: 2px dashed #9dcce7;
  border-radius: var(--bat-radius-md);
  background:
    linear-gradient(135deg, rgba(0,123,193,0.08), rgba(0,159,227,0.03)),
    var(--bat-light);
  color: var(--bat-dark-blue);
  text-align: center;
}

.bat-image-placeholder__number {
  padding: 4px 9px;
  border-radius: 999px;
  background: var(--bat-blue);
  color: var(--bat-white);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.bat-image-placeholder__inner strong {
  max-width: 560px;
  font-family: "Poppins", "Roboto", Arial, sans-serif;
  font-size: 20px;
}

.bat-image-placeholder__inner span:last-child {
  color: var(--bat-muted);
  font-size: 14px;
}

@media (max-width: 980px) {
  .bat-guide-layout {
    grid-template-columns: 1fr;
  }

  .bat-guide-sidebar {
    position: static;
  }

  .bat-toc ul {
    columns: 2;
    column-gap: 30px;
  }

  .bat-toc li {
    break-inside: avoid;
  }
}

@media (max-width: 700px) {
  .bat-guide-page {
    font-size: 16px;
  }

  .bat-guide-container {
    padding: 24px 16px 56px;
  }

  .bat-guide-hero {
    min-height: 360px;
    margin-bottom: 30px;
    padding: 32px 23px;
    border-radius: 20px;
  }

  .bat-guide-title {
    font-size: clamp(36px, 11vw, 50px);
  }

  .bat-guide-topic-row span {
    font-size: 12px;
  }

  .bat-toc ol {
    columns: 1;
  }

  .bat-guide-content > p:first-child {
    font-size: 18px;
  }

  .bat-guide-content h2 {
    margin-top: 50px;
    font-size: 30px;
  }

  .bat-guide-content h3 {
    font-size: 21px;
  }

  .bat-list-grid ul,
  .bat-list-three ul {
    grid-template-columns: 1fr;
  }

  .bat-list-panel,
  .bat-callout {
    padding: 19px;
  }

  .bat-list-panel li {
    padding-right: 6px;
  }

  .bat-image-placeholder__inner {
    min-height: 190px;
  }

  .bat-source-list {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */