:root{--ink:#14283b;--teal:#10afa3;--mint:#8be3d6;--blue:#3d59d8;--coral:#f37767;--ivory:#f7f3ea;--cloud:#e9f0f2;--slate:#49606f}*{box-sizing:border-box}body{margin:0;background:linear-gradient(135deg,var(--ivory),#e8f8f5 55%,#edf1ff);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;min-height:100vh}.shell{width:min(1080px,calc(100% - 32px));margin:auto;padding:20px 0 36px}.brandbar{height:72px;display:flex;align-items:center;justify-content:space-between}.brandbar img{width:154px;height:auto}.brandbar span{background:var(--blue);color:#fff;padding:11px 16px;border-radius:9px;font-weight:800;box-shadow:0 9px 20px #3d59d833}.hero{background:var(--ink);color:#fff;border-radius:18px;padding:clamp(26px,5vw,54px);display:grid;grid-template-columns:1fr auto;gap:24px;align-items:center;box-shadow:0 20px 50px #14283b26}.eyebrow{color:var(--mint);font-weight:800;text-transform:uppercase;letter-spacing:.08em;font-size:13px}.hero h1{font-size:clamp(34px,5vw,60px);line-height:1.02;max-width:780px;margin:10px 0 14px}.hero p:last-child{font-size:18px;color:#dce8ec;margin:0}.hero-mark{width:112px;height:112px;border-radius:14px;background:var(--teal);display:grid;place-items:center;font-size:76px;font-weight:300}.card{background:#ffffffdd;border:1px solid #fff;border-radius:16px;padding:28px;margin-top:20px;box-shadow:0 16px 45px #14283b12;backdrop-filter:blur(10px)}.section-heading{display:flex;align-items:center;gap:15px;margin-bottom:22px}.section-heading h2,.card h2{margin:0 0 4px;font-size:25px}.section-heading p,.card p{margin:0;color:var(--slate)}.step,.iconbox{width:44px;height:44px;display:grid;place-items:center;flex:none;border-radius:9px;background:var(--teal);color:var(--ink);font-weight:900;font-size:19px}.coral{background:var(--coral)}label{display:grid;gap:7px;color:var(--ink);font-weight:750;margin-bottom:16px}input,select,textarea{width:100%;border:1px solid #b8cbd1;background:#fff;border-radius:9px;padding:14px;font:inherit;color:var(--ink);outline:none}input:focus,select:focus,textarea:focus{border-color:var(--teal);box-shadow:0 0 0 3px #10afa322}.fields.two{display:grid;grid-template-columns:1fr 1fr;gap:14px}.button{border:0;border-radius:9px;padding:14px 19px;font:inherit;font-weight:850;cursor:pointer}.button:disabled{opacity:.55;cursor:wait}.primary{background:var(--teal);color:var(--ink)}.secondary{background:var(--blue);color:#fff}.outline{background:#fff;color:var(--ink);border:2px solid var(--ink)}.actions{display:flex;gap:12px}.divider{display:flex;align-items:center;gap:12px;color:var(--slate);margin:18px 0}.divider:before,.divider:after{content:"";height:1px;background:#cbd8dc;flex:1}.dropzone{border:2px dashed #7bcfc4;background:#effbf8;padding:28px;border-radius:14px;text-align:center;place-items:center;cursor:pointer}.dropzone span{font-weight:500;color:var(--slate)}.upload-icon{width:48px;height:48px;border-radius:9px;background:var(--mint);display:grid!important;place-items:center;color:var(--ink)!important;font-size:27px}.previews{display:grid;grid-template-columns:repeat(6,1fr);gap:10px;margin-bottom:16px}.previews img{width:100%;aspect-ratio:1;object-fit:cover;border-radius:9px}.text-button{border:0;background:transparent;color:var(--slate);padding:14px;cursor:pointer}.notice{padding:15px 18px;border-radius:10px;background:#d9f5ef;color:#075f58;font-weight:750;margin-top:20px}.notice.error{background:#ffe2df;color:#87251d}.hidden{display:none!important}footer{text-align:center;color:var(--slate);padding:28px 12px 0;font-size:14px}@media(max-width:700px){.shell{width:min(100% - 20px,1080px)}.brandbar{height:64px}.brandbar img{width:130px}.hero{grid-template-columns:1fr}.hero-mark{display:none}.card{padding:20px}.fields.two{grid-template-columns:1fr}.actions{flex-direction:column}.previews{grid-template-columns:repeat(3,1fr)}}
