.bsh-sa {
--orange:    #eb6a05;
--blue:      #4283c4;
--blue-dark: #1b3a61;
--dark:      #0f1720;
--light-bg:  #f4f7fb;
--radius-a:  50px 0 50px 0;
--radius-b:  0 50px 0 50px;
font-family: inherit;
color: var(--dark);
}
.bsh-sa *, .bsh-sa *::before, .bsh-sa *::after { box-sizing: border-box; }
.bsh-sa a:focus-visible,
.bsh-sa button:focus-visible,
.bsh-sa input:focus-visible { outline: 2px solid var(--orange); outline-offset: 2px; }
@media (prefers-reduced-motion: reduce) {
.bsh-sa, .bsh-sa * { transition-duration: .01ms !important; }
}
.bsh-sa__container { max-width: 1600px; margin: 0 auto; padding: 0 32px; }
.bsh-sa__kicker {
font-size: 13px; font-weight: 700; text-transform: uppercase;
letter-spacing: .08em; color: var(--orange); margin-bottom: 10px;
}
.bsh-sa__heading {
font-size: clamp(28px,4vw,42px); font-weight: 700; line-height: 1.15;
margin: 0 0 10px; color: var(--dark);
}
.bsh-sa__subtitle {
font-size: clamp(16px,2vw,20px); font-weight: 400; line-height: 1.5;
margin: 0 0 24px; color: #555;
}
.bsh-sa__text { font-size: 16px; line-height: 1.65; color: #444; margin: 0 0 24px; }
.bsh-sa__btn {
display: inline-flex; align-items: center; gap: 8px;
padding: 14px 36px; font-size: 15px; font-weight: 600;
border: none; cursor: pointer; text-decoration: none;
background: var(--orange); color: #fff; border-radius: var(--radius-a);
font-family: inherit; transition: border-radius .35s ease, background .25s ease;
}
.bsh-sa__btn:hover, .bsh-sa__btn:focus-visible {
border-radius: var(--radius-b); background: var(--blue-dark); color: #fff;
}
.bsh-sa__consent {
display: flex; gap: 10px; align-items: flex-start;
font-size: 14px; line-height: 1.5; color: #555; cursor: pointer;
}
.bsh-sa__consent input[type="checkbox"] { flex-shrink: 0; margin-top: 3px; accent-color: var(--orange); }
.bsh-sa__consent a { color: var(--orange); text-decoration: underline; } .bsh-sa-s1 { background: #f4f7fb; padding: 100px 0 60px; position: relative; overflow: hidden; min-height: 50vh; }
.bsh-sa-s1__bg { position: absolute; inset: 0; z-index: 0; background-size: 20%; background-repeat: no-repeat; background-position: right -60px bottom -60px; opacity: .04; pointer-events: none; }
.bsh-sa-s1 .bsh-sa__container { position: relative; z-index: 2; }
.bsh-sa-s1__grid {
display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center;
}
.bsh-sa-s1__text { display: flex; flex-direction: column; }
.bsh-sa-s1__body { font-size: 17px; line-height: 1.7; color: #444; }
.bsh-sa-s1__body p { margin: 0 0 16px; }
.bsh-sa-s1__image {
border-top-left-radius: 50%; border-bottom-right-radius: 50%; overflow: hidden; height: 450px; }
.bsh-sa-s1__image img { width: 100%; height: 100%; object-fit: cover; display: block; } .bsh-sa-s2 {
background: #fff; padding: 100px 0; position: relative; overflow: hidden;
}
.bsh-sa-s2__dots {
position: absolute; inset: 0;
background-image: radial-gradient(rgb(66 131 196 / 71%) 1px, transparent 1px);
background-size: 9px 9px; opacity: .45; pointer-events: none;
}
.bsh-sa-s2 .bsh-sa__container { position: relative; z-index: 2; }
.bsh-sa-s2__steps {
display: grid; grid-template-columns: repeat(3,1fr); gap: 32px; margin-top: 48px;
}
.bsh-sa-s2__step {
background: #fff; border-radius: 0; padding: 40px 32px;
box-shadow: 0 4px 24px rgba(15,27,45,.06); position: relative;
}
.bsh-sa-s2__num {
display: flex; align-items: center; justify-content: center;
width: 48px; height: 48px; border-radius: 50%;
background: rgba(235,106,5,.1); color: var(--orange);
font-size: 20px; font-weight: 700; margin-bottom: 20px;
}
.bsh-sa-s2__step-title { font-size: 18px; font-weight: 700; color: var(--dark); margin: 0 0 10px; }
.bsh-sa-s2__step-text { font-size: 15px; line-height: 1.65; color: #555; margin: 0; } .bsh-sa-s3 {
background: #1b3a61; padding: 100px 0; position: relative; overflow: hidden;
}
.bsh-sa-s3 .bsh-sa__container { position: relative; z-index: 2; }
.bsh-sa-s3 .bsh-sa__heading { color: #fff; }
.bsh-sa-s3 .bsh-sa__kicker { color: var(--orange); }
.bsh-sa-s3__tree {
position: absolute; right: -40px; bottom: -40px;
width: 320px; height: 320px;
background-size: contain; background-repeat: no-repeat; background-position: center;
filter: brightness(0) invert(1); opacity: .1;
pointer-events: none; z-index: 0;
}
.bsh-sa-s3__bg {
position: absolute; right: -40px; bottom: -40px; width: 360px; height: 360px;
background-size: contain; background-repeat: no-repeat; background-position: center;
opacity: .04; pointer-events: none;
}
.bsh-sa-s3__grid {
display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center;
}
.bsh-sa-s3__content {
display: flex; flex-direction: column; align-items: flex-start;
}
.bsh-sa-s3__body { font-size: 16px; line-height: 1.7; color: #444; margin-bottom: 24px; }
.bsh-sa-s3__body p { margin: 0 0 14px; }
.bsh-sa-s3__image {
border-top-left-radius: 50%; border-bottom-right-radius: 50%; overflow: hidden; height: 450px; }
.bsh-sa-s3__image img { width: 100%; height: 100%; object-fit: cover; display: block; } .bsh-sa-s4 {
background: var(--light-bg, #f4f7fb); padding: 100px 0; position: relative; overflow: hidden;
}
.bsh-sa-s4__bg {
position: absolute; inset: 0; z-index: 0;
background-size: contain; background-repeat: no-repeat; background-position: right -60px bottom -60px;
opacity: .04; pointer-events: none;
}
.bsh-sa-s4__wrap {
display: grid; grid-template-columns: 1fr 1fr; gap: 60px;
background: #fff; border-radius: 0; padding: 48px; align-items: center;
position: relative; z-index: 1;
}
.bsh-sa-s4__row { display: flex; gap: 12px; margin-bottom: 16px; }
.bsh-sa-s4__input {
flex: 1; padding: 13px 16px; font-size: 15px; font-family: inherit;
border: 1.5px solid #d0d5dd; border-radius: 0; background: #fff;
color: var(--dark); transition: border-color .2s ease, box-shadow .2s ease;
}
.bsh-sa-s4__input:focus {
outline: none; border-color: var(--orange);
box-shadow: 0 0 0 3px rgba(235,106,5,.12);
}
.bsh-sa-s4__btn {
padding: 13px 32px; font-size: 15px; font-weight: 600; border: none; cursor: pointer;
background: var(--orange); color: #fff; border-radius: var(--radius-a);
transition: border-radius .35s ease, background .25s ease; white-space: nowrap;
font-family: inherit;
}
.bsh-sa-s4__btn:hover, .bsh-sa-s4__btn:focus-visible {
border-radius: var(--radius-b); background: var(--blue-dark);
} @media (max-width: 900px) {
.bsh-sa-s1__grid, .bsh-sa-s3__grid { grid-template-columns: 1fr; gap: 40px; }
.bsh-sa-s1__image, .bsh-sa-s3__image { order: -1; }
.bsh-sa-s2__steps { grid-template-columns: 1fr; }
.bsh-sa-s4__wrap { grid-template-columns: 1fr; gap: 40px; padding: 40px 32px; }
.bsh-sa-s1, .bsh-sa-s2, .bsh-sa-s3, .bsh-sa-s4 { padding: 64px 0; }
}
@media (max-width: 600px) {
.bsh-sa__container { padding: 0 18px; }
.bsh-sa__heading { font-size: clamp(22px,5vw,32px); }
.bsh-sa-s4__row { flex-direction: column; }
.bsh-sa-s4__btn { width: 100%; }
.bsh-sa-s2__step { padding: 28px 24px; }
} .bsh-sa-s3 .bsh-sa-s3__body { color: rgba(255,255,255,.85); }
.bsh-sa-s3 .bsh-sa-s3__body a { color: #fff; text-decoration: underline; }
.bsh-sa-s3 .bsh-sa-s3__body a:hover { color: var(--orange); }