

/* Start:/local/components/bonusplus.support/sla.hero/templates/.default/style.css?17839429567730*/
: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;
}

.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,
.sla-page-wrapper button:focus-visible {
  outline: 2px solid var(--cyan-hover);
  outline-offset: 3px;
}

.sla-page-wrapper .container {
  width: min(var(--content), calc(100% - 48px));
  margin: 0 auto;
}

.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;
}

.sla-page-wrapper 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);
}

/* Section common styles */
.sla-page-wrapper section {
  padding: 66px 0;
}

.sla-page-wrapper .section-alt {
  background: radial-gradient(circle at 90% 12%, rgba(78, 204, 205, 0.14), transparent 28%), var(--bg-alt);
}

.sla-page-wrapper .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;
}

.sla-page-wrapper .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);
}

/* Hero-specific styles */
.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 > * {
  min-width: 0;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  font-weight: var(--btn12-fw);
  white-space: nowrap;
  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;
}

.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;
}

.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);
  min-width: 0;
}

.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);
}

@media (max-width: 1068px) {
  .hero {
    padding-top: 54px;
  }
  .hero__grid {
    grid-template-columns: 1fr;
  }
  .quick-facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .sla-page-wrapper h1 {
    font-size: var(--h1-fs);
  }
}

@media (max-width: 640px) {
  .sla-page-wrapper .container {
    width: min(100% - 28px, var(--content));
  }
  .hero {
    padding: 42px 0 52px;
  }
  .sla-page-wrapper h1 {
    font-size: var(--h1-fs);
  }
  .lead {
    font-size: var(--body16-fs);
  }
  .quick-facts {
    grid-template-columns: 1fr;
  }
  .ops-panel {
    padding: 18px;
  }
}

/* Prevent SVGs from becoming huge if common stylesheet is not loaded or cached */
.sla-page-wrapper svg,
.section-title svg {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  stroke: currentColor;
  stroke-width: 1.8;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* End */


/* Start:/local/components/bonusplus.support/sla.table/templates/.default/style.css?17839429562530*/
.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;
}

.sla-page-wrapper tr:last-child td {
  border-bottom: 0;
}

.sla-page-wrapper td {
  font-size: var(--body14-fs);
  line-height: var(--body14-lh);
}

.sla-page-wrapper td strong {
  display: block;
  margin-bottom: 4px;
  color: var(--inverse);
  font-size: var(--body16-fs);
  line-height: var(--body16-lh);
}

.table-shell .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);
}

@media (max-width: 640px) {
  .table-scroll {
    overflow-x: visible;
  }

  .sla-page-wrapper table,
  .sla-page-wrapper tbody,
  .sla-page-wrapper tr,
  .sla-page-wrapper td {
    display: block;
    width: 100%;
    min-width: 0;
  }

  .sla-page-wrapper thead {
    display: none;
  }

  .sla-page-wrapper tr {
    padding: 10px 0;
    border-bottom: 1px solid var(--dark-border);
  }

  .sla-page-wrapper tr:last-child {
    border-bottom: 0;
  }

  .sla-page-wrapper td {
    padding: 8px 16px;
    border-bottom: 0;
  }

  .sla-page-wrapper 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;
  }

  .sla-page-wrapper td:first-child {
    padding-top: 14px;
  }

  .sla-page-wrapper td:last-child {
    padding-bottom: 14px;
  }
}

/* Prevent SVGs from becoming huge if common stylesheet is not loaded or cached */
.sla-page-wrapper svg,
.section-title svg {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  stroke: currentColor;
  stroke-width: 1.8;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* End */


/* Start:/local/components/bonusplus.support/sla.types/templates/.default/style.css?17839429561043*/
.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);
}

.bp-card {
  position: relative;
  padding: 24px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.07);
}

.bp-card--flat-glow {
  background: rgba(255, 255, 255, 0.06);
}

.bp-card__text {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: var(--body14-fs);
  line-height: var(--body14-lh);
}

/* Prevent SVGs from becoming huge if common stylesheet is not loaded or cached */
.sla-page-wrapper svg,
.section-title svg {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  stroke: currentColor;
  stroke-width: 1.8;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* End */


/* Start:/local/components/bonusplus.support/sla.process/templates/.default/style.css?17839429561837*/
.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 h3 {
  margin-top: 0;
  margin-bottom: 10px;
}

.step p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: var(--body14-fs);
  line-height: var(--body14-lh);
}

.checklist {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.checklist li {
  position: relative;
  padding-left: 28px;
  color: rgba(255, 255, 255, 0.86);
  font-size: var(--body14-fs);
  line-height: var(--body14-lh);
}

.checklist 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);
}

@media (max-width: 1068px) {
  .process-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .step {
    grid-template-columns: 1fr;
  }
}

/* Prevent SVGs from becoming huge if common stylesheet is not loaded or cached */
.sla-page-wrapper svg,
.section-title svg {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  stroke: currentColor;
  stroke-width: 1.8;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* End */


/* Start:/local/components/bonusplus.support/sla.callback/templates/.default/style.css?17839429561252*/
.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.grid-3 .bp-card {
  min-height: 204px;
  position: relative;
  padding: 24px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.06);
}

.grid-3 .bp-card svg {
  width: 24px;
  height: 24px;
  margin-bottom: 20px;
  color: var(--cyan-hover);
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.grid-3 .bp-card__title {
  margin-top: 0;
  margin-bottom: 10px;
}

.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);
}

@media (max-width: 1068px) {
  .grid-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .grid-3 {
    grid-template-columns: 1fr;
  }
}

/* Prevent SVGs from becoming huge if common stylesheet is not loaded or cached */
.sla-page-wrapper svg,
.section-title svg {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  stroke: currentColor;
  stroke-width: 1.8;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* End */


/* Start:/local/components/bonusplus.support/sla.limits/templates/.default/style.css?17839429561427*/
.rules {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.light-panel {
  padding: 24px;
  border-radius: var(--radius);
  background: var(--surface);
  color: var(--inverse);
  box-shadow: var(--shadow);
}

.light-panel h3 {
  margin-top: 0;
  margin-bottom: 16px;
  color: var(--inverse);
  font-size: var(--h3-fs);
  line-height: var(--h3-lh);
  font-weight: var(--h3-fw);
}

.plain-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.plain-list li {
  position: relative;
  padding-left: 28px;
  color: var(--inverse-muted);
  font-size: var(--body14-fs);
  line-height: var(--body14-lh);
}

.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);
}

@media (max-width: 1068px) {
  .rules {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .rules {
    grid-template-columns: 1fr;
  }
}

/* Prevent SVGs from becoming huge if common stylesheet is not loaded or cached */
.sla-page-wrapper svg,
.section-title svg {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  stroke: currentColor;
  stroke-width: 1.8;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* End */


/* Start:/local/components/bonusplus.support/sla.contacts/templates/.default/style.css?17839429562452*/
.contact-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.contact-grid .bp-card {
  position: relative;
  padding: 24px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.06);
}

.contact-grid .bp-card svg {
  width: 24px;
  height: 24px;
  margin-bottom: 18px;
  color: var(--yellow);
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.contact-grid .bp-card__title {
  margin-top: 0;
  margin-bottom: 10px;
}

.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 {
  background: linear-gradient(135deg, rgba(255, 212, 0, 0.16), rgba(78, 204, 205, 0.12)), rgba(255, 255, 255, 0.06);
}

.contact-grid .bp-card--gradient-bg .bp-card__text {
  color: var(--text) !important;
}

.tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.tag {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  font-weight: var(--btn12-fw);
  white-space: nowrap;
  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);
}

.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) {
  .contact-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .contact-grid {
    grid-template-columns: 1fr;
  }
}

/* Prevent SVGs from becoming huge if common stylesheet is not loaded or cached */
.sla-page-wrapper svg,
.section-title svg {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  stroke: currentColor;
  stroke-width: 1.8;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* End */
/* /local/components/bonusplus.support/sla.hero/templates/.default/style.css?17839429567730 */
/* /local/components/bonusplus.support/sla.table/templates/.default/style.css?17839429562530 */
/* /local/components/bonusplus.support/sla.types/templates/.default/style.css?17839429561043 */
/* /local/components/bonusplus.support/sla.process/templates/.default/style.css?17839429561837 */
/* /local/components/bonusplus.support/sla.callback/templates/.default/style.css?17839429561252 */
/* /local/components/bonusplus.support/sla.limits/templates/.default/style.css?17839429561427 */
/* /local/components/bonusplus.support/sla.contacts/templates/.default/style.css?17839429562452 */
