:root { color-scheme: light; }
* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; background: var(--ui-color-canvas, #fafafa); }
body.nr-theme {
    margin: 0;
    min-width: 320px;
    color: var(--ui-color-text);
    background: var(--ui-color-canvas);
    font-family: var(--ui-font-family);
    line-height: 1.8;
    overflow-x: clip;
}
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
.nr-visually-hidden, .nr-skip:not(:focus) { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
.nr-skip { position: fixed; z-index: 100; inset: 12px 12px auto auto; padding: 10px 16px; color: #fff; background: var(--ui-color-text); border-radius: var(--ui-radius-pill); }
:focus-visible { outline: 2px solid var(--ui-color-focus); outline-offset: 3px; box-shadow: var(--ui-focus-ring); }
.nr-header {
    position: relative;
    z-index: 20;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: min(1180px, calc(100% - 40px));
    min-height: 76px;
    margin: 0 auto;
}
.nr-header--private { min-height: 68px; }
.nr-brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 900; font-size: 1.15rem; }
.nr-brand__mark { display: grid; place-items: center; width: 36px; height: 36px; color: #fff; background: var(--ui-color-primary-fill); border-radius: 12px 12px 12px 3px; box-shadow: var(--ui-shadow-brand); }
.nr-header__back { min-height: 44px; display: inline-flex; align-items: center; color: var(--ui-color-text-muted); font-size: .86rem; font-weight: 700; }
.nr-button {
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 10px 22px;
    border: 0;
    border-radius: var(--ui-radius-pill);
    cursor: pointer;
    font-weight: 800;
    transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.nr-button:hover { transform: translateY(-1px); }
.nr-button:disabled { opacity: .55; cursor: wait; transform: none; }
.nr-button--primary { color: #fff; background: var(--ui-color-primary-fill); box-shadow: var(--ui-shadow-brand); }
.nr-button--primary:hover { background: var(--ui-color-primary); }
.nr-button--text { color: var(--ui-color-primary); background: transparent; border: 1px solid var(--ui-color-border); }
.nr-button--light { color: var(--ui-color-primary-hover); background: #fff; box-shadow: 0 12px 30px rgb(19 27 46 / 18%); }
.nr-button--danger { color: var(--ui-color-danger); background: var(--ui-color-danger-soft); }
.nr-eyebrow, .nr-section__heading > span, .nr-fit__card > span, .nr-final > span { display: block; color: var(--ui-color-primary); font-size: .78rem; font-weight: 900; letter-spacing: -.01em; }
.nr-hero {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr);
    align-items: center;
    gap: 48px;
    width: min(1180px, calc(100% - 40px));
    min-height: 620px;
    margin: 0 auto;
    padding: 52px 0 84px;
}
.nr-hero::before { content: ""; position: absolute; z-index: -1; inset: -80px -18vw auto 42%; height: 520px; background: radial-gradient(circle, rgb(246 85 5 / 11%), transparent 68%); }
.nr-hero h1 { margin: 14px 0 18px; font-size: clamp(2.55rem, 5.4vw, 5rem); line-height: 1.18; letter-spacing: -.065em; }
.nr-hero h1 em { color: var(--ui-color-primary-fill); font-style: normal; }
.nr-hero__copy > p { max-width: 640px; margin: 0; color: var(--ui-color-text-muted); font-size: 1.08rem; }
.nr-hero__actions { display: flex; align-items: center; gap: 10px; margin-top: 30px; flex-wrap: wrap; }
.nr-hero__actions form { margin: 0; }
.nr-hero__facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin: 42px 0 0; padding: 0; list-style: none; }
.nr-hero__facts li { padding-inline-start: 14px; border-inline-start: 2px solid var(--ui-color-primary-fill); }
.nr-hero__facts strong, .nr-hero__facts span { display: block; }
.nr-hero__facts strong { font-size: .88rem; }
.nr-hero__facts span { margin-top: 2px; color: var(--ui-color-text-muted); font-size: .72rem; }
.nr-hero__visual { position: relative; min-height: 500px; display: grid; place-items: center; }
.nr-map-orbit { position: absolute; width: min(470px, 95%); aspect-ratio: 1; border: 1px dashed rgb(246 85 5 / 30%); border-radius: 50%; }
.nr-map-orbit::before, .nr-map-orbit::after { content: ""; position: absolute; inset: 12%; border: 1px solid rgb(19 27 46 / 8%); border-radius: 50%; }
.nr-map-orbit::after { inset: 28%; }
.nr-map-orbit i { position: absolute; width: 13px; height: 13px; background: var(--ui-color-primary-fill); border: 4px solid #fff; border-radius: 50%; box-shadow: var(--ui-shadow-md); }
.nr-map-orbit i:nth-child(1) { top: 12%; right: 22%; }.nr-map-orbit i:nth-child(2) { bottom: 18%; left: 13%; }.nr-map-orbit i:nth-child(3) { top: 55%; right: 2%; }
.nr-phone { position: relative; z-index: 2; width: 270px; min-height: 452px; padding: 18px; color: #fff; background: #131b2e; border: 7px solid #fff; border-radius: 40px; box-shadow: 0 30px 80px rgb(19 27 46 / 25%); transform: rotate(2deg); }
.nr-phone__top { display: flex; align-items: center; gap: 10px; font-size: .78rem; }.nr-phone__top span { width: 29px; height: 29px; background: var(--ui-color-primary-fill); border-radius: 9px; }
.nr-phone__score { margin-top: 28px; padding: 18px; background: rgb(255 255 255 / 8%); border: 1px solid rgb(255 255 255 / 10%); border-radius: 20px; }.nr-phone__score small, .nr-phone__score strong { display: block; }.nr-phone__score small { opacity: .66; }.nr-phone__score strong { margin-top: 4px; color: #ff8b50; font-size: 2.35rem; }
.nr-phone__grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 8px; margin-top: 12px; }.nr-phone__grid span { height: 58px; background: rgb(255 255 255 / 7%); border-radius: 14px; }.nr-phone__grid span:nth-child(2), .nr-phone__grid span:nth-child(3) { background: rgb(246 85 5 / 22%); }
.nr-phone__task { display: flex; align-items: center; gap: 10px; margin-top: 12px; padding: 13px; color: var(--ui-color-text); background: #fff; border-radius: 17px; }.nr-phone__task i { width: 34px; height: 34px; background: var(--ui-color-success-soft); border-radius: 50%; }.nr-phone__task span, .nr-phone__task b, .nr-phone__task small { display: block; }.nr-phone__task b { font-size: .73rem; }.nr-phone__task small { color: var(--ui-color-text-muted); font-size: .62rem; }
.nr-float-card { position: absolute; z-index: 3; padding: 10px 14px; color: var(--ui-color-text); background: #fff; border: 1px solid var(--ui-color-border); border-radius: 14px; box-shadow: var(--ui-shadow-lg); font-size: .72rem; font-weight: 800; }.nr-float-card--one { top: 25%; right: 0; }.nr-float-card--two { bottom: 22%; left: 0; }
.nr-section { width: min(1120px, calc(100% - 40px)); margin: 0 auto; padding: 88px 0; }
.nr-section__heading { max-width: 660px; margin-bottom: 38px; }.nr-section__heading h2, .nr-income h2, .nr-fit h2 { margin: 8px 0 12px; font-size: clamp(1.75rem, 3.5vw, 3rem); line-height: 1.35; letter-spacing: -.045em; }.nr-section__heading p, .nr-income__copy > p { margin: 0; color: var(--ui-color-text-muted); }
.nr-role-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }.nr-role-grid article { position: relative; min-height: 230px; padding: 25px; overflow: hidden; background: #fff; border: 1px solid var(--ui-color-border); border-radius: 24px; box-shadow: var(--ui-shadow-sm); }.nr-role-grid article > span { display: block; color: rgb(246 85 5 / 18%); font-size: 3.5rem; font-weight: 900; line-height: 1; }.nr-role-grid h3 { margin: 22px 0 8px; font-size: 1.02rem; }.nr-role-grid p { margin: 0; color: var(--ui-color-text-muted); font-size: .86rem; }
.nr-toolkit { padding: 32px 20px; }.nr-toolkit__panel { width: min(1180px, 100%); margin: 0 auto; padding: clamp(34px, 6vw, 72px); color: #fff; background: #131b2e; border-radius: 36px; box-shadow: 0 24px 64px rgb(19 27 46 / 16%); }.nr-section__heading.is-light > span { color: #ff8b50; }.nr-section__heading.is-light p { color: rgb(255 255 255 / 65%); }.nr-tool-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }.nr-tool-grid article { padding: 20px; background: rgb(255 255 255 / 7%); border: 1px solid rgb(255 255 255 / 10%); border-radius: 18px; }.nr-tool-grid b, .nr-tool-grid span { display: block; }.nr-tool-grid b { color: #fff; }.nr-tool-grid span { margin-top: 4px; color: rgb(255 255 255 / 58%); font-size: .78rem; }
.nr-income { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }.nr-income__copy ul, .nr-fit__card ul { margin: 25px 0 0; padding: 0; list-style: none; }.nr-income__copy li, .nr-fit__card li { position: relative; margin-top: 9px; padding-inline-start: 24px; }.nr-income__copy li::before, .nr-fit__card li::before { content: "✓"; position: absolute; inset-inline-start: 0; color: var(--ui-color-success); font-weight: 900; }.nr-income__card { display: grid; gap: 8px; padding: 24px; background: #fff; border: 1px solid var(--ui-color-border); border-radius: 28px; box-shadow: var(--ui-shadow-lg); }.nr-income__card > div { display: grid; grid-template-columns: 42px 1fr; column-gap: 12px; padding: 14px; background: var(--ui-color-surface-subtle); border-radius: 17px; }.nr-income__card > i { color: var(--ui-color-primary); text-align: center; transform: rotate(-90deg); }.nr-income__card div > span { grid-row: span 2; display: grid; place-items: center; width: 42px; height: 42px; color: var(--ui-color-primary); background: var(--ui-color-primary-soft); border-radius: 13px; font-weight: 900; }.nr-income__card b, .nr-income__card small { grid-column: 2; }.nr-income__card small { color: var(--ui-color-text-muted); }
.nr-process { padding-top: 40px; }.nr-process ol { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin: 0; padding: 0; list-style: none; }.nr-process li { padding: 22px; border-top: 3px solid var(--ui-color-border); }.nr-process li > span { color: var(--ui-color-primary); font-weight: 900; }.nr-process h3 { margin: 18px 0 6px; }.nr-process p { margin: 0; color: var(--ui-color-text-muted); font-size: .84rem; }
.nr-fit { display: grid; grid-template-columns: 1.1fr .9fr; gap: 16px; }.nr-fit__card, .nr-fit__quote { padding: clamp(28px, 5vw, 52px); border-radius: 30px; }.nr-fit__card { background: var(--ui-color-primary-soft); }.nr-fit__quote { display: flex; flex-direction: column; justify-content: center; color: #fff; background: var(--ui-color-text); }.nr-fit__quote blockquote { margin: 0; font-size: 1.25rem; font-weight: 700; }.nr-fit__quote span { margin-top: 18px; color: rgb(255 255 255 / 58%); font-size: .8rem; }
.nr-faq { display: grid; grid-template-columns: .7fr 1.3fr; gap: 60px; }.nr-faq__list details { border-bottom: 1px solid var(--ui-color-border); }.nr-faq__list summary { min-height: 62px; display: flex; align-items: center; justify-content: space-between; cursor: pointer; font-weight: 800; list-style: none; }.nr-faq__list summary::after { content: "+"; color: var(--ui-color-primary); font-size: 1.4rem; }.nr-faq__list details[open] summary::after { content: "−"; }.nr-faq__list p { margin: 0 0 20px; color: var(--ui-color-text-muted); }
.nr-final { width: min(1120px, calc(100% - 40px)); margin: 20px auto 70px; padding: clamp(38px, 7vw, 72px); color: #fff; text-align: center; background: var(--ui-color-primary-fill); border-radius: 36px; }.nr-final > span { color: rgb(255 255 255 / 72%); }.nr-final h2 { max-width: 740px; margin: 10px auto 26px; font-size: clamp(1.7rem, 4vw, 3.1rem); line-height: 1.4; }.nr-footer { display: flex; justify-content: space-between; width: min(1120px, calc(100% - 40px)); margin: 0 auto; padding: 30px 0 100px; color: var(--ui-color-text-muted); border-top: 1px solid var(--ui-color-border); font-size: .78rem; }.nr-footer a { color: var(--ui-color-text); font-weight: 900; }.nr-mobile-action { display: none; }

/* Authenticated application and status */
.nr-application-page { min-height: 100dvh; background: #f7f5f2 !important; }
.nra-shell { display: grid; grid-template-columns: 340px minmax(0, 760px); justify-content: center; gap: 28px; width: min(1160px, calc(100% - 40px)); margin: 25px auto 80px; align-items: start; }
.nra-aside { position: sticky; top: 24px; padding: 30px; }.nra-aside h1 { margin: 8px 0 12px; font-size: 1.7rem; line-height: 1.45; }.nra-aside > p { color: var(--ui-color-text-muted); font-size: .87rem; }
.nra-progress { margin: 32px 0; padding: 0; list-style: none; }.nra-progress li { position: relative; display: grid; grid-template-columns: 42px 1fr; gap: 12px; min-height: 76px; opacity: .47; }.nra-progress li:not(:last-child)::after { content: ""; position: absolute; top: 44px; right: 20px; width: 2px; height: 30px; background: var(--ui-color-border-strong); }.nra-progress li > span { display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid var(--ui-color-border-strong); border-radius: 50%; font-weight: 900; }.nra-progress li div, .nra-progress li b, .nra-progress li small { display: block; }.nra-progress li small { color: var(--ui-color-text-muted); }.nra-progress li.is-active, .nra-progress li.is-done { opacity: 1; }.nra-progress li.is-active > span { color: #fff; background: var(--ui-color-primary-fill); border-color: var(--ui-color-primary-fill); }.nra-progress li.is-done > span { color: var(--ui-color-success); background: var(--ui-color-success-soft); border-color: transparent; }
.nra-security { display: flex; gap: 10px; padding: 15px; background: #fff; border-radius: 17px; box-shadow: var(--ui-shadow-sm); }.nra-security > span { display: grid; place-items: center; flex: 0 0 28px; height: 28px; color: var(--ui-color-success); background: var(--ui-color-success-soft); border-radius: 50%; }.nra-security p, .nra-security b, .nra-security small { display: block; margin: 0; }.nra-security small { margin-top: 2px; color: var(--ui-color-text-muted); font-size: .7rem; }
.nra-card, .nrs-card { padding: clamp(24px, 4vw, 44px); background: #fff; border: 1px solid var(--ui-color-border); border-radius: 28px; box-shadow: var(--ui-shadow-md); }.nra-step { margin: 0; padding: 0; border: 0; }.nra-step > legend { width: 100%; color: var(--ui-color-text); font-size: 1.65rem; font-weight: 900; line-height: 1.4; }.nra-step > legend span { display: block; margin-bottom: 5px; color: var(--ui-color-primary); font-size: .74rem; }.nra-step__lead { margin: 10px 0 28px; color: var(--ui-color-text-muted); font-size: .88rem; }
.nra-field { display: block; margin-bottom: 20px; }.nra-field > span, .nra-choice-group > legend { display: block; margin-bottom: 7px; font-size: .86rem; font-weight: 800; }.nra-field em, .nra-choice-group em { color: var(--ui-color-primary); font-size: .68rem; font-style: normal; }.nra-field i { color: var(--ui-color-text-muted); font-size: .68rem; font-style: normal; }.nra-field input, .nra-field textarea, .nra-field select, .nra-search input { width: 100%; min-height: 48px; padding: 11px 14px; color: var(--ui-color-text); background: var(--ui-color-surface-subtle); border: 1px solid var(--ui-color-border-strong); border-radius: 13px; outline: none; }.nra-field input[type="search"] + select { margin-top: 8px; }.nra-field input:disabled, .nra-field select:disabled { cursor: not-allowed; opacity: .58; }.nra-field textarea { min-height: 100px; resize: vertical; }.nra-field input:focus, .nra-field textarea:focus, .nra-field select:focus, .nra-search input:focus { border-color: var(--ui-color-focus); box-shadow: 0 0 0 3px rgb(15 118 110 / 12%); }.nra-field [aria-invalid="true"] { border-color: var(--ui-color-danger); background: var(--ui-color-danger-soft); }.nra-field small { display: block; margin-top: 5px; color: var(--ui-color-text-muted); font-size: .7rem; }.nra-two-column { display: grid; grid-template-columns: 1fr 1fr; gap: 0 15px; }.nra-choice-group { margin: 0; padding: 0; border: 0; }.nra-city-scope { margin: 4px 0 20px; padding: 14px 16px; color: var(--ui-color-info); background: var(--ui-color-info-soft); border: 1px solid rgb(2 132 199 / 18%); border-radius: 14px; font-size: .8rem; }.nra-search { display: block; margin-bottom: 10px; }.nra-neighborhoods { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px; max-height: 320px; padding: 10px; overflow: auto; background: var(--ui-color-surface-subtle); border: 1px solid var(--ui-color-border); border-radius: 16px; }.nra-neighborhoods button { min-height: 46px; padding: 8px 12px; text-align: right; color: var(--ui-color-text); background: #fff; border: 1px solid var(--ui-color-border); border-radius: 12px; cursor: pointer; }.nra-neighborhoods button[aria-pressed="true"] { color: var(--ui-color-primary-soft-text); background: var(--ui-color-primary-soft); border-color: var(--ui-color-primary); }.nra-neighborhoods p { grid-column: 1/-1; margin: 15px; color: var(--ui-color-text-muted); text-align: center; font-size: .78rem; }.nra-selected { min-height: 24px; margin: 8px 0 18px; color: var(--ui-color-primary); font-size: .74rem; }.nra-check { display: flex; align-items: flex-start; gap: 11px; padding: 15px; background: var(--ui-color-surface-subtle); border: 1px solid var(--ui-color-border); border-radius: 15px; cursor: pointer; }.nra-check input { flex: 0 0 19px; width: 19px; height: 19px; margin: 5px 0 0; accent-color: var(--ui-color-primary-fill); }.nra-check span { font-size: .84rem; }.nra-check--consent { background: var(--ui-color-primary-soft); border-color: rgb(246 85 5 / 25%); }.nra-review { display: grid; gap: 9px; margin-bottom: 20px; }.nra-review article { display: grid; grid-template-columns: 130px 1fr; gap: 12px; padding: 13px; background: var(--ui-color-surface-subtle); border-radius: 12px; }.nra-review b { font-size: .76rem; }.nra-review span { color: var(--ui-color-text-muted); font-size: .78rem; white-space: pre-line; }.nra-privacy { color: var(--ui-color-text-muted); font-size: .7rem; }.nra-draft-controls { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 24px; padding: 13px 15px; color: var(--ui-color-text-muted); background: var(--ui-color-danger-soft); border: 1px solid rgb(185 28 28 / 15%); border-radius: 14px; font-size: .72rem; }.nra-draft-controls b { display: block; margin-bottom: 2px; color: var(--ui-color-text); }.nra-draft-controls .nr-button { flex: 0 0 auto; }.nra-actions { display: flex; align-items: center; gap: 10px; margin-top: 30px; padding-top: 20px; border-top: 1px solid var(--ui-color-border); }.nra-actions > span { flex: 1; color: var(--ui-color-text-muted); font-size: .68rem; }.nra-banner { margin-bottom: 18px; padding: 12px 15px; color: var(--ui-color-info); background: var(--ui-color-info-soft); border-radius: 13px; font-size: .8rem; }.nra-banner[data-tone="error"] { color: var(--ui-color-danger); background: var(--ui-color-danger-soft); }.nra-banner[data-tone="success"] { color: var(--ui-color-success); background: var(--ui-color-success-soft); }.nra-mobile-progress { display: none; }
.nrs-shell { width: min(960px, calc(100% - 40px)); margin: 38px auto 90px; }.nrs-hero { position: relative; padding: 35px 5px 30px; }.nrs-hero h1 { margin: 8px 0; font-size: clamp(1.9rem, 4.5vw, 3.3rem); line-height: 1.4; }.nrs-hero p { max-width: 620px; margin: 0; color: var(--ui-color-text-muted); }.nrs-badge { display: inline-flex; margin-top: 18px; padding: 7px 13px; color: var(--ui-color-warning); background: var(--ui-color-warning-soft); border-radius: var(--ui-radius-pill); font-size: .75rem; font-weight: 900; }.nrs-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 15px; }.nrs-card h2 { margin: 0 0 20px; font-size: 1.08rem; }.nrs-card--wide { grid-column: 1/-1; }.nrs-timeline, .nrs-checklist, .nrs-territories ul { margin: 0; padding: 0; list-style: none; }.nrs-timeline li { position: relative; display: grid; grid-template-columns: 34px 1fr; gap: 11px; min-height: 68px; }.nrs-timeline li:not(:last-child)::after { content: ""; position: absolute; top: 34px; right: 16px; width: 2px; height: 34px; background: var(--ui-color-border); }.nrs-timeline li > span { z-index: 1; display: grid; place-items: center; width: 34px; height: 34px; color: var(--ui-color-text-muted); background: var(--ui-color-surface-muted); border-radius: 50%; font-size: .7rem; font-weight: 900; }.nrs-timeline li.is-done > span { color: var(--ui-color-success); background: var(--ui-color-success-soft); }.nrs-timeline b, .nrs-timeline small { display: block; }.nrs-timeline small { color: var(--ui-color-text-muted); font-size: .7rem; }.nrs-message { min-height: 92px; padding: 16px; background: var(--ui-color-primary-soft); border-radius: 16px; }.nrs-message p { margin: 0; color: var(--ui-color-primary-soft-text); font-size: .82rem; white-space: pre-line; }.nrs-territories { margin-top: 22px; }.nrs-territories > b { font-size: .8rem; }.nrs-territories li { display: inline-flex; margin: 7px 0 0 5px; padding: 5px 10px; background: var(--ui-color-surface-muted); border-radius: var(--ui-radius-pill); font-size: .7rem; }.nrs-checklist { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }.nrs-checklist li { padding: 12px; color: var(--ui-color-text-muted); background: var(--ui-color-surface-subtle); border-radius: 13px; font-size: .78rem; }.nrs-checklist li.is-done { color: var(--ui-color-success); background: var(--ui-color-success-soft); }.nrs-rules { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-top: 18px; padding: 16px; background: var(--ui-color-primary-soft); border: 1px solid rgb(246 85 5 / 20%); border-radius: 16px; }.nrs-rules b, .nrs-rules span { display: block; }.nrs-rules span { margin-top: 3px; color: var(--ui-color-text-muted); font-size: .75rem; }.nrs-rules .nr-button { flex: 0 0 auto; }.nrs-actions { display: flex; justify-content: space-between; margin-top: 18px; }

@media (max-width: 820px) {
    .nr-header { width: calc(100% - 28px); min-height: 64px; }
    .nr-hero { grid-template-columns: 1fr; min-height: auto; width: calc(100% - 30px); padding: 36px 0 60px; }.nr-hero h1 { font-size: clamp(2.35rem, 13vw, 4rem); }.nr-hero__visual { min-height: 440px; }.nr-hero__facts { grid-template-columns: 1fr; gap: 14px; }.nr-hero__facts li { padding: 9px 14px; background: #fff; border-radius: 12px; box-shadow: var(--ui-shadow-sm); }
    .nr-section { width: calc(100% - 30px); padding: 62px 0; }.nr-role-grid, .nr-tool-grid, .nr-process ol { grid-template-columns: 1fr 1fr; }.nr-income, .nr-fit, .nr-faq { grid-template-columns: 1fr; gap: 28px; }.nr-final { width: calc(100% - 30px); margin-bottom: 100px; }.nr-footer { display: none; }
    .nr-mobile-action { position: fixed; z-index: 40; inset: auto 0 0; display: block; padding: 10px 15px calc(10px + env(safe-area-inset-bottom)); background: rgb(255 255 255 / 92%); border-top: 1px solid var(--ui-color-border); backdrop-filter: blur(14px); }.nr-mobile-action form, .nr-mobile-action .nr-button { width: 100%; }
    .nra-shell { display: block; width: calc(100% - 24px); margin: 12px auto 55px; }.nra-aside { display: none; }.nra-card { padding: 22px 17px; border-radius: 22px; }.nra-mobile-progress { display: block; margin-bottom: 24px; color: var(--ui-color-text-muted); font-size: .72rem; font-weight: 800; }.nra-mobile-progress i { display: block; height: 5px; margin-top: 8px; overflow: hidden; background: var(--ui-color-surface-muted); border-radius: 10px; }.nra-mobile-progress b { display: block; width: 25%; height: 100%; background: var(--ui-color-primary-fill); transition: width .2s ease; }.nra-two-column, .nra-neighborhoods { grid-template-columns: 1fr; }.nra-actions { position: sticky; z-index: 10; bottom: 0; margin: 26px -17px -22px; padding: 12px 17px calc(12px + env(safe-area-inset-bottom)); background: rgb(255 255 255 / 95%); box-shadow: 0 -8px 25px rgb(19 27 46 / 7%); backdrop-filter: blur(12px); }.nra-actions > span { display: none; }.nra-actions .nr-button--primary { flex: 1; }.nra-review article { grid-template-columns: 1fr; gap: 2px; }
    .nrs-shell { width: calc(100% - 24px); margin-top: 18px; }.nrs-grid { grid-template-columns: 1fr; }.nrs-card--wide { grid-column: auto; }.nrs-checklist { grid-template-columns: 1fr; }.nrs-rules { align-items: stretch; flex-direction: column; }.nrs-rules .nr-button { width: 100%; }
}
@media (max-width: 480px) {
    .nr-hero__actions, .nr-hero__actions form, .nr-hero__actions .nr-button { width: 100%; }.nr-hero__visual { min-height: 390px; overflow: hidden; }.nr-phone { width: 230px; min-height: 390px; border-radius: 34px; }.nr-map-orbit { width: min(360px, 100%); }.nr-float-card--one { right: 0; }.nr-float-card--two { left: 0; }.nr-role-grid, .nr-tool-grid, .nr-process ol { grid-template-columns: 1fr; }.nr-role-grid article { min-height: 190px; }.nr-toolkit { padding-inline: 10px; }.nr-toolkit__panel { border-radius: 28px; }.nr-fit__quote blockquote { font-size: 1rem; }.nr-final { padding-inline: 22px; }.nr-final .nr-button { width: 100%; }.nra-step > legend { font-size: 1.38rem; }.nra-draft-controls { align-items: stretch; flex-direction: column; }.nra-draft-controls .nr-button { width: 100%; }.nra-actions .nr-button { padding-inline: 14px; font-size: .78rem; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; }.nr-button, .nra-mobile-progress b { transition: none; }.nr-button:hover { transform: none; } }

/* Recruitment neighborhood proposal */
.nra-mode { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin: 0 0 18px; }
.nra-mode label { display: flex; align-items: center; gap: 8px; min-height: 48px; padding: 10px 13px; background: var(--ui-color-surface-subtle); border: 1px solid var(--ui-color-border); border-radius: 13px; cursor: pointer; font-size: .78rem; font-weight: 800; }
.nra-mode input { accent-color: var(--ui-color-primary-fill); }
.nra-proposal { margin: 0; padding: 18px; background: var(--ui-color-surface-subtle); border: 1px solid var(--ui-color-border); border-radius: 18px; }
.nra-proposal > legend { padding: 0 8px; font-weight: 900; }
.nra-map { width: 100%; height: 340px; overflow: hidden; background: #e7e5e4; border: 1px solid var(--ui-color-border-strong); border-radius: 16px; }
.nra-map.is-unavailable { display: grid; place-items: center; height: 100px; }
.nra-map.is-unavailable::after { content: "نقشه در دسترس نیست"; color: var(--ui-color-text-muted); font-size: .78rem; }
.nra-map-actions { display: flex; align-items: center; gap: 12px; margin: 10px 0 18px; }
.nra-map-actions span { color: var(--ui-color-text-muted); font-size: .7rem; }
.nra-city-distance { margin: 0; color: var(--ui-color-success); font-size: .74rem; }
.nra-city-distance.is-warning { color: var(--ui-color-danger); }
@media (max-width: 820px) { .nra-mode { grid-template-columns: 1fr; }.nra-map { height: 280px; }.nra-map-actions { align-items: stretch; flex-direction: column; } }
