/* Citil Partners C-HUB CTA responsive polish v1435
   Scope: homepage .chub-banner and about page .about-chub-cta-v79 only. */

/* ---------- Shared reliability ---------- */
.chub-banner,
.chub-banner *,
.about-page-v79 .about-chub-cta-v79,
.about-page-v79 .about-chub-cta-v79 *{
  box-sizing:border-box;
}

/* Keep the underline physically attached to the word at every width. */
.chub-highlight,
.about-page-v79 .about-chub-cta-v79__textwrap h2 b{
  position:relative;
  display:inline-block;
  isolation:isolate;
  white-space:nowrap;
}
.chub-highlight::after,
.about-page-v79 .about-chub-cta-v79__textwrap h2 b::after{
  content:"";
  position:absolute;
  z-index:1;
  left:-4px;
  right:-4px;
  top:100%;
  height:7px;
  margin-top:3px;
  background:url('../img/chub-underline.png') center/100% 100% no-repeat;
  pointer-events:none;
}
.about-page-v79 .about-chub-cta-v79__underline{
  display:none!important;
}

/* ---------- Homepage banner ---------- */
.chub-banner{
  padding:clamp(72px,5.3vw,92px) clamp(24px,2.3vw,40px) clamp(38px,3.2vw,56px)!important;
  overflow:visible!important;
}
.chub-banner-inner{
  width:100%!important;
  min-height:149px!important;
  height:auto!important;
  margin:0 auto!important;
  padding:22px clamp(38px,5.6vw,96px) 22px clamp(340px,27.7vw,478px)!important;
  display:flex!important;
  align-items:center!important;
  border-radius:31px!important;
  overflow:visible!important;
}
.chub-banner-icon{
  left:clamp(76px,8.7vw,150px)!important;
  top:auto!important;
  bottom:0!important;
  width:clamp(224px,17.25vw,298px)!important;
  height:clamp(224px,17.25vw,298px)!important;
  transform:none!important;
}
.chub-banner-content{
  width:100%!important;
  min-width:0!important;
  margin:0!important;
  display:grid!important;
  grid-template-columns:minmax(0,1fr) auto!important;
  align-items:center!important;
  gap:clamp(24px,3vw,58px)!important;
  text-align:left!important;
}
.chub-message{
  min-width:0!important;
  width:100%!important;
  display:grid!important;
  grid-template-columns:auto minmax(0,1fr)!important;
  align-items:center!important;
  gap:clamp(10px,.9vw,16px)!important;
}
.chub-bell{
  width:clamp(38px,2.7vw,47px)!important;
  height:clamp(39px,2.8vw,48px)!important;
  flex:none!important;
  margin:0!important;
}
.chub-banner-text{
  min-width:0!important;
  max-width:none!important;
  margin:0!important;
  font-size:clamp(18px,1.42vw,25px)!important;
  line-height:1.34!important;
  letter-spacing:-.15px!important;
  white-space:normal!important;
  text-wrap:balance;
  overflow-wrap:normal;
}
.chub-dash{
  display:inline!important;
  margin:0 .34em!important;
}
.btn-chub{
  flex:0 0 auto!important;
  width:auto!important;
  min-width:217px!important;
  height:63px!important;
  padding:0 20px!important;
  border-width:5px!important;
  border-radius:18px!important;
  font-size:16px!important;
  white-space:nowrap!important;
}

/* 13-inch / compact desktop */
@media(max-width:1366px){
  .chub-banner-inner{
    padding-left:330px!important;
    padding-right:38px!important;
  }
  .chub-banner-icon{
    left:70px!important;
    width:260px!important;
    height:260px!important;
  }
  .chub-banner-content{
    gap:26px!important;
  }
  .chub-banner-text{
    font-size:18px!important;
    line-height:1.38!important;
  }
  .btn-chub{
    min-width:200px!important;
    height:58px!important;
    font-size:15px!important;
    border-width:4px!important;
    border-radius:16px!important;
  }
}

@media(max-width:1120px){
  .chub-banner{
    padding-top:90px!important;
  }
  .chub-banner-inner{
    min-height:174px!important;
    padding-left:270px!important;
    padding-right:28px!important;
  }
  .chub-banner-icon{
    left:30px!important;
    width:238px!important;
    height:238px!important;
  }
  .chub-banner-content{
    grid-template-columns:minmax(0,1fr) 180px!important;
    gap:20px!important;
  }
  .chub-banner-text{
    font-size:16px!important;
    line-height:1.42!important;
  }
  .btn-chub{
    width:180px!important;
    min-width:180px!important;
    height:56px!important;
    padding:0 14px!important;
    font-size:13px!important;
  }
}

@media(max-width:900px){
  .chub-banner{
    padding:116px 24px 56px!important;
  }
  .chub-banner-inner{
    min-height:276px!important;
    padding:106px 24px 28px!important;
    align-items:flex-start!important;
    border-radius:26px!important;
    overflow:visible!important;
  }
  .chub-banner-icon{
    left:50%!important;
    top:-112px!important;
    bottom:auto!important;
    width:224px!important;
    height:224px!important;
    transform:translateX(-50%)!important;
  }
  .chub-banner-content{
    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
    justify-content:center!important;
    gap:24px!important;
    text-align:center!important;
  }
  .chub-message{
    width:min(620px,100%)!important;
    grid-template-columns:auto minmax(0,1fr)!important;
    align-items:start!important;
    justify-content:center!important;
    text-align:left!important;
  }
  .chub-banner-text{
    font-size:18px!important;
    line-height:1.46!important;
  }
  .btn-chub{
    width:min(235px,100%)!important;
    min-width:0!important;
    height:58px!important;
    font-size:15px!important;
  }
}

@media(max-width:560px){
  .chub-banner{
    padding:104px 16px 46px!important;
  }
  .chub-banner-inner{
    min-height:294px!important;
    padding:100px 18px 24px!important;
    border-radius:22px!important;
  }
  .chub-banner-icon{
    top:-98px!important;
    width:198px!important;
    height:198px!important;
  }
  .chub-message{
    grid-template-columns:31px minmax(0,1fr)!important;
    gap:9px!important;
  }
  .chub-bell{
    width:31px!important;
    height:32px!important;
  }
  .chub-banner-text{
    font-size:15px!important;
    line-height:1.5!important;
    text-wrap:pretty;
  }
  .chub-dash{
    margin:0 .2em!important;
  }
  .btn-chub{
    width:min(220px,100%)!important;
    height:54px!important;
    font-size:14px!important;
  }
  .chub-highlight::after,
  .about-page-v79 .about-chub-cta-v79__textwrap h2 b::after{
    height:5px;
    margin-top:2px;
  }
}

/* ---------- About page banner ---------- */
.about-page-v79 .about-chub-cta-v79__bar{
  width:min(1459px,calc(100% - 64px))!important;
  min-height:149px!important;
  height:auto!important;
  padding:24px 91px 24px 421px!important;
  display:grid!important;
  grid-template-columns:minmax(0,1fr) auto!important;
  align-items:center!important;
  gap:clamp(24px,3vw,58px)!important;
  overflow:visible!important;
}
.about-page-v79 .about-chub-cta-v79__message{
  position:static!important;
  left:auto!important;
  top:auto!important;
  width:100%!important;
  min-width:0!important;
  height:auto!important;
  display:grid!important;
  grid-template-columns:46px minmax(0,1fr)!important;
  align-items:center!important;
  gap:20px!important;
}
.about-page-v79 .about-chub-cta-v79__textwrap{
  min-width:0!important;
}
.about-page-v79 .about-chub-cta-v79__textwrap h2{
  width:auto!important;
  max-width:none!important;
  height:auto!important;
  margin:0!important;
  font-size:clamp(18px,1.38vw,24px)!important;
  line-height:1.38!important;
  white-space:normal!important;
  text-wrap:balance;
}
.about-page-v79 .about-chub-cta-v79__button{
  position:static!important;
  right:auto!important;
  top:auto!important;
  flex:0 0 auto!important;
  width:211px!important;
  min-width:211px!important;
  height:57px!important;
}

@media(max-width:1366px){
  .about-page-v79 .about-chub-cta-v79__bar{
    padding-left:330px!important;
    padding-right:42px!important;
  }
  .about-page-v79 .about-chub-cta-v79__robot{
    left:68px!important;
    width:260px!important;
    height:260px!important;
    top:-111px!important;
  }
  .about-page-v79 .about-chub-cta-v79__message{
    grid-template-columns:40px minmax(0,1fr)!important;
    gap:14px!important;
  }
  .about-page-v79 .about-chub-cta-v79__bell{
    width:40px!important;
    height:41px!important;
  }
  .about-page-v79 .about-chub-cta-v79__textwrap h2{
    font-size:18px!important;
    line-height:1.42!important;
  }
  .about-page-v79 .about-chub-cta-v79__button{
    width:198px!important;
    min-width:198px!important;
    height:56px!important;
  }
}

@media(max-width:1120px){
  .about-page-v79 .about-chub-cta-v79__bar{
    min-height:178px!important;
    padding-left:266px!important;
    padding-right:28px!important;
    gap:20px!important;
  }
  .about-page-v79 .about-chub-cta-v79__robot{
    left:30px!important;
    top:-62px!important;
    width:236px!important;
    height:236px!important;
  }
  .about-page-v79 .about-chub-cta-v79__message{
    grid-template-columns:34px minmax(0,1fr)!important;
    gap:11px!important;
  }
  .about-page-v79 .about-chub-cta-v79__bell{
    width:34px!important;
    height:35px!important;
  }
  .about-page-v79 .about-chub-cta-v79__textwrap h2{
    font-size:16px!important;
    line-height:1.45!important;
  }
  .about-page-v79 .about-chub-cta-v79__button{
    width:180px!important;
    min-width:180px!important;
    height:54px!important;
  }
  .about-page-v79 .about-chub-cta-v79__button span{
    width:auto!important;
    font-size:13px!important;
  }
}

@media(max-width:900px){
  .about-page-v79 .about-chub-cta-v79{
    padding:114px 0 64px!important;
  }
  .about-page-v79 .about-chub-cta-v79__bar{
    width:calc(100% - 48px)!important;
    min-height:300px!important;
    padding:110px 24px 28px!important;
    grid-template-columns:1fr!important;
    justify-items:center!important;
    align-content:start!important;
    gap:24px!important;
    overflow:visible!important;
  }
  .about-page-v79 .about-chub-cta-v79__robot{
    left:50%!important;
    top:-110px!important;
    width:224px!important;
    height:224px!important;
    transform:translateX(-50%)!important;
  }
  .about-page-v79 .about-chub-cta-v79__message{
    width:min(620px,100%)!important;
    grid-template-columns:38px minmax(0,1fr)!important;
    align-items:start!important;
    gap:12px!important;
  }
  .about-page-v79 .about-chub-cta-v79__bell{
    width:38px!important;
    height:39px!important;
  }
  .about-page-v79 .about-chub-cta-v79__textwrap h2{
    font-size:18px!important;
    line-height:1.48!important;
  }
  .about-page-v79 .about-chub-cta-v79__button{
    width:min(235px,100%)!important;
    min-width:0!important;
    height:57px!important;
  }
}

@media(max-width:560px){
  .about-page-v79 .about-chub-cta-v79{
    padding-top:104px!important;
  }
  .about-page-v79 .about-chub-cta-v79__bar{
    width:calc(100% - 28px)!important;
    min-height:316px!important;
    padding:100px 18px 24px!important;
    border-radius:22px!important;
  }
  .about-page-v79 .about-chub-cta-v79__robot{
    top:-98px!important;
    width:198px!important;
    height:198px!important;
  }
  .about-page-v79 .about-chub-cta-v79__message{
    grid-template-columns:31px minmax(0,1fr)!important;
    gap:9px!important;
  }
  .about-page-v79 .about-chub-cta-v79__bell{
    width:31px!important;
    height:32px!important;
  }
  .about-page-v79 .about-chub-cta-v79__textwrap h2{
    font-size:15px!important;
    line-height:1.52!important;
    text-wrap:pretty;
  }
  .about-page-v79 .about-chub-cta-v79__button{
    width:min(220px,100%)!important;
    height:54px!important;
  }
}

@media(hover:none), (pointer:coarse){
  .btn-chub:hover,
  .about-page-v79 .about-chub-cta-v79__button:hover{
    transform:none!important;
    box-shadow:none!important;
  }
}

@media(prefers-reduced-motion:reduce){
  .btn-chub,
  .btn-chub-arrow,
  .about-page-v79 .about-chub-cta-v79__button,
  .about-page-v79 .about-chub-cta-v79__button img{
    transition:none!important;
  }
}
