:root{--bh-charcoal:#3c3c3b;--bh-charcoal-deep:#2a2a2a;--bh-bg:#2e2e2e;--bh-surface:#383838;--bh-text:#fff;--bh-muted:#b0b0ae;--bh-brand:#90c41e;--bh-brand-hover:#a8d93a;--bh-brand-muted:rgba(144,196,30,.22);--bh-max:1140px;--bh-radius:12px;--bh-shadow:0 4px 24px rgba(0,0,0,.28);--bh-font-sans:"Open Sans",system-ui,-apple-system,sans-serif;--bh-font-head:"Montserrat",var(--bh-font-sans)}*,*:before,*:after{box-sizing:border-box}.bh-landing{margin:0;font-family:var(--bh-font-sans);font-size:17px;line-height:1.65;color:var(--bh-text);background:var(--bh-bg)}.bh-wrap{max-width:var(--bh-max);margin:0 auto;padding:0 20px}.bh-landing a{color:var(--bh-brand);text-decoration:none;transition:color .2s ease}.bh-landing a:hover{color:var(--bh-brand-hover)}.bh-skip{position:absolute;left:-9999px}.bh-skip:focus{left:16px;top:16px;z-index:100;padding:8px 16px;background:var(--bh-brand);color:#fff}header.bh-header{padding:16px 0;border-bottom:1px solid rgb(255 255 255 / .08);background:rgb(46 46 46 / .97);position:sticky;top:0;z-index:50}.bh-header-inner{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}.bh-logo img{height:42px;width:auto;display:block}.bh-header-cta{display:inline-flex;align-items:center;gap:8px;background:var(--bh-brand);color:#fff!important;padding:10px 20px;border-radius:999px;font-weight:600;font-size:15px}.bh-header-cta:hover{background:var(--bh-brand-hover);color:#fff!important}.bh-hero{padding:48px 0 56px;background:linear-gradient(165deg,var(--bh-bg) 0%,var(--bh-charcoal) 45%,var(--bh-bg) 100%)}.bh-hero h1{font-family:var(--bh-font-head);font-size:clamp(30px, 4vw, 42px);font-weight:700;line-height:1.2;margin:0 0 16px;letter-spacing:-.02em}.bh-lead{font-size:18px;color:var(--bh-muted);max-width:608px;margin:0 0 28px}.bh-hero-btns{display:flex;flex-wrap:wrap;gap:12px}.bh-btn-primary{display:inline-block;background:var(--bh-brand);color:#fff!important;padding:14px 24px;border-radius:var(--bh-radius);font-weight:600}.bh-btn-primary:hover{background:var(--bh-brand-hover);color:#fff!important}.bh-btn-ghost{display:inline-block;border:2px solid rgb(255 255 255 / .28);color:var(--bh-text)!important;padding:13px 22px;border-radius:var(--bh-radius);font-weight:600}.bh-btn-ghost:hover{border-color:var(--bh-brand);color:#fff!important}.bh-landing section{padding:44px 0}section.bh-alt{background:var(--bh-surface)}.bh-landing h2{font-family:var(--bh-font-head);font-size:clamp(23px, 3vw, 30px);margin:0 0 20px;font-weight:700}.bh-landing h3{font-size:18px;margin:0 0 8px;font-weight:600}.bh-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:16px;margin-top:8px}.bh-stat{background:var(--bh-bg);border-radius:var(--bh-radius);padding:22px 20px;border:1px solid rgb(255 255 255 / .07);box-shadow:var(--bh-shadow)}.bh-stat strong{display:block;font-size:28px;color:var(--bh-brand);font-weight:700;line-height:1.2;margin-bottom:6px}.bh-stat span{font-size:14px;color:var(--bh-muted);line-height:1.45}.bh-grid-2{display:grid;grid-template-columns:1fr 1fr;gap:32px;align-items:start}@media (max-width:768px){.bh-grid-2{grid-template-columns:1fr}}.bh-grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;align-items:start}@media (max-width:900px){.bh-grid-3{grid-template-columns:1fr 1fr}}@media (max-width:600px){.bh-grid-3{grid-template-columns:1fr}}ul.bh-list{margin:0;padding-left:0;list-style:none;color:var(--bh-muted)}ul.bh-list li{margin-bottom:9px;padding-left:22px;position:relative}ul.bh-list li:before{content:"";position:absolute;left:0;top:9px;width:8px;height:8px;border-radius:50%;background:var(--bh-brand)}.bh-card{background:rgb(255 255 255 / .04);border-radius:var(--bh-radius);padding:24px;border:1px solid rgb(255 255 255 / .1)}.bh-cta-band{text-align:center;padding:40px 24px;background:linear-gradient(135deg,var(--bh-brand-muted) 0%,rgb(46 46 46 / .95) 100%);border-radius:var(--bh-radius);border:1px solid rgb(144 196 30 / .35);margin:32px 0 0}.bh-sources{font-size:13px;color:var(--bh-muted);margin-top:32px;padding-top:24px;border-top:1px solid rgb(255 255 255 / .08)}.bh-sources ol{padding-left:19px;margin:8px 0 0}.bh-sources a{word-break:break-all}details.bh-faq{border-bottom:1px solid rgb(255 255 255 / .1);padding:14px 0}details.bh-faq summary{cursor:pointer;font-weight:600;list-style-position:outside}details.bh-faq p{margin:12px 0 0;color:var(--bh-muted)}.bh-eyebrow{font-family:var(--bh-font-head);font-size:14px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--bh-brand);margin:0 0 8px}.bh-steps{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;margin-top:8px}.bh-step{background:var(--bh-bg);border-radius:var(--bh-radius);padding:24px 20px;border:1px solid rgb(255 255 255 / .07);box-shadow:var(--bh-shadow);position:relative}.bh-step-num{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;background:var(--bh-brand);color:#fff;font-family:var(--bh-font-head);font-weight:700;font-size:16px;margin-bottom:12px}.bh-step h3{margin:0 0 6px}.bh-step p{margin:0;font-size:15px;color:var(--bh-muted);line-height:1.5}@media (max-width:760px){.bh-steps{grid-template-columns:1fr}}.bh-avatar{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:50%;background:var(--bh-brand-muted);border:2px solid var(--bh-brand);color:var(--bh-brand);font-family:var(--bh-font-head);font-weight:700;font-size:14px;flex-shrink:0}.bh-avatar img{width:100%;height:100%;border-radius:50%;object-fit:cover}.bh-case-study{margin:32px 0 28px;background:rgb(255 255 255 / .03);border:1px solid rgb(144 196 30 / .25);border-radius:var(--bh-radius);padding:32px 32px 24px}.bh-case-study blockquote{margin:0}.bh-case-study__headline{font-family:var(--bh-font-head);font-size:clamp(19px, 2.5vw, 25px);font-weight:700;color:var(--bh-text);line-height:1.3;margin:0 0 20px}.bh-case-study__story{color:var(--bh-muted);border-left:3px solid var(--bh-brand);padding-left:20px;margin:0 0 24px;line-height:1.7}.bh-case-study__story strong{color:var(--bh-text);font-style:normal}.bh-case-study__author{display:flex;align-items:center;gap:14px;font-size:14px;color:var(--bh-muted)}.bh-case-study__author strong{color:var(--bh-text)}.bh-testimonials{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:16px;margin-bottom:32px}.bh-testimonial{background:var(--bh-bg);border-radius:var(--bh-radius);padding:20px;border:1px solid rgb(255 255 255 / .07);display:flex;flex-direction:column;justify-content:space-between;gap:16px}.bh-testimonial blockquote{margin:0;flex:1}.bh-testimonial blockquote p{font-size:14px;color:var(--bh-muted);font-style:italic;line-height:1.6;margin:0}.bh-testimonial footer{display:flex;align-items:center;gap:12px;font-size:13px;color:var(--bh-muted);line-height:1.35}.bh-testimonial footer strong{color:var(--bh-text);display:block}footer.bh-footer{padding:32px 0 48px;font-size:14px;color:var(--bh-muted);border-top:1px solid rgb(255 255 255 / .08)}@keyframes bh-reveal-up{from{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@keyframes bh-reveal-left{from{opacity:0;transform:translateX(-40px)}to{opacity:1;transform:translateX(0)}}@keyframes bh-reveal-right{from{opacity:0;transform:translateX(40px)}to{opacity:1;transform:translateX(0)}}@keyframes bh-reveal-scale{from{opacity:0;transform:scale(.92)}to{opacity:1;transform:scale(1)}}@keyframes bh-hero-stage-intro{from{opacity:0;transform:translateY(22px) scale(.985)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes bh-hero-stage-panel{from{opacity:0;transform:translateY(26px)}to{opacity:1;transform:translateY(0)}}.bh-reveal{opacity:0;transform:translateY(40px);transition:none}.bh-reveal.bh-from-left{transform:translateX(-40px)}.bh-reveal.bh-from-right{transform:translateX(40px)}.bh-reveal.bh-scale-in{transform:scale(.92)}.bh-reveal.bh-visible{animation-duration:.7s;animation-timing-function:cubic-bezier(.22,1,.36,1);animation-fill-mode:forwards}.bh-reveal.bh-visible{animation-name:bh-reveal-up}.bh-reveal.bh-from-left.bh-visible{animation-name:bh-reveal-left}.bh-reveal.bh-from-right.bh-visible{animation-name:bh-reveal-right}.bh-reveal.bh-scale-in.bh-visible{animation-name:bh-reveal-scale}.bh-stagger>.bh-reveal:nth-child(1){animation-delay:0s}.bh-stagger>.bh-reveal:nth-child(2){animation-delay:.08s}.bh-stagger>.bh-reveal:nth-child(3){animation-delay:.16s}.bh-stagger>.bh-reveal:nth-child(4){animation-delay:.24s}.bh-stagger>.bh-reveal:nth-child(5){animation-delay:.32s}.bh-stagger>.bh-reveal:nth-child(6){animation-delay:.4s}.bh-stagger>.bh-reveal:nth-child(7){animation-delay:.48s}.bh-stagger>.bh-reveal:nth-child(8){animation-delay:.56s}.bh-stagger>.bh-reveal:nth-child(9){animation-delay:.64s}.bh-glow-hover{transition:border-color .3s ease,box-shadow .3s ease,transform .3s ease}.bh-glow-hover:hover{border-color:rgb(144 196 30 / .5);box-shadow:0 8px 32px rgb(144 196 30 / .12),0 4px 24px rgb(0 0 0 / .3);transform:translateY(-3px)}.bh-nav{display:flex;align-items:center;gap:24px}.bh-nav__link{color:var(--bh-muted)!important;font-size:15px;font-weight:600;white-space:nowrap}.bh-nav__link:hover{color:var(--bh-text)!important}@media (max-width:768px){.bh-nav__link{display:none}.bh-nav{gap:0}}.bh-hero-image{position:relative;min-height:520px;display:flex;align-items:center;overflow:hidden;padding:60px 0}.bh-hero-image__bg{position:absolute;inset:0;z-index:0}.bh-hero-image__bg img{width:100%;height:100%;object-fit:cover;object-position:center 23%;filter:brightness(1.08) contrast(1.03) saturate(1.04)}.bh-hero-image__bg:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 20% 28%,rgb(255 255 255 / .18) 0%,rgb(255 255 255 / .08) 18%,transparent 38%),radial-gradient(circle at 42% 70%,rgb(255 255 255 / .1) 0%,transparent 30%)}.bh-hero-image__bg:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgb(24 24 24 / .52) 0%,rgb(24 24 24 / .36) 24%,rgb(24 24 24 / .14) 48%,rgb(24 24 24 / .02) 66%,#fff0 100%),linear-gradient(180deg,rgb(18 18 18 / .14) 0%,rgb(18 18 18 / .2) 100%)}.bh-hero-image .bh-wrap{position:relative;z-index:1}.bh-hero-image__content{display:grid;grid-template-columns:minmax(470px,3fr) minmax(520px,5fr);grid-template-areas:"panel intro";align-items:start;column-gap:28px;row-gap:18px}.bh-hero-image__intro{grid-area:intro;justify-self:end;max-width:760px;padding-top:34px;position:relative;z-index:1}.bh-hero-image__intro:before{content:"";position:absolute;inset:-18px -28px -18px -24px;z-index:-1;background:radial-gradient(circle at 22% 45%,rgb(22 22 22 / .74) 0%,rgb(22 22 22 / .54) 34%,rgb(22 22 22 / .2) 68%,transparent 100%),linear-gradient(90deg,rgb(22 22 22 / .32) 0%,rgb(22 22 22 / .14) 56%,transparent 100%);filter:blur(8px);border-radius:28px;pointer-events:none}.bh-hero-image__eyebrow{display:inline-flex;align-items:center;min-height:36px;padding:0 14px;margin-bottom:14px;border-radius:999px;background:rgb(18 18 18 / .56);border:1px solid rgb(144 196 30 / .24);color:#b4dd4d;text-shadow:0 4px 18px rgb(0 0 0 / .28);box-shadow:0 8px 24px rgb(0 0 0 / .14)}.bh-hero-image h1{font-family:var(--bh-font-head);font-size:clamp(32px, 3.9vw, 47px);font-weight:700;line-height:1.05;margin:0;letter-spacing:-.02em;max-width:760px;text-shadow:0 14px 32px rgb(0 0 0 / .44),0 2px 8px rgb(0 0 0 / .24)}.bh-hero-image__title-line{display:block}.bh-hero-image__tagline{margin:12px 0 0;max-width:520px;font-family:var(--bh-font-head);font-size:clamp(22px, 2.3vw, 28px);font-weight:600;line-height:1.15;color:rgb(255 255 255 / .92);text-shadow:0 10px 26px rgb(0 0 0 / .42)}.bh-hero-stage{animation-duration:.82s;animation-timing-function:cubic-bezier(.22,1,.36,1);animation-fill-mode:both;will-change:opacity,transform}.bh-hero-stage--eyebrow{animation-name:bh-hero-stage-intro;animation-delay:.24s}.bh-hero-stage--headline{animation-name:bh-hero-stage-intro;animation-delay:.74s}.bh-hero-stage--panel{animation-name:bh-hero-stage-panel;animation-delay:1.28s}.bh-hero-image__panel{grid-area:panel;max-width:540px;padding:22px 26px 20px;border-radius:22px;background:linear-gradient(180deg,rgb(34 34 34 / .44) 0%,rgb(34 34 34 / .68) 100%);border:1px solid rgb(255 255 255 / .1);box-shadow:0 18px 40px rgb(0 0 0 / .24);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);position:relative;margin-top:6px;justify-self:start}.bh-hero-image__panel:before{content:"";position:absolute;left:26px;top:0;width:96px;height:3px;border-radius:999px;background:var(--bh-brand)}.bh-hero-image .bh-lead{font-size:17px;max-width:none;margin-bottom:18px;color:rgb(255 255 255 / .88);line-height:1.55}.bh-hero-checks{list-style:none;padding:0;margin:0 0 20px;display:grid;gap:10px;max-width:none}.bh-hero-checks li{position:relative;padding-left:28px;color:rgb(255 255 255 / .92);font-size:15px;line-height:1.45}.bh-hero-checks li:before{content:"";position:absolute;left:0;top:7px;width:12px;height:12px;border-radius:50%;background:var(--bh-brand);box-shadow:0 0 0 5px rgb(144 196 30 / .16)}@media (min-width:769px){.bh-hero-image{min-height:800px;align-items:flex-start;padding:10px 0 286px}.bh-hero-image__bg img{object-position:center 17%}.bh-hero-image__content{transform:translateY(-26px);row-gap:8px}.bh-hero-image__intro{padding-top:0}.bh-hero-image__panel{margin-top:-18px}}@media (max-width:768px){.bh-hero-image{min-height:420px;padding:40px 0}.bh-hero-image__bg:after{background:linear-gradient(180deg,rgb(20 20 20 / .42) 0%,rgb(20 20 20 / .28) 36%,rgb(20 20 20 / .52) 100%)}.bh-hero-image__content{grid-template-columns:1fr;grid-template-areas:"intro" "panel";row-gap:18px}.bh-hero-image__intro{justify-self:start;max-width:100%;padding-top:0}.bh-hero-image__intro:before{inset:-10px -10px -12px -10px;filter:blur(6px)}.bh-hero-image h1{max-width:100%;line-height:1.12}.bh-hero-image__tagline{max-width:100%;font-size:22px}.bh-hero-image__panel{max-width:100%;margin-top:0;padding:20px 18px 18px;background:linear-gradient(180deg,rgb(34 34 34 / .62) 0%,rgb(34 34 34 / .82) 100%);backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px)}.bh-hero-image .bh-lead{max-width:100%;font-size:17px}.bh-hero-checks{gap:10px;margin-bottom:24px}.bh-hero-checks li{font-size:15px}}.bh-trust-bar{background:var(--bh-charcoal-deep);padding:28px 0;border-bottom:1px solid rgb(144 196 30 / .2)}.bh-trust-bar__numbers{display:flex;justify-content:center;align-items:center;gap:40px;flex-wrap:wrap;margin-bottom:24px}.bh-trust-bar__item{text-align:center}.bh-trust-bar__value{display:block;font-family:var(--bh-font-head);font-size:32px;font-weight:700;color:var(--bh-brand);line-height:1.1}.bh-trust-bar__label{font-size:14px;color:var(--bh-muted);margin-top:4px}.bh-trust-bar__separator{width:1px;height:40px;background:rgb(255 255 255 / .15)}@media (max-width:480px){.bh-trust-bar__numbers{gap:20px}.bh-trust-bar__separator{display:none}.bh-trust-bar__value{font-size:26px}}.bh-logo-strip{display:flex;justify-content:center;align-items:center;gap:32px;flex-wrap:wrap;padding:8px 0 0}.bh-logo-strip__intro{margin:0 0 18px;text-align:center;color:var(--bh-muted);font-size:14px}.bh-logo-strip img{height:34px;width:auto;max-width:170px;opacity:.9;transition:all .3s ease}.bh-logo-strip img:hover{opacity:1}@media (max-width:480px){.bh-logo-strip{gap:20px}.bh-logo-strip img{height:28px;max-width:140px}}.bh-location-feature{display:grid;grid-template-columns:minmax(320px,5fr) minmax(420px,7fr);gap:28px;align-items:stretch}.bh-location-feature__copy{padding:18px 0}.bh-location-feature__lead{margin:0 0 18px;color:var(--bh-muted);max-width:560px}.bh-location-feature__list{margin-bottom:24px}.bh-location-feature__actions{display:flex;flex-wrap:wrap;gap:12px}.bh-location-feature__media{margin:0;position:relative;overflow:hidden;border-radius:calc(var(--bh-radius) + 4px);border:1px solid rgb(255 255 255 / .08);background:#232323;box-shadow:0 20px 50px rgb(0 0 0 / .28);min-height:360px}.bh-location-feature__media img{width:100%;height:100%;display:block;object-fit:cover;object-position:18% center}.bh-location-feature__media:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgb(0 0 0 / .04) 0%,rgb(0 0 0 / .14) 100%),linear-gradient(90deg,rgb(0 0 0 / .08) 0%,transparent 36%);pointer-events:none}.bh-location-feature__caption{position:absolute;left:18px;bottom:18px;z-index:1;margin:0;padding:10px 14px;border-radius:999px;background:rgb(24 24 24 / .7);border:1px solid rgb(255 255 255 / .08);color:var(--bh-text);font-size:14px;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}@media (max-width:900px){.bh-location-feature{grid-template-columns:1fr}.bh-location-feature__media{min-height:260px}.bh-location-feature__media img{object-position:24% center}}@media (max-width:480px){.bh-location-feature__actions{flex-direction:column}.bh-location-feature__actions .bh-btn-primary,.bh-location-feature__actions .bh-btn-ghost{width:100%}.bh-location-feature__caption{left:12px;right:12px;bottom:12px;border-radius:14px;text-align:center}}.bh-segments{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.bh-segment{background:var(--bh-surface);border-radius:var(--bh-radius);padding:32px 28px;border:1px solid rgb(255 255 255 / .07);transition:border-color .3s ease,box-shadow .3s ease,transform .3s ease;text-decoration:none;display:block;color:inherit}.bh-segment:hover{border-color:rgb(144 196 30 / .4);box-shadow:0 8px 32px rgb(144 196 30 / .08);transform:translateY(-2px)}.bh-segment:focus-visible{outline:2px solid rgb(144 196 30 / .75);outline-offset:3px}.bh-segment__icon{margin-bottom:16px;display:inline-flex;align-items:center;justify-content:center;width:52px;height:52px;border-radius:16px;background:rgb(144 196 30 / .12);color:var(--bh-brand)}.bh-segment__icon svg{width:24px;height:24px;stroke:currentColor;stroke-width:1.8;fill:none;stroke-linecap:round;stroke-linejoin:round}.bh-segment h3{font-family:var(--bh-font-head);font-size:19px;font-weight:700;color:var(--bh-text);margin:0 0 8px}.bh-segment p{font-size:15px;color:var(--bh-muted);margin:0;line-height:1.55}.bh-segment__problem{margin-bottom:10px!important}.bh-segment__result{color:rgb(255 255 255 / .86)!important}@media (max-width:600px){.bh-segments{grid-template-columns:1fr}.bh-segment{padding:24px 20px}}.bh-home-cta-band{margin-top:28px}.bh-home-cta-band h3{margin:8px 0 12px}.bh-home-cta-band__copy{max-width:700px;margin:0 auto;color:rgb(255 255 255 / .82)}.bh-home-cta-band__actions{margin-top:22px;display:flex;justify-content:center;align-items:center;gap:14px;flex-wrap:wrap}.bh-home-cta-band__links{margin:18px 0 0;display:flex;justify-content:center;gap:16px;flex-wrap:wrap;font-size:14px}.bh-home-cta-band__links a{color:var(--bh-text);opacity:.82;text-decoration:none;border-bottom:1px solid rgb(255 255 255 / .2)}.bh-home-cta-band__links a:hover,.bh-home-cta-band__links a:focus-visible{opacity:1;border-bottom-color:rgb(144 196 30 / .6)}@media (max-width:600px){.bh-home-cta-band__actions{flex-direction:column}.bh-home-cta-band__actions .bh-btn-primary,.bh-home-cta-band__actions .bh-btn-ghost{width:100%}}.bh-founder-quote{display:flex;align-items:center;gap:40px;max-width:900px;margin:0 auto}.bh-founder-quote__photo{width:140px;height:140px;border-radius:50%;object-fit:cover;object-position:center top;border:3px solid var(--bh-brand);flex-shrink:0}.bh-founder-quote blockquote{margin:0;flex:1}.bh-founder-quote blockquote p{font-size:22px;font-style:italic;color:var(--bh-text);line-height:1.5;margin:0 0 16px}.bh-founder-quote__author{font-size:15px;color:var(--bh-muted)}.bh-founder-quote__author strong{color:var(--bh-text);display:block;font-size:16px}@media (max-width:600px){.bh-founder-quote{flex-direction:column;text-align:center;gap:24px}.bh-founder-quote__photo{width:100px;height:100px}.bh-founder-quote blockquote p{font-size:18px}}.bh-section-intro{text-align:center;max-width:720px;margin:0 auto 32px}.bh-section-copy{color:var(--bh-muted);margin:0}.bh-service-summary{margin-top:32px;display:grid;grid-template-columns:minmax(0,320px) minmax(0,1fr);gap:28px;align-items:start;padding:28px;border-radius:var(--bh-radius);background:rgb(255 255 255 / .04);border:1px solid rgb(255 255 255 / .08)}.bh-service-summary__copy h3{font-family:var(--bh-font-head);font-size:24px;margin:0 0 10px}.bh-service-summary__copy p:last-child{color:var(--bh-muted);margin:0}.bh-service-summary__list{columns:2;column-gap:32px}.bh-service-summary__list li{break-inside:avoid}.bh-link-hub{margin-top:18px;padding-top:18px;border-top:1px solid rgb(255 255 255 / .08)}.bh-link-hub__intro{max-width:680px;margin-bottom:14px}.bh-link-hub__intro h3{margin:0 0 6px;font-family:var(--bh-font-head);font-size:20px}.bh-link-hub__intro p:last-child{margin:0;color:var(--bh-muted);font-size:14px}.bh-link-hub__list{display:flex;flex-wrap:wrap;gap:10px}.bh-link-pill{display:inline-flex;align-items:center;min-height:38px;padding:0 14px;border-radius:999px;background:rgb(255 255 255 / .04);border:1px solid rgb(255 255 255 / .08);color:var(--bh-text)!important;font-size:14px;text-decoration:none;transition:border-color .2s ease,transform .2s ease,background .2s ease}.bh-link-pill:hover,.bh-link-pill:focus-visible{border-color:rgb(144 196 30 / .5);background:rgb(144 196 30 / .08);transform:translateY(-1px)}.bh-booking-panel{display:grid;grid-template-columns:minmax(0,1fr) minmax(340px,460px);gap:28px;align-items:stretch;padding:32px;border-radius:calc(var(--bh-radius) + 4px);background:linear-gradient(145deg,rgb(56 56 56 / .96) 0%,rgb(46 46 46 / .96) 100%);border:1px solid rgb(144 196 30 / .24);box-shadow:var(--bh-shadow)}.bh-booking-copy__text{margin:0 0 22px;max-width:560px;color:var(--bh-muted)}.bh-booking-benefits{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-bottom:22px}.bh-booking-benefit{min-height:112px;padding:18px;border-radius:var(--bh-radius);background:rgb(255 255 255 / .05);border:1px solid rgb(255 255 255 / .08)}.bh-booking-benefit strong{display:block;margin-bottom:8px;font-family:var(--bh-font-head);font-size:16px;color:var(--bh-text);overflow-wrap:break-word;hyphens:auto}.bh-booking-benefit span{color:var(--bh-muted);font-size:14px;line-height:1.5}.bh-booking-person{display:grid;grid-template-columns:96px minmax(0,1fr);gap:18px;align-items:center;margin:0 0 22px;padding:16px;border-radius:var(--bh-radius);background:rgb(255 255 255 / .045);border:1px solid rgb(255 255 255 / .08)}.bh-booking-person__photo{width:96px;height:96px;border-radius:22px;object-fit:cover;object-position:center top;display:block;border:1px solid rgb(255 255 255 / .08)}.bh-booking-person__eyebrow{margin:0 0 6px;color:var(--bh-brand);font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.bh-booking-person__name{margin:0 0 6px;font-family:var(--bh-font-head);font-size:18px;font-weight:700;color:var(--bh-text)}.bh-booking-person__text{margin:0;color:var(--bh-muted);font-size:14px;line-height:1.6}.bh-booking-actions{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:14px}.bh-booking-help{margin:0;color:var(--bh-muted);font-size:14px}.bh-booking-frame{padding:18px;border-radius:var(--bh-radius);background:rgb(255 255 255 / .05);border:1px solid rgb(255 255 255 / .08)}.bh-booking-frame--fallback{display:flex;flex-direction:column;justify-content:flex-start;padding:24px;background:radial-gradient(circle at top right,rgb(144 196 30 / .1),transparent 34%),linear-gradient(180deg,rgb(255 255 255 / .05),rgb(255 255 255 / .03))}.bh-booking-frame__eyebrow{margin:0 0 12px;color:var(--bh-muted);font-size:13px;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.bh-booking-frame__icon{width:68px;height:68px;border-radius:20px;display:inline-flex;align-items:center;justify-content:center;background:rgb(144 196 30 / .1);color:var(--bh-brand);margin-bottom:18px}.bh-booking-frame__icon svg{width:30px;height:30px;stroke:currentColor;stroke-width:1.8;fill:none;stroke-linecap:round;stroke-linejoin:round}.bh-booking-frame__title{margin:0 0 12px;font-size:26px;line-height:1.2}.bh-booking-frame__copy{margin:0 0 20px;color:var(--bh-muted)}.bh-booking-frame__actions{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:18px}.bh-booking-steps{margin:0;padding-left:20px;color:rgb(255 255 255 / .86);display:grid;gap:10px}.bh-booking-frame__hint{margin:18px 0 0;color:var(--bh-muted)}.bh-booking-frame__hint a{color:var(--bh-text)}@media (max-width:900px){.bh-booking-panel{grid-template-columns:1fr}.bh-booking-benefits{grid-template-columns:1fr}.bh-booking-person{grid-template-columns:84px minmax(0,1fr)}.bh-service-summary{grid-template-columns:1fr}.bh-service-summary__list{columns:1}}@media (max-width:480px){.bh-booking-panel{padding:22px}.bh-booking-person{grid-template-columns:1fr;text-align:center}.bh-booking-person__photo{margin:0 auto}.bh-booking-frame__actions{flex-direction:column}.bh-booking-frame__actions .bh-btn-primary,.bh-booking-frame__actions .bh-btn-ghost{width:100%}}.bh-footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:40px;margin-bottom:32px}.bh-footer-grid h4{font-family:var(--bh-font-head);font-size:15px;font-weight:700;color:var(--bh-text);margin:0 0 12px}.bh-footer-grid ul{list-style:none;padding:0;margin:0}.bh-footer-grid ul li{margin-bottom:6px}.bh-footer-grid ul li a{color:var(--bh-muted);font-size:14px}.bh-footer-grid ul li a:hover{color:var(--bh-brand)}.bh-footer-bottom{padding-top:20px;border-top:1px solid rgb(255 255 255 / .08);font-size:13px;color:var(--bh-muted)}@media (max-width:600px){.bh-footer-grid{grid-template-columns:1fr;gap:24px}}.bh-counter[data-target]{font-variant-numeric:tabular-nums}@media (prefers-reduced-motion:reduce){.bh-hero-stage{animation:none;opacity:1;transform:none}.bh-reveal{opacity:1;transform:none}.bh-reveal.bh-visible{animation:none;opacity:1;transform:none}.bh-glow-hover:hover{transform:none}.bh-segment:hover{transform:none}}