:root{--ink:#17233a;--muted:#667085;--orange:#f05a28;--green:#118657;--paper:#fff;--line:#e5e7eb}*{box-sizing:border-box}body{margin:0;background:#f5f3ee;color:var(--ink);font-family:Inter,system-ui,-apple-system,"Segoe UI",sans-serif}.site-header{height:82px;padding:12px clamp(20px,5vw,72px);display:flex;align-items:center;justify-content:space-between;background:#fff;border-bottom:1px solid var(--line)}.site-header img{max-height:58px;max-width:170px}.home-link{color:var(--ink);font-weight:700;text-decoration:none}.hero{text-align:center;padding:56px 20px 84px;background:linear-gradient(135deg,#14284a,#1e3d6a);color:#fff}.eyebrow{color:#ffbd66;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.hero h1{margin:.2em 0;font-size:clamp(2.2rem,6vw,4.5rem)}.hero>p:last-of-type{max-width:650px;margin:0 auto 28px;color:#d9e1ef}.choice-row{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}.choice,.primary,.secondary{border:0;border-radius:999px;padding:14px 24px;font-weight:800;cursor:pointer}.choice{background:transparent;color:#fff;border:1px solid #ffffff66}.choice.active,.primary{background:var(--orange);color:#fff}.builder{width:min(850px,calc(100% - 30px));margin:-42px auto 70px;background:var(--paper);border-radius:22px;box-shadow:0 18px 55px #17233a24;overflow:hidden}.steps{display:grid;grid-template-columns:repeat(3,1fr);border-bottom:1px solid var(--line)}.steps span{padding:18px 8px;text-align:center;color:var(--muted);font-size:.9rem}.steps span.active{color:var(--orange);box-shadow:inset 0 -3px var(--orange);font-weight:800}.stage{display:none;padding:clamp(24px,6vw,58px)}.stage.active{display:block}label{display:block;margin:18px 0 8px;font-weight:800}input,select{width:100%;border:1px solid #cdd2d9;border-radius:10px;padding:13px 14px;background:#fff;color:var(--ink);font:inherit}input:focus,select:focus{outline:3px solid #f05a2830;border-color:var(--orange)}.field-help{color:var(--muted);font-size:.9rem}.field-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.autocomplete{position:relative}#suggestions{position:absolute;left:0;right:0;z-index:5;background:#fff;border-radius:10px;box-shadow:0 10px 30px #17233a25;overflow:hidden}#suggestions button{display:block;width:100%;padding:12px 14px;text-align:left;border:0;border-bottom:1px solid var(--line);background:#fff;cursor:pointer}#suggestions button:hover,#suggestions button:focus{background:#fff4ee}.suggestion-id{display:block;color:var(--muted);font-size:.8rem}.primary{margin-top:18px}.secondary{margin-top:18px;background:#eef0f3;color:var(--ink)}.actions{display:flex;justify-content:space-between;gap:12px}.crop-shell{position:relative;width:min(420px,100%);aspect-ratio:1;margin:20px auto;background:#e8ebef;overflow:hidden;touch-action:none}.crop-shell canvas{display:block;width:100%;height:100%}.crop-ring{position:absolute;inset:8%;border:3px solid #fff;border-radius:50%;box-shadow:0 0 0 999px #0007;pointer-events:none}.preview-shell{overflow:auto;background:#e9ecef;padding:16px;border-radius:12px}.preview-shell canvas{display:block;width:min(100%,650px);height:auto;margin:auto;box-shadow:0 5px 18px #0002}.error{min-height:22px;color:#b42318;font-weight:700}.notice{padding:12px;background:#fff4d8;border-radius:8px;color:#765600}@media(max-width:600px){.field-grid{grid-template-columns:1fr}.steps span{font-size:.75rem}.stage{padding:24px 18px}}
