.bh-page{
  --bh-bg:#f7f9fc;
  --bh-surface:#ffffff;
  --bh-surface-2:#eef5ff;
  --bh-text:#0f172a;
  --bh-muted:#5b677a;
  --bh-line:rgba(15,23,42,.08);
  --bh-primary:#1da1f2;
  --bh-primary-2:#0f77f0;
  --bh-dark:#081a36;
  --bh-dark-2:#0e2448;
  --bh-success:#16a34a;
  --bh-shadow:0 20px 60px rgba(15,23,42,.08);
  background:
    radial-gradient(circle at top left, rgba(29,161,242,.06), transparent 26%),
    radial-gradient(circle at top right, rgba(15,119,240,.05), transparent 22%),
    var(--bh-bg);
  color:var(--bh-text);
}

.bh-page .reveal{
  opacity:0;
  transform:translateY(18px);
  transition:opacity .55s ease, transform .55s ease;
}

.bh-page .reveal.is-visible{
  opacity:1;
  transform:none;
}

.bh-hero{
  position:relative;
  overflow:hidden;
  padding:calc(var(--enbHeaderH, 88px) + 24px) 0 40px;
}

.bh-hero__bg{
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 12% 28%, rgba(255,255,255,.05), transparent 18%),
    radial-gradient(circle at 82% 14%, rgba(29,161,242,.14), transparent 14%),
    linear-gradient(135deg, var(--bh-dark), var(--bh-dark-2));
  z-index:0;
}

.bh-hero__wrap{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:minmax(0,1.05fr) minmax(320px,.95fr);
  gap:28px;
  align-items:center;
  min-height:640px;
}

.bh-hero__left,
.bh-hero__right{
  position:relative;
}

.bh-pill,
.bh-badge{
  display:inline-flex;
  align-items:center;
  gap:10px;
  min-height:42px;
  padding:0 16px;
  border-radius:999px;
  font-size:13px;
  font-weight:800;
  letter-spacing:.01em;
}

.bh-pill{
  color:#fff;
  background:rgba(45,183,245,.14);
  border:1px solid rgba(45,183,245,.22);
  margin-bottom:18px;
}

.bh-badge{
  color:var(--bh-primary-2);
  background:#e9f6ff;
}

.bh-badge--light{
  color:#fff;
  background:rgba(255,255,255,.12);
}

.bh-title{
  color:#fff;
  margin:0;
  font-size:clamp(34px, 5vw, 62px);
  line-height:1.04;
  letter-spacing:-.035em;
  max-width:760px;
}

.bh-line{
  width:120px;
  height:4px;
  border-radius:999px;
  margin:18px 0;
  background:linear-gradient(90deg, var(--bh-primary), #8fe0ff);
}

.bh-desc{
  color:rgba(255,255,255,.84);
  font-size:18px;
  line-height:1.72;
  margin:0;
  max-width:760px;
}

.bh-actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:28px;
}

.bh-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:52px;
  padding:0 22px;
  border-radius:16px;
  font-weight:800;
  transition:.25s ease;
  text-decoration:none;
}

.bh-btn:hover{
  transform:translateY(-2px);
}

.bh-btn--primary{
  background:linear-gradient(135deg, var(--bh-primary-2), var(--bh-primary));
  color:#fff;
  box-shadow:0 16px 34px rgba(15,119,240,.22);
}

.bh-btn--ghost{
  background:rgba(255,255,255,.10);
  border:1px solid rgba(255,255,255,.16);
  color:#fff;
}

.bh-btn--ghostLight{
  background:rgba(255,255,255,.10);
  border:1px solid rgba(255,255,255,.18);
  color:#fff;
}

.bh-btn--wa{
  background:#fff;
  border:1px solid #d8e2ef;
  color:#0f172a;
}

.bh-stats{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
  margin-top:24px;
}

.bh-stat{
  padding:16px 18px;
  border-radius:18px;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.10);
  backdrop-filter:blur(8px);
}

.bh-stat strong,
.bh-stat span{
  display:block;
}

.bh-stat strong{
  color:#fff;
  font-size:15px;
  margin-bottom:5px;
}

.bh-stat span{
  color:rgba(255,255,255,.72);
  font-size:13px;
}

.bh-visual{
  position:relative;
  min-height:560px;
  display:flex;
  align-items:flex-end;
  justify-content:center;
}

.bh-visual--fallback{
  min-height:420px;
}

.bh-blob{
  position:absolute;
  width:min(430px, 88%);
  height:360px;
  top:74px;
  left:50%;
  transform:translateX(-50%);
  border-radius:44% 56% 41% 59% / 47% 41% 59% 53%;
  background:rgba(162,175,195,.34);
}

.bh-hero__img{
  position:relative;
  z-index:3;
  width:min(420px, 92%);
  object-fit:contain;
  filter:drop-shadow(0 24px 46px rgba(0,0,0,.24));
}

.bh-dot{
  position:absolute;
  border-radius:50%;
  background:#fff;
  opacity:.18;
}

.bh-dot--1{
  width:60px;
  height:60px;
  left:10px;
  top:210px;
}

.bh-dot--2{
  width:42px;
  height:42px;
  right:38px;
  bottom:84px;
}

.bh-plus{
  position:absolute;
  width:16px;
  height:16px;
}

.bh-plus::before,
.bh-plus::after{
  content:"";
  position:absolute;
  left:50%;
  top:50%;
  transform:translate(-50%,-50%);
  background:#fff;
  border-radius:2px;
}

.bh-plus::before{
  width:16px;
  height:2px;
}

.bh-plus::after{
  width:2px;
  height:16px;
}

.bh-plus--1{
  left:86px;
  top:122px;
}

.bh-plus--2{
  right:86px;
  top:176px;
}

.bh-formSec{
  margin-top:-72px;
  position:relative;
  z-index:5;
  padding-bottom:18px;
}

.bh-formWrap{
  background:rgba(255,255,255,.96);
  border:1px solid rgba(15,23,42,.06);
  box-shadow:0 24px 70px rgba(15,23,42,.10);
  border-radius:28px;
  padding:28px;
}

.bh-formHead{
  text-align:center;
  max-width:860px;
  margin:0 auto 20px;
}

.bh-formHead h2,
.bh-sectionHead h2{
  margin:10px 0 10px;
  color:var(--bh-text);
  font-size:clamp(28px, 4vw, 42px);
  line-height:1.08;
  letter-spacing:-.03em;
}

.bh-formHead p,
.bh-sectionHead p{
  margin:0;
  color:var(--bh-muted);
  font-size:17px;
  line-height:1.74;
}

.bh-formGrid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
}

.bh-field{
  min-height:60px;
  display:flex;
  align-items:center;
  border-radius:16px;
  background:#f4f7fb;
  border:1px solid #e5edf7;
  overflow:hidden;
}

.bh-field i{
  width:52px;
  flex:0 0 52px;
  text-align:center;
  color:#29a8e8;
  font-size:16px;
}

.bh-field input,
.bh-field select,
.bh-field textarea{
  width:100%;
  border:0;
  outline:none;
  background:transparent;
  color:#0f172a;
  font:inherit;
  padding:16px 16px 16px 0;
}

.bh-field input::placeholder,
.bh-field textarea::placeholder{
  color:#64748b;
}

.bh-field--textarea{
  align-items:flex-start;
  margin-top:14px;
  min-height:150px;
}

.bh-field--textarea i{
  min-height:150px;
  display:flex;
  align-items:flex-start;
  justify-content:center;
  padding-top:20px;
}

.bh-field--textarea textarea{
  min-height:150px;
  resize:vertical;
}

.bh-formBottom{
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  gap:18px;
  margin-top:16px;
}

.bh-check{
  display:flex;
  align-items:flex-start;
  gap:10px;
  color:#64748b;
  font-size:13px;
  line-height:1.6;
}

.bh-check input{
  margin-top:3px;
}

.bh-formActions{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
}

.bh-note{
  margin-top:14px;
  color:#64748b;
  font-size:13px;
  text-align:center;
}

.bh-section{
  padding:36px 0;
}

.bh-section--soft{
  background:linear-gradient(180deg, rgba(238,245,255,.72), rgba(247,249,252,0));
}

.bh-sectionHead{
  max-width:860px;
  margin:0 auto 22px;
  text-align:center;
}

.bh-cardGrid,
.bh-priceGrid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:18px;
}

.bh-card{
  background:#fff;
  border:1px solid var(--bh-line);
  border-radius:24px;
  padding:24px;
  box-shadow:var(--bh-shadow);
}

.bh-card__icon{
  width:54px;
  height:54px;
  display:grid;
  place-items:center;
  border-radius:16px;
  background:linear-gradient(135deg, rgba(29,161,242,.14), rgba(15,119,240,.10));
  color:#1497dc;
  font-size:22px;
  margin-bottom:16px;
}

.bh-card h3,
.bh-adv h3,
.bh-price h3{
  margin:0 0 10px;
  color:var(--bh-text);
  font-size:22px;
  line-height:1.16;
}

.bh-card p,
.bh-adv p,
.bh-price p{
  margin:0;
  color:var(--bh-muted);
  line-height:1.7;
}

.bh-advGrid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
}

.bh-adv{
  background:#fff;
  border:1px solid var(--bh-line);
  border-radius:24px;
  padding:24px;
  box-shadow:var(--bh-shadow);
}

.bh-price{
  background:#fff;
  border:1px solid var(--bh-line);
  border-radius:24px;
  padding:24px;
  box-shadow:var(--bh-shadow);
}

.bh-price.is-featured{
  outline:2px solid rgba(15,119,240,.14);
  transform:translateY(-4px);
}

.bh-price__tag{
  display:inline-flex;
  min-height:34px;
  align-items:center;
  padding:0 12px;
  border-radius:999px;
  background:#eaf6ff;
  color:#118dd1;
  font-size:12px;
  font-weight:800;
  margin-bottom:12px;
}

.bh-price__value{
  font-size:42px;
  line-height:1;
  font-weight:900;
  color:var(--bh-text);
  margin:6px 0 10px;
}

.bh-faq{
  max-width:920px;
  margin:0 auto;
  display:grid;
  gap:14px;
}

.bh-faqItem{
  background:#fff;
  border:1px solid var(--bh-line);
  border-radius:22px;
  box-shadow:var(--bh-shadow);
  overflow:hidden;
}

.bh-faqItem summary{
  list-style:none;
  cursor:pointer;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  padding:20px 22px;
  color:var(--bh-text);
  font-weight:800;
}

.bh-faqItem summary::-webkit-details-marker{
  display:none;
}

.bh-faqItem summary i{
  color:#1697db;
  transition:transform .25s ease;
}

.bh-faqItem[open] summary i{
  transform:rotate(45deg);
}

.bh-faqItem__body{
  padding:0 22px 20px;
}

.bh-faqItem__body p{
  margin:0;
  color:var(--bh-muted);
  line-height:1.72;
}

.bh-cta{
  padding:12px 0 44px;
}

.bh-cta__box{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:18px;
  align-items:center;
  padding:28px;
  border-radius:30px;
  background:
    radial-gradient(circle at 84% 18%, rgba(45,183,245,.14), transparent 20%),
    linear-gradient(135deg, var(--bh-dark), var(--bh-dark-2));
  box-shadow:0 24px 70px rgba(2,10,25,.18);
}

.bh-cta__box h2{
  margin:10px 0 12px;
  color:#fff;
  font-size:clamp(28px, 4vw, 42px);
  line-height:1.08;
}

.bh-cta__box p{
  margin:0;
  color:rgba(255,255,255,.78);
  line-height:1.72;
  max-width:820px;
}

.bh-cta__actions{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
}

@media (max-width: 1180px){
  .bh-hero__wrap,
  .bh-cta__box{
    grid-template-columns:1fr;
  }

  .bh-cardGrid,
  .bh-priceGrid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .bh-advGrid{
    grid-template-columns:1fr;
  }
}

@media (max-width: 768px){
  .bh-hero{
    padding:calc(var(--enbHeaderH, 78px) + 18px) 0 88px;
  }

  .bh-hero__wrap{
    min-height:auto;
  }

  .bh-desc{
    font-size:16px;
  }

  .bh-stats,
  .bh-formGrid,
  .bh-cardGrid,
  .bh-priceGrid{
    grid-template-columns:1fr;
  }

  .bh-formBottom{
    flex-direction:column;
  }

  .bh-formWrap,
  .bh-card,
  .bh-adv,
  .bh-price,
  .bh-cta__box{
    padding:22px;
  }

  .bh-visual{
    min-height:360px;
  }

  .bh-blob{
    height:250px;
    top:52px;
  }

  .bh-price.is-featured{
    transform:none;
  }
}