:root { font-family: 'DM Sans', system-ui, sans-serif; color:#2f3e46; background:#fdfbf7; }
* { box-sizing:border-box; }
body { margin:0; background:#fdfbf7; }
main { max-width:1280px; margin:0 auto; padding:40px 64px 80px; }
.site-header { max-width:1280px; margin:auto; padding:28px 64px 12px; display:flex; justify-content:space-between; align-items:center; }
.brand { color:#2f3e46; text-decoration:none; display:flex; align-items:center; min-width:0; }
.brand-logo { display:block; width:86px; height:auto; max-height:48px; object-fit:contain; }
h1,h2 { font-family:'Space Grotesk',system-ui,sans-serif; letter-spacing:-.055em; color:#2f3e46; }
h1 { margin:0 0 22px; font-size:clamp(42px,6.5vw,78px); line-height:.99; color:#263330; }
h1 em { color:#f05a47; font-style:normal; }
h2 { margin:0; font-size:30px; }
.page-shell { max-width:1040px; margin:0 auto; }
.hero { display:grid; grid-template-columns:1.35fr .65fr; gap:80px; align-items:end; padding:54px 0 76px; }
.hero-copy,.hero-note,.form-grid,.form-grid > * { min-width:0; }
.eyebrow,.kicker { color:#006a6a; text-transform:uppercase; letter-spacing:.13em; font-size:12px; font-weight:700; }
.eyebrow { margin-bottom:20px; display:flex; align-items:center; gap:10px; }
.eyebrow-dot { width:8px; height:8px; background:#f3b562; border-radius:50%; }
.lead { max-width:650px; color:#64716d; font-size:18px; line-height:1.55; margin:0 0 30px; }
.intro-points { display:flex; flex-wrap:wrap; gap:22px; color:#64716d; font-size:13px; }
.intro-points span { display:flex; gap:8px; align-items:center; }
.intro-points b { color:#f05a47; font-family:'Space Grotesk',sans-serif; }
.hero-note { background:#f5f1ea; border-radius:8px; padding:28px; display:grid; gap:16px; min-height:210px; max-width:100%; margin-inline:auto; transform:rotate(1.5deg); }
.note-icon { color:#f05a47; font-size:30px; }
.hero-note strong { font-family:'Space Grotesk',sans-serif; font-size:20px; line-height:1.12; }
.hero-note small { color:#64716d; line-height:1.45; }
.note-line { display:block; width:50px; height:3px; background:#006a6a; }
.panel { background:#fff; border:1px solid rgba(47,62,70,.12); border-radius:8px; padding:34px; margin-bottom:20px; box-shadow:0 8px 24px rgba(47,62,70,.05); }
.form-panel { max-width:860px; margin:0 auto 20px; }
.panel-heading { display:flex; justify-content:space-between; align-items:baseline; gap:20px; margin-bottom:28px; }
.kicker { display:block; margin-bottom:8px; }
.required-note,label span { color:#8b9691; font-size:12px; font-weight:400; }
.required-note b { color:#f05a47; }
form { display:grid; gap:20px; }
label { color:#263330; font-weight:700; display:grid; gap:8px; }
input,textarea,select { font:inherit; color:#2f3e46; padding:14px 15px; border:1px solid rgba(47,62,70,.22); border-radius:8px; width:100%; background:#fff; outline:none; transition:border-color .2s,box-shadow .2s; }
input[type="file"] { max-width:100%; overflow:hidden; }
input:focus,textarea:focus,select:focus { border-color:#006a6a; box-shadow:0 0 0 3px rgba(0,106,106,.12); }
textarea { min-height:150px; resize:vertical; }
.form-grid { display:grid; grid-template-columns:1fr 1fr; gap:18px; }
.file-field small { color:#8b9691; font-weight:400; }
.submit-button,button,.button { background:#f05a47; border:0; border-radius:8px; color:#fff; padding:15px 20px; font:700 15px 'DM Sans',sans-serif; cursor:pointer; text-decoration:none; display:inline-flex; align-items:center; justify-content:center; gap:14px; transition:transform .2s,background .2s; }
.submit-button:hover,button:hover,.button:hover { background:#d94838; transform:translateY(-1px); }
.button.secondary { background:#006a6a; padding:9px 14px; }
.notice { padding:14px 18px; border-radius:8px; background:#e2f1ed; color:#006a6a; margin:0 auto 18px; max-width:860px; }
.error { background:#fde8e7; color:#9b1c1c; }
.info-block { max-width:860px; margin:0 auto; display:flex; gap:14px; align-items:flex-start; padding:20px 4px; color:#64716d; }
.info-mark { flex:0 0 25px; height:25px; display:grid; place-items:center; border:2px solid #006a6a; border-radius:50%; color:#006a6a; font-family:'Space Grotesk'; font-weight:700; }
.info-block strong { color:#263330; }
.info-block p { margin:4px 0 0; line-height:1.5; font-size:14px; }
.privacy-note { text-align:center; color:#8b9691; font-size:12px; }
.muted { color:#627d98; }
.filters,.grid { display:grid; grid-template-columns:2fr 1fr; gap:20px; }
.filters { grid-template-columns:2fr repeat(3,1fr) auto; align-items:end; }
.table-wrap { overflow:auto; }
table { width:100%; border-collapse:collapse; }
th,td { padding:13px 10px; border-bottom:1px solid #e6e9ed; text-align:left; vertical-align:top; }
th { color:#52606d; font-size:13px; }
.badge { display:inline-block; padding:4px 8px; border-radius:99px; background:#e6f6f8; font-size:12px; }
.meta { display:grid; gap:10px; }
.meta div { border-bottom:1px solid #e6e9ed; padding-bottom:8px; }
.meta strong { display:block; font-size:12px; color:#627d98; }
.comment { border-left:3px solid #9fb3c8; padding-left:12px; margin:14px 0; }
@media (max-width:900px) { main { padding-left:28px; padding-right:28px; } .site-header { padding-left:28px; padding-right:28px; } .hero { gap:40px; } }
@media (max-width:760px) { main { padding:20px 18px 48px; } .site-header { padding:22px 18px 8px; } .hero { grid-template-columns:1fr; gap:30px; padding:38px 0 44px; } h1 { font-size:clamp(42px,12vw,62px); } .lead { font-size:16px; } .hero-note { max-width:330px; } .form-grid,.filters,.grid { grid-template-columns:1fr; } .panel { padding:24px 20px; } .panel-heading { align-items:flex-start; flex-direction:column; gap:8px; } .submit-button { width:100%; } }
