:root { color-scheme: light; font-family: Arial, sans-serif; color: #17211a; background: #eef3ef; }
* { box-sizing: border-box; }
body { margin: 0; background: linear-gradient(145deg, #eef3ef, #f8faf8); }
.morgro-request { width: min(100%, 980px); margin: 0 auto; padding: 32px 16px 56px; }
.morgro-request__card { background: #fff; border: 1px solid #d8e2da; border-radius: 14px; padding: clamp(22px, 4vw, 42px); box-shadow: 0 16px 45px rgba(22, 56, 32, .1); }
.morgro-request__logo { display: block; width: min(250px, 70%); max-height: 110px; object-fit: contain; object-position: left center; margin: 0 0 18px; }
h1 { margin: 8px 0; font-size: clamp(28px, 5vw, 42px); }
h2 { margin: 0 0 16px; font-size: 20px; }
h3 { margin: 20px 0 10px; font-size: 16px; }
header p, .morgro-request__success p { color: #526057; line-height: 1.55; }
form { display: grid; gap: 24px; margin-top: 28px; }
section section { padding-top: 22px; border-top: 1px solid #e1e8e3; }
.morgro-request__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.morgro-request__grid[hidden] { display: none; }
label { display: grid; gap: 6px; color: #263d2e; font-size: 14px; font-weight: 700; }
input, select, textarea { width: 100%; min-height: 44px; border: 1px solid #b8c8bc; border-radius: 7px; padding: 10px 12px; background: #fff; color: #17211a; font: inherit; font-weight: 400; }
textarea { min-height: 90px; resize: vertical; }
input:focus, select:focus, textarea:focus { outline: 3px solid rgba(8, 115, 51, .14); border-color: #087333; }
.span-2 { grid-column: 1 / -1; }
.morgro-request__products { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.morgro-request__product-group { border: 1px solid #d6e1d8; border-radius: 8px; padding: 12px; }
.morgro-request__product-group legend { padding: 0 6px; color: #087333; font-weight: 800; }
.morgro-request__check { display: flex; align-items: center; gap: 8px; margin: 7px 0; font-weight: 500; }
.morgro-request__check input { width: 18px; min-height: 18px; margin: 0; }
.morgro-request__error { color: #a32121; font-size: 12px; font-weight: 700; }
.morgro-request__banner { padding: 12px 14px; border: 1px solid #efb4b4; border-radius: 8px; background: #fff4f4; color: #8a1c1c; }
.morgro-request__note { padding: 14px 16px; border-left: 4px solid #087333; background: #f0f7f2; line-height: 1.5; }
button { min-height: 48px; border: 0; border-radius: 8px; padding: 12px 18px; background: #087333; color: #fff; font-size: 16px; font-weight: 800; cursor: pointer; }
button:hover { background: #065d2a; }
.morgro-request__honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.morgro-request__success { margin-top: 10vh; text-align: center; }
.morgro-request__success .morgro-request__logo { margin: 0 auto 18px; }
@media (max-width: 680px) { .morgro-request__grid, .morgro-request__products { grid-template-columns: 1fr; } .span-2 { grid-column: auto; } }
