
*{box-sizing:border-box}body{margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:#17211c;background:#f6f8f7}button,input,select,textarea{font:inherit}.top{height:68px;background:#fff;border-bottom:1px solid #e4e9e6;display:flex;align-items:center;justify-content:space-between;padding:0 max(24px,calc((100% - 1180px)/2));position:sticky;top:0;z-index:5}.brand{display:flex;align-items:center;gap:10px;text-decoration:none;color:#17211c}.brand span{width:36px;height:36px;border-radius:10px;background:#173f32;color:#fff;display:grid;place-items:center;font-weight:800}.top nav{display:flex;gap:10px;align-items:center}.link{border:0;background:none;cursor:pointer}.primary,.secondary,.danger{border:0;border-radius:10px;padding:12px 18px;font-weight:700;cursor:pointer}.primary{background:#173f32;color:#fff}.secondary{background:#e9efec;color:#173f32}.danger{background:#fff0ee;color:#a3372b}.small{padding:9px 14px}.hero{max-width:1180px;margin:auto;padding:86px 24px 70px;display:grid;grid-template-columns:1.15fr .85fr;gap:50px;align-items:center}.eyebrow{font-size:13px;text-transform:uppercase;letter-spacing:.12em;font-weight:800;color:#a36525}.hero h1{font-size:54px;line-height:1.04;margin:12px 0 20px}.hero p{font-size:19px;line-height:1.6;color:#56625c;max-width:680px}.hero-card,.panel,.card{background:#fff;border:1px solid #e2e8e5;border-radius:18px;box-shadow:0 10px 35px rgba(22,52,42,.06)}.hero-card{padding:28px}.steps{display:grid;gap:18px}.step{display:flex;gap:14px}.num{width:34px;height:34px;flex:0 0 34px;border-radius:50%;display:grid;place-items:center;background:#f1e6d8;color:#9a5b1d;font-weight:800}.section{max-width:1180px;margin:auto;padding:48px 24px}.section h2{font-size:34px;margin:0 0 12px}.muted{color:#6d7872}.panel{max-width:760px;margin:36px auto;padding:30px}.panel.wide{max-width:1100px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.field{display:grid;gap:7px}.field.full{grid-column:1/-1}.field label{font-size:13px;font-weight:750}.field input,.field select,.field textarea{width:100%;border:1px solid #ccd5d0;border-radius:10px;padding:12px;background:#fff}.field textarea{min-height:100px;resize:vertical}.actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:20px}.choice-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:10px}.choice{padding:16px 10px;border:1px solid #d7dfdb;border-radius:12px;background:#fff;cursor:pointer;text-align:center;font-weight:700}.choice.active{border-color:#173f32;background:#eef4f1;color:#173f32}.shell{max-width:1240px;margin:auto;padding:28px 20px;display:grid;grid-template-columns:230px 1fr;gap:24px}.side{background:#173f32;color:#fff;border-radius:18px;padding:18px;height:max-content;position:sticky;top:92px}.side h3{margin:5px 8px 20px}.side button{display:block;width:100%;text-align:left;border:0;background:transparent;color:#dce8e3;padding:11px;border-radius:9px;cursor:pointer}.side button.active,.side button:hover{background:#285443;color:#fff}.content h1{margin-top:3px}.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin:20px 0}.stat{background:#fff;border:1px solid #e2e8e5;border-radius:14px;padding:18px}.stat strong{display:block;font-size:28px}.grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.card{padding:20px}.card h3{margin:0 0 8px}.meta{display:flex;gap:8px;flex-wrap:wrap;margin:10px 0}.tag{font-size:12px;padding:5px 8px;border-radius:999px;background:#edf2ef}.price{font-size:22px;font-weight:800;margin:10px 0}.gallery{display:grid;grid-template-columns:2fr 1fr 1fr;gap:8px;margin:14px 0}.gallery img{width:100%;height:150px;object-fit:cover;border-radius:10px}.gallery img:first-child{height:308px;grid-row:span 2}.notice{padding:12px;border-radius:10px;background:#fff8e8;color:#795716;margin:12px 0}.empty{text-align:center;padding:50px 20px;background:#fff;border:1px dashed #cad5cf;border-radius:16px}.back{border:0;background:none;color:#173f32;font-weight:700;cursor:pointer;padding:0 0 15px}.row{display:flex;align-items:center;justify-content:space-between;gap:15px}.notification{padding:14px 0;border-bottom:1px solid #e5e9e7}.notification.unread{font-weight:650}.hide{display:none!important}#toast{position:fixed;right:22px;bottom:22px;background:#17211c;color:#fff;padding:13px 17px;border-radius:10px;opacity:0;pointer-events:none;transition:.2s;z-index:20}#toast.show{opacity:1}@media(max-width:800px){.hero{grid-template-columns:1fr;padding-top:45px}.hero h1{font-size:40px}.choice-grid{grid-template-columns:1fr 1fr}.shell{grid-template-columns:1fr}.side{position:static}.stats{grid-template-columns:1fr 1fr}.grid,.form-grid{grid-template-columns:1fr}.field.full{grid-column:auto}.top nav .link{display:none}.gallery{grid-template-columns:1fr}.gallery img,.gallery img:first-child{height:220px;grid-row:auto}}

.budget-input{display:grid;grid-template-columns:minmax(0,1fr) 110px;gap:8px}
.budget-input input,.budget-input select{min-width:0}
@media(max-width:480px){.budget-input{grid-template-columns:minmax(0,1fr) 100px}}

.stat-link{cursor:pointer;transition:transform .15s ease,box-shadow .15s ease}
.stat-link:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(0,0,0,.08)}
.stat-link:focus{outline:2px solid currentColor;outline-offset:2px}
