.jrs{--jrs-max:780px}.jrs-hero{text-align:center;padding:3.2rem 1rem 1.5rem;max-width:860px;margin:0 auto}.jrs-hero h1{font-size:clamp(2rem,4.6vw,3rem);line-height:1.12;margin:.5rem 0 .4rem}.jrs-hero .jrs-sub,.jrs-hero h1{font-family:var(--font-sora),sans-serif}.jrs-hero .jrs-sub{font-weight:700;color:var(--route-green);font-size:1.15rem;margin:0 0 1rem}.jrs-lede{color:var(--text);font-size:1.08rem;line-height:1.7;max-width:var(--jrs-max);margin:0 auto}.jrs-cta{display:flex;gap:.7rem;flex-wrap:wrap;justify-content:center;margin:1.6rem 0 0}.jrs-body{max-width:var(--jrs-max);margin:0 auto;padding:1rem 1rem 3rem}.jrs-body h2{font-size:clamp(1.5rem,3vw,2rem);margin:2.4rem 0 .7rem}.jrs-body h2,.jrs-body h3{font-family:var(--font-sora),sans-serif}.jrs-body h3{font-size:1.2rem;margin:1.6rem 0 .4rem}.jrs-body p{line-height:1.75;color:var(--text);margin:0 0 1rem}.jrs-body ul{margin:0 0 1.2rem;padding-left:0;list-style:none;display:grid;gap:.5rem}.jrs-body ul li{position:relative;padding-left:1.7rem;line-height:1.5}.jrs-body ul li:before{content:"";position:absolute;left:0;top:.2rem;width:1.1rem;height:1.1rem;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%232f6b3f' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12l4 4 10-10'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:contain}.jrs-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:1rem;margin:1.6rem 0 .5rem}.jrs-stat{background:var(--surface);border:1px solid var(--border);border-radius:16px;padding:1.2rem .8rem;text-align:center}.jrs-stat b{display:block;font-family:var(--font-sora),sans-serif;font-size:1.8rem;font-weight:800;color:var(--route-green);line-height:1}.jrs-stat span{font-size:.85rem;color:var(--text-muted)}.jrs-steps{counter-reset:jrs;display:grid;gap:.6rem;margin:1rem 0 1.4rem;padding:0;list-style:none}.jrs-steps li{position:relative;padding:.6rem .6rem .6rem 3rem;background:var(--surface);border:1px solid var(--border);border-radius:12px;line-height:1.5}.jrs-steps li:before{counter-increment:jrs;content:counter(jrs);position:absolute;left:.7rem;top:50%;transform:translateY(-50%);width:1.7rem;height:1.7rem;border-radius:50%;background:var(--route-green);color:#fff;display:grid;place-items:center;font-weight:800;font-size:.9rem}.jrs-subjects{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1rem;margin:1.2rem 0}.jrs-subject{background:var(--surface);border:1px solid var(--border);border-radius:16px;padding:1.3rem}.jrs-subject h3{margin:0 0 .4rem}.jrs-subject p{margin:0;font-size:.94rem;color:var(--text-muted);line-height:1.6}.jrs-cta-band{text-align:center;background:color-mix(in srgb,var(--route-green) 8%,var(--surface));border:1px solid color-mix(in srgb,var(--route-green) 30%,var(--border));border-radius:18px;padding:1.8rem 1.4rem;margin:2rem 0}.jrs-cta-band h2{margin:0 0 .3rem}.jrs-cta-band p{color:var(--text-muted);margin:0 0 1rem}.jrs-faq details{border:1px solid var(--border);border-radius:12px;padding:.4rem 1rem;margin-bottom:.6rem;background:var(--surface)}.jrs-faq summary{cursor:pointer;font-weight:600;padding:.6rem 0;list-style:none}.jrs-faq summary::-webkit-details-marker{display:none}.jrs-faq summary:after{content:"+";float:right;color:var(--route-green);font-weight:800}.jrs-faq details[open] summary:after{content:"−"}.jrs-faq details p{margin:0 0 .8rem;color:var(--text-muted)}