

/* Start:/local/components/bonusplus.support/sla/templates/.default/style.css?178280797315977*/
:root {
  --bg: #0a1515;
  --bg-alt: #141d1d;
  --surface: #ffffff;
  --text: #ffffff;
  --muted: #efefef;
  --inverse: #0f1e1e;
  --inverse-muted: rgba(15, 30, 30, 0.68);
  --yellow: #ffd400;
  --yellow-hover: #ffdf33;
  --cyan: #4ecccd;
  --cyan-hover: #5df1f3;
  --border: rgba(255, 255, 255, 0.16);
  --dark-border: rgba(15, 30, 30, 0.2);
  --shadow: 0 26px 80px rgba(0, 0, 0, 0.28);
  --radius: 8px;
  --content: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

.sla-page-wrapper {
  margin: 0;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 12% 0%, rgba(78, 204, 205, 0.2), transparent 30%),
    radial-gradient(circle at 88% 18%, rgba(255, 212, 0, 0.14), transparent 27%),
    linear-gradient(180deg, var(--bg) 0%, #081111 48%, var(--bg-alt) 100%);
  color: var(--text);
  font-family: var(--font-family-base);
  font-size: var(--body16-fs);
  line-height: var(--body16-lh);
}

.sla-page-wrapper a {
  color: inherit;
  text-decoration: none;
}

.sla-page-wrapper a:focus-visible,
button:focus-visible {
  outline: 2px solid var(--cyan-hover);
  outline-offset: 3px;
}

.page {
  min-height: 100vh;
  overflow: hidden;
}

.container {
  width: min(var(--content), calc(100% - 48px));
  margin: 0 auto;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid var(--border);
  background: rgba(10, 21, 21, 0.84);
  backdrop-filter: blur(18px);
}

.topbar__inner {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.logo {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
}

.logo img {
  display: block;
  width: 154px;
  height: auto;
}

.nav {
  display: flex;
  align-items: center;
  gap: 24px;
  color: rgba(255, 255, 255, 0.78);
  font-size: var(--nav-fs);
  font-weight: var(--nav-fw);
  line-height: var(--nav-lh);
}

.nav a {
  position: relative;
  padding: 9px 0;
  white-space: nowrap;
}

.nav a:hover {
  color: var(--text);
}

.nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2px;
  height: 2px;
  border-radius: 999px;
  background: var(--cyan);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}

.nav a:hover::after {
  transform: scaleX(1);
}

.status-pill,
.eyebrow,
.tag {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  font-weight: var(--btn12-fw);
  white-space: nowrap;
}

.status-pill {
  gap: 9px;
  min-height: 34px;
  padding: 7px 12px;
  border: 1px solid rgba(78, 204, 205, 0.46);
  color: var(--cyan-hover);
  background: rgba(78, 204, 205, 0.08);
  font-size: var(--body12-fs);
  line-height: var(--body12-lh);
}

.status-pill::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--cyan-hover);
  box-shadow: 0 0 0 5px rgba(93, 241, 243, 0.12);
}

.hero {
  position: relative;
  padding: 76px 0 70px;
  isolation: isolate;
}

.hero::before,
.hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  border-radius: 999px;
  filter: blur(38px);
  pointer-events: none;
}

.hero::before {
  width: 430px;
  height: 220px;
  right: -90px;
  top: 70px;
  background: rgba(78, 204, 205, 0.18);
  transform: rotate(-12deg);
}

.hero::after {
  width: 350px;
  height: 180px;
  left: -120px;
  bottom: 20px;
  background: rgba(255, 212, 0, 0.12);
  transform: rotate(10deg);
}

.hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(380px, 0.96fr);
  gap: 48px;
  align-items: center;
}

.hero__grid > *,
.ops-panel,
.bp-card,
.light-panel {
  min-width: 0;
}

.eyebrow {
  gap: 9px;
  min-height: 34px;
  margin: 0 0 22px;
  padding: 7px 13px;
  border: 1px solid rgba(255, 212, 0, 0.58);
  color: var(--yellow);
  font-size: var(--body12-fs);
  line-height: var(--body12-lh);
  text-transform: uppercase;
}

.sla-page-wrapper svg {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  stroke: currentColor;
  stroke-width: 1.8;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.sla-page-wrapper h1,
.sla-page-wrapper h2,
.sla-page-wrapper h3,
.sla-page-wrapper p {
  margin-top: 0;
}

.sla-page-wrapper h1 {
  max-width: 780px;
  margin-bottom: 24px;
  font-size: var(--h1-fs);
  line-height: var(--h1-lh);
  font-weight: var(--h1-fw);
  letter-spacing: var(--h1-ls);
  overflow-wrap: break-word;
}

h1 span {
  display: block;
}

.sla-page-wrapper h2 {
  max-width: 830px;
  margin-bottom: 16px;
  font-size: var(--h2-fs);
  line-height: var(--h2-lh);
  font-weight: var(--h2-fw);
  letter-spacing: var(--h2-ls);
}

.sla-page-wrapper h3 {
  margin-bottom: 10px;
  font-size: var(--h4-fs);
  line-height: var(--h4-lh);
  font-weight: var(--h4-fw);
  letter-spacing: var(--h4-ls);
}

.lead {
  max-width: 720px;
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.84);
  font-size: var(--lead-fs);
  line-height: var(--lead-lh);
  font-weight: var(--lead-fw);
  letter-spacing: var(--lead-ls);
}

.quick-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  /* max-width: 860px; */
}

.fact {
  min-height: 116px;
  padding: 18px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.07);
}

.fact strong {
  display: block;
  margin-bottom: 7px;
  color: var(--yellow);
  font-size: var(--h3-fs);
  line-height: var(--h3-lh);
  font-weight: var(--h3-fw);
}

.fact span {
  display: block;
  color: rgba(255, 255, 255, 0.76);
  font-size: var(--body14-fs);
  line-height: var(--body14-lh);
  font-weight: var(--body14-fw);
}

.ops-panel {
  position: relative;
  padding: 24px;
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: linear-gradient(150deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.04)), rgba(20, 29, 29, 0.82);
  box-shadow: var(--shadow);
}

.ops-panel::before {
  content: "";
  position: absolute;
  width: 240px;
  height: 120px;
  right: -58px;
  top: -22px;
  border-radius: 999px;
  background: rgba(78, 204, 205, 0.18);
  filter: blur(28px);
}

.ops-panel__head {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 22px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--border);
}

.ops-panel__title {
  color: var(--muted);
  font-size: var(--body14-fs);
  line-height: var(--body14-lh);
  font-weight: var(--btn14-fw);
  text-transform: uppercase;
}

.ops-panel__code {
  padding: 5px 8px;
  border-radius: 6px;
  color: var(--cyan-hover);
  background: rgba(78, 204, 205, 0.1);
  font-family: Consolas, "Roboto Mono", monospace;
  font-size: var(--body12-fs);
}

.rule-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.rule-list li {
  position: relative;
  min-height: 56px;
  padding: 14px 14px 14px 44px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
  background: rgba(10, 21, 21, 0.58);
  color: rgba(255, 255, 255, 0.84);
  font-size: var(--body14-fs);
  line-height: var(--body14-lh);
  font-weight: var(--body14-fw);
  overflow-wrap: anywhere;
}

.rule-list li::before {
  content: "";
  position: absolute;
  left: 17px;
  top: 21px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--cyan-hover);
  box-shadow: 0 0 0 5px rgba(93, 241, 243, 0.12);
}

section {
  padding: 66px 0;
}

.section-alt {
  background: radial-gradient(circle at 90% 12%, rgba(78, 204, 205, 0.14), transparent 28%), var(--bg-alt);
}

.section-title {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  color: var(--cyan-hover);
  font-size: var(--body14-fs);
  line-height: var(--body14-lh);
  font-weight: var(--btn14-fw);
  text-transform: uppercase;
}

.section-copy {
  max-width: 780px;
  margin-bottom: 32px;
  color: rgba(255, 255, 255, 0.76);
  font-size: var(--body16-fs);
  line-height: var(--body16-lh);
}

.table-shell {
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--surface);
  color: var(--inverse);
  box-shadow: var(--shadow);
}

.table-scroll {
  overflow-x: auto;
}

.sla-page-wrapper table {
  width: 100%;
  min-width: 940px;
  border-collapse: collapse;
}

.sla-page-wrapper th,
.sla-page-wrapper td {
  padding: 18px 20px;
  border-bottom: 1px solid var(--dark-border);
  text-align: left;
  vertical-align: top;
}

.sla-page-wrapper th {
  color: rgba(15, 30, 30, 0.72);
  background: #f4f8f8;
  font-size: var(--body12-fs);
  line-height: var(--body12-lh);
  font-weight: var(--btn12-fw);
  text-transform: uppercase;
}

tr:last-child td {
  border-bottom: 0;
}

.sla-page-wrapper td {
  font-size: var(--body14-fs);
  line-height: var(--body14-lh);
}

td strong {
  display: block;
  margin-bottom: 4px;
  color: var(--inverse);
  font-size: var(--body16-fs);
  line-height: var(--body16-lh);
}

.type {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  margin-bottom: 8px;
  padding: 5px 10px;
  border-radius: 999px;
  color: var(--inverse);
  background: var(--yellow);
  font-size: var(--body12-fs);
  line-height: var(--body12-lh);
  font-weight: var(--btn12-fw);
}

.type--cyan {
  background: var(--cyan);
}

.note {
  padding: 18px 20px;
  border-top: 1px solid var(--dark-border);
  color: var(--inverse-muted);
  background: #f8fbfb;
  font-size: var(--body14-fs);
  line-height: var(--body14-lh);
}

.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.grid-3 .bp-card {
  min-height: 204px;
}

.grid-3 .bp-card svg {
  width: 24px;
  height: 24px;
  margin-bottom: 20px;
  color: var(--cyan-hover);
}

.grid-3 .bp-card__text {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: var(--body14-fs);
  line-height: var(--body14-lh);
}

.process-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(330px, 0.82fr);
  gap: 18px;
  align-items: start;
}

.steps {
  display: grid;
  gap: 12px;
}

.step {
  display: grid;
  grid-template-columns: 50px minmax(0, 1fr);
  gap: 16px;
  min-height: 116px;
  padding: 20px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.07);
}

.step__number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  color: var(--inverse);
  background: var(--yellow);
  font-weight: 950;
}

.step p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: var(--body14-fs);
  line-height: var(--body14-lh);
}

.light-panel {
  padding: 24px;
  border-radius: var(--radius);
  background: var(--surface);
  color: var(--inverse);
  box-shadow: var(--shadow);
}

.light-panel h1,
.light-panel h2,
.light-panel h3,
.light-panel h4 {
  color: var(--inverse);
}

.light-panel h3 {
  margin-bottom: 16px;
  font-size: var(--h3-fs);
  line-height: var(--h3-lh);
  font-weight: var(--h3-fw);
  letter-spacing: var(--h3-ls);
}

.checklist,
.plain-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.checklist li,
.plain-list li {
  position: relative;
  padding-left: 28px;
  color: var(--inverse-muted);
  font-size: var(--body14-fs);
  line-height: var(--body14-lh);
}

.checklist li::before,
.plain-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 0 5px rgba(78, 204, 205, 0.12);
}

.rules {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.contact-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.contact-grid .bp-card svg {
  width: 24px;
  height: 24px;
  margin-bottom: 18px;
  color: var(--yellow);
}

.contact-grid .bp-card__text,
.contact-grid .bp-card a {
  display: block;
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: var(--body14-fs);
  line-height: var(--body14-lh);
  overflow-wrap: anywhere;
}

.contact-grid .bp-card a {
  margin-top: 10px;
  color: var(--cyan-hover);
  font-weight: var(--btn14-fw);
}

.contact-grid .bp-card--gradient-bg,
.contact-grid .bp-card--gradient-bg * {
  color: var(--inverse) !important;
}

.contact-grid .bp-card--gradient-bg .tag {
  border-color: rgba(15, 30, 30, 0.28) !important;
}

.tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.tag {
  min-height: 34px;
  padding: 7px 12px;
  border: 1px solid var(--border);
  color: rgba(255, 255, 255, 0.86);
  font-size: var(--body14-fs);
  line-height: var(--body14-lh);
}

.footer {
  padding: 30px 0 42px;
  border-top: 1px solid var(--border);
  color: rgba(255, 255, 255, 0.58);
  font-size: var(--body14-fs);
  line-height: var(--body14-lh);
}

.footer__inner {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.callback-btn-text {
  display: inline;
  background: none;
  border: none;
  padding: 0;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: 750;
  text-decoration: underline dashed;
  cursor: pointer;
  transition: opacity 0.2s ease;
}

.callback-btn-text:hover {
  opacity: 0.8;
}

@media (max-width: 1068px) {
  .topbar__inner {
    align-items: flex-start;
    flex-direction: column;
    padding: 18px 0;
  }

  .nav {
    width: 100%;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .hero {
    padding-top: 54px;
  }

  .hero__grid,
  .process-grid {
    grid-template-columns: 1fr;
  }

  .quick-facts,
  .grid-3,
  .rules,
  .contact-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sla-page-wrapper h1 {
    font-size: var(--h1-fs);
  }

  .sla-page-wrapper h2 {
    font-size: var(--h2-fs);
  }
}

@media (max-width: 640px) {
  .container {
    width: min(100% - 28px, var(--content));
  }

  .logo img {
    width: 132px;
  }

  .hero {
    padding: 42px 0 52px;
  }

  .sla-page-wrapper h1 {
    font-size: var(--h1-fs);
  }

  .sla-page-wrapper h2 {
    font-size: var(--h2-fs);
  }

  .lead,
  .section-copy {
    font-size: var(--body16-fs);
  }

  .quick-facts,
  .grid-3,
  .rules,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .ops-panel {
    padding: 18px;
  }

  .step {
    grid-template-columns: 1fr;
  }

  .table-scroll {
    overflow-x: visible;
  }

  table,
  tbody,
  tr,
  .sla-page-wrapper td {
    display: block;
    width: 100%;
    min-width: 0;
  }

  .sla-page-wrapper table {
    min-width: 0;
  }

  thead {
    display: none;
  }

  tr {
    padding: 10px 0;
    border-bottom: 1px solid var(--dark-border);
  }

  tr:last-child {
    border-bottom: 0;
  }

  .sla-page-wrapper td {
    padding: 8px 16px;
    border-bottom: 0;
  }

  td::before {
    content: attr(data-label);
    display: block;
    margin-bottom: 4px;
    color: rgba(15, 30, 30, 0.58);
    font-size: var(--body12-fs);
    line-height: var(--body12-lh);
    font-weight: var(--btn12-fw);
    text-transform: uppercase;
  }

  td:first-child {
    padding-top: 14px;
  }

  td:last-child {
    padding-bottom: 14px;
  }

  .footer__inner {
    flex-direction: column;
  }
}

/* End */
/* /local/components/bonusplus.support/sla/templates/.default/style.css?178280797315977 */
