:root{--bss-blue:#0a3a73;--bss-blue2:#071f3d;--bss-sky:#1b67ad;--bss-silver:#7b828c;--bss-ink:#101b2a;--bss-bg:#f4f7fa;--bss-white:#fff;--bss-line:#dbe3ec;--bss-shadow:0 18px 50px rgba(8,33,62,.12)}
.bss-wrap{width:100vw;margin-left:calc(50% - 50vw);font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--bss-ink);line-height:1.6;background:#fff}.bss-wrap *{box-sizing:border-box}.bss-container{width:min(1180px,calc(100% - 40px));margin:0 auto}.bss-wrap a{text-decoration:none}.bss-kicker{font-size:.78rem;font-weight:800;letter-spacing:.16em;text-transform:uppercase;color:#2b76bb;margin-bottom:12px}.bss-wrap h1,.bss-wrap h2,.bss-wrap h3{font-family:Inter,system-ui,sans-serif;line-height:1.08;margin:0 0 18px;color:#102a47}.bss-wrap h1{font-size:clamp(2.5rem,5vw,5.4rem);letter-spacing:-.04em}.bss-wrap h2{font-size:clamp(2rem,3.2vw,3.35rem);letter-spacing:-.03em}.bss-wrap h3{font-size:1.35rem}.bss-wrap p{font-size:1.04rem;margin:0 0 20px}.bss-btn{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:0 24px;border-radius:7px;font-weight:800;letter-spacing:.01em;transition:.2s ease;border:1px solid transparent}.bss-btn:hover{transform:translateY(-2px)}.bss-btn-primary{background:var(--bss-blue);color:#fff!important;box-shadow:0 10px 28px rgba(10,58,115,.2)}.bss-btn-primary:hover{background:#0c4c94}.bss-btn-ghost{border-color:rgba(255,255,255,.65);color:#fff!important;background:rgba(4,20,38,.24);backdrop-filter:blur(8px)}.bss-btn-light{background:#fff;color:var(--bss-blue)!important}.bss-section{padding:92px 0}.bss-light{background:var(--bss-bg)}.bss-dark{background:linear-gradient(135deg,#071b32 0%,#0b3563 100%);color:#eef5fb}.bss-dark h2,.bss-dark h3{color:#fff}.bss-dark .bss-kicker{color:#77b8ef}.bss-heading{max-width:760px;margin-bottom:42px}.bss-heading p{color:#596779}.bss-dark .bss-heading p{color:#c8d6e4}
.bss-hero{position:relative;background:#071b32}.bss-slider{height:min(790px,82vh);min-height:620px;position:relative;overflow:hidden}.bss-slide{position:absolute;inset:0;background-size:cover;background-position:center;opacity:0;transform:scale(1.035);transition:opacity 1s ease,transform 7s ease}.bss-slide.is-active{opacity:1;transform:scale(1)}.bss-hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(3,17,33,.91) 0%,rgba(3,21,40,.72) 43%,rgba(3,21,40,.18) 76%,rgba(3,21,40,.12) 100%),linear-gradient(0deg,rgba(3,17,33,.25),transparent 60%)}.bss-hero-content{position:relative;z-index:3;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;color:#fff;padding-top:34px}.bss-hero-logo{width:220px;max-height:120px;object-fit:contain;object-position:left center;background:rgba(255,255,255,.96);padding:14px 18px;border-radius:10px;margin-bottom:32px;box-shadow:0 12px 35px rgba(0,0,0,.18)}.bss-hero .bss-kicker{color:#9fd0f8}.bss-hero h1{max-width:850px;color:#fff}.bss-hero-content>p{font-size:clamp(1.07rem,1.5vw,1.28rem);max-width:730px;color:#eef4fb}.bss-hero-actions{display:flex;gap:13px;flex-wrap:wrap;margin-top:10px}.bss-hero-meta{display:flex;gap:24px;flex-wrap:wrap;margin-top:28px;font-size:.94rem;color:#d9e6f2}.bss-slider-prev,.bss-slider-next{position:absolute;z-index:5;top:50%;transform:translateY(-50%);width:46px;height:58px;border:0;background:rgba(3,17,33,.46);color:#fff;font-size:2rem;cursor:pointer}.bss-slider-prev{left:18px}.bss-slider-next{right:18px}.bss-slider-dots{position:absolute;z-index:5;left:50%;bottom:24px;transform:translateX(-50%);display:flex;gap:8px}.bss-slider-dots button{width:30px;height:4px;border:0;background:rgba(255,255,255,.4);padding:0;cursor:pointer}.bss-slider-dots button.is-active{background:#fff}.bss-trustbar{background:#fff;border-bottom:1px solid var(--bss-line)}.bss-trustgrid{display:grid;grid-template-columns:repeat(4,1fr)}.bss-trustgrid>div{padding:24px 22px;border-right:1px solid var(--bss-line);display:flex;flex-direction:column}.bss-trustgrid>div:first-child{border-left:1px solid var(--bss-line)}.bss-trustgrid strong{color:var(--bss-blue);font-size:1.17rem}.bss-trustgrid span{font-size:.9rem;color:#687587}
.bss-service-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.bss-service-card{display:flex;flex-direction:column;min-height:310px;padding:30px;background:#fff;border:1px solid var(--bss-line);border-radius:12px;color:inherit;box-shadow:0 7px 24px rgba(15,41,70,.05);transition:.25s ease;position:relative;overflow:hidden}.bss-service-card:before{content:"";position:absolute;left:0;top:0;width:100%;height:4px;background:linear-gradient(90deg,var(--bss-blue),#6ba8dc);transform:scaleX(0);transform-origin:left;transition:.25s}.bss-service-card:hover{transform:translateY(-5px);box-shadow:var(--bss-shadow)}.bss-service-card:hover:before{transform:scaleX(1)}.bss-service-icon{width:54px;height:54px;border-radius:10px;background:#eef5fb;color:var(--bss-blue);display:grid;place-items:center;margin-bottom:24px}.bss-service-icon svg{width:29px;height:29px;fill:currentColor}.bss-service-icon.big{width:72px;height:72px}.bss-service-icon.big svg{width:38px;height:38px}.bss-service-card h2,.bss-service-card h3{font-size:1.4rem}.bss-service-card p{color:#697688;font-size:.98rem}.bss-more{margin-top:auto;font-weight:800;color:var(--bss-blue)}
.bss-split{display:grid;grid-template-columns:1.15fr .85fr;gap:72px;align-items:center}.bss-image-frame{border-radius:16px;overflow:hidden;box-shadow:0 25px 70px rgba(0,0,0,.25);background:#dfe7ef}.bss-image-frame img{display:block;width:100%;height:520px;object-fit:cover}.bss-image-frame.portrait img{height:680px}.bss-feature-list{display:grid;grid-template-columns:repeat(2,1fr);gap:13px;margin:30px 0}.bss-feature-list>div{padding:18px;border:1px solid rgba(255,255,255,.14);border-radius:10px;background:rgba(255,255,255,.05);display:flex;flex-direction:column}.bss-feature-list strong{color:#fff}.bss-feature-list span{font-size:.9rem;color:#bfcddd}.bss-video-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:58px;align-items:center}.bss-video-placeholder,.bss-video-consent{min-height:380px;background:linear-gradient(145deg,#091f3c,#0c4b85);border-radius:15px;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff;text-align:center;padding:40px;box-shadow:var(--bss-shadow)}.bss-video-placeholder strong,.bss-video-consent strong{font-size:1.45rem;margin:12px 0 5px}.bss-video-placeholder span,.bss-video-consent span{color:#d5e5f4;max-width:440px}.bss-play{width:76px;height:76px;border-radius:50%;display:grid;place-items:center;background:#fff;color:var(--bss-blue);font-size:1.55rem;padding-left:4px}.bss-video-load{margin-top:18px;border:0;border-radius:7px;background:#fff;color:var(--bss-blue);font-weight:800;padding:12px 18px;cursor:pointer}.bss-video-consent.is-loaded{padding:0;overflow:hidden}.bss-video-consent iframe{width:100%;min-height:380px;border:0}.bss-self-video{width:100%;border-radius:15px;background:#000}.bss-region{background:#f4f7fa}.bss-region-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.bss-region-grid a{background:#fff;border:1px solid var(--bss-line);padding:28px;border-radius:10px;color:var(--bss-ink);display:flex;flex-direction:column}.bss-region-grid strong{font-size:1.25rem;color:var(--bss-blue)}.bss-region-grid span{color:#6a7887;margin-top:5px}.bss-cta{padding:58px 0;background:linear-gradient(120deg,#0b3b72,#071f3d);color:#fff}.bss-cta .bss-container{display:flex;justify-content:space-between;gap:40px;align-items:center}.bss-cta h2{color:#fff;margin-bottom:10px}.bss-cta p{margin-bottom:0;color:#dce9f4}.bss-cta-actions{display:flex;flex-direction:column;align-items:flex-end;gap:12px}.bss-emergency-link{color:#fff;font-weight:800}.bss-page-hero{min-height:390px;position:relative;display:flex;align-items:end;padding:72px 0;color:#fff;overflow:hidden}.bss-page-hero-bg{position:absolute;inset:0;background-size:cover;background-position:center}.bss-page-hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(3,18,35,.94),rgba(4,30,56,.52))}.bss-page-hero .bss-container{position:relative;z-index:2}.bss-page-hero h1{color:#fff;max-width:900px}.bss-page-hero p{max-width:790px;font-size:1.2rem;color:#e5eef7}.bss-content-grid{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:70px;align-items:start}.bss-prose{font-size:1.05rem}.bss-prose p,.bss-prose li{color:#46576b}.bss-prose ul,.bss-prose ol{padding-left:22px}.bss-prose li{margin:9px 0}.bss-prose h2{margin-top:34px}.bss-lead{font-size:1.28rem!important;color:#223a54!important}.bss-sidecard{position:sticky;top:100px;padding:28px;background:#f4f7fa;border-radius:12px;border:1px solid var(--bss-line)}.bss-sidecard p{color:#5c6c7e}.bss-sidecard hr{border:0;border-top:1px solid #d6e0e9;margin:24px 0}.bss-mini-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.bss-mini-grid a{display:flex;justify-content:space-between;align-items:center;padding:18px 20px;border:1px solid var(--bss-line);border-radius:9px;color:#183b61;background:#fff;font-weight:750}.bss-about-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:70px;align-items:center}.bss-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:30px 0}.bss-stats div{background:#f1f6fb;border-left:3px solid var(--bss-blue);padding:18px}.bss-stats strong{display:block;color:var(--bss-blue);font-size:1.15rem}.bss-stats span{font-size:.88rem;color:#627386}.bss-form-layout{display:grid;grid-template-columns:.75fr 1.25fr;gap:70px;align-items:start}.bss-form{background:#fff;border:1px solid var(--bss-line);border-radius:14px;padding:32px;box-shadow:var(--bss-shadow)}.bss-form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.bss-form label{display:block;font-weight:700;font-size:.92rem;color:#263c54;margin-bottom:16px}.bss-form input,.bss-form select,.bss-form textarea{width:100%;margin-top:7px;border:1px solid #cbd7e2;border-radius:7px;padding:13px 14px;background:#fff;color:#172739;font:inherit}.bss-form input:focus,.bss-form select:focus,.bss-form textarea:focus{outline:2px solid rgba(27,103,173,.2);border-color:#3f83bf}.bss-form .bss-check{font-weight:400;color:#58697a;display:flex;gap:10px;align-items:flex-start}.bss-form .bss-check input{width:auto;margin-top:4px}.bss-hp{position:absolute!important;left:-99999px!important}.bss-contact-points{margin-top:30px}.bss-contact-points div{display:flex;gap:14px;align-items:center;margin:12px 0}.bss-contact-points strong{width:36px;height:36px;border-radius:50%;display:grid;place-items:center;background:var(--bss-blue);color:#fff}.bss-emergency-card{padding:18px 20px;border-radius:10px;background:#092e57;color:#fff;display:flex;flex-direction:column;margin-top:25px}.bss-emergency-card a{color:#fff;font-size:1.35rem;font-weight:800}.bss-emergency-card.admin-empty{background:#6c757d}.bss-legal{max-width:850px}.bss-success{max-width:760px;margin:40px auto;text-align:center}.bss-success-icon{width:80px;height:80px;border-radius:50%;display:grid;place-items:center;background:#e9f7ee;color:#168445;font-weight:900;font-size:2.2rem;margin:0 auto 22px}.bss-floating-emergency{position:fixed;z-index:9999;right:18px;bottom:18px;background:#092e57;color:#fff!important;border-radius:999px;padding:11px 17px 11px 13px;box-shadow:0 10px 30px rgba(0,0,0,.25);display:grid;grid-template-columns:12px auto;column-gap:9px;align-items:center}.bss-floating-emergency strong{grid-column:2;font-size:.86rem;line-height:1.1}.bss-floating-emergency small{grid-column:2;font-size:.75rem;color:#cfe0ef}.bss-pulse{grid-row:1/3;width:11px;height:11px;border-radius:50%;background:#e24d4d;box-shadow:0 0 0 0 rgba(226,77,77,.6);animation:bsspulse 1.8s infinite}@keyframes bsspulse{70%{box-shadow:0 0 0 10px rgba(226,77,77,0)}100%{box-shadow:0 0 0 0 rgba(226,77,77,0)}}
@media(max-width:980px){.bss-service-grid{grid-template-columns:repeat(2,1fr)}.bss-split,.bss-video-grid,.bss-about-grid,.bss-form-layout{grid-template-columns:1fr}.bss-content-grid{grid-template-columns:1fr}.bss-sidecard{position:static}.bss-trustgrid{grid-template-columns:repeat(2,1fr)}.bss-region-grid{grid-template-columns:1fr}.bss-mini-grid{grid-template-columns:repeat(2,1fr)}.bss-image-frame.portrait img{height:600px}.bss-cta .bss-container{align-items:flex-start;flex-direction:column}.bss-cta-actions{align-items:flex-start}}
@media(max-width:650px){.bss-container{width:min(100% - 28px,1180px)}.bss-section{padding:64px 0}.bss-slider{height:720px;min-height:0}.bss-hero-content{justify-content:flex-end;padding-bottom:82px}.bss-hero-logo{width:180px;margin-bottom:20px}.bss-hero h1{font-size:2.55rem}.bss-hero-meta{gap:8px 16px}.bss-slider-prev,.bss-slider-next{display:none}.bss-trustgrid{grid-template-columns:1fr 1fr}.bss-trustgrid>div{padding:18px 12px}.bss-service-grid{grid-template-columns:1fr}.bss-feature-list{grid-template-columns:1fr}.bss-form-grid{grid-template-columns:1fr}.bss-mini-grid{grid-template-columns:1fr}.bss-stats{grid-template-columns:1fr}.bss-page-hero{min-height:330px;padding:52px 0}.bss-page-hero h1{font-size:2.5rem}.bss-image-frame img,.bss-image-frame.portrait img{height:470px}.bss-floating-emergency{right:10px;bottom:10px}.bss-form{padding:22px}}
.bss-fullsite-body{margin:0;background:#fff}.bss-fullsite-body.admin-bar .bss-site-header{top:32px}.bss-main-content{display:block}.bss-site-header{position:sticky;top:0;z-index:9998;background:rgba(255,255,255,.97);border-bottom:1px solid #dfe6ed;backdrop-filter:blur(14px);box-shadow:0 6px 28px rgba(7,31,61,.05)}.bss-site-nav{height:88px;display:flex;align-items:center;gap:26px}.bss-brand{display:flex;align-items:center;margin-right:auto}.bss-brand img{width:164px;height:68px;object-fit:contain}.bss-main-nav{display:flex;align-items:center;gap:3px}.bss-main-nav>a,.bss-nav-dropdown>a{display:flex;align-items:center;gap:5px;padding:14px 12px;color:#173653;font-size:.94rem;font-weight:750;border-radius:7px}.bss-main-nav>a:hover,.bss-nav-dropdown>a:hover{background:#f0f5fa;color:#0a3a73}.bss-nav-cta{background:#0a3a73!important;color:#fff!important;padding-left:18px!important;padding-right:18px!important}.bss-nav-dropdown{position:relative}.bss-nav-sub{position:absolute;left:0;top:100%;min-width:280px;background:#fff;border:1px solid #dbe3ec;border-radius:10px;padding:8px;box-shadow:0 18px 48px rgba(7,31,61,.15);opacity:0;visibility:hidden;transform:translateY(8px);transition:.18s}.bss-nav-sub a{display:block;padding:10px 12px;border-radius:6px;color:#28445f;font-size:.91rem;font-weight:650}.bss-nav-sub a:hover{background:#f1f6fa;color:#0a3a73}.bss-nav-dropdown:hover .bss-nav-sub{opacity:1;visibility:visible;transform:none}.bss-header-emergency{display:flex;flex-direction:column;padding-left:15px;border-left:1px solid #dbe3ec;color:#0a3a73}.bss-header-emergency small{font-size:.68rem;text-transform:uppercase;letter-spacing:.1em}.bss-header-emergency strong{font-size:.9rem}.bss-nav-toggle{display:none;width:44px;height:44px;border:0;background:#eff4f8;border-radius:7px;padding:10px}.bss-nav-toggle span{display:block;height:2px;background:#153b62;margin:5px 0}.bss-site-footer{background:#06182d;color:#c4d1dd;padding:68px 0 20px}.bss-footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1.2fr;gap:45px}.bss-site-footer h3{color:#fff;margin:0 0 18px;font-size:1rem}.bss-site-footer a{display:block;color:#c4d1dd;margin:8px 0;font-size:.92rem}.bss-site-footer a:hover{color:#fff}.bss-site-footer p{font-size:.92rem}.bss-footer-brand img{width:210px;height:110px;object-fit:contain;background:#fff;border-radius:9px;padding:10px}.bss-footer-reg{font-size:.78rem!important;color:#899cac}.bss-footer-bottom{display:flex;justify-content:space-between;gap:20px;border-top:1px solid rgba(255,255,255,.1);padding-top:20px;margin-top:45px;font-size:.78rem;color:#8193a4}
@media(max-width:1050px){.bss-site-nav{height:76px}.bss-brand img{width:145px;height:58px}.bss-nav-toggle{display:block}.bss-header-emergency{display:none}.bss-main-nav{display:none;position:absolute;left:0;right:0;top:76px;background:#fff;border-top:1px solid #dbe3ec;padding:14px;box-shadow:0 18px 40px rgba(7,31,61,.13);flex-direction:column;align-items:stretch}.bss-main-nav.is-open{display:flex}.bss-main-nav>a,.bss-nav-dropdown>a{padding:12px 10px}.bss-nav-sub{position:static;display:none;opacity:1;visibility:visible;transform:none;box-shadow:none;border:0;border-left:2px solid #dbe6f0;border-radius:0;margin-left:14px}.bss-nav-dropdown.is-open .bss-nav-sub{display:block}.bss-nav-dropdown:hover .bss-nav-sub{opacity:1;visibility:visible}.bss-footer-grid{grid-template-columns:1fr 1fr}}
@media(max-width:782px){.bss-fullsite-body.admin-bar .bss-site-header{top:46px}}@media(max-width:650px){.bss-footer-grid{grid-template-columns:1fr}.bss-footer-bottom{flex-direction:column}.bss-site-footer{padding-top:50px}}


/* =========================================================
   BRENDEL HOMEPAGE REFINEMENT v1.1
   - landscape-first slider
   - safer image focal points
   - cleaner CTA hierarchy
   - premium quick-access bar
   ========================================================= */
.bss-home .bss-hero{background:#06182d}
.bss-home .bss-slider{
    height:clamp(650px,74vh,810px);
    min-height:650px;
    overflow:hidden;
}
.bss-home .bss-slide{
    background-size:cover;
    background-repeat:no-repeat;
    background-position:center center;
    transform:scale(1.018);
}
.bss-home .bss-slide.is-active{transform:scale(1)}
/* Keep faces/branding in the visible safe area for the supplied defaults */
.bss-home .bss-slide-1{background-position:center 42%}
.bss-home .bss-slide-2{background-position:center 45%}
.bss-home .bss-slide-3{background-position:center 48%}
.bss-home .bss-slide-4{background-position:center 26%}
.bss-home .bss-slide-5{background-position:center 22%}

.bss-home .bss-hero-shade{
    background:
      linear-gradient(90deg,rgba(3,18,35,.97) 0%,rgba(4,24,46,.90) 30%,rgba(4,27,51,.60) 53%,rgba(4,27,51,.18) 76%,rgba(4,27,51,.08) 100%),
      linear-gradient(0deg,rgba(3,18,35,.32),transparent 55%);
}
.bss-home .bss-hero-content{
    justify-content:center;
    padding-top:28px;
    padding-bottom:76px;
}
.bss-home .bss-hero-copy{width:min(720px,62vw)}
.bss-home .bss-hero-logo{
    width:165px;
    max-height:86px;
    padding:10px 13px;
    border-radius:8px;
    margin-bottom:22px;
}
.bss-home .bss-hero .bss-kicker{
    font-size:.76rem;
    letter-spacing:.18em;
    margin-bottom:14px;
}
.bss-home .bss-hero h1{
    max-width:720px;
    font-size:clamp(3.15rem,4.6vw,5.15rem);
    line-height:.99;
    letter-spacing:-.045em;
    margin-bottom:20px;
}
.bss-home .bss-hero-content>p,
.bss-home .bss-hero-copy>p{
    max-width:670px;
    font-size:clamp(1.04rem,1.25vw,1.2rem);
    line-height:1.65;
    color:#edf4fb;
    margin-bottom:0;
}
.bss-home .bss-hero-actions{
    display:flex;
    gap:12px;
    margin-top:27px;
}
.bss-hero-btn{
    min-height:54px;
    display:inline-flex;
    align-items:center;
    justify-content:space-between;
    gap:28px;
    padding:0 18px 0 20px;
    border-radius:8px;
    text-decoration:none!important;
    font-weight:800;
    font-size:.95rem;
    transition:transform .18s ease,background .18s ease,border-color .18s ease;
}
.bss-hero-btn:hover{transform:translateY(-2px)}
.bss-hero-btn b{font-size:1.2rem;font-weight:500}
.bss-hero-btn-primary{
    background:#fff;
    color:#073b73!important;
    box-shadow:0 10px 30px rgba(0,0,0,.16);
}
.bss-hero-btn-primary:hover{background:#f4f8fc}
.bss-hero-btn-secondary{
    color:#fff!important;
    border:1px solid rgba(255,255,255,.38);
    background:rgba(255,255,255,.08);
    backdrop-filter:blur(5px);
}
.bss-hero-btn-secondary:hover{background:rgba(255,255,255,.14);border-color:rgba(255,255,255,.6)}
.bss-home .bss-hero-meta{
    gap:0;
    margin-top:25px;
    font-size:.79rem;
    letter-spacing:.02em;
    color:#dce8f3;
}
.bss-home .bss-hero-meta span{display:flex;align-items:center}
.bss-home .bss-hero-meta span:not(:last-child):after{
    content:"";
    width:4px;height:4px;border-radius:50%;
    background:#7fa8cf;margin:0 12px;
}

.bss-home .bss-slider-prev,
.bss-home .bss-slider-next{
    width:44px;height:60px;
    border:1px solid rgba(255,255,255,.10);
    background:rgba(4,23,44,.42);
    backdrop-filter:blur(5px);
    border-radius:7px;
    font-size:1.65rem;
    transition:.18s ease;
}
.bss-home .bss-slider-prev:hover,
.bss-home .bss-slider-next:hover{background:rgba(4,23,44,.72)}
.bss-home .bss-slider-dots{bottom:34px}
.bss-home .bss-slider-dots button{width:38px;height:3px;border-radius:999px}

.bss-home .bss-trustbar{
    position:relative;
    z-index:7;
    background:transparent;
    border:0;
    margin-top:-34px;
    padding-bottom:16px;
}
.bss-home .bss-trustgrid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    background:#fff;
    border:1px solid #dfe7ef;
    border-radius:14px;
    overflow:hidden;
    box-shadow:0 18px 48px rgba(7,31,61,.13);
}
.bss-home .bss-trustgrid>a{
    min-height:116px;
    padding:21px 20px;
    border-right:1px solid #e4eaf0;
    display:grid;
    grid-template-columns:auto 1fr auto;
    gap:13px;
    align-items:center;
    color:#173653;
    text-decoration:none!important;
    transition:background .18s ease,transform .18s ease;
}
.bss-home .bss-trustgrid>a:last-child{border-right:0}
.bss-home .bss-trustgrid>a:hover{background:#f5f8fb}
.bss-home .bss-trust-no{
    font-size:.70rem;
    font-weight:900;
    color:#5a87b2;
    border:1px solid #d7e3ee;
    border-radius:999px;
    width:30px;height:30px;
    display:grid;place-items:center;
}
.bss-home .bss-trustgrid strong{
    display:block;
    font-size:.98rem;
    color:#0a3a73;
    margin-bottom:5px;
}
.bss-home .bss-trustgrid a span:not(.bss-trust-no){
    display:block;
    font-size:.79rem;
    line-height:1.38;
    color:#718094;
}
.bss-home .bss-trustgrid em{
    font-style:normal;
    color:#6c8dad;
    font-size:1.05rem;
}

@media(max-width:1100px){
    .bss-home .bss-hero-copy{width:min(680px,72vw)}
    .bss-home .bss-trustgrid{grid-template-columns:repeat(2,1fr)}
    .bss-home .bss-trustgrid>a:nth-child(2){border-right:0}
    .bss-home .bss-trustgrid>a:nth-child(-n+2){border-bottom:1px solid #e4eaf0}
}
@media(max-width:760px){
    .bss-home .bss-slider{height:720px;min-height:720px}
    .bss-home .bss-hero-content{justify-content:flex-end;padding-bottom:86px}
    .bss-home .bss-hero-copy{width:100%}
    .bss-home .bss-hero-logo{width:145px;max-height:76px;margin-bottom:18px}
    .bss-home .bss-hero h1{font-size:clamp(2.55rem,12vw,3.65rem)}
    .bss-home .bss-hero-actions{flex-direction:column;align-items:stretch}
    .bss-hero-btn{width:100%}
    .bss-home .bss-hero-meta{display:none}
    .bss-home .bss-trustbar{margin-top:-22px}
    .bss-home .bss-trustgrid{grid-template-columns:1fr}
    .bss-home .bss-trustgrid>a{min-height:92px;border-right:0!important;border-bottom:1px solid #e4eaf0!important}
    .bss-home .bss-trustgrid>a:last-child{border-bottom:0!important}
}


/* =========================================================
   BRENDEL HEADER REFINEMENT v1.2
   ========================================================= */
.bss-site-header{
    background:rgba(255,255,255,.985);
    border-bottom:1px solid #e1e7ee;
    box-shadow:0 6px 24px rgba(5,30,56,.06);
}
.bss-site-nav{
    height:92px;
    gap:22px;
}
.bss-brand-clean{
    width:214px;
    min-width:214px;
    height:68px;
    margin-right:auto;
    overflow:hidden;
    align-items:center;
}
.bss-brand-clean img{
    width:100%!important;
    height:100%!important;
    object-fit:contain!important;
    object-position:left center;
    display:block;
}
.bss-main-nav{
    gap:2px;
    white-space:nowrap;
}
.bss-main-nav>a,
.bss-nav-dropdown>a{
    position:relative;
    gap:9px;
    padding:13px 11px;
    color:#163752;
    font-size:.91rem;
    font-weight:760;
    text-decoration:none!important;
}
.bss-main-nav>a:not(.bss-nav-cta):after,
.bss-nav-dropdown>a:after{
    content:"";
    position:absolute;
    left:11px;
    right:11px;
    bottom:6px;
    height:2px;
    border-radius:2px;
    background:#0a4a88;
    transform:scaleX(0);
    transform-origin:left;
    transition:transform .18s ease;
}
.bss-main-nav>a:not(.bss-nav-cta):hover:after,
.bss-nav-dropdown>a:hover:after{
    transform:scaleX(1);
}
.bss-chevron{
    width:7px;
    height:7px;
    border-right:1.6px solid currentColor;
    border-bottom:1.6px solid currentColor;
    transform:rotate(45deg) translateY(-2px);
    transform-origin:center;
    transition:transform .18s ease;
    flex:0 0 auto;
}
.bss-nav-dropdown:hover .bss-chevron{
    transform:rotate(225deg) translate(-1px,-1px);
}
.bss-nav-cta{
    margin-left:4px;
    min-height:44px;
    display:inline-flex!important;
    align-items:center;
    border-radius:8px!important;
    background:linear-gradient(135deg,#0a4a88,#07376a)!important;
    box-shadow:0 7px 18px rgba(8,61,114,.17);
}
.bss-header-phone{
    display:flex;
    align-items:center;
    gap:10px;
    min-width:max-content;
    margin-left:8px;
    padding-left:18px;
    border-left:1px solid #dde5ed;
    color:#0a3a73!important;
    text-decoration:none!important;
}
.bss-header-phone-icon{
    width:34px;
    height:34px;
    border-radius:50%;
    display:grid;
    place-items:center;
    background:#edf4fb;
    color:#0a4a88;
    font-size:15px;
}
.bss-header-phone-copy{
    display:flex;
    flex-direction:column;
    line-height:1.1;
}
.bss-header-phone small{
    font-size:.62rem;
    color:#718197;
    text-transform:uppercase;
    letter-spacing:.09em;
    font-weight:800;
    margin-bottom:4px;
}
.bss-header-phone strong{
    font-size:.93rem;
    color:#0a3a73;
    font-weight:850;
}
.bss-header-phone:hover .bss-header-phone-icon{
    background:#0a4a88;
    color:#fff;
}
.bss-header-phone-empty strong{
    font-size:.76rem;
    color:#8a5f16;
}

/* The header already carries the brand. Avoid a duplicate white logo tile in the hero. */
.bss-home .bss-hero-logo{display:none!important;}

@media(max-width:1280px){
    .bss-brand-clean{width:188px;min-width:188px}
    .bss-main-nav>a,.bss-nav-dropdown>a{padding-left:9px;padding-right:9px;font-size:.87rem}
    .bss-header-phone{padding-left:13px}
}
@media(max-width:1120px){
    .bss-site-nav{height:78px}
    .bss-brand-clean{width:176px;min-width:176px;height:58px}
    .bss-nav-toggle{display:block;margin-left:auto}
    .bss-header-phone{display:flex;margin-left:4px}
    .bss-main-nav{
        display:none;
        position:absolute;
        left:0;right:0;top:78px;
        background:#fff;
        border-top:1px solid #dbe3ec;
        padding:14px;
        box-shadow:0 18px 40px rgba(7,31,61,.13);
        flex-direction:column;
        align-items:stretch;
    }
    .bss-main-nav.is-open{display:flex}
}
@media(max-width:760px){
    .bss-brand-clean{width:158px;min-width:158px}
    .bss-header-phone-copy small{display:none}
    .bss-header-phone{padding-left:10px;border-left:0}
    .bss-header-phone strong{font-size:.78rem}
    .bss-header-phone-icon{display:none}
}
@media(max-width:540px){
    .bss-header-phone{display:none}
}


/* =========================================================
   BRENDEL KARRIERE & JOBS v1.3
   ========================================================= */
.bss-careers{background:#f3f6fa}
.bss-career-hero{
    min-height:560px;
    position:relative;
    display:flex;
    align-items:flex-end;
    overflow:hidden;
    background:#061b34;
}
.bss-career-hero-image{
    position:absolute;inset:0;
    background-size:cover;background-position:center 42%;
    transform:scale(1.015);
}
.bss-career-hero-shade{
    position:absolute;inset:0;
    background:linear-gradient(90deg,rgba(3,20,39,.97) 0%,rgba(5,31,59,.87) 42%,rgba(5,31,59,.35) 70%,rgba(5,31,59,.16) 100%);
}
.bss-career-hero-inner{
    position:relative;z-index:2;color:#fff;
    padding-top:100px;padding-bottom:72px;
}
.bss-career-kicker{
    font-size:.76rem;text-transform:uppercase;letter-spacing:.2em;
    color:#a7c8e8;font-weight:900;margin-bottom:15px;
}
.bss-career-hero h1{
    color:#fff;max-width:820px;
    font-size:clamp(3.2rem,5.6vw,6rem);
    line-height:.98;letter-spacing:-.045em;
    margin:0 0 22px;
}
.bss-career-hero p{
    max-width:760px;color:#e5eef7;
    font-size:1.12rem;line-height:1.7;margin:0;
}
.bss-career-badges{display:flex;gap:9px;flex-wrap:wrap;margin-top:28px}
.bss-career-badges span{
    padding:9px 12px;border:1px solid rgba(255,255,255,.22);
    background:rgba(255,255,255,.08);border-radius:999px;
    color:#eef5fb;font-size:.76rem;font-weight:750;
}
.bss-career-intro{padding-top:72px;padding-bottom:52px}
.bss-career-lead-grid{
    display:grid;grid-template-columns:1.25fr .75fr;gap:42px;align-items:center
}
.bss-career-lead-grid h2{font-size:clamp(2.2rem,3vw,3.4rem);letter-spacing:-.035em;margin:7px 0 18px}
.bss-career-lead-grid p{font-size:1.02rem;line-height:1.75;color:#5e6d7f}
.bss-career-34a{
    display:flex;align-items:flex-start;gap:20px;
    padding:28px;border-radius:18px;
    background:linear-gradient(145deg,#082e58,#0b467e);
    color:#fff;box-shadow:0 20px 45px rgba(6,39,75,.14)
}
.bss-career-34a-number{
    flex:0 0 auto;width:80px;height:80px;border-radius:16px;
    display:grid;place-items:center;background:rgba(255,255,255,.11);
    border:1px solid rgba(255,255,255,.16);font-size:1.35rem;font-weight:900
}
.bss-career-34a strong{font-size:1.08rem;display:block;margin:4px 0 8px}
.bss-career-34a p{margin:0;color:#dce9f5;font-size:.9rem;line-height:1.6}
.bss-career-jobs-section{padding-top:35px}
.bss-section-head{
    display:flex;justify-content:space-between;align-items:end;gap:25px;
    margin-bottom:28px
}
.bss-section-head h2{margin:6px 0 0;font-size:clamp(2rem,3vw,3.2rem)}
.bss-career-mail-link{
    color:#0a4a88;text-decoration:none!important;font-weight:800;font-size:.86rem;
    padding:10px 13px;border-radius:8px;background:#e9f1f9
}
.bss-job-list{display:grid;gap:18px}
.bss-job-card{
    background:#fff;border:1px solid #dfe7ef;border-radius:18px;padding:30px;
    box-shadow:0 10px 30px rgba(13,48,82,.05)
}
.bss-job-card.is-highlighted{border-color:#a9c7e4;box-shadow:0 16px 42px rgba(9,60,112,.10)}
.bss-job-top{display:flex;align-items:center;gap:10px;margin-bottom:12px}
.bss-job-index{
    width:34px;height:34px;border-radius:50%;display:grid;place-items:center;
    background:#edf4fb;color:#0a4a88;font-size:.72rem;font-weight:900
}
.bss-job-featured{
    background:#0a4a88;color:#fff;border-radius:999px;
    padding:7px 10px;font-size:.68rem;font-weight:850;text-transform:uppercase;letter-spacing:.08em
}
.bss-job-card h3{font-size:clamp(1.45rem,2.2vw,2.15rem);margin:0 0 10px;letter-spacing:-.025em}
.bss-job-excerpt{color:#667589;font-size:.97rem;line-height:1.65;max-width:920px}
.bss-job-facts{
    display:grid;grid-template-columns:repeat(4,1fr);
    border:1px solid #e3e9f0;border-radius:12px;overflow:hidden;margin:22px 0
}
.bss-job-facts span{padding:15px;border-right:1px solid #e3e9f0;background:#f8fafc}
.bss-job-facts span:last-child{border-right:0}
.bss-job-facts small{display:block;color:#7b8898;font-size:.66rem;text-transform:uppercase;letter-spacing:.08em;font-weight:800;margin-bottom:5px}
.bss-job-facts strong{font-size:.82rem;color:#173752;line-height:1.35}
.bss-job-details{border-top:1px solid #e7ecf1;padding-top:17px;margin:5px 0 21px}
.bss-job-details summary{cursor:pointer;list-style:none;color:#0a4a88;font-weight:850;font-size:.9rem;display:flex;justify-content:space-between}
.bss-job-details summary::-webkit-details-marker{display:none}
.bss-job-details summary span{font-size:1.2rem}
.bss-job-detail-content{padding:15px 0 1px;color:#566679;line-height:1.7}
.bss-job-detail-content h3{font-size:1.08rem;color:#193a57;margin:18px 0 8px}
.bss-job-apply{display:inline-flex}
.bss-initiative{
    margin-top:24px;padding:30px 32px;border-radius:18px;
    background:linear-gradient(135deg,#092f59,#0a447c);color:#fff;
    display:flex;justify-content:space-between;align-items:center;gap:28px
}
.bss-initiative span{font-size:.72rem;letter-spacing:.13em;text-transform:uppercase;color:#a9c9e8;font-weight:900}
.bss-initiative h3{color:#fff;font-size:2rem;margin:5px 0 7px}
.bss-initiative p{margin:0;color:#d8e6f3;max-width:700px;line-height:1.6}
.bss-apply-section{padding-top:74px;padding-bottom:90px}
.bss-apply-layout{display:grid;grid-template-columns:.72fr 1.28fr;gap:38px;align-items:start}
.bss-apply-copy{position:sticky;top:120px;padding:10px 8px}
.bss-apply-copy h2{font-size:clamp(2.2rem,3.4vw,3.8rem);letter-spacing:-.04em;margin:8px 0 18px}
.bss-apply-copy p{color:#657488;line-height:1.7}
.bss-apply-contact{margin:24px 0;padding:17px;border-left:3px solid #0a4a88;background:#eaf2f9}
.bss-apply-contact small{display:block;text-transform:uppercase;letter-spacing:.08em;color:#718197;font-weight:800;font-size:.66rem;margin-bottom:4px}
.bss-apply-contact a{font-weight:900;color:#0a4a88;text-decoration:none!important}
.bss-apply-copy ul{padding-left:20px;color:#627287;line-height:1.75;font-size:.9rem}
.bss-apply-card{
    background:#fff;border:1px solid #dfe7ef;border-radius:20px;padding:34px;
    box-shadow:0 18px 50px rgba(10,45,80,.08)
}
.bss-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:17px}
.bss-form-grid label{display:flex;flex-direction:column;gap:7px}
.bss-form-grid label>span{font-size:.77rem;font-weight:850;color:#223c55}
.bss-form-grid input[type=text],
.bss-form-grid input[type=email],
.bss-form-grid select,
.bss-form-grid textarea{
    width:100%;padding:13px 14px;border:1px solid #d4dde7;border-radius:9px;
    background:#fbfcfe;color:#142b43;font:inherit;outline:none
}
.bss-form-grid input:focus,.bss-form-grid select:focus,.bss-form-grid textarea:focus{
    border-color:#6d9ac7;box-shadow:0 0 0 3px rgba(52,112,172,.10);background:#fff
}
.bss-form-full{grid-column:1/-1}
.bss-file-field{
    padding:15px;border:1px dashed #b9c9d8;border-radius:10px;background:#f7fafc
}
.bss-file-field input{font-size:.85rem}
.bss-file-field small{color:#7b8998}
.bss-checkbox{flex-direction:row!important;align-items:flex-start;gap:10px!important;font-size:.78rem;color:#667688;line-height:1.5}
.bss-checkbox input{margin-top:4px}
.bss-checkbox a{color:#0a4a88}
.bss-apply-submit{margin-top:22px;border:0;cursor:pointer}
.bss-form-msg{padding:14px 16px;border-radius:10px;margin-bottom:18px;font-weight:750}
.bss-form-msg.is-success{background:#edf8f0;border:1px solid #cee8d5;color:#1c6733}
.bss-form-msg.is-error{background:#fff1ef;border:1px solid #edd0cb;color:#8d281f}
.bss-hp{position:absolute!important;left:-9999px!important;opacity:0!important}
.bss-job-empty{background:#fff;padding:30px;border-radius:16px;border:1px solid #dfe7ef}

@media(max-width:1000px){
    .bss-career-lead-grid,.bss-apply-layout{grid-template-columns:1fr}
    .bss-apply-copy{position:static}
    .bss-job-facts{grid-template-columns:repeat(2,1fr)}
    .bss-job-facts span:nth-child(2){border-right:0}
    .bss-job-facts span:nth-child(-n+2){border-bottom:1px solid #e3e9f0}
}
@media(max-width:760px){
    .bss-career-hero{min-height:620px}
    .bss-career-hero-inner{padding-top:90px;padding-bottom:48px}
    .bss-career-hero h1{font-size:clamp(2.7rem,13vw,4.2rem)}
    .bss-section-head,.bss-initiative{align-items:flex-start;flex-direction:column}
    .bss-job-card{padding:22px 18px}
    .bss-job-facts{grid-template-columns:1fr}
    .bss-job-facts span{border-right:0!important;border-bottom:1px solid #e3e9f0!important}
    .bss-job-facts span:last-child{border-bottom:0!important}
    .bss-form-grid{grid-template-columns:1fr}
    .bss-form-full{grid-column:auto}
    .bss-apply-card{padding:24px 18px}
}


/* =========================================================
   BRENDEL HEADER LOGO v1.4
   Horizontal lockup based on the official supplied logo.
   ========================================================= */
.bss-site-nav{
    height:98px;
}
.bss-brand-clean{
    width:320px!important;
    min-width:320px!important;
    height:76px!important;
    margin-right:auto;
    overflow:visible!important;
}
.bss-brand-clean img{
    width:100%!important;
    height:100%!important;
    object-fit:contain!important;
    object-position:left center!important;
}
.bss-main-nav{
    margin-left:12px;
}
@media(max-width:1380px){
    .bss-brand-clean{
        width:285px!important;
        min-width:285px!important;
        height:70px!important;
    }
    .bss-main-nav>a,
    .bss-nav-dropdown>a{
        padding-left:8px;
        padding-right:8px;
        font-size:.84rem;
    }
}
@media(max-width:1200px){
    .bss-brand-clean{
        width:250px!important;
        min-width:250px!important;
        height:64px!important;
    }
}
@media(max-width:1120px){
    .bss-site-nav{height:82px}
    .bss-brand-clean{
        width:240px!important;
        min-width:240px!important;
        height:60px!important;
    }
    .bss-main-nav{top:82px}
}
@media(max-width:680px){
    .bss-brand-clean{
        width:205px!important;
        min-width:205px!important;
        height:54px!important;
    }
}
@media(max-width:480px){
    .bss-brand-clean{
        width:178px!important;
        min-width:178px!important;
        height:48px!important;
    }
}


/* =========================================================
   BRENDEL WHATSAPP STICKY v1.9
   ========================================================= */
.bss-whatsapp-sticky{
    position:fixed;
    right:24px;
    bottom:24px;
    z-index:9997;
    display:flex;
    align-items:center;
    gap:11px;
    min-height:58px;
    padding:8px 15px 8px 9px;
    border-radius:999px;
    background:#25D366;
    color:#fff!important;
    text-decoration:none!important;
    box-shadow:0 14px 38px rgba(7,31,61,.25), 0 6px 18px rgba(37,211,102,.22);
    transition:transform .18s ease, box-shadow .18s ease;
}
.bss-whatsapp-sticky:hover{
    transform:translateY(-2px);
    box-shadow:0 18px 46px rgba(7,31,61,.29), 0 7px 22px rgba(37,211,102,.26);
}
.bss-wa-icon{
    width:42px;
    height:42px;
    border-radius:50%;
    display:grid;
    place-items:center;
    background:rgba(255,255,255,.14);
    position:relative;
    z-index:2;
}
.bss-wa-icon svg{
    width:27px;
    height:27px;
    display:block;
}
.bss-wa-copy{
    display:flex;
    flex-direction:column;
    line-height:1.05;
    position:relative;
    z-index:2;
}
.bss-wa-copy small{
    font-size:.61rem;
    text-transform:uppercase;
    letter-spacing:.08em;
    font-weight:800;
    opacity:.88;
    margin-bottom:4px;
}
.bss-wa-copy strong{
    font-size:.9rem;
    font-weight:900;
}
.bss-wa-pulse{
    position:absolute;
    left:9px;
    top:8px;
    width:42px;
    height:42px;
    border-radius:50%;
    background:#25D366;
    animation:bss-wa-pulse 2.4s infinite;
}
@keyframes bss-wa-pulse{
    0%{transform:scale(.9);opacity:.55}
    70%{transform:scale(1.55);opacity:0}
    100%{transform:scale(1.55);opacity:0}
}
/* Keep both floating actions visually separated if the 24h button is enabled. */
.bss-floating-emergency{
    bottom:96px!important;
}
@media(max-width:640px){
    .bss-whatsapp-sticky{
        right:14px;
        bottom:14px;
        min-height:54px;
        padding:6px;
        width:54px;
        justify-content:center;
    }
    .bss-wa-icon{
        width:42px;
        height:42px;
    }
    .bss-wa-copy{display:none}
    .bss-wa-pulse{left:6px;top:6px}
    .bss-floating-emergency{
        bottom:82px!important;
    }
}

.bss-legal-custom>*:first-child{margin-top:0}.bss-legal-custom ul,.bss-legal-custom ol{padding-left:1.4em}


/* =========================================================
   ÜBER UNS – COMPANY & TEAM v2.1
   ========================================================= */
.bss-about-lead-section{padding-bottom:82px}
.bss-about-company{
    background:#f4f7fa;
    border-top:1px solid #e4eaf0;
    border-bottom:1px solid #e4eaf0;
}
.bss-about-company-grid{
    display:grid;
    grid-template-columns:1.05fr .95fr;
    gap:60px;
    align-items:center;
}
.bss-about-company-copy h2{
    font-size:clamp(2.35rem,4vw,4.35rem);
    line-height:1.02;
    letter-spacing:-.045em;
    margin:8px 0 22px;
    max-width:820px;
}
.bss-about-company-copy .bss-lead{
    font-size:1.13rem;
    line-height:1.72;
    color:#233e59;
    font-weight:600;
}
.bss-about-company-body{
    color:#627286;
    line-height:1.75;
    font-size:.98rem;
}
.bss-about-company-image{
    position:relative;
    min-height:500px;
    border-radius:22px;
    overflow:hidden;
    box-shadow:0 24px 60px rgba(9,42,76,.14);
    background:#dfe7ef;
}
.bss-about-company-image img{
    width:100%;
    height:100%;
    min-height:500px;
    object-fit:cover;
    object-position:center center;
    display:block;
}
.bss-about-image-label{
    position:absolute;
    left:20px;
    right:20px;
    bottom:20px;
    padding:16px 18px;
    border-radius:14px;
    background:rgba(5,30,56,.86);
    backdrop-filter:blur(8px);
    border:1px solid rgba(255,255,255,.14);
    color:#fff;
}
.bss-about-image-label strong{display:block;font-size:1rem;margin-bottom:4px}
.bss-about-image-label span{display:block;font-size:.76rem;color:#d8e6f3}
.bss-about-team{background:#fff}
.bss-about-team-heading{max-width:900px;margin-bottom:32px}
.bss-about-team-heading h2{
    font-size:clamp(2.3rem,4vw,4rem);
    letter-spacing:-.04em;
}
.bss-about-team-heading p{
    max-width:860px;
    font-size:1.03rem;
    line-height:1.75;
}
.bss-about-strength-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:14px;
}
.bss-about-strength-card{
    position:relative;
    min-height:250px;
    padding:26px 22px 24px;
    border:1px solid #dfe6ed;
    border-radius:17px;
    background:linear-gradient(180deg,#fff 0%,#f8fafc 100%);
    box-shadow:0 10px 28px rgba(15,48,80,.05);
}
.bss-about-strength-no{
    display:grid;
    place-items:center;
    width:34px;
    height:34px;
    border-radius:50%;
    background:#eaf2f9;
    color:#0a4a88;
    font-size:.72rem;
    font-weight:900;
    margin-bottom:34px;
}
.bss-about-strength-card h3{
    font-size:1.18rem;
    line-height:1.25;
    color:#123a5e;
    margin:0 0 11px;
}
.bss-about-strength-card p{
    margin:0;
    color:#6a7888;
    font-size:.89rem;
    line-height:1.62;
}
.bss-about-qualification-note{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:1px;
    margin-top:26px;
    border:1px solid #dce5ed;
    border-radius:16px;
    overflow:hidden;
    background:#dce5ed;
}
.bss-about-qualification-note>div{
    padding:22px;
    background:#f4f8fb;
}
.bss-about-qualification-note strong{
    display:block;
    color:#0b3e71;
    margin-bottom:7px;
}
.bss-about-qualification-note span{
    display:block;
    color:#68788a;
    line-height:1.6;
    font-size:.87rem;
}
.bss-about-career{
    background:linear-gradient(135deg,#082d56,#0b477f);
    color:#fff;
    padding:72px 0;
}
.bss-about-career-inner{
    display:grid;
    grid-template-columns:1fr auto;
    gap:46px;
    align-items:center;
}
.bss-about-career .bss-kicker{color:#a9c9e8}
.bss-about-career h2{
    color:#fff;
    font-size:clamp(2.25rem,4vw,4rem);
    line-height:1.03;
    letter-spacing:-.04em;
    margin:8px 0 15px;
}
.bss-about-career p{
    color:#d9e6f3;
    max-width:780px;
    line-height:1.7;
    margin:0;
}
.bss-about-career-action{
    min-width:250px;
    display:flex;
    flex-direction:column;
    gap:12px;
    align-items:stretch;
}
.bss-about-career-action .bss-btn{
    justify-content:center;
}
.bss-about-career-mail{
    color:#d7e7f6!important;
    text-decoration:none!important;
    font-size:.78rem;
    text-align:center;
}
@media(max-width:1000px){
    .bss-about-company-grid{grid-template-columns:1fr}
    .bss-about-company-image{min-height:430px}
    .bss-about-company-image img{min-height:430px}
    .bss-about-strength-grid{grid-template-columns:repeat(2,1fr)}
    .bss-about-career-inner{grid-template-columns:1fr}
    .bss-about-career-action{min-width:0;max-width:330px}
}
@media(max-width:640px){
    .bss-about-company-grid{gap:32px}
    .bss-about-company-image{min-height:340px}
    .bss-about-company-image img{min-height:340px}
    .bss-about-strength-grid{grid-template-columns:1fr}
    .bss-about-qualification-note{grid-template-columns:1fr}
    .bss-about-strength-card{min-height:0}
}


/* =========================================================
   ÜBER UNS – refinement v2.2
   ========================================================= */
.bss-about-team-intro{
    display:grid;
    grid-template-columns:1.15fr .85fr;
    gap:42px;
    align-items:center;
    margin-bottom:34px;
}
.bss-about-team-heading{margin-bottom:0}
.bss-about-team-image{
    min-height:340px;
    border-radius:18px;
    overflow:hidden;
    box-shadow:0 18px 44px rgba(9,42,76,.12);
    background:#e6edf4;
}
.bss-about-team-image img{
    width:100%;
    height:100%;
    min-height:340px;
    object-fit:cover;
    object-position:center center;
    display:block;
}
.bss-about-career{
    position:relative;
    overflow:hidden;
    background:#082d56;
}
.bss-about-career-bg{
    position:absolute;
    inset:0;
    background-size:cover;
    background-position:center center;
    opacity:.24;
}
.bss-about-career-shade{
    position:absolute;
    inset:0;
    background:linear-gradient(90deg,rgba(5,31,59,.98) 0%,rgba(6,42,78,.92) 55%,rgba(6,42,78,.72) 100%);
}
.bss-about-career-inner{
    position:relative;
    z-index:2;
}
@media(max-width:900px){
    .bss-about-team-intro{grid-template-columns:1fr}
    .bss-about-team-image{min-height:300px}
    .bss-about-team-image img{min-height:300px}
}


/* =========================================================
   LEGAL PAGES / COMPLIANZ — Corporate shell v2.3
   ========================================================= */
.bss-legal-shell{background:#fff}
.bss-legal-section{padding-top:72px;padding-bottom:88px}
.bss-legal-content{max-width:920px}
.bss-fullsite-body.brendel-legal-page .bss-legal-content .brendel-legal,
.bss-fullsite-body.brendel-legal-page .bss-legal-content .cmplz-document,
.bss-fullsite-body .bss-legal-content .brendel-legal,
.bss-fullsite-body .bss-legal-content .cmplz-document{
  max-width:none!important;margin:0!important;padding:0!important;color:#31465a!important;
  font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important;
  line-height:1.7!important;background:transparent!important
}
.bss-fullsite-body .bss-legal-content .brendel-legal p,
.bss-fullsite-body .bss-legal-content .brendel-legal li,
.bss-fullsite-body .bss-legal-content .cmplz-document p,
.bss-fullsite-body .bss-legal-content .cmplz-document li{
  font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important;
  font-size:1rem!important;line-height:1.72!important;letter-spacing:0!important;text-transform:none!important;color:#46576b!important
}
.bss-fullsite-body .bss-legal-content .brendel-legal h1,
.bss-fullsite-body .bss-legal-content .brendel-legal h2,
.bss-fullsite-body .bss-legal-content .brendel-legal h3,
.bss-fullsite-body .bss-legal-content .cmplz-document h1,
.bss-fullsite-body .bss-legal-content .cmplz-document h2,
.bss-fullsite-body .bss-legal-content .cmplz-document h3{
  font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important;
  text-transform:none!important;letter-spacing:-.025em!important;color:#102a47!important;line-height:1.16!important;font-weight:750!important
}
.bss-fullsite-body .bss-legal-content .brendel-legal h1,
.bss-fullsite-body .bss-legal-content .cmplz-document h1{font-size:2.15rem!important;margin:0 0 22px!important}
.bss-fullsite-body .bss-legal-content .brendel-legal h2,
.bss-fullsite-body .bss-legal-content .cmplz-document h2{font-size:1.78rem!important;margin:42px 0 14px!important}
.bss-fullsite-body .bss-legal-content .brendel-legal h3,
.bss-fullsite-body .bss-legal-content .cmplz-document h3{font-size:1.28rem!important;margin:30px 0 10px!important}
.bss-fullsite-body .bss-legal-content .brendel-legal h2:first-child,
.bss-fullsite-body .bss-legal-content .cmplz-document>h2:first-of-type{margin-top:0!important}
.bss-fullsite-body .bss-legal-content a{color:#0a4f8a!important;text-decoration:underline!important;text-underline-offset:2px}
.bss-fullsite-body .bss-legal-content table{width:100%!important;font-size:.94rem!important}
.bss-fullsite-body .bss-legal-content details{border:1px solid #dbe3ec;border-radius:10px;padding:14px 16px;margin:14px 0;background:#f9fbfd}
.bss-footer-legal{display:flex;align-items:center;gap:8px;justify-content:center;white-space:nowrap}
.bss-footer-legal a{display:inline!important;margin:0!important;color:#9fb0c0!important;font-size:inherit!important}
.bss-footer-legal a:hover{color:#fff!important}
.bss-footer-legal>span{color:#60788f}
@media(max-width:980px){.bss-footer-bottom{flex-wrap:wrap}.bss-footer-legal{order:3;width:100%;justify-content:flex-start}}
@media(max-width:650px){.bss-legal-section{padding-top:48px;padding-bottom:64px}.bss-footer-legal{flex-wrap:wrap;white-space:normal}}
