.pv-hero{position:relative;width:100%;min-height:90vh;overflow:hidden;display:flex;align-items:center;justify-content:center;background:#080808;isolation:isolate}.pv-hero__video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:1;pointer-events:none;transform:scale(1.07);animation:pvHeroZoom 20s ease-out forwards}.pv-hero__overlay{position:absolute;inset:0;z-index:1;background:linear-gradient(to bottom,rgb(8 8 8 / .45) 0%,rgb(8 8 8 / .28) 50%,rgb(8 8 8 / .65) 100%);pointer-events:none}.pv-hero__fallback{position:absolute;inset:0;z-index:0;background-color:#080808;background-size:cover;background-position:center center;background-repeat:no-repeat;pointer-events:none}.pv-hero--no-video .pv-hero__video{display:none}.pv-hero__content{position:relative;z-index:10;text-align:center;padding:100px 32px 80px;max-width:860px;width:100%;margin-inline:auto}.pv-hero__badge{display:inline-flex;align-items:center;gap:7px;background:rgb(232 124 30 / .12);border:1px solid rgb(232 124 30 / .35);color:#e87c1e;font-size:11px;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;letter-spacing:.13em;text-transform:uppercase;padding:5px 16px;border-radius:50px;margin-bottom:22px;text-decoration:none}.pv-hero__badge-dot{width:5px;height:5px;background:#e87c1e;border-radius:50%;display:inline-block;flex-shrink:0}.pv-hero__title{font-family:Georgia,'Times New Roman',serif;font-size:clamp(38px, 6.5vw, 78px);font-weight:700;color:#fff;line-height:1.04;letter-spacing:-.025em;margin:0 0 20px;text-shadow:0 2px 40px rgb(0 0 0 / .9)}.pv-hero__subtitle{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;font-size:clamp(15px, 2vw, 19px);color:rgb(210 210 210 / .88);font-weight:400;line-height:1.65;margin:0 0 38px;max-width:580px;margin-inline:auto;margin-bottom:38px}.pv-hero__cta{display:flex;gap:14px;justify-content:center;flex-wrap:wrap;align-items:center}.pv-hero__btn-primary{display:inline-flex;align-items:center;justify-content:center;background:#e87c1e;color:#fff;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;font-size:15px;font-weight:600;padding:15px 36px;border-radius:50px;text-decoration:none;box-shadow:0 0 32px rgb(232 124 30 / .45);transition:transform 0.22s cubic-bezier(.34,1.56,.64,1),box-shadow 0.22s ease,background 0.22s ease;will-change:transform}.pv-hero__btn-primary:hover{transform:translateY(-3px);box-shadow:0 0 55px rgb(232 124 30 / .7);background:#f08c2e;color:#fff;text-decoration:none}.pv-hero__btn-primary:focus-visible{outline:2px solid #e87c1e;outline-offset:3px;transform:translateY(-2px)}.pv-hero__btn-primary:active{transform:translateY(-1px)}.pv-hero__btn-secondary{display:inline-flex;align-items:center;justify-content:center;background:#fff0;color:#fff;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;font-size:15px;font-weight:500;padding:14px 34px;border-radius:50px;border:1.5px solid rgb(255 255 255 / .28);text-decoration:none;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);transition:border-color 0.22s ease,background 0.22s ease,transform 0.22s cubic-bezier(.34,1.56,.64,1);will-change:transform}.pv-hero__btn-secondary:hover{border-color:rgb(232 124 30 / .65);background:rgb(232 124 30 / .1);transform:translateY(-3px);color:#fff;text-decoration:none}.pv-hero__btn-secondary:focus-visible{outline:2px solid rgb(232 124 30 / .65);outline-offset:3px;transform:translateY(-2px)}.pv-hero__btn-secondary:active{transform:translateY(-1px)}@keyframes pvHeroZoom{from{transform:scale(1.07)}to{transform:scale(1)}}@keyframes pvHeroFadeIn{from{opacity:0;transform:translateY(22px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.pv-hero__video{animation:none;transform:scale(1)}.pv-hero__content{animation:none;opacity:1;transform:none}.pv-hero__btn-primary,.pv-hero__btn-secondary{transition:none;will-change:auto}}@media (max-width:900px){.pv-hero__content{max-width:680px;padding:90px 28px 72px}}@media (max-width:768px){.pv-hero{min-height:75vh;align-items:flex-end}.pv-hero__content{padding:0 20px 60px;max-width:100%}.pv-hero__subtitle br{display:none}.pv-hero__cta{flex-direction:column;align-items:stretch;max-width:300px;margin-inline:auto}.pv-hero__btn-primary,.pv-hero__btn-secondary{width:100%;text-align:center}}@media (max-width:480px){.pv-hero{min-height:70vh}.pv-hero__badge{font-size:10px}}.pv-hero .wp-block,.pv-hero .wp-block-group,.pv-hero .alignfull{margin-inline:0}