.rp-page { background: var(--paper); }
.rp-hero { min-height: 520px; display: flex; align-items: center; background: radial-gradient(circle at 78% 28%, rgba(240,145,62,.2), transparent 28%), linear-gradient(135deg,var(--ink-deep),var(--ink-soft)); }
.rp-hero .wrap { width: 100%; }
.rp-hero h1 { max-width: 820px; }
.rp-hero .lede { max-width: 720px; }
.rp-steps { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }
.rp-step { border: 1px solid var(--line-light); border-radius: var(--radius); padding: 24px; background: var(--paper); }
.rp-step > span { font-family: var(--font-mono); font-size: .75rem; font-weight: 700; color: var(--ember-text); }
.rp-step h3 { margin: 10px 0 8px; font-family: var(--font-display); font-size: 1.25rem; }
.rp-step p { color: var(--navy); font-size: .95rem; }
.section-tint { background: var(--paper-tint); }
.rp-form-layout { display: grid; grid-template-columns: minmax(0,.8fr) minmax(520px,1.2fr); gap: clamp(36px,7vw,90px); align-items: start; }
.rp-form-intro { position: sticky; top: 110px; }
.rp-form-intro h2 { font-family: var(--font-display); font-size: clamp(2rem,3.5vw,3.2rem); line-height: 1.05; margin: 12px 0 18px; }
.rp-form-intro > p { color: var(--navy); }
.rp-checks { list-style: none; display: grid; gap: 12px; margin-top: 26px; }
.rp-checks li { position: relative; padding-left: 30px; color: var(--ink); }
.rp-checks li::before { content: "✓"; position: absolute; left: 0; top: 1px; width: 20px; height: 20px; display: grid; place-items: center; border-radius: 50%; background: rgba(240,145,62,.15); color: var(--ember-text); font-weight: 800; font-size: .75rem; }
.rp-form-card { background: var(--paper); border: 1px solid var(--line-light); border-radius: 20px; padding: clamp(24px,4vw,42px); box-shadow: var(--shadow-lift); }
.rp-form-card form { display: grid; gap: 20px; }
.rp-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.rp-form-card label { display: grid; gap: 7px; font-weight: 700; font-size: .9rem; color: var(--ink); }
.rp-form-card label > span:first-child, .rp-form-card legend { font-family: var(--font-display); }
.rp-form-card input:not([type=checkbox]), .rp-form-card select, .rp-form-card textarea { width: 100%; border: 1px solid rgba(58,69,99,.25); border-radius: 9px; background: #fff; color: var(--ink); font: inherit; font-weight: 400; padding: 12px 13px; }
.rp-form-card textarea { resize: vertical; min-height: 90px; }
.rp-form-card input:focus, .rp-form-card select:focus, .rp-form-card textarea:focus { outline: 3px solid rgba(240,145,62,.22); border-color: var(--orange); }
.rp-full { grid-column: 1 / -1; }
.rp-form-card fieldset { border: 0; display: grid; gap: 10px; }
.rp-form-card legend { margin-bottom: 10px; font-weight: 700; }
.rp-options { display: grid; grid-template-columns: 1fr 1fr; gap: 9px 14px; }
.rp-options label, .rp-consent { display: flex; align-items: flex-start; gap: 9px; font-family: var(--font-body); font-weight: 400; line-height: 1.45; }
.rp-options input, .rp-consent input { margin-top: 4px; accent-color: var(--ember); flex: 0 0 auto; }
.rp-consent { padding: 13px; border-radius: 9px; background: var(--paper-tint); font-size: .86rem !important; }
.rp-submit { justify-self: start; min-width: 190px; }
.rp-submit:disabled { opacity: .55; cursor: wait; }
.rp-error { color: #9d2525; background: #fff1f1; border: 1px solid #efc5c5; border-radius: 9px; padding: 11px 13px; font-size: .9rem; }
.rp-hp { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.rp-success { text-align: center; padding: 30px 10px; }
.rp-success-icon { width: 56px; height: 56px; margin: 0 auto 18px; display: grid; place-items: center; border-radius: 50%; background: #e9f8ef; color: #187844; font-size: 1.5rem; font-weight: 800; }
.rp-success h3 { font-family: var(--font-display); font-size: 1.75rem; margin-bottom: 8px; }
.rp-success p { color: var(--navy); }
.rp-referral-layout { max-width: 1050px; }
@media (max-width: 900px) { .rp-steps { grid-template-columns: 1fr 1fr; } .rp-form-layout { grid-template-columns: 1fr; } .rp-form-intro { position: static; } }
@media (max-width: 620px) { .rp-hero { min-height: 460px; } .rp-steps, .rp-form-grid, .rp-options { grid-template-columns: 1fr; } .rp-form-card { padding: 22px; } }
