.pr-hero{padding:100px 40px 60px;display:flex;justify-content:center}.pr-hero-banner{--mouse-x: 50%;--mouse-y: 50%;position:relative;max-width:1350px;width:100%;min-height:480px;padding:88px 60px;border-radius:16px;overflow:hidden;background-color:var(--bg-dark);background-size:cover;background-position:right center;background-repeat:no-repeat;border:1px solid rgba(255,255,255,.08);display:flex;flex-direction:column;align-items:flex-start;text-align:left;gap:18px}.pr-hero-banner:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;background:linear-gradient(to right,var(--bg-dark) 0%,var(--bg-dark) 40%,rgba(10,30,38,.55) 62%,transparent 82%);pointer-events:none;z-index:1}.pr-hero-glow{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;background:radial-gradient(600px circle at var(--mouse-x) var(--mouse-y),rgba(217,214,62,.1) 0%,rgba(16,52,60,.1) 40%,transparent 70%);opacity:0;transition:opacity .4s ease;pointer-events:none;z-index:2}.pr-hero-banner:hover .pr-hero-glow{opacity:1}.pr-hero-banner:hover{cursor:none}.pr-hero-banner:hover a,.pr-hero-banner:hover button{cursor:pointer}.pr-hero-banner:has(a:hover,button:hover) .pr-hero-cursor{opacity:0}.pr-hero-cursor{position:absolute;top:0;left:0;width:40px;height:40px;pointer-events:none;z-index:4;color:var(--accent);opacity:0;transition:opacity .18s ease;transform:translate(calc(var(--cursor-x, -100px) - 50%),calc(var(--cursor-y, -100px) - 50%))}.pr-hero-banner:hover .pr-hero-cursor{opacity:1}.pr-hero-cursor-icon{width:100%;height:100%;animation:pr-hero-pulse 1.6s ease-in-out infinite;filter:drop-shadow(0 0 10px rgba(217,214,62,.55))}@keyframes pr-hero-pulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.12);opacity:.75}}@media(prefers-reduced-motion:reduce){.pr-hero-cursor-icon{animation:none}}.pr-hero-banner>*:not(.pr-hero-glow):not(.pr-hero-cursor){position:relative;z-index:3;opacity:0;transform:translateY(28px);transition:opacity .6s ease-out,transform .6s ease-out}.pr-hero-banner.is-visible>*:not(.pr-hero-glow):not(.pr-hero-cursor){opacity:1;transform:translateY(0)}.pr-hero-banner.is-visible>:nth-child(3){transition-delay:0s}.pr-hero-banner.is-visible>:nth-child(4){transition-delay:.08s}.pr-hero-banner.is-visible>:nth-child(5){transition-delay:.16s}.pr-hero-banner.is-visible>:nth-child(6){transition-delay:.24s}.pr-hero-banner.is-visible>:nth-child(7){transition-delay:.32s}.pr-hero-banner.is-visible>:nth-child(8){transition-delay:.4s}.pr-hero-badge{display:inline-flex;font-size:11px;font-weight:600;letter-spacing:2px;text-transform:uppercase;color:var(--accent);padding:5px 12px;border:1px solid rgba(217,214,62,.3);border-radius:20px;background:#d9d63e0f}.pr-hero-heading{font-size:clamp(34px,4.4vw,52px);font-weight:700;line-height:1.12;letter-spacing:-1.5px;color:var(--text-primary);max-width:620px;margin:0}.pr-hero-heading-accent{color:var(--accent)}.pr-hero-subtext{font-size:17px;line-height:1.7;color:var(--text-secondary);max-width:520px;margin:0}.pr-hero-actions{display:flex;align-items:center;gap:12px;margin-top:8px;flex-wrap:wrap}.pr-hero-note{font-size:13.5px;color:var(--text-muted);margin:6px 0 0}.pr-btn-primary{display:inline-flex;align-items:center;gap:8px;padding:14px 28px;border-radius:999px;background:var(--accent);color:#000;font-size:15px;font-weight:600;text-decoration:none;transition:opacity .2s,transform .2s}.pr-btn-primary:hover{opacity:.9;transform:translateY(-1px)}.pr-btn-secondary{display:inline-flex;align-items:center;gap:8px;padding:14px 28px;border-radius:999px;background:#ffffff0f;color:var(--text-primary);border:1px solid rgba(255,255,255,.18);font-size:15px;font-weight:600;text-decoration:none;transition:background .2s,transform .2s,border-color .2s}.pr-btn-secondary:hover{background:#ffffff1f;border-color:#ffffff52;transform:translateY(-1px)}@media(max-width:900px){.pr-hero{padding:80px 20px 48px}.pr-hero-banner{padding:44px 24px;min-height:auto;background-size:cover;background-position:center top}.pr-hero-banner:before{background:linear-gradient(to bottom,rgba(10,30,38,.35) 0%,rgba(10,30,38,.72) 44%,rgba(10,30,38,.94) 72%,var(--bg-dark) 100%)}.pr-hero-heading{font-size:30px;letter-spacing:-1px}.pr-hero-subtext{font-size:15px}}
