.rh-hero{padding:9rem 2rem 4rem;background:radial-gradient(ellipse 60% 50% at 50% 0,rgba(36,212,193,.05) 0,transparent 70%),var(--noir)}.rh-hero-grid{max-width:1080px;margin:0 auto;display:grid;grid-template-columns:.95fr 1.05fr;gap:4rem;align-items:center}.rh-hero-text{display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.rh-hero-text .eyebrow-left{margin-bottom:1.4rem}.rh-hero h1{font-size:clamp(2.2rem,4.8vw,4.2rem);font-weight:200;letter-spacing:-.02em;color:var(--blanc);margin:0 0 1.6rem;line-height:1.1;text-align:left}.rh-hero h1 .accent{color:var(--accent)}.rh-hero-sub{font-size:1.1rem;color:var(--gris-300);font-weight:300;margin:0;line-height:1.65;text-align:left}.rh-hero-thumbs{position:relative;overflow:hidden;height:520px;border-radius:8px;-webkit-mask-image:linear-gradient(180deg,transparent,#000 8%,#000 92%,transparent);mask-image:linear-gradient(180deg,transparent,#000 8%,#000 92%,transparent)}.rh-hero-thumbs-track{display:flex;flex-direction:column;gap:1.2rem;animation:rh-scroll-vertical 40s linear infinite}.rh-hero-thumbs:hover .rh-hero-thumbs-track{animation-play-state:paused}.rh-hero-thumb{position:relative;width:100%;aspect-ratio:16/9;border-radius:6px;overflow:hidden;border:1px solid var(--gris-700);box-shadow:0 12px 40px rgba(0,0,0,.45);flex:none}.rh-hero-thumb img{width:100%;height:100%;object-fit:cover;display:block}@keyframes rh-scroll-vertical{0%{transform:translateY(0)}to{transform:translateY(-50%)}}@media (max-width:1024px){.rh-hero{padding:7rem 1.5rem 3rem}.rh-hero-grid{grid-template-columns:1fr;gap:2.4rem}.rh-hero-text{align-items:center}.rh-hero h1,.rh-hero-sub,.rh-hero-text{text-align:center}.rh-hero-thumbs{height:200px;-webkit-mask-image:linear-gradient(90deg,transparent,#000 4%,#000 96%,transparent);mask-image:linear-gradient(90deg,transparent,#000 4%,#000 96%,transparent)}.rh-hero-thumbs-track{flex-direction:row;width:max-content;gap:1rem;animation:rh-scroll-horizontal 40s linear infinite}.rh-hero-thumb{width:auto;height:200px;aspect-ratio:16/9}@keyframes rh-scroll-horizontal{0%{transform:translateX(0)}to{transform:translateX(-50%)}}}.rh-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.6rem;margin-top:2rem}.rh-card{background:var(--gris-850);border:1px solid var(--gris-800);border-radius:8px;padding:2rem 2rem 2.4rem;display:flex;flex-direction:column;gap:.9rem;transition:border-color .25s,transform .25s;text-decoration:none;color:inherit}.rh-card:hover{border-color:var(--accent);transform:translateY(-2px)}.rh-card-pillar{font-size:.7rem;font-weight:400;letter-spacing:.32em;text-transform:uppercase;color:var(--accent)}.rh-card-title{font-size:1.35rem;font-weight:400;color:var(--blanc);letter-spacing:-.01em;line-height:1.25;margin:0}.rh-card-desc{font-size:.95rem;color:var(--gris-300);font-weight:300;line-height:1.6;margin:0;flex:1}.rh-card-cta{align-self:flex-start;margin-top:.8rem}.rh-empty{text-align:center;color:var(--gris-400);font-style:italic;padding:4rem 2rem}.rp-hero{padding:10rem 2rem 4rem;text-align:center;background:radial-gradient(ellipse 60% 50% at 50% 0,rgba(36,212,193,.05) 0,transparent 70%),var(--noir)}.rp-hero .eyebrow-left{display:inline-block;margin-bottom:1.2rem}.rp-hero h1{font-size:clamp(2rem,4.6vw,3.6rem);font-weight:200;letter-spacing:-.02em;color:var(--blanc);margin:0 auto 1.4rem;max-width:920px;line-height:1.15}.rp-hero h1 .accent{color:var(--accent)}.rp-hero .rp-sub{font-size:1.05rem;color:var(--gris-300);max-width:720px;margin:0 auto;line-height:1.65;font-weight:300}.rp-video-wrap{max-width:920px;margin:0 auto;padding:0 2rem}.rp-video{position:relative;width:100%;aspect-ratio:16/9;border-radius:8px;overflow:hidden;border:1px solid var(--gris-800);background:var(--gris-850)}.rp-video iframe{position:absolute;inset:0;width:100%;height:100%;border:0}.rp-video-placeholder{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;color:var(--gris-400);font-style:italic;font-size:1rem;text-align:center;padding:2rem}.rg-card{max-width:640px;margin:2rem auto;background:var(--gris-850);border:1px solid var(--gris-800);border-radius:8px;padding:2.6rem 2.4rem;text-align:center}.rg-lock{display:inline-block;font-size:1.4rem;margin-bottom:.8rem}.rg-title{font-size:clamp(1.4rem,2.6vw,1.9rem);font-weight:300;color:var(--blanc);margin:0 0 .8rem;letter-spacing:-.01em;line-height:1.25}.rg-title .accent{color:var(--accent)}.rg-sub{font-size:.95rem;color:var(--gris-300);font-weight:300;line-height:1.6;margin:0 auto 1.8rem;max-width:480px}.rg-form{gap:1.1rem;text-align:left}.rg-field,.rg-form{display:flex;flex-direction:column}.rg-field{gap:.4rem}.rg-label{font-size:.78rem;font-weight:400;letter-spacing:.05em;text-transform:uppercase;color:var(--gris-400)}.rg-field input{background:var(--noir);border:1px solid var(--gris-700);border-radius:4px;padding:.85rem 1rem;color:var(--blanc);font-family:inherit;font-size:.95rem;transition:border-color .25s}.rg-field input:focus{outline:none;border-color:var(--accent)}.rg-field input::placeholder{color:var(--gris-700)}.rg-consent{display:flex;gap:.65rem;align-items:flex-start;font-size:.82rem;color:var(--gris-400);line-height:1.5;font-weight:300}.rg-consent input{accent-color:var(--accent);margin-top:.18rem;flex:none}.rg-consent a{color:var(--accent);text-decoration:underline;text-decoration-color:rgba(36,212,193,.35)}.rg-consent a:hover{text-decoration-color:var(--accent)}.rg-error{font-size:.85rem;color:#ff7676;margin:0;background:rgba(255,118,118,.08);padding:.6rem .9rem;border-radius:4px;border-left:2px solid #ff7676}.rg-submit{justify-content:center;margin-top:.4rem}.rg-submit:disabled{opacity:.6;cursor:not-allowed}.rp-content{max-width:920px;margin:0 auto;padding:0 2rem}.rp-section{margin-top:3.5rem}.rp-section h2{font-size:clamp(1.6rem,3vw,2.2rem);font-weight:300;color:var(--blanc);margin:0 0 1.4rem;letter-spacing:-.01em;line-height:1.2}.rp-section h2 .accent{color:var(--accent)}.rp-section p{font-size:1rem;color:var(--gris-300);line-height:1.7;font-weight:300;margin:0 0 1rem}.rp-list{list-style:none;padding:0;display:flex;flex-direction:column;gap:.8rem;margin:1.4rem 0}.rp-list li{display:flex;gap:.9rem;align-items:flex-start;color:var(--gris-300);font-weight:300;font-size:1rem;line-height:1.55}.rp-list li:before{content:"→";color:var(--accent);font-weight:500;flex:none}.rp-list-num{counter-reset:rp-num}.rp-list-num li{counter-increment:rp-num}.rp-list-num li:before{content:counter(rp-num,decimal-leading-zero);color:var(--accent);font-weight:400;font-size:.85rem;letter-spacing:.02em;min-width:1.8rem}.rp-compare{display:grid;grid-template-columns:1fr 1fr;gap:1.6rem;margin:1.6rem 0}.rp-compare-card{background:var(--gris-850);border:1px solid var(--gris-800);border-radius:6px;padding:1.6rem 1.8rem}.rp-compare-card.bad{border-left:2px solid #ff7676}.rp-compare-card.good{border-left:2px solid var(--accent)}.rp-compare-card h3{font-size:.78rem;font-weight:400;letter-spacing:.18em;text-transform:uppercase;color:var(--gris-400);margin:0 0 .8rem}.rp-compare-card.bad h3{color:#ff7676}.rp-compare-card.good h3{color:var(--accent)}.rp-compare-card p{font-size:.95rem;color:var(--gris-300);line-height:1.55;margin:0 0 .6rem}@media (max-width:768px){.rp-compare{grid-template-columns:1fr}}.rp-resource-link{display:block;background:var(--gris-850);border:1px solid var(--gris-800);border-left:2px solid var(--accent);border-radius:6px;padding:1.4rem 1.6rem;text-decoration:none;color:inherit;margin:1.4rem 0;transition:border-color .25s,transform .25s}.rp-resource-link:hover{border-color:var(--accent);transform:translateY(-1px)}.rp-resource-link .rp-resource-label{display:block;font-size:.7rem;font-weight:400;letter-spacing:.32em;text-transform:uppercase;color:var(--accent);margin-bottom:.5rem}.rp-resource-link .rp-resource-title{display:block;font-size:1.05rem;color:var(--blanc);font-weight:400;letter-spacing:-.01em}.rp-cta{margin-top:5rem;padding:3rem 2rem 4rem;text-align:center;background:rgba(36,212,193,.04);border-top:1px solid var(--gris-800);border-bottom:1px solid var(--gris-800)}.rp-cta h2{font-size:clamp(1.6rem,3vw,2.2rem);font-weight:300;color:var(--blanc);margin:0 auto .8rem;max-width:720px;letter-spacing:-.01em;line-height:1.2}.rp-cta h2 .accent{color:var(--accent)}.rp-cta p{color:var(--gris-300);font-weight:300;max-width:580px;margin:0 auto 2rem;line-height:1.65}.rp-cta-actions{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center}@media (max-width:768px){.rp-cta-actions{flex-direction:column;align-items:stretch;width:100%;max-width:320px;margin:0 auto}.rp-cta-actions .btn{justify-content:center;width:100%}}