:root{--blue:#5665a8;--blue-dark:#3f4c8b;--soft:#eef0f8;--ink:#111}*{box-sizing:border-box}body{margin:0;color:var(--ink);background:#fff;font-family:Ubuntu,Arial,sans-serif}.breadcrumbs{width:min(1200px,90%);margin:auto;padding:2rem 0;display:flex;gap:.65rem;flex-wrap:wrap}.breadcrumbs a{color:var(--blue)}main{padding-bottom:5rem}.assistant-hero,#project-wizard,.privacy-note{width:min(1100px,90%);margin-inline:auto}.assistant-hero{padding:clamp(2rem,6vw,5rem);border-radius:5mm;background:var(--blue);color:#fff}.assistant-hero h1{max-width:850px;margin:.5rem 0 1rem;font-size:clamp(2.4rem,6vw,4.7rem);line-height:1}.assistant-hero p:last-child{max-width:800px;font-size:1.15rem;line-height:1.6}.eyebrow{text-transform:uppercase;letter-spacing:.15em;font-weight:700}#project-wizard{margin-top:2rem;padding:clamp(1.25rem,4vw,3rem);border-radius:5mm;background:var(--soft);overflow-wrap:break-word}.wizard-head{display:grid;gap:.6rem;margin-bottom:2rem}.wizard-head p{margin:0;font-weight:700}progress{width:100%;height:1rem;accent-color:var(--blue)}fieldset{min-width:0;margin:0;padding:0;border:0}fieldset[hidden]{display:none}legend{width:100%;max-width:100%;margin-bottom:2rem;font-size:clamp(2rem,4vw,3.5rem);font-weight:700;overflow-wrap:break-word}label{min-width:0;max-width:100%;display:grid;gap:.55rem;margin:0 0 1.2rem;font-weight:700;overflow-wrap:break-word}input,select,textarea{width:100%;max-width:100%;min-height:3.4rem;padding:.8rem 1rem;border:2px solid #aeb3c6;border-radius:.6rem;background:#fff;color:#111;font:inherit}textarea{resize:vertical}input:focus,select:focus,textarea:focus,button:focus-visible{outline:3px solid #202d75;outline-offset:3px;border-color:var(--blue)}.two,.three{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.three{grid-template-columns:repeat(3,minmax(0,1fr))}.wizard-actions{display:flex;justify-content:space-between;gap:.8rem;margin-top:2rem;flex-wrap:wrap}button{min-height:3.4rem;padding:.8rem 1.4rem;border:0;border-radius:.6rem;background:var(--blue);color:#fff;font:700 1rem Ubuntu,Arial,sans-serif;cursor:pointer}button:hover{background:var(--blue-dark)}button.secondary{background:#fff;color:var(--blue-dark);border:2px solid var(--blue)}button:disabled{opacity:.5;cursor:not-allowed}.check{display:flex;grid-template-columns:auto minmax(0,1fr);align-items:start}.check input{width:1.2rem;min-height:1.2rem}.summary{min-width:0;display:grid;gap:.6rem;margin-bottom:1.5rem}.summary div{min-width:0;max-width:100%;padding:1rem;background:#fff;border-radius:.5rem;overflow-wrap:break-word}.summary dt{font-weight:700}.summary dd{max-width:100%;margin:.3rem 0 0;overflow-wrap:break-word}.submission-note,#wizard-message{max-width:100%;line-height:1.5;overflow-wrap:break-word}#wizard-message:not(:empty){margin-bottom:1rem;padding:1rem;border-left:5px solid #a23;background:#fff}.privacy-note{margin-top:2rem;padding:2rem;border:2px solid var(--soft);border-radius:5mm}.privacy-note h2{margin-top:0}@media(max-width:700px){.two,.three{grid-template-columns:1fr}.assistant-hero,#project-wizard,.privacy-note{width:calc(100% - 24px)}.wizard-actions button{flex:1 1 100%}}

.date-range{margin:0 0 1.2rem}.date-range legend{margin:0 0 .7rem;font-size:1rem;line-height:1.35}.date-range label{margin-bottom:0}
input[readonly]{background:#e5e8f2;color:#202d75;font-weight:700;cursor:not-allowed}label small{font-weight:400;line-height:1.4;color:#515568}

