/* NL-BRAND text-justify */
article p, .content p, .article p, main p, section p, .review p,
.cv-rev__sec p, .ig-sec p, .ig-faq p, .container p, .wrap p,
.summary p, .promo__text {
  text-align: justify;
  text-justify: inter-word;
  hyphens: auto;
  -webkit-hyphens: auto;
}
@media (max-width: 768px) {
  article p, .content p, .article p, main p, section p, .review p {
    text-align: left;
    hyphens: none;
  }
}

/* NL-BRAND mobile-header */
@media (max-width: 1023px) {
  header img[class*="logo"], header [class*="brand"] img {
    max-height: 40px !important;
    max-width: 140px !important;
  }
  header a[class*="btn"], header button[class*="btn"] {
    height: 36px !important;
    padding: 0 10px !important;
    font-size: 13px !important;
  }
}
@media (max-width: 380px) {
  header img[class*="logo"], header [class*="brand"] img {
    max-height: 34px !important;
    max-width: 110px !important;
  }
  header a[class*="btn"], header button[class*="btn"] {
    height: 34px !important;
    padding: 0 8px !important;
    font-size: 12px !important;
  }
}

/* NL-BRAND official-mimicry */
header { width:100%; max-width:none; background:rgba(12,10,22,.65); backdrop-filter:blur(18px) saturate(140%); border-bottom:1px solid rgba(255,255,255,.06); }
header nav { display:none; }
@media (max-width:1023px) {
  header img[class*="logo"] { height:36px !important; max-width:140px !important; }
}
@media (min-width:1024px) {
  header img[class*="logo"] { height:48px !important; max-width:200px !important; }
}
h1 { text-align:center; font-size:clamp(32px,5vw,52px); font-weight:800; color:#fff; letter-spacing:-.02em; }
.hero img, [class*="hero"] img, [class*="banner"] img { width:100%; height:320px; object-fit:cover; border-radius:18px; }
@media (max-width:768px) {
  .hero img, [class*="hero"] img, [class*="banner"] img { height:240px; }
}
article p, .content p, section p, main p { color:rgba(255,255,255,.92); font-size:16px; line-height:1.7; }
article strong, .content strong, section strong { color:#fff; font-weight:700; }

.hs\-header__actions{margin-left:auto;justify-content:flex-end;text-align:right}.hs-header{width:auto!important;max-width:none!important}
