
#bho-home-v3{
  --bho-bg:#090617;
  --bho-bg-soft:#120a28;
  --bho-card:#17102f;
  --bho-card-2:#21133f;
  --bho-gold:#f3c969;
  --bho-gold-deep:#d39b2f;
  --bho-cream:#fff5d6;
  --bho-text:#ffffff;
  --bho-muted:#d2cae0;
  --bho-muted-2:#aea5c1;
  --bho-line:rgba(243,201,105,.22);
  --bho-line-soft:rgba(255,255,255,.09);
  --bho-green:#24c66e;
  --bho-green-dark:#118b4b;
  --bho-shadow:0 24px 70px rgba(0,0,0,.30);
  --bho-radius-xl:30px;
  --bho-radius-lg:22px;
  --bho-radius-md:16px;
  --bho-max:1240px;
  background:
    radial-gradient(circle at 12% 12%,rgba(93,48,175,.20),transparent 30%),
    linear-gradient(180deg,#080514 0%,#0f0822 50%,#080514 100%);
  color:var(--bho-text);
  font-family:"Noto Sans Devanagari","Mukta","Mangal",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  line-height:1.6;
  position:relative;
  isolation:isolate;
  overflow:hidden;
}

#bho-home-v3 *,
#bho-home-v3 *::before,
#bho-home-v3 *::after{box-sizing:border-box}

#bho-home-v3 a{color:inherit;text-decoration:none}
#bho-home-v3 svg{
  fill:none;
  stroke:currentColor;
  stroke-width:2;
  stroke-linecap:round;
  stroke-linejoin:round;
}
#bho-home-v3 .bho-container{
  width:min(var(--bho-max),calc(100% - 32px));
  margin-inline:auto;
}
#bho-home-v3 .bho-section{padding:74px 0}

/* Hero */
#bho-home-v3 .bho-hero{
  min-height:720px;
  display:flex;
  align-items:center;
  position:relative;
  overflow:hidden;
  background-image:var(--bho-hero-image);
  background-size:cover;
  background-repeat:no-repeat;
  background-position:center right;
  isolation:isolate;
}
#bho-home-v3 .bho-hero::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-2;
  background-image:var(--bho-hero-image);
  background-size:cover;
  background-repeat:no-repeat;
  background-position:center right;
}
#bho-home-v3 .bho-hero::after{
  content:"";
  position:absolute;
  inset:auto 0 0;
  height:160px;
  z-index:-1;
  background:linear-gradient(180deg,transparent,#090617);
}
#bho-home-v3 .bho-hero-shade{
  position:absolute;
  inset:0;
  z-index:-1;
  background:
    linear-gradient(90deg,
      rgba(5,3,17,.99) 0%,
      rgba(8,4,25,.96) 30%,
      rgba(13,6,38,.80) 52%,
      rgba(10,5,28,.28) 72%,
      rgba(5,3,16,.08) 100%),
    linear-gradient(180deg,rgba(5,3,17,.18),rgba(5,3,17,.40));
}
#bho-home-v3 .bho-hero-inner{
  display:grid;
  grid-template-columns:minmax(0,760px) 1fr;
  align-items:center;
  min-height:720px;
  padding:70px 0 92px;
}
#bho-home-v3 .bho-hero-copy{position:relative;z-index:2}
#bho-home-v3 .bho-eyebrow{
  display:inline-flex;
  align-items:center;
  gap:10px;
  max-width:100%;
  padding:10px 16px;
  border-radius:999px;
  border:1px solid rgba(243,201,105,.38);
  background:rgba(20,12,44,.66);
  backdrop-filter:blur(12px);
  color:#fff2c4;
  font-size:13px;
  font-weight:800;
  letter-spacing:.15px;
  box-shadow:0 12px 30px rgba(0,0,0,.18);
}
#bho-home-v3 .bho-live-dot{
  width:9px;
  height:9px;
  flex:0 0 9px;
  border-radius:50%;
  background:#55e29b;
  box-shadow:0 0 0 5px rgba(85,226,155,.13),0 0 18px rgba(85,226,155,.9);
}
#bho-home-v3 .bho-hero h1{
  margin:25px 0 18px;
  max-width:760px;
  color:var(--bho-gold);
  font-family:"Noto Serif Devanagari","Noto Sans Devanagari",serif;
  font-size:clamp(50px,5.4vw,82px);
  line-height:1.02;
  font-weight:800;
  letter-spacing:-1.2px;
  text-wrap:balance;
  text-shadow:0 8px 32px rgba(243,201,105,.18);
}
#bho-home-v3 .bho-hero h1 span{
  display:block;
  margin-top:5px;
  color:var(--bho-cream);
  font-size:.72em;
  line-height:1.15;
}
#bho-home-v3 .bho-hero-lead{
  max-width:690px;
  margin:0 0 27px;
  color:#f8f5ff;
  font-size:clamp(17px,1.45vw,21px);
  line-height:1.78;
  font-weight:550;
  text-shadow:0 4px 18px rgba(0,0,0,.55);
}
#bho-home-v3 .bho-hero-actions{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:12px;
}
#bho-home-v3 .bho-button{
  min-height:56px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  padding:0 20px;
  border-radius:15px;
  border:1px solid transparent;
  font-size:15px;
  font-weight:900;
  line-height:1.2;
  cursor:pointer;
  transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease,background .2s ease;
}
#bho-home-v3 .bho-button:hover{transform:translateY(-3px)}
#bho-home-v3 .bho-button svg{width:21px;height:21px;flex:0 0 21px}
#bho-home-v3 .bho-button-gold{
  color:#1b1127;
  background:linear-gradient(135deg,#ffe89e 0%,#f3c969 48%,#d59a2a 100%);
  box-shadow:0 12px 34px rgba(211,155,47,.30);
}
#bho-home-v3 .bho-button-wa{
  color:#fff;
  background:linear-gradient(135deg,var(--bho-green),var(--bho-green-dark));
  box-shadow:0 12px 34px rgba(36,198,110,.22);
}
#bho-home-v3 .bho-button-glass{
  color:#fff8df;
  border-color:rgba(243,201,105,.33);
  background:rgba(20,12,44,.66);
  backdrop-filter:blur(11px);
}
#bho-home-v3 .bho-button-glass:hover{border-color:rgba(243,201,105,.7)}
#bho-home-v3 .bho-hero-note{
  display:flex;
  align-items:center;
  gap:9px;
  margin-top:17px;
  color:#dcd5e8;
  font-size:13px;
  font-weight:700;
}
#bho-home-v3 .bho-hero-note svg{width:17px;height:17px;color:var(--bho-gold)}

/* Trust */
#bho-home-v3 .bho-trust-section{position:relative;z-index:4;margin-top:-44px}
#bho-home-v3 .bho-trust-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  overflow:hidden;
  border:1px solid var(--bho-line);
  border-radius:22px;
  background:rgba(18,10,40,.91);
  backdrop-filter:blur(16px);
  box-shadow:var(--bho-shadow);
}
#bho-home-v3 .bho-trust-card{
  min-height:112px;
  display:flex;
  align-items:center;
  gap:14px;
  padding:20px 22px;
  border-right:1px solid var(--bho-line-soft);
}
#bho-home-v3 .bho-trust-card:last-child{border-right:0}
#bho-home-v3 .bho-trust-icon{
  width:50px;
  height:50px;
  display:grid;
  place-items:center;
  flex:0 0 50px;
  border-radius:16px;
  border:1px solid rgba(243,201,105,.38);
  color:var(--bho-gold);
  background:linear-gradient(145deg,rgba(243,201,105,.22),rgba(243,201,105,.06));
}
#bho-home-v3 .bho-trust-icon svg{width:26px;height:26px}
#bho-home-v3 .bho-trust-card strong{
  display:block;
  color:#fff5d6;
  font-size:18px;
  line-height:1.1;
  font-weight:900;
}
#bho-home-v3 .bho-trust-card small{
  display:block;
  margin-top:6px;
  color:#cfc6dc;
  font-size:12px;
  line-height:1.4;
  font-weight:700;
}

/* Headings */
#bho-home-v3 .bho-heading-row{
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:24px;
  margin-bottom:26px;
}
#bho-home-v3 .bho-heading-center{text-align:center;justify-content:center}
#bho-home-v3 .bho-kicker{
  margin:0 0 7px;
  color:var(--bho-gold);
  font-size:13px;
  line-height:1.4;
  font-weight:900;
  letter-spacing:.25px;
}
#bho-home-v3 .bho-heading-row h2{
  margin:0;
  color:#fff5dc;
  font-family:"Noto Serif Devanagari","Noto Sans Devanagari",serif;
  font-size:clamp(31px,3.4vw,48px);
  line-height:1.16;
  font-weight:800;
}
#bho-home-v3 .bho-heading-row h2 span{color:var(--bho-gold)}
#bho-home-v3 .bho-section-intro{
  margin:9px 0 0;
  color:var(--bho-muted);
  font-size:15px;
  line-height:1.65;
}

/* Services */
#bho-home-v3 .bho-services-section{padding-top:86px}
#bho-home-v3 .bho-service-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:16px;
}
#bho-home-v3 .bho-service-card{
  min-height:245px;
  display:flex;
  flex-direction:column;
  padding:22px;
  border-radius:21px;
  border:1px solid rgba(243,201,105,.18);
  background:
    radial-gradient(circle at 100% 0%,rgba(117,62,190,.16),transparent 38%),
    linear-gradient(145deg,rgba(255,255,255,.055),rgba(255,255,255,.018)),
    var(--bho-card);
  box-shadow:0 14px 36px rgba(0,0,0,.15);
  transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease;
}
#bho-home-v3 .bho-service-card:hover{
  transform:translateY(-7px);
  border-color:rgba(243,201,105,.56);
  box-shadow:0 22px 48px rgba(0,0,0,.26);
}
#bho-home-v3 .bho-card-icon{
  width:56px;
  height:56px;
  display:grid;
  place-items:center;
  border-radius:17px;
  border:1px solid rgba(243,201,105,.36);
  color:var(--bho-gold);
  background:linear-gradient(145deg,#3c286a,#20143d);
  box-shadow:inset 0 0 20px rgba(243,201,105,.05);
}
#bho-home-v3 .bho-card-icon svg{width:30px;height:30px}
#bho-home-v3 .bho-service-card h3{
  margin:17px 0 0;
  color:#fff5d4;
  font-size:20px;
  line-height:1.35;
  font-weight:850;
}
#bho-home-v3 .bho-service-card p{
  margin:9px 0 17px;
  color:#cfc6dc;
  font-size:13px;
  line-height:1.65;
}
#bho-home-v3 .bho-card-link{
  margin-top:auto;
  display:inline-flex;
  align-items:center;
  gap:8px;
  color:var(--bho-gold);
  font-size:13px;
  font-weight:900;
}
#bho-home-v3 .bho-card-link svg{width:16px;height:16px}

/* Premium */
#bho-home-v3 .bho-premium-section{padding-top:14px}
#bho-home-v3 .bho-premium-shell{
  padding:38px;
  border-radius:30px;
  border:1px solid rgba(243,201,105,.25);
  background:
    radial-gradient(circle at 0 0,rgba(243,201,105,.10),transparent 27%),
    radial-gradient(circle at 100% 0,rgba(112,59,188,.19),transparent 35%),
    linear-gradient(145deg,#1b102c,#10091f 74%);
  box-shadow:0 28px 70px rgba(0,0,0,.24);
}
#bho-home-v3 .bho-premium-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:16px;
}
#bho-home-v3 .bho-premium-card{
  min-height:332px;
  display:flex;
  flex-direction:column;
  padding:23px;
  border-radius:21px;
  border:1px solid rgba(243,201,105,.23);
  background:linear-gradient(180deg,rgba(255,255,255,.055),rgba(255,255,255,.018));
  transition:transform .22s ease,border-color .22s ease,background .22s ease;
}
#bho-home-v3 .bho-premium-card:hover{
  transform:translateY(-7px);
  border-color:rgba(243,201,105,.60);
  background:rgba(255,255,255,.065);
}
#bho-home-v3 .bho-premium-icon{
  width:62px;
  height:62px;
  display:grid;
  place-items:center;
  border-radius:19px;
  color:#21102e;
  background:linear-gradient(145deg,#ffe8a9,#cb9226);
  box-shadow:0 12px 30px rgba(243,201,105,.18);
}
#bho-home-v3 .bho-premium-icon svg{width:32px;height:32px}
#bho-home-v3 .bho-premium-card h3{
  margin:18px 0 0;
  color:#fff0bd;
  font-size:20px;
  line-height:1.42;
  font-family:"Noto Serif Devanagari","Noto Sans Devanagari",serif;
  font-weight:800;
}
#bho-home-v3 .bho-premium-card p{
  margin:12px 0 20px;
  color:#cfc6d9;
  font-size:13px;
  line-height:1.68;
}
#bho-home-v3 .bho-premium-link{
  min-height:44px;
  margin-top:auto;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  border-radius:12px;
  border:1px solid rgba(243,201,105,.32);
  background:rgba(243,201,105,.08);
  color:var(--bho-gold);
  font-size:14px;
  font-weight:900;
}
#bho-home-v3 .bho-premium-link svg{width:16px;height:16px}

/* Process */
#bho-home-v3 .bho-process-section{padding-top:58px}
#bho-home-v3 .bho-process-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
}
#bho-home-v3 .bho-process-card{
  position:relative;
  min-height:235px;
  padding:26px;
  overflow:hidden;
  border-radius:21px;
  border:1px solid rgba(243,201,105,.17);
  background:linear-gradient(145deg,#17102f,#100a24);
}
#bho-home-v3 .bho-step-number{
  position:absolute;
  right:18px;
  top:6px;
  color:rgba(243,201,105,.10);
  font-family:Georgia,serif;
  font-size:74px;
  line-height:1;
  font-weight:900;
}
#bho-home-v3 .bho-process-icon{
  width:52px;
  height:52px;
  display:grid;
  place-items:center;
  border-radius:16px;
  color:var(--bho-gold);
  border:1px solid rgba(243,201,105,.32);
  background:rgba(243,201,105,.08);
}
#bho-home-v3 .bho-process-icon svg{width:27px;height:27px}
#bho-home-v3 .bho-process-card h3{
  margin:18px 0 7px;
  color:#fff4d0;
  font-size:21px;
}
#bho-home-v3 .bho-process-card p{
  margin:0;
  color:#cfc7dc;
  font-size:14px;
  line-height:1.65;
}

/* App */
#bho-home-v3 .bho-app-section{padding-top:24px}
#bho-home-v3 .bho-app-banner{
  display:grid;
  grid-template-columns:1fr auto;
  gap:28px;
  align-items:center;
  padding:34px 36px;
  border-radius:25px;
  border:1px solid rgba(243,201,105,.28);
  background:
    radial-gradient(circle at 10% 10%,rgba(243,201,105,.10),transparent 35%),
    linear-gradient(135deg,#221043,#130b2a);
  box-shadow:0 22px 55px rgba(0,0,0,.22);
}
#bho-home-v3 .bho-app-banner h2{
  margin:0;
  max-width:800px;
  color:#fff3ca;
  font-family:"Noto Serif Devanagari","Noto Sans Devanagari",serif;
  font-size:clamp(27px,3.2vw,42px);
  line-height:1.25;
}
#bho-home-v3 .bho-app-banner p:not(.bho-kicker){
  margin:8px 0 0;
  color:#d1c9de;
  line-height:1.65;
}
#bho-home-v3 .bho-app-actions{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  flex-wrap:wrap;
  gap:11px;
}

/* FAQ */
#bho-home-v3 .bho-faq-section{padding-top:48px}
#bho-home-v3 .bho-faq-container{max-width:970px}
#bho-home-v3 .bho-faq-list{display:grid;gap:11px}
#bho-home-v3 .bho-faq-list details{
  overflow:hidden;
  border:1px solid rgba(243,201,105,.17);
  border-radius:16px;
  background:rgba(23,16,47,.88);
}
#bho-home-v3 .bho-faq-list summary{
  list-style:none;
  position:relative;
  padding:19px 56px 19px 20px;
  color:#fff3cc;
  font-size:16px;
  line-height:1.5;
  font-weight:850;
  cursor:pointer;
}
#bho-home-v3 .bho-faq-list summary::-webkit-details-marker{display:none}
#bho-home-v3 .bho-faq-list summary::after{
  content:"+";
  position:absolute;
  right:20px;
  top:50%;
  transform:translateY(-50%);
  width:28px;
  height:28px;
  display:grid;
  place-items:center;
  border-radius:50%;
  color:var(--bho-gold);
  border:1px solid rgba(243,201,105,.28);
  font-size:21px;
  line-height:1;
}
#bho-home-v3 .bho-faq-list details[open] summary::after{content:"−"}
#bho-home-v3 .bho-faq-list details p{
  margin:0;
  padding:0 20px 20px;
  color:#cec6da;
  font-size:14px;
  line-height:1.75;
}

/* Contact */
#bho-home-v3 .bho-contact-strip{
  padding:24px 0 114px;
  text-align:center;
  color:#e5ddee;
}
#bho-home-v3 .bho-contact-strip p{margin:0;font-size:15px}
#bho-home-v3 .bho-contact-strip strong{color:var(--bho-gold);font-size:18px}
#bho-home-v3 .bho-contact-strip span{
  display:block;
  margin-top:7px;
  color:#fff0c2;
  font-weight:800;
}

/* Mobile sticky */
#bho-home-v3 .bho-mobile-sticky{
  display:none;
  position:fixed;
  left:10px;
  right:10px;
  bottom:10px;
  z-index:9998;
  padding:8px;
  border-radius:18px;
  border:1px solid rgba(243,201,105,.28);
  background:rgba(9,6,23,.94);
  backdrop-filter:blur(15px);
  box-shadow:0 18px 55px rgba(0,0,0,.48);
}
#bho-home-v3 .bho-mobile-sticky a{
  min-height:48px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  border-radius:12px;
  font-size:14px;
  font-weight:900;
}
#bho-home-v3 .bho-mobile-sticky svg{width:20px;height:20px}
#bho-home-v3 .bho-sticky-install{
  color:#1b1127;
  background:linear-gradient(135deg,#ffe89e,#d49b2e);
}
#bho-home-v3 .bho-sticky-wa{
  color:#fff;
  background:linear-gradient(135deg,var(--bho-green),var(--bho-green-dark));
}

@media (max-width:1080px){
  #bho-home-v3 .bho-hero{
    min-height:670px;
    background-position:62% center;
  }
  #bho-home-v3 .bho-hero::before{background-position:62% center}
  #bho-home-v3 .bho-hero-inner{grid-template-columns:minmax(0,690px) 1fr;min-height:670px}
  #bho-home-v3 .bho-trust-grid{grid-template-columns:repeat(2,1fr)}
  #bho-home-v3 .bho-trust-card:nth-child(2){border-right:0}
  #bho-home-v3 .bho-trust-card:nth-child(-n+2){border-bottom:1px solid var(--bho-line-soft)}
  #bho-home-v3 .bho-service-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  #bho-home-v3 .bho-premium-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  #bho-home-v3 .bho-app-banner{grid-template-columns:1fr}
  #bho-home-v3 .bho-app-actions{justify-content:flex-start}
}

@media (max-width:720px){
  #bho-home-v3 .bho-section{padding:55px 0}
  #bho-home-v3 .bho-container{width:min(var(--bho-max),calc(100% - 20px))}
  #bho-home-v3 .bho-hero{
    min-height:auto;
    align-items:flex-end;
    background-position:70% top;
  }
  #bho-home-v3 .bho-hero::before{
    background-size:auto 470px;
    background-position:70% top;
  }
  #bho-home-v3 .bho-hero::after{height:110px}
  #bho-home-v3 .bho-hero-shade{
    background:
      linear-gradient(180deg,
        rgba(7,3,23,.20) 0%,
        rgba(7,3,23,.38) 22%,
        rgba(8,4,25,.88) 48%,
        rgba(8,4,25,.98) 70%,
        rgba(8,4,25,1) 100%);
  }
  #bho-home-v3 .bho-hero-inner{
    display:block;
    min-height:auto;
    padding:315px 0 78px;
  }
  #bho-home-v3 .bho-eyebrow{
    width:100%;
    justify-content:center;
    padding:9px 11px;
    font-size:11px;
    text-align:center;
  }
  #bho-home-v3 .bho-hero h1{
    margin-top:18px;
    font-size:43px;
    line-height:1.05;
    letter-spacing:-.5px;
  }
  #bho-home-v3 .bho-hero h1 span{font-size:.68em;line-height:1.2}
  #bho-home-v3 .bho-hero-lead{font-size:16px;line-height:1.7}
  #bho-home-v3 .bho-hero-actions{display:grid;grid-template-columns:1fr}
  #bho-home-v3 .bho-button{width:100%;min-height:54px}
  #bho-home-v3 .bho-trust-section{margin-top:-34px}
  #bho-home-v3 .bho-trust-grid{grid-template-columns:1fr 1fr}
  #bho-home-v3 .bho-trust-card{
    min-height:126px;
    display:block;
    padding:15px 9px;
    text-align:center;
  }
  #bho-home-v3 .bho-trust-card:nth-child(2n){border-right:0}
  #bho-home-v3 .bho-trust-icon{margin:0 auto 9px}
  #bho-home-v3 .bho-trust-card strong{font-size:16px}
  #bho-home-v3 .bho-trust-card small{font-size:11px}
  #bho-home-v3 .bho-heading-row{display:block;margin-bottom:20px}
  #bho-home-v3 .bho-heading-row h2{font-size:32px}
  #bho-home-v3 .bho-section-intro{font-size:14px}
  #bho-home-v3 .bho-services-section{padding-top:64px}
  #bho-home-v3 .bho-service-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:11px}
  #bho-home-v3 .bho-service-card{min-height:213px;padding:16px}
  #bho-home-v3 .bho-card-icon{width:49px;height:49px}
  #bho-home-v3 .bho-card-icon svg{width:26px;height:26px}
  #bho-home-v3 .bho-service-card h3{font-size:16px}
  #bho-home-v3 .bho-service-card p{font-size:12px;line-height:1.5}
  #bho-home-v3 .bho-premium-shell{padding:24px 15px;border-radius:25px}
  #bho-home-v3 .bho-premium-grid{
    display:flex;
    overflow-x:auto;
    scroll-snap-type:x mandatory;
    gap:12px;
    padding-bottom:9px;
    scrollbar-width:thin;
    scrollbar-color:rgba(243,201,105,.38) transparent;
  }
  #bho-home-v3 .bho-premium-card{
    min-width:84%;
    min-height:310px;
    scroll-snap-align:start;
  }
  #bho-home-v3 .bho-process-grid{grid-template-columns:1fr}
  #bho-home-v3 .bho-process-card{min-height:205px}
  #bho-home-v3 .bho-app-banner{padding:25px 18px}
  #bho-home-v3 .bho-app-banner h2{font-size:29px}
  #bho-home-v3 .bho-app-actions{display:grid;grid-template-columns:1fr}
  #bho-home-v3 .bho-contact-strip{padding-bottom:116px}
  #bho-home-v3 .bho-mobile-sticky{display:grid;grid-template-columns:1fr 1fr;gap:8px}
}

@media (max-width:420px){
  #bho-home-v3 .bho-hero-inner{padding-top:285px}
  #bho-home-v3 .bho-hero::before{background-size:auto 420px}
  #bho-home-v3 .bho-hero h1{font-size:38px}
  #bho-home-v3 .bho-service-card{min-height:185px}
  #bho-home-v3 .bho-service-card p{display:none}
  #bho-home-v3 .bho-card-link{margin-top:12px}
}

@media (prefers-reduced-motion:reduce){
  #bho-home-v3 *,
  #bho-home-v3 *::before,
  #bho-home-v3 *::after{
    scroll-behavior:auto!important;
    transition:none!important;
  }
}


/* === v3.0.2 layout fixes ===
   Removes theme-generated whitespace above the shortcode homepage
   and prevents the mobile sticky action bar from covering the site footer.
*/
body.bho-homepage-active .entry-content,
body.bho-homepage-active .wp-block-post-content,
body.bho-homepage-active .site-content,
body.bho-homepage-active .content-area,
body.bho-homepage-active main.site-main,
body.bho-homepage-active #primary,
body.bho-homepage-active #main {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

body.bho-homepage-active .entry-content > #bho-home-v3,
body.bho-homepage-active .wp-block-post-content > #bho-home-v3,
body.bho-homepage-active #bho-home-v3 {
  margin-top: 0 !important;
}

body.bho-homepage-active .wp-site-blocks > main,
body.bho-homepage-active .wp-site-blocks > .wp-block-group:first-of-type {
  margin-block-start: 0 !important;
  padding-block-start: 0 !important;
}

#bho-home-v3 .bho-mobile-sticky {
  transition: opacity .22s ease, transform .22s ease, visibility .22s ease;
  padding-bottom: max(8px, env(safe-area-inset-bottom));
}

#bho-home-v3 .bho-mobile-sticky.bho-sticky-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(calc(100% + 24px));
}

@media (max-width: 720px) {
  body.bho-homepage-active {
    padding-bottom: 0 !important;
  }

  #bho-home-v3 .bho-contact-strip {
    padding-bottom: 86px;
  }
}


/* === v3.0.3 definitive mobile hero + footer fixes === */

/* The previous "top gap" was the intentional 285–315px mobile artwork spacer.
   The hero text now starts near the top and sits over the background artwork. */
@media (max-width: 720px) {
  #bho-home-v3 .bho-hero {
    min-height: auto !important;
    margin-top: 0 !important;
    background-size: cover !important;
    background-position: 68% center !important;
  }

  #bho-home-v3 .bho-hero::before {
    background-size: cover !important;
    background-position: 68% center !important;
  }

  #bho-home-v3 .bho-hero-shade {
    background:
      linear-gradient(
        180deg,
        rgba(6, 3, 20, .78) 0%,
        rgba(8, 4, 27, .86) 34%,
        rgba(8, 4, 27, .94) 68%,
        rgba(8, 4, 27, .99) 100%
      ) !important;
  }

  #bho-home-v3 .bho-hero-inner {
    min-height: auto !important;
    padding: 28px 0 68px !important;
  }

  #bho-home-v3 .bho-hero-copy {
    max-width: 100% !important;
  }

  #bho-home-v3 .bho-eyebrow {
    margin-top: 0 !important;
  }

  #bho-home-v3 .bho-contact-strip {
    padding-bottom: 36px !important;
  }

  #bho-home-v3 .bho-mobile-sticky {
    bottom: max(10px, env(safe-area-inset-bottom)) !important;
  }
}

@media (max-width: 420px) {
  #bho-home-v3 .bho-hero-inner {
    padding-top: 24px !important;
  }

  #bho-home-v3 .bho-hero::before {
    background-size: cover !important;
  }
}

/* Hide the fixed action bar before it can cover the plugin contact area or site footer. */
#bho-home-v3 .bho-mobile-sticky.bho-sticky-hidden {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  transform: translateY(calc(100% + 34px)) !important;
}
