.buldok-hero-product{align-items:center;display:flex;min-height:90vh;overflow:hidden;padding:var(--space-3xl) 0;position:relative}.buldok-hero-product:after{background:radial-gradient(circle,rgba(0,212,170,.08) 0,transparent 70%);content:"";height:600px;opacity:0;pointer-events:none;position:absolute;transition:opacity 1s ease;width:600px;z-index:0}.buldok-hero-product.is-visible:after{opacity:1}.buldok-hero-product--glow-center-right:after{right:5%;top:50%;transform:translateY(-50%)}.buldok-hero-product--glow-top-right:after{right:-10%;top:-10%}.buldok-hero-product .buldok-container{position:relative;z-index:1}.buldok-hero-product__grid{align-items:center;display:grid;gap:var(--space-2xl);grid-template-columns:7fr 5fr}.buldok-hero-product__eyebrow{display:block;transition:all .6s var(--easing-smooth)}.buldok-hero-product__eyebrow,.buldok-hero-product__title{margin-bottom:var(--space-md);opacity:0;transform:translateY(20px)}.buldok-hero-product__title{font-size:48px;max-width:600px;transition:all .6s var(--easing-smooth) .1s}.buldok-hero-product__subheadline{margin-bottom:var(--space-xl);max-width:520px;opacity:0;transform:translateY(20px);transition:all .6s var(--easing-smooth) .2s}.buldok-hero-product__ctas{display:flex;flex-wrap:wrap;gap:var(--space-md);opacity:0;transform:translateY(20px);transition:all .6s var(--easing-smooth) .3s}.is-visible .buldok-hero-product__ctas,.is-visible .buldok-hero-product__eyebrow,.is-visible .buldok-hero-product__subheadline,.is-visible .buldok-hero-product__title{opacity:1;transform:translateY(0)}.buldok-hero-product__btn-primary{animation:ctaPulse 3s infinite;box-shadow:0 8px 24px rgba(0,212,170,.2)}@keyframes ctaPulse{0%,to{box-shadow:0 8px 24px rgba(0,212,170,.2)}50%{box-shadow:0 8px 32px rgba(0,212,170,.4)}}.buldok-hero-product__visual{align-items:center;display:flex;justify-content:center;opacity:0;position:relative;transform:translateX(40px);transition:all .8s var(--easing-smooth) .4s}.is-visible .buldok-hero-product__visual{opacity:1;transform:translateX(0)}.buldok-hero-product__gauge{margin:0 auto;max-width:320px;width:100%}.buldok-hero-product__gauge-svg{display:block;height:auto;width:100%}.buldok-hero-product__gauge-ring{transition:stroke-dashoffset 1.6s var(--easing-smooth)}.buldok-hero-product__gauge-ring-teal{transition:stroke-dashoffset 2.4s var(--easing-smooth) 1.6s}.buldok-hero-product__gauge-label,.buldok-hero-product__gauge-score{opacity:0;transition:opacity .4s var(--easing-smooth) 3.6s}.is-visible .buldok-hero-product__gauge-label,.is-visible .buldok-hero-product__gauge-score{opacity:1}.buldok-hero-product__metrics{display:flex;flex-direction:column;gap:var(--space-sm);margin-top:var(--space-xl)}.buldok-hero-product__metric{display:flex;flex-direction:column;gap:var(--space-xs)}.buldok-hero-product__metric-label{color:var(--light-gray);font-size:12px;font-weight:500}.buldok-hero-product__metric-bar{background:var(--graphite);border-radius:2px;height:4px;overflow:hidden}.buldok-hero-product__metric-fill{background:var(--warning);border-radius:2px;height:100%;transition:width 1.5s var(--easing-smooth) 3.6s}.buldok-hero-product__dashboard{max-width:400px;width:100%}.buldok-hero-product__dashboard-card{background:var(--charcoal);border:1px solid var(--graphite);border-radius:var(--radius-lg);box-shadow:0 20px 40px rgba(0,0,0,.3);padding:var(--space-lg)}.buldok-hero-product__dashboard-header{background:var(--graphite);border-radius:var(--radius-sm);height:40px;margin-bottom:var(--space-md)}.buldok-hero-product__dashboard-content{display:flex;flex-direction:column;gap:var(--space-md)}.buldok-hero-product__dashboard-metric{display:flex;flex-direction:column;gap:var(--space-xs)}.buldok-hero-product__dashboard-value{color:var(--teal-primary);font-size:24px;font-weight:700}.buldok-hero-product__dashboard-label{color:var(--light-gray);font-size:14px}.buldok-hero-product__abstract{aspect-ratio:1;max-width:300px;position:relative;width:100%}.buldok-hero-product__abstract-glow{background:radial-gradient(circle,rgba(0,212,170,.08) 0,transparent 70%);border-radius:50%;inset:0;position:absolute}.buldok-hero-product__abstract-svg{height:100%;width:100%}.buldok-hero-product__scroll{animation:bounce 2s infinite;bottom:30px;color:var(--teal-primary);left:50%;opacity:.6;position:absolute;transform:translateX(-50%)}@keyframes bounce{0%,20%,50%,80%,to{transform:translateX(-50%) translateY(0)}40%{transform:translateX(-50%) translateY(-10px)}60%{transform:translateX(-50%) translateY(-5px)}}@media (max-width:1023px){.buldok-hero-product__title{font-size:38px}.buldok-hero-product__grid{gap:var(--space-xl)}}@media (max-width:767px){.buldok-hero-product{min-height:auto;padding:100px 0 var(--space-3xl)}.buldok-hero-product__grid{gap:var(--space-xl);grid-template-columns:1fr;text-align:center}.buldok-hero-product__content{order:1}.buldok-hero-product__visual{margin-top:var(--space-xl);max-width:280px;order:2;transform:none}.buldok-hero-product__subheadline,.buldok-hero-product__title,.buldok-hero-product__visual{margin-left:auto;margin-right:auto}.buldok-hero-product__ctas{justify-content:center}.buldok-hero-product__scroll{display:none}}@media (prefers-reduced-motion:reduce){.buldok-hero-product__gauge-ring,.buldok-hero-product__gauge-ring-teal,.buldok-hero-product__metric-fill{transition:none}.is-visible .buldok-hero-product__gauge-ring{stroke-dashoffset:347}.is-visible .buldok-hero-product__gauge-ring-teal{stroke-dashoffset:187}}