:root{--navy:#071a31;--blue:#0865c8;--line:#dce5eb;--muted:#617386}*{box-sizing:border-box}body{margin:0;background:#f3f7fa;color:var(--navy);font:16px/1.6 'Plus Jakarta Sans',Arial,sans-serif}html[dir=rtl] body{font-family:'Cairo',Arial,sans-serif}header{height:76px;padding:0 max(24px,calc((100% - 1160px)/2));display:flex;align-items:center;justify-content:space-between;background:#fff;border-bottom:1px solid var(--line)}header a{text-decoration:none;color:var(--navy);font-weight:800}.brand{font-size:24px;letter-spacing:.12em}.intro{padding:65px max(24px,calc((100% - 1000px)/2)) 50px;background:linear-gradient(120deg,#071a31,#0c568d);color:#fff}.intro span{color:#82bee9;font-size:12px;letter-spacing:.18em;font-weight:800}.intro h1{font-size:clamp(38px,5vw,62px);line-height:1.12;margin:12px 0}.intro p{max-width:760px;color:#c8d9e6;font-size:18px}.form-card{width:min(1000px,calc(100% - 30px));margin:45px auto 70px;background:#fff;border-radius:15px;padding:38px;box-shadow:0 18px 55px #071a3112}.form-card h2{margin:0 0 22px;font-size:23px}.products{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-bottom:38px}.product{display:grid;grid-template-columns:74px 1fr auto;align-items:center;gap:14px;border:1px solid var(--line);padding:10px;border-radius:11px}.product img{width:74px;height:64px;object-fit:cover;border-radius:7px;background:#e5ebef}.product b{display:block}.product small{display:block;color:var(--muted);margin-top:3px}.qty{display:flex;align-items:center;border:1px solid var(--line);border-radius:8px;overflow:hidden}.qty button{width:34px;height:40px;border:0;background:#edf4f9;font-size:20px;cursor:pointer}.qty input{width:45px;height:40px;border:0;text-align:center;font:700 15px inherit}.grid{display:grid;grid-template-columns:1fr 1fr;gap:17px}.full{grid-column:1/-1}label{display:grid;gap:7px;font-weight:700;font-size:13px}input,textarea{width:100%;padding:13px;border:1px solid var(--line);border-radius:8px;font:inherit}textarea{min-height:120px}.submit{margin-top:25px;border:0;border-radius:8px;background:var(--blue);color:#fff;padding:16px 25px;font:800 16px inherit;cursor:pointer}.error,.success{padding:20px;border-radius:10px}.error{background:#fde9e9;color:#922}.success{background:#e5f6ee;color:#126846}.success b{font-size:21px}.success a{color:#0865c8;font-weight:800}@media(max-width:760px){.intro{padding-top:45px}.form-card{padding:22px}.products,.grid{grid-template-columns:1fr}.full{grid-column:auto}.product{grid-template-columns:60px 1fr}.product img{width:60px;height:56px}.qty{grid-column:1/-1;justify-self:stretch}.qty input{flex:1}.form-card h2{font-size:20px}}
