/* Fort Benning Verified Rentals — /apply/ wizard styles (companion to apply.js) */
.ap-layout { max-width: 1080px; margin: 0 auto; padding: 32px 32px 80px; display: grid; grid-template-columns: 250px minmax(0,1fr); gap: 26px; align-items: start; }
.ap-rail { position: sticky; top: 96px; display: flex; flex-direction: column; gap: 14px; }
.ap-railcard { background: #fff; border: 1px solid #E6EAF0; border-radius: 14px; padding: 14px; }
.ap-help { padding: 18px; display: flex; flex-direction: column; gap: 10px; }
.ap-help p { margin: 0; font-size: 13px; line-height: 1.5; color: #5a6b7d; }
.ap-steps { display: flex; flex-direction: column; gap: 2px; }
.ap-step { display: flex; align-items: center; gap: 11px; padding: 9px 10px; border-radius: 9px; color: #8a93a0; font-size: 13.5px; font-weight: 700; }
.ap-step .n { flex: none; width: 26px; height: 26px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-family: 'Libre Franklin', sans-serif; font-weight: 800; font-size: 12px; background: #fff; color: #8a93a0; border: 1.5px solid #D8DEE7; }
.ap-step.active { color: #0B2545; background: #F1F4F8; }
.ap-step.active .n { background: #0B2545; color: #fff; border-color: #0B2545; }
.ap-step.done { color: #1F8A5B; cursor: pointer; }
.ap-step.done .n { background: #E7F0EA; color: #1F8A5B; border-color: #bfe0cc; }
.ap-card { background: #fff; border: 1px solid #E6EAF0; border-radius: 16px; padding: 32px 34px; box-shadow: 0 4px 16px rgba(11,37,69,0.05); animation: fbvrFade .3s ease; }
.ap-kicker { font-size: 12.5px; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; color: #C9A227; margin-bottom: 6px; }
.ap-card h2 { margin: 0 0 6px; font-family: 'Libre Franklin', sans-serif; font-size: 24px; font-weight: 900; color: #0B2545; letter-spacing: -0.01em; }
.ap-card h3 { font-family: 'Libre Franklin', sans-serif; font-size: 15.5px; font-weight: 800; color: #0B2545; margin: 26px 0 12px; padding-bottom: 8px; border-bottom: 1px solid #EEF1F5; display: flex; justify-content: space-between; align-items: center; gap: 12px; }
.ap-card h3 label { font-size: 13.5px; font-weight: 600; color: #33445a; font-family: 'Source Sans 3', sans-serif; display: flex; gap: 8px; align-items: center; cursor: pointer; }
.ap-sub { margin: 0 0 22px; font-size: 15px; color: #5a6b7d; line-height: 1.5; }
.ap-note { margin: 0 0 12px; font-size: 13px; color: #8a93a0; line-height: 1.5; }
.ap-grid { display: grid; gap: 16px; margin-bottom: 16px; }
.ap-field { display: flex; flex-direction: column; gap: 6px; font-size: 13px; font-weight: 700; color: #33445a; }
.ap-field input, .ap-field select, .ap-field textarea, .ap-row input, .ap-row select { padding: 12px 14px; border: 1px solid #D8DEE7; border-radius: 9px; font-family: 'Source Sans 3', sans-serif; font-size: 14.5px; font-weight: 400; outline: none; background: #fff; color: #1a2533; width: 100%; min-width: 0; }
.ap-field textarea { resize: vertical; }
input:focus, select:focus, textarea:focus { border-color: #0B2545 !important; box-shadow: 0 0 0 3px rgba(11,37,69,0.08); }
.ap-rows { display: flex; flex-direction: column; gap: 10px; }
.ap-row { display: grid; gap: 10px; align-items: center; }
.ap-row .x { width: 40px; height: 40px; border: 1px solid #D8DEE7; background: #fff; border-radius: 9px; color: #8a93a0; font-size: 18px; cursor: pointer; }
.ap-row .x:hover { color: #B22234; border-color: #B22234; }
.ap-add { align-self: flex-start; background: #F1F4F8; color: #0B2545; border: 1px dashed #CBD3DE; font-weight: 700; font-size: 13.5px; padding: 10px 16px; border-radius: 9px; cursor: pointer; }
.ap-add:hover { border-color: #0B2545; }
.ap-check { display: flex; gap: 12px; align-items: flex-start; font-size: 14.5px; color: #33445a; line-height: 1.45; cursor: pointer; }
.ap-check input { width: 17px; height: 17px; margin-top: 2px; flex: none; accent-color: #0B2545; }
.ap-flags { display: flex; flex-direction: column; border: 1px solid #E6EAF0; border-radius: 12px; overflow: hidden; }
.ap-flags label { padding: 13px 16px; border-bottom: 1px solid #EEF1F5; }
.ap-flags label:hover { background: #F9FAFC; }
.ap-doc { border: 1px solid #E6EAF0; border-radius: 12px; padding: 16px 18px; display: flex; flex-direction: column; gap: 10px; margin-bottom: 14px; }
.ap-doc .head { display: flex; justify-content: space-between; align-items: flex-start; gap: 12px; flex-wrap: wrap; }
.ap-doc .title { font-family: 'Libre Franklin', sans-serif; font-size: 15px; font-weight: 800; color: #0B2545; }
.ap-tag { font-size: 11px; font-weight: 800; letter-spacing: 0.04em; text-transform: uppercase; padding: 3px 8px; border-radius: 999px; background: #EEF1F5; color: #5a6b7d; margin-left: 8px; }
.ap-tag.req { background: #FBF3D6; color: #7a6216; }
.ap-pick { flex: none; background: #0B2545; color: #fff; font-weight: 800; font-size: 13px; padding: 9px 16px; border-radius: 8px; cursor: pointer; }
.ap-pick:hover { background: #0a1f3a; }
.ap-file { display: flex; align-items: center; gap: 10px; background: #F5F7FA; border-radius: 8px; padding: 8px 12px; font-size: 13.5px; }
.ap-file .name { flex: 1; font-weight: 600; color: #0B2545; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.ap-file .rm { cursor: pointer; color: #8a93a0; font-weight: 800; font-size: 16px; line-height: 1; background: none; border: none; }
.ap-file .rm:hover { color: #B22234; }
.ap-summary { border: 1px solid #E6EAF0; border-radius: 12px; padding: 14px 18px; margin-bottom: 10px; }
.ap-summary .t { display: flex; justify-content: space-between; align-items: center; margin-bottom: 8px; font-family: 'Libre Franklin', sans-serif; font-size: 14px; font-weight: 800; color: #0B2545; }
.ap-summary .t a { cursor: pointer; font-size: 13px; font-weight: 700; color: #5a6b7d; font-family: 'Source Sans 3', sans-serif; }
.ap-summary dl { display: grid; grid-template-columns: 150px 1fr; gap: 5px 14px; font-size: 13.5px; line-height: 1.4; margin: 0; }
.ap-summary dt { color: #8a93a0; font-weight: 600; } .ap-summary dd { margin: 0; color: #1a2533; }
.ap-agreement { max-height: 300px; overflow-y: auto; border: 1px solid #E6EAF0; border-radius: 10px; padding: 16px 18px; font-size: 13.5px; line-height: 1.6; color: #33445a; background: #FAFBFC; }
.ap-agreement p { margin: 0 0 10px; } .ap-agreement strong { color: #0B2545; }
.ap-sig { margin-top: 12px; border-bottom: 2px solid #0B2545; padding: 6px 4px 4px; min-height: 56px; display: flex; align-items: flex-end; font-family: 'Caveat', cursive; font-size: 34px; color: #0B2545; line-height: 1; }
.ap-error { margin-top: 22px; background: #FBEAEC; border: 1px solid #ecc9ce; border-radius: 9px; padding: 11px 14px; font-size: 13.5px; color: #8a2430; font-weight: 600; }
.ap-info { display: flex; justify-content: space-between; align-items: center; gap: 12px; background: #FBF8EC; border: 1px solid #eadb9e; border-radius: 9px; padding: 10px 14px; margin-bottom: 20px; font-size: 13.5px; color: #7a6216; font-weight: 600; }
.ap-info a { cursor: pointer; font-weight: 800; color: #0B2545; white-space: nowrap; }
.ap-info.blue { background: #E7EEF7; border-color: #c8d6e8; color: #274a75; }
.ap-footer { display: flex; justify-content: space-between; align-items: center; gap: 12px; margin-top: 28px; padding-top: 22px; border-top: 1px solid #EEF1F5; flex-wrap: wrap; }
.ap-footer .right { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
.ap-btn { border: none; font-weight: 800; font-size: 15px; padding: 13px 26px; border-radius: 9px; cursor: pointer; }
.ap-btn.navy { background: #0B2545; color: #fff; } .ap-btn.navy:hover { background: #0a1f3a; }
.ap-btn.gold { background: #C9A227; color: #0B2545; } .ap-btn.gold:hover { filter: brightness(1.06); }
.ap-btn.ghost { background: #fff; color: #0B2545; border: 1.5px solid #CBD3DE; font-weight: 700; font-size: 14.5px; padding: 12px 22px; } .ap-btn.ghost:hover { border-color: #0B2545; }
.ap-btn[disabled] { opacity: .6; cursor: default; }
.ap-link { cursor: pointer; font-size: 13.5px; font-weight: 700; color: #5a6b7d; background: none; border: none; }
.ap-link:hover { color: #0B2545; }
.ap-success { max-width: 760px; margin: 0 auto; padding: 40px 32px 90px; animation: fbvrFade .35s ease; }
.ap-success .card { background: #fff; border: 1px solid #E6EAF0; border-radius: 16px; padding: 48px 40px; text-align: center; box-shadow: 0 4px 16px rgba(11,37,69,0.05); }
.ap-success h2 { margin: 18px 0 0; font-family: 'Libre Franklin', sans-serif; font-size: 28px; font-weight: 900; color: #0B2545; }
.ap-success .ref { display: inline-flex; align-items: center; gap: 10px; margin-top: 22px; background: #F5F7FA; border: 1px solid #E6EAF0; border-radius: 10px; padding: 10px 18px; }
.ap-success .steps { text-align: left; margin: 32px auto 0; max-width: 520px; display: flex; flex-direction: column; gap: 14px; }
.ap-success .step { display: flex; gap: 14px; align-items: flex-start; }
.ap-success .step .n { flex: none; width: 30px; height: 30px; border-radius: 50%; background: #0B2545; color: #fff; display: flex; align-items: center; justify-content: center; font-family: 'Libre Franklin', sans-serif; font-weight: 800; font-size: 13.5px; }
.ap-toast { position: fixed; left: 50%; bottom: 28px; transform: translateX(-50%); background: #0B2545; color: #fff; font-size: 14px; font-weight: 700; padding: 12px 20px; border-radius: 10px; box-shadow: 0 12px 30px rgba(11,37,69,0.3); z-index: 100; }
@media (max-width: 860px) { .ap-layout { grid-template-columns: 1fr; } .ap-rail { position: static; } .ap-steps { flex-direction: row; overflow-x: auto; gap: 6px; } .ap-step span:last-child { display: none; } .ap-help { display: none; } }
@media (max-width: 700px) { .ap-grid, .ap-row { grid-template-columns: 1fr !important; } .ap-card { padding: 22px 18px; } .ap-layout { padding: 20px 16px 60px; } }

.ap-eye { position: absolute; right: 6px; width: 32px; height: 32px; border: none; background: transparent; color: #8a93a0; cursor: pointer; font-size: 15px; }
.ap-eye:hover { color: #0B2545; }

/* Inline validation */
.ap-field input.ap-invalid, .ap-field select.ap-invalid, .ap-field textarea.ap-invalid, .ap-row input.ap-invalid { border-color: #B22234 !important; background: #FFF7F7; }
.ap-fielderr { display: block; font-size: 12.5px; font-weight: 600; color: #8a2430; line-height: 1.35; }
