.custom-plan-page { color:#e6ecf8; background:#0b1020; font-family:Inter,ui-sans-serif,system-ui,sans-serif; }
.custom-plan-page [hidden] { display:none !important; }
.custom-plan-page .vsm-plan-hero { padding:54px 0 34px; background:radial-gradient(ellipse at 15% 0, #7c3aed1a, transparent 65%); }
.custom-plan-page .vsm-plan-hero h1 { max-width:850px; font-size:clamp(2rem,4vw,3rem); line-height:1.15; }
.custom-plan-page .vsm-plan-hero p { max-width:850px; line-height:1.75; color:#bdc9df; }
.custom-plan-page .vsm-plan-hero .cp-intro-note { color:#d4c8ff; font-size:.95rem; }
.cp-layout { display:grid; grid-template-columns:minmax(0,1fr) 300px; gap:26px; align-items:start; padding-bottom:30px; }
#custom-plan, #plan-sidebar, .cp-confirmation { min-width:0; border:1px solid #33415d; border-radius:18px; background:linear-gradient(145deg,#141d30,#0d1222); padding:28px; }
.cp-progress { padding-bottom:24px; margin-bottom:26px; border-bottom:1px solid #33415d; }
.cp-progress p { color:#c9b9ff; font-size:.85rem; margin:0 0 14px; }
.cp-progress ol { list-style:none; display:grid; grid-template-columns:repeat(4,1fr); gap:12px; padding:0; margin:0; }
.cp-progress li { color:#aebbd3; font-size:.8rem; line-height:1.4; }
.cp-progress li span { display:flex; width:30px; height:30px; align-items:center; justify-content:center; margin-bottom:8px; border:1px solid #596683; border-radius:50%; }
.cp-progress [aria-current="step"] { color:#eee8ff; font-weight:700; }
.cp-progress [aria-current="step"] span { background:#7950c9; border-color:#b79aea; }
.cp-progress .cp-complete span { color:#75e0cb; border-color:#3c998d; }
#custom-plan h2 { font-size:1.5rem; margin:0 0 16px; scroll-margin-top:160px; }
#custom-plan h3 { font-size:1.1rem; }
.cp-fields { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:20px; margin-top:24px; }
.cp-full { grid-column:1/-1; }
.cp-field { min-width:0; }
.cp-field > label, #custom-plan legend { display:block; font-size:.93rem; line-height:1.5; font-weight:600; margin-bottom:8px; color:#e6ecf8; }
#custom-plan fieldset { min-width:0; border:0; margin:0; padding:0; }
.cp-field input:not([type="checkbox"]):not([type="radio"]),.cp-field select,.cp-field textarea { box-sizing:border-box; width:100%; min-height:46px; padding:11px 12px; border:1px solid #586783; border-radius:9px; font:inherit; font-size:1rem; color:#f3f6ff; background:#0a1020; }
.cp-field textarea { resize:vertical; }
.cp-choice { display:flex; align-items:flex-start; gap:11px; padding:12px; min-height:44px; box-sizing:border-box; border:1px solid #33415d; border-radius:9px; cursor:pointer; color:#d8e2f5; font-size:.93rem; line-height:1.5; }
.cp-choice:has(input:checked) { border-color:#9b7ddd; background:#7c3aed12; }
.cp-choice input { appearance:auto; flex:0 0 auto; width:19px; height:19px; margin:2px 0 0; accent-color:#a88be7; }
.cp-options,.cp-service-options { display:grid; gap:10px; }
.cp-service-options { grid-template-columns:repeat(2,minmax(0,1fr)); }
.cp-recommend { margin:20px 0; background:#7c3aed12; }
.cp-category { margin-bottom:12px; border:1px solid #3c4963; border-radius:12px; overflow:hidden; }
.cp-category summary { display:flex; justify-content:space-between; align-items:center; gap:14px; cursor:pointer; padding:17px; font-size:.96rem; font-weight:650; line-height:1.5; }
.cp-category summary::after { content:'+'; font-size:1.3rem; color:#c6aaff; }
.cp-category[open] summary::after { content:'−'; }
.cp-category summary > span:first-child { flex:1; }
.cp-category-number { display:inline-block; margin-right:9px; color:#bca3f4; font-size:.75rem; }
.cp-category-count { white-space:nowrap; color:#b5c3dc; font-size:.75rem; font-weight:400; }
#custom-plan .cp-category fieldset { padding:0 16px 16px; }
.cp-select-all { margin:0 0 14px; font-weight:650; border-color:#7f68aa; }
.cp-hint { color:#b4c1d9; font-size:.85rem; line-height:1.6; margin:7px 0 0; }
.cp-required { color:#d5bdff; }
.cp-notice { padding:14px 16px; background:#172238; border-left:3px solid #ad8be8; border-radius:4px; color:#c9d5ea; font-size:.88rem; line-height:1.65; margin:18px 0 0; }
.cp-error { color:#ffc1c7; font-size:.9rem; line-height:1.6; }
#custom-plan [aria-invalid="true"] { border-color:#ed8f9a; }
.cp-actions { display:flex; flex-wrap:wrap; justify-content:flex-end; gap:12px; margin-top:28px; }
.cp-actions #back { margin-right:auto; }
.cp-actions .btn { min-height:46px; cursor:pointer; }
.cp-actions .btn:disabled { opacity:.65; cursor:wait; }
.cp-edit { background:transparent; color:#d1b9ff; border:0; text-decoration:underline; padding:10px 0; font:inherit; cursor:pointer; font-size:.85rem; }
.cp-review-heading { display:flex; justify-content:space-between; gap:16px; align-items:baseline; }
.cp-review-section { border-bottom:1px solid #33415d; padding-bottom:24px; margin-bottom:24px; }
.cp-review-section dl > div { display:grid; grid-template-columns:minmax(0,1fr) minmax(0,1.2fr); gap:16px; padding:9px 0; border-bottom:1px solid #ffffff0a; }
.cp-review-section dt { color:#b4c1d9; font-size:.88rem; }
.cp-review-section dd { margin:0; white-space:pre-wrap; overflow-wrap:anywhere; font-size:.93rem; }
.cp-review-section h4 { margin-bottom:8px; }
.cp-review-section li { color:#ccd7ea; line-height:1.65; }
#acknowledgments .cp-choice { margin-top:12px; }
#plan-sidebar { position:sticky; top:150px; max-height:calc(100vh - 180px); overflow:auto; padding:22px; }
#plan-sidebar h2 { font-size:1.15rem; margin:0; }
#selection-summary { margin-top:20px; font-size:.83rem; overflow-wrap:anywhere; }
#selection-summary summary { cursor:pointer; padding:9px 0; font-weight:600; color:#d5c5ff; }
#selection-summary ul { padding-left:19px; color:#bbc8df; line-height:1.7; }
.cp-boundary { border-top:1px solid #33415d; color:#aebdd5; padding:26px 0; font-size:.85rem; line-height:1.75; }
.cp-confirmation { grid-column:1/-1; max-width:850px; }
.cp-confirmation p { line-height:1.75; overflow-wrap:anywhere; }
.cp-sr-only,.cp-honeypot { position:absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip-path:inset(50%); white-space:nowrap; }
.cp-skip { position:fixed; top:-100px; left:10px; z-index:10000; background:#151d31; color:white; padding:12px; }
.cp-skip:focus { top:10px; }
.custom-plan-page :focus-visible { outline:3px solid #bda1ff; outline-offset:4px; }
.custom-plan-page [tabindex="-1"]:focus { outline:none; }
@media(max-width:1000px) { .cp-layout { grid-template-columns:minmax(0,1fr); } #plan-sidebar { position:static; max-height:none; } }
@media(max-width:600px) { #custom-plan,#plan-sidebar,.cp-confirmation { padding:18px; border-radius:12px; } .cp-fields,.cp-service-options { grid-template-columns:minmax(0,1fr); } .cp-progress ol { gap:8px; } .cp-progress li { font-size:.7rem; } .cp-category summary { padding:14px 11px; flex-wrap:wrap; } .cp-category-count { font-size:.7rem; } .cp-review-section dl > div { grid-template-columns:1fr; gap:4px; } .cp-review-heading { flex-wrap:wrap; gap:0; } .custom-plan-page .vsm-plan-hero { padding-top:34px; } .cp-actions .btn { width:100%; } }

/* Keep the questionnaire controls unobstructed on mobile. */
.custom-plan-page .mobile-sticky-cta { display:none; }
