:root{--ink:#102621;--green:#1e674e;--mint:#dff3e8;--cream:#f7f4ec;--gold:#d7a84b}*{box-sizing:border-box}body{margin:0;background:var(--cream);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,sans-serif}.shell{max-width:1120px;margin:auto;padding:0 24px}header{height:82px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #18372f22}.brand{letter-spacing:.18em;font-size:15px}.brand b{color:var(--green)}.secure{font-size:13px;color:#557068}.hero{text-align:center;padding:58px 12px 36px}.eyebrow{color:var(--green);letter-spacing:.22em;font-weight:700;font-size:12px}.hero h1{font-family:Georgia,serif;font-size:clamp(39px,6vw,68px);line-height:1.02;margin:16px}.hero em{color:var(--green);font-weight:400}.hero>p:last-child{color:#567068;max-width:650px;margin:auto;line-height:1.7}.card{background:#fff;border-radius:24px;box-shadow:0 22px 70px #173f3220;max-width:820px;margin:auto;padding:30px}.chat{display:grid;gap:16px;margin-bottom:22px}.bubble{padding:15px 18px;border-radius:8px 18px 18px 18px;max-width:84%;line-height:1.5;background:var(--mint)}.bubble.user{justify-self:end;background:var(--ink);color:white;border-radius:18px 8px 18px 18px}.bubble h3{margin:0 0 8px}.bubble a{color:inherit}.preview{max-width:100%;background:#f3f7f4}.cover{width:100%;max-height:320px;object-fit:cover;border-radius:12px;margin:10px 0}textarea{width:100%;min-height:105px;border:1px solid #d5ded9;border-radius:14px;padding:16px;font:inherit;resize:vertical}#drop{margin-top:12px;border:1.5px dashed #8bb4a4;border-radius:14px;padding:24px;text-align:center;display:grid;gap:5px;cursor:pointer;background:#f9fcfa}#drop.drag{background:var(--mint)}#drop input{display:none}#drop span{font-size:12px;color:#698078}#thumbs{display:flex;gap:8px;overflow:auto;margin-top:10px}#thumbs img{width:70px;height:58px;object-fit:cover;border-radius:8px}button{border:0;background:var(--green);color:#fff;padding:15px 22px;border-radius:12px;font-weight:700;font-size:15px;cursor:pointer;margin-top:14px;width:100%}button:disabled{opacity:.5}.suggestions{display:grid;gap:8px}.suggestions label{padding:12px;border:1px solid #cbdad3;border-radius:10px}.progress{max-width:820px;margin:24px auto;background:var(--ink);color:#fff;padding:24px;border-radius:20px}.progress h2{font-family:Georgia,serif}.step{display:flex;justify-content:space-between;padding:9px 0;color:#afc3bc}.step.done{color:#fff}.timings{font-size:12px;color:#678078;margin-top:12px}footer{text-align:center;color:#769087;font-size:12px;padding:32px}.hidden{display:none}@media(max-width:600px){.shell{padding:0 12px}.hero{padding-top:38px}.card{padding:18px;border-radius:18px}.bubble{max-width:94%}header{height:64px}}
