/* Desktop hero: seamless composition. Mobile remains unchanged. */
html body .proofs .telegram-pill{display:none!important}

@media (min-width:1041px){
  html body .hero{
    position:relative!important;
    overflow:hidden!important;
    padding:28px 0 0!important;
    background:
      radial-gradient(circle at 55% 34%,rgba(55,163,214,.22),transparent 30%),
      linear-gradient(180deg,#f5fbfe 0%,#eef8fc 62%,#d7edf7 82%,#0b3a5b 100%)!important;
  }
  html body .hero::after{
    content:""!important;
    position:absolute!important;
    left:0!important;right:0!important;bottom:0!important;
    height:210px!important;
    z-index:0!important;
    pointer-events:none!important;
    background:linear-gradient(180deg,rgba(11,58,91,0),rgba(11,58,91,.42) 52%,#0b3a5b)!important;
  }
  html body .hero>.wrap{
    position:relative!important;
    z-index:1!important;
    width:min(1680px,calc(100% - 64px))!important;
  }
  html body .hero-grid{
    position:relative!important;
    display:grid!important;
    grid-template-columns:minmax(0,52fr) minmax(0,48fr)!important;
    gap:0!important;
    align-items:stretch!important;
  }
  html body .hero-grid::before{
    content:""!important;
    position:absolute!important;
    z-index:0!important;
    top:8%!important;bottom:10%!important;left:43%!important;
    width:24%!important;
    pointer-events:none!important;
    background:radial-gradient(ellipse at center,rgba(77,178,222,.28),rgba(228,245,252,.64) 48%,rgba(228,245,252,0) 78%)!important;
    filter:blur(20px)!important;
  }
  html body .hero-grid>div:first-child{
    position:relative!important;
    z-index:2!important;
    min-height:620px!important;
    display:flex!important;
    flex-direction:column!important;
    justify-content:center!important;
    padding:8px 76px 34px 0!important;
  }
  html body .hero h1{
    max-width:790px!important;
    margin:22px 0 18px!important;
    font-size:clamp(52px,3.8vw,70px)!important;
    line-height:.99!important;
    letter-spacing:-.055em!important;
    text-wrap:balance!important;
  }
  html body .hero .lead{
    max-width:750px!important;
    font-size:clamp(19px,1.3vw,22px)!important;
    line-height:1.48!important;
  }
  html body .hero-actions{margin-top:25px!important}
  html body .hero-card{
    position:relative!important;
    z-index:2!important;
    min-height:620px!important;
    height:100%!important;
    width:calc(100% + 72px)!important;
    margin-left:-72px!important;
    border-radius:38px 38px 0 38px!important;
    box-shadow:0 36px 100px rgba(3,50,85,.22)!important;
  }
  html body .hero-photo-shell{width:min(72%,520px)!important;top:24px!important}
  html body .quote{left:34px!important;right:34px!important;bottom:20px!important}
  html body .hero .feature-grid{
    position:relative!important;
    z-index:4!important;
    margin-top:20px!important;
    margin-bottom:-78px!important;
    gap:14px!important;
  }
  html body .hero .feature-card{
    min-height:154px!important;
    padding:22px!important;
    background:rgba(255,255,255,.94)!important;
    backdrop-filter:blur(12px)!important;
    box-shadow:0 24px 58px rgba(4,42,69,.13)!important;
  }
  html body .proofs{
    position:relative!important;
    margin-top:0!important;
    padding-top:150px!important;
    border-top:0!important;
  }
}

/* BT UX patch 2026-08-05: quiz, header, footer */
#rec2706321701,#rec2707976101{display:none!important}
html body .header-actions>.btn.gold[href="#contact"]{
  min-height:48px!important;
  padding:12px 18px!important;
  font-size:15px!important;
  line-height:1!important;
  width:auto!important;
  min-width:0!important
}
html body #quizModal .bt-modal__panel{
  width:min(780px,calc(100% - 32px))!important;
  max-height:min(90vh,820px)!important;
  overflow-y:auto!important
}
html body #quizModal .quiz-options{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:12px!important
}
html body #quizModal .quiz-option{
  min-height:62px!important;
  padding:14px 16px!important;
  text-align:left!important;
  line-height:1.3!important
}
html body #quizModal .quiz-option.is-selected{
  border-color:#138ac5!important;
  background:#e8f6fd!important;
  box-shadow:0 0 0 2px rgba(19,138,197,.15)!important
}
html body #quizModal .quiz-actions{
  display:flex!important;
  align-items:stretch!important;
  gap:12px!important;
  margin-top:18px!important
}
html body #quizModal .quiz-actions>.btn{
  flex:1 1 0!important;
  width:auto!important;
  margin:0!important
}
html body #quizModal .bt-consent{
  display:flex!important;
  align-items:flex-start!important;
  gap:12px!important;
  min-height:48px!important;
  margin:16px 0!important;
  font-size:14px!important;
  line-height:1.45!important;
  color:#36536a!important;
  cursor:pointer!important
}
html body #quizModal .bt-consent input{
  flex:0 0 24px!important;
  width:24px!important;
  height:24px!important;
  margin:0!important;
  accent-color:#138ac5!important;
  cursor:pointer!important
}
html body #quizModal .bt-consent a{
  color:#075f96!important;
  text-decoration:underline!important;
  text-underline-offset:2px!important
}
html body #quizModal .bt-direct-links,
html body #quizModal .bt-form-legal{display:none!important}
html body .cta-actions>.btn{
  width:260px!important;
  min-width:260px!important;
  min-height:68px!important;
  padding:15px 22px!important;
  justify-content:center!important;
  box-sizing:border-box!important
}
html body .cta-actions .brand-crop--telegram{
  position:relative!important;
  overflow:hidden!important;
  border-radius:50%!important;
  background:#2aabee!important
}
html body .cta-actions .brand-crop--telegram::after{
  content:"➤"!important;
  position:absolute!important;
  inset:0!important;
  display:grid!important;
  place-items:center!important;
  color:#fff!important;
  font-size:17px!important;
  line-height:1!important;
  transform:rotate(-18deg)!important
}
@media (max-width:640px){
  html body #quizModal .bt-modal__panel{
    width:calc(100% - 20px)!important;
    max-height:92vh!important;
    padding:22px 16px!important
  }
  html body #quizModal .quiz-options{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:8px!important
  }
  html body #quizModal .quiz-option{
    min-height:58px!important;
    padding:11px 10px!important;
    font-size:13px!important
  }
  html body #quizModal .quiz-actions{gap:8px!important}
  html body .cta-actions>.btn{
    width:min(100%,260px)!important;
    min-width:0!important
  }
}
