/* Главная: фоны hero и блоки streamline (вынесено из inline-стилей) */
.main-inner .bg-pic.bgp-0 {
  background-image: url(images/Group-5.svg);
}

.main-inner .bg-pic.bgp-1 {
  background-image: url(images/Group-5-1.svg);
}

.main-inner .bg-pic.bgp-2 {
  background-image: url(images/Group-26.svg);
}

.main-inner .bg-pic.bgp-3 {
  background-image: url(images/Group-5-2.svg);
}

.collapse-inner .collapse-block:first-child .collapse-btn .txt {
  display: block;
}

.front-streamline .s-block.sbl-1 {
  background-color: #e5e9ff;
}

.front-streamline .s-block.sbl-2 {
  background-color: #fccde3;
}

.front-streamline .s-block.sbl-3 {
  background-color: #e5fcd2;
}

.front-streamline .s-block.sbl-4 {
  background-color: #e5fcd2;
}

.front-streamline .s-block.sbl-5 {
  background-color: #1b1aff;
}

.front-streamline .s-block.sbl-5 .tit.big {
  color: #ffffff;
}

.front-streamline .s-block.sbl-5 .text {
  color: #ceceff;
}

.front-streamline .s-block.sbl-6 {
  background-color: #fccde3;
}

/* —— Canadian digital bank: layout & CTAs —— */
html {
  scroll-behavior: smooth;
}

#front-ecosystem,
#front-streamline,
#front-ease,
#contact {
  scroll-margin-top: 88px;
}

.ca-trust-strip {
  background: linear-gradient(90deg, #0b1f3a 0%, #132b4d 50%, #0b1f3a 100%);
  color: rgba(255, 255, 255, 0.92);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.02em;
  padding: 8px 0;
  text-align: center;
}

.ca-trust-strip .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px 16px;
}

.ca-trust-strip__dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.45);
  display: inline-block;
}

.ca-header {
  border-bottom: 1px solid rgba(11, 31, 58, 0.08);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);
}

.ca-header-buttons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.ca-header-buttons .for-btn {
  margin: 0;
}

.ca-mobile-bar {
  justify-content: space-between;
  padding-right: 18px;
}

.ca-mobile-signin {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #0b1f3a;
  text-decoration: none;
  padding: 8px 16px;
  border-radius: 999px;
  border: 2px solid #0b1f3a;
  transition: background 0.2s, color 0.2s;
}

.ca-mobile-signin:hover {
  background: #0b1f3a;
  color: #fff;
}

.ca-hero-badge {
  display: inline-block;
  margin-bottom: 14px;
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #0b1f3a;
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(11, 31, 58, 0.12);
}

.ca-hero-ctas {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
}

.ca-hero-ctas .cl-btn {
  margin: 0;
}

a.cl-btn.ca-btn-outline,
button.cl-btn.ca-btn-outline {
  background: transparent;
  color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.95);
  box-shadow: none;
}

a.cl-btn.ca-btn-outline:hover,
button.cl-btn.ca-btn-outline:hover {
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  border-color: #fff;
}

.ca-footer-tagline {
  max-width: 280px;
  line-height: 1.45;
  color: #64748b;
}

@media (max-width: 1199px) {
  .ca-trust-strip {
    display: none !important;
  }
}
