@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@400;600;700&family=Inter:wght@400;500;600&display=swap");.ri-hero{--ri-black:#0d0d0d;--ri-yellow:#ffd126;--ri-yellow-lt:#ffe06b;--ri-wood:#8b5e3c;--ri-off-white:#f2ede6;background:var(--ri-black);color:var(--ri-off-white);display:flex;flex-direction:column;font-family:Inter,sans-serif;justify-content:center;line-height:1.6;min-height:62vh;overflow:hidden;padding:6rem 2rem 5rem;position:relative;-webkit-font-smoothing:antialiased}.ri-hero *,.ri-hero :after,.ri-hero :before{box-sizing:border-box}.ri-hero-bg{background-position:50%;background-size:cover;inset:0;position:absolute;z-index:0}.ri-hero-bg:before{background:linear-gradient(to bottom,hsla(0,0%,5%,.72) 0,hsla(0,0%,5%,.86) 60%,var(--ri-black) 100%),repeating-linear-gradient(90deg,transparent,transparent 59px,hsla(0,0%,100%,.02) 59px,hsla(0,0%,100%,.02) 60px);content:"";inset:0;position:absolute}.ri-hero-bg:after{background:linear-gradient(to bottom,var(--ri-yellow),var(--ri-wood),var(--ri-yellow));bottom:0;content:"";left:0;position:absolute;top:0;width:4px}.ri-hero-inner{margin:0 auto;max-width:860px;position:relative;width:100%;z-index:1}.ri-hero-urgency{align-items:center;background:rgba(255,209,38,.12);border:1px solid rgba(255,209,38,.3);border-radius:100px;color:var(--ri-yellow-lt);display:inline-flex;font-family:Oswald,sans-serif;font-size:.78rem;font-weight:600;gap:.4rem;letter-spacing:.1em;margin-bottom:1.25rem;padding:.35rem .75rem;text-transform:uppercase}.ri-hero-urgency-dot{animation:riHeroPulse 1.8s infinite;background:var(--ri-yellow);border-radius:50%;height:6px;width:6px}@keyframes riHeroPulse{0%,to{opacity:1}50%{opacity:.3}}.ri-hero-eyebrow{align-items:center;color:var(--ri-yellow);display:inline-flex;font-family:Oswald,sans-serif;font-size:.78rem;font-weight:600;gap:.5rem;letter-spacing:.14em;margin-bottom:1.5rem;text-transform:uppercase}.ri-hero-eyebrow:before{background:var(--ri-yellow);content:"";display:block;height:2px;width:28px}.ri-hero h1{color:var(--ri-off-white);font-family:Oswald,sans-serif;font-size:clamp(2.8rem,7vw,5.5rem);font-weight:700;letter-spacing:.01em;line-height:1;margin:0 0 1.5rem;text-transform:uppercase}.ri-hero h1 em{color:var(--ri-yellow);font-style:normal}.ri-hero-sub{color:rgba(242,237,230,.75);font-size:1.1rem;line-height:1.7;margin:0 0 2.5rem;max-width:540px}.ri-hero-actions{align-items:center;display:flex;flex-wrap:wrap;gap:1.25rem}.ri-hero-secondary{border-bottom:1px solid rgba(242,237,230,.3);color:var(--ri-off-white);font-family:Inter,sans-serif;font-size:.9rem;font-weight:500;padding-bottom:2px;text-decoration:none;transition:border-color .15s,color .15s}.ri-hero-secondary:hover{border-color:var(--ri-yellow);color:var(--ri-yellow)}@media (max-width:600px){.ri-hero{min-height:0;padding:5rem 1.25rem 4rem}}@media (prefers-reduced-motion:reduce){.ri-hero-urgency-dot{animation:none}}