:root{--page-title-display:none;}body.elementor-page-13655:not(.elementor-motion-effects-element-type-background), body.elementor-page-13655 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}/* Start custom CSS for html, class: .elementor-element-46974c5 */@font-face {
  font-family: "Overpass";
  src:
    url("https://scombank.sr/wp-content/uploads/2026/06/Overpass-VariableFont_wght.ttf")
    format("truetype");

  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}


/* =========================================
   ROOT
========================================= */

:root {
  --red: #e02228;
  --black: #090909;
  --white: #ffffff;
  --soft: #f7f7f7;
  --soft-2: #fafafa;
  --muted: #6c6c6c;
  --line: #e5e5e5;
}


#scb-companytype,
#scb-companytype * {
  box-sizing: border-box;
}


#scb-companytype {
  width: 100%;
  max-width: 1280px;

  margin: 0 auto;

  padding:
    20px
    20px
    30px;

  font-family:
    "Overpass",
    Arial,
    sans-serif;

  color: var(--black);
}


/* =========================================
   INTRO / HERO
========================================= */

.scb-hero {
  width: 100%;

  margin-bottom: 48px;

  padding: 0;

  background: transparent;

  border: 0;
  border-radius: 0;

  box-shadow: none;
}


.scb-eyebrow {
  display: block;

  margin-bottom: 9px;

  color: var(--red);

  font-size: 10px;
  line-height: 1;

  font-weight: 800;

  letter-spacing: .09em;

  text-transform: uppercase;
}


.scb-hero h2 {
  width: 100%;
  max-width: none;

  margin:
    0
    0
    11px;

  color: var(--black);

  font-size:
    clamp(29px, 3vw, 40px);

  line-height: 1.08;

  font-weight: 730;

  letter-spacing: -.03em;
}


.scb-hero p {
  width: 100%;
  max-width: 850px;

  margin: 0;

  color: #626262;

  font-size: 14px;

  line-height: 1.65;
}


/* =========================================
   MAIN LAYOUT
========================================= */

.scb-layout {
  display: grid;

  grid-template-columns:
    minmax(230px, 300px)
    minmax(0, 1fr);

  align-items: start;

  gap: 22px;
}


/* =========================================
   OPTIONS
========================================= */

.scb-options {
  background: #fff;

  border:
    1px solid
    var(--line);

  border-radius: 18px;

  padding: 14px;

  box-shadow: none;
}


.scb-options-title {
  padding:
    3px
    5px
    13px;

  color: #888;

  font-size: 9px;

  line-height: 1;

  font-weight: 800;

  letter-spacing: .08em;

  text-transform: uppercase;
}


/* =========================================
   TYPE BUTTON
========================================= */

.scb-type-btn {
  width: 100%;

  display: grid;

  grid-template-columns:
    33px
    minmax(0, 1fr)
    15px;

  align-items: center;

  gap: 10px;

  margin: 0;

  padding:
    11px
    10px;

  border:
    1px solid
    transparent;

  border-radius: 10px;

  background: transparent;

  color: var(--black);

  font-family: inherit;

  text-align: left;

  cursor: pointer;

  transition:
    background .18s ease,
    border-color .18s ease,
    color .18s ease;
}


.scb-type-btn + .scb-type-btn {
  margin-top: 3px;
}


/* HOVER */

.scb-type-btn:hover {
  background: #f6f6f6;
  color: var(--black);
}


.scb-type-btn:hover .scb-type-name {
  color: var(--black);
}


.scb-type-btn:hover .scb-arrow {
  color: var(--black);
}


/* ACTIVE */

.scb-type-btn.is-active {
  background:
    rgba(224, 34, 40, .06);

  border-color:
    rgba(224, 34, 40, .18);

  color: var(--black);

  box-shadow: none;
}


/* ACTIVE + HOVER */

.scb-type-btn.is-active:hover {
  background:
    rgba(224, 34, 40, .06);

  color: var(--black);
}


.scb-type-btn.is-active:hover .scb-type-name {
  color: var(--black);
}


.scb-type-btn.is-active:hover .scb-arrow {
  color: var(--red);
}


/* =========================================
   NUMBER
========================================= */

.scb-icon {
  display: flex;

  align-items: center;
  justify-content: center;

  width: 30px;
  height: 30px;

  border-radius: 8px;

  background: #f4f4f4;

  color: #777;

  font-size: 8px;

  line-height: 1;

  font-weight: 800;

  letter-spacing: .05em;
}


.scb-type-btn.is-active
.scb-icon {
  background: var(--red);

  color: #fff;
}


/* =========================================
   TYPE TEXT
========================================= */

.scb-type-content {
  min-width: 0;
}


.scb-type-name {
  display: block;

  color: var(--black);

  font-size: 12px;

  line-height: 1.35;

  font-weight: 700;
}


.scb-type-desc {
  display: block;

  margin-top: 3px;

  color: #888;

  font-size: 10px;

  line-height: 1.35;
}


.scb-type-btn.is-active
.scb-type-desc {
  color: #777;
}


.scb-arrow {
  color: #aaa;

  font-size: 17px;

  line-height: 1;

  font-weight: 500;

  transition:
    transform .18s ease,
    color .18s ease;
}


.scb-type-btn:hover
.scb-arrow {
  transform:
    translateX(2px);
}


.scb-type-btn.is-active
.scb-arrow {
  color: var(--red);
}


/* =========================================
   DETAILS
========================================= */

.scb-details {
  position: relative;

  min-width: 0;

  min-height: 0;

  overflow: hidden;

  padding: 27px;

  background: #fff;

  border:
    1px solid
    var(--line);

  border-radius: 18px;

  box-shadow: none;
}


.scb-details-inner {
  position: relative;

  z-index: 1;
}


/* =========================================
   DETAIL HEADER
========================================= */

.scb-detail-eyebrow {
  display: block;

  margin-bottom: 8px;

  color: var(--red);

  font-size: 9px;

  line-height: 1;

  font-weight: 800;

  letter-spacing: .09em;

  text-transform: uppercase;
}


.scb-details h2 {
  margin:
    0
    0
    10px;

  color: var(--black);

  font-size:
    clamp(24px, 2.5vw, 33px);

  line-height: 1.12;

  font-weight: 720;

  letter-spacing: -.025em;
}


.scb-summary {
  width: 100%;
  max-width: 800px;

  margin:
    0
    0
    24px;

  color: #626262;

  font-size: 13px;

  line-height: 1.65;
}


/* =========================================
   INFORMATION GRID
========================================= */

.scb-grid {
  display: grid;

  grid-template-columns:
    minmax(0, .9fr)
    minmax(0, 1.1fr);

  gap: 14px;

  margin:
    0
    0
    20px;
}


/* =========================================
   INFO CARDS
========================================= */

.scb-info-card {
  min-height: 0;

  padding: 18px;

  background: var(--soft);

  border: 0;

  border-radius: 12px;
}


.scb-info-label {
  display: block;

  margin-bottom: 9px;

  color: #969696;

  font-size: 8px;

  line-height: 1;

  font-weight: 800;

  letter-spacing: .09em;

  text-transform: uppercase;
}


.scb-info-card h3 {
  margin:
    0
    0
    10px;

  color: #161616;

  font-size: 12px;

  line-height: 1.35;

  font-weight: 750;
}


.scb-info-card p {
  margin: 0;

  color: #666;

  font-size: 12px;

  line-height: 1.55;
}


.scb-info-card a {
  color: var(--red);

  font-weight: 750;

  text-decoration: none;
}


.scb-info-card a:hover {
  text-decoration: underline;
}


/* =========================================
   DOCUMENT LIST
========================================= */

.scb-info-card ul {
  display: grid;

  gap: 8px;

  margin: 0;

  padding: 0;

  list-style: none;
}


.scb-info-card li {
  display: grid;

  grid-template-columns:
    16px
    minmax(0, 1fr);

  gap: 7px;

  color: #656565;

  font-size: 11px;

  line-height: 1.45;
}


.scb-info-card li::before {
  content: "✓";

  color: var(--red);

  font-size: 10px;

  line-height: 1.4;

  font-weight: 900;
}


/* =========================================
   ACTION
========================================= */

.scb-action {
  display: flex;

  align-items: center;

  gap: 10px;

  flex-wrap: wrap;

  margin-top: 18px;

  padding-top: 18px;

  border-top:
    1px solid
    var(--line);
}


.scb-btn {
  display: inline-flex;

  align-items: center;
  justify-content: center;

  gap: 10px;

  min-height: 42px;

  padding:
    0
    15px;

  border-radius: 10px;

  background: var(--red);

  color: #fff;

  font-size: 11px;

  line-height: 1;

  font-weight: 750;

  text-decoration: none;

  box-shadow: none;

  transition:
    background .18s ease,
    transform .18s ease;
}


.scb-btn::after {
  content: "→";

  font-size: 14px;

  transition:
    transform .18s ease;
}


.scb-btn:hover {
  background: #cb1d23;

  filter: none;

  color: #fff;
}


.scb-btn:hover::after {
  transform:
    translateX(2px);
}


/* =========================================
   KEYBOARD FOCUS
========================================= */

.scb-type-btn:focus-visible,
.scb-btn:focus-visible {
  outline:
    2px solid
    rgba(224, 34, 40, .30);

  outline-offset: 2px;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 900px) {

  #scb-companytype {
    padding-left: 16px;
    padding-right: 16px;
  }


  .scb-layout {
    grid-template-columns: 1fr;
  }


  .scb-options {
    display: grid;

    grid-template-columns:
      repeat(2, minmax(0, 1fr));

    gap: 5px;
  }


  .scb-options-title {
    grid-column:
      1 / -1;
  }


  .scb-type-btn + .scb-type-btn {
    margin-top: 0;
  }


  .scb-grid {
    grid-template-columns: 1fr 1fr;
  }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 650px) {

  #scb-companytype {
    padding:
      10px
      13px
      20px;
  }


  .scb-hero {
    margin-bottom: 34px;
  }


  .scb-hero h2 {
    font-size: 29px;
  }


  .scb-hero p {
    font-size: 13.5px;
  }


  .scb-options {
    grid-template-columns: 1fr;

    padding: 11px;

    border-radius: 16px;
  }


  .scb-details {
    padding: 20px;

    border-radius: 16px;
  }


  .scb-details h2 {
    font-size: 25px;
  }


  .scb-summary {
    font-size: 12.5px;
  }


  .scb-grid {
    grid-template-columns: 1fr;
  }


  .scb-btn {
    width: 100%;

    min-height: 44px;
  }

}/* End custom CSS */