/* Tambi Kontakt / Wsparcie — help center */
#brxe-helpsec{
  background:#fff!important;
  padding:48px 0 88px!important
}
#brxe-helpctn{
  width:100%!important;
  max-width:var(--tambi-content-max,1430px)!important;
  margin-inline:auto!important;
  padding-left:var(--tambi-content-pad,48px)!important;
  padding-right:var(--tambi-content-pad,48px)!important;
  box-sizing:border-box!important
}
.tambi-help{
  font-family:Geist,var(--font-sans),system-ui,sans-serif;
  color:#111
}
.tambi-help__hero{
  display:flex;
  flex-direction:column;
  align-items:center;
  text-align:center;
  gap:28px;
  padding:24px 0 56px
}
.tambi-help__title{
  margin:0!important;
  font-size:clamp(36px,5vw,56px)!important;
  font-weight:800!important;
  line-height:1.05!important;
  letter-spacing:-.03em!important;
  text-transform:uppercase!important;
  color:#111!important
}
.tambi-help__search{
  position:relative;
  width:min(100%,560px)
}
.tambi-help__input{
  width:100%;
  height:56px;
  border:1px solid #E7E7E4;
  border-radius:999px;
  padding:0 52px 0 22px;
  font-family:inherit;
  font-size:16px;
  color:#111;
  background:#fff;
  box-sizing:border-box;
  outline:none;
  transition:border-color .2s ease
}
.tambi-help__input::placeholder{color:#999}
.tambi-help__input:focus{border-color:#111}
.tambi-help__search-btn{
  position:absolute;
  right:8px;
  top:50%;
  transform:translateY(-50%);
  width:40px;
  height:40px;
  border:0;
  border-radius:999px;
  background:transparent;
  color:#111;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  cursor:pointer
}
.tambi-help__search-btn:hover{background:#F5F5F3}

.tambi-help__quick,
.tambi-help__contact{
  padding:40px 0 8px
}
.tambi-help__h2{
  margin:0 0 10px!important;
  font-size:clamp(24px,2.4vw,32px)!important;
  font-weight:700!important;
  line-height:1.15!important;
  letter-spacing:-.02em!important;
  color:#111!important
}
.tambi-help__lead{
  margin:0 0 32px!important;
  max-width:560px;
  font-size:16px!important;
  line-height:1.5!important;
  color:#666!important
}
.tambi-help__topics{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:40px 48px
}
.tambi-help__topic-title{
  margin:0 0 16px!important;
  font-size:18px!important;
  font-weight:700!important;
  color:#111!important
}
.tambi-help__list{
  list-style:none;
  margin:0 0 18px!important;
  padding:0!important;
  display:flex;
  flex-direction:column;
  gap:12px
}
.tambi-help__list a{
  color:#333!important;
  text-decoration:none!important;
  font-size:15px!important;
  line-height:1.4!important
}
.tambi-help__list a:hover{color:#111!important;text-decoration:underline!important}
.tambi-help__more{
  display:inline-block;
  font-size:14px!important;
  font-weight:600!important;
  color:#111!important;
  text-decoration:underline!important;
  text-underline-offset:3px
}
.tambi-help__more:hover{opacity:.7}

.tambi-help__channels{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:28px;
  margin-top:28px
}
.tambi-help__channel{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:8px;
  padding:28px 24px;
  border:1px solid #E7E7E4;
  border-radius:0;
  text-decoration:none!important;
  color:#111!important;
  background:#fff;
  transition:border-color .2s ease, transform .2s ease
}
.tambi-help__channel:hover{
  border-color:#111;
  transform:translateY(-2px)
}
.tambi-help__icon{
  display:inline-flex;
  margin-bottom:8px;
  color:#111
}
.tambi-help__channel-title{
  font-size:18px;
  font-weight:700;
  line-height:1.25
}
.tambi-help__channel-meta{
  font-size:14px;
  line-height:1.4;
  color:#666
}

.tambi-help__topic.is-hidden{display:none}

@media (max-width:960px){
  #brxe-helpctn{padding-left:16px!important;padding-right:16px!important}
  .tambi-help__topics,
  .tambi-help__channels{grid-template-columns:1fr;gap:28px}
  .tambi-help__hero{padding-bottom:36px}
}
@media (max-width:600px){
  .tambi-help__title{font-size:32px!important}
  .tambi-help__input{height:50px;font-size:15px}
}
