.project-request-page{width:100%;color:#0f172a}.project-request-page__inner{max-width:1080px;margin:0 auto;padding:2.5rem 1.25rem 4rem;box-sizing:border-box}.project-request-hero{text-align:center;margin-bottom:2.5rem}.project-request-hero h1{margin:0 0 1rem;font-size:clamp(1.75rem,4vw,2.35rem);font-weight:800;letter-spacing:-.03em;line-height:1.2;color:#052e16}.project-request-hero p{margin:0 auto;max-width:42rem;font-size:1.05rem;line-height:1.6;color:#475569}.project-request-layout{display:grid;grid-template-columns:1fr 300px;grid-gap:1.75rem;gap:1.75rem;align-items:start}.project-request-aside{display:flex;flex-direction:column;gap:1rem}.project-request-info-box{padding:1.15rem 1.25rem;background:#fff;border:1px solid rgba(15,42,30,.1);border-radius:12px;box-shadow:0 4px 18px rgba(15,23,42,.05)}.project-request-info-box h3{margin:0 0 .65rem;font-size:.95rem;font-weight:700;color:#14532d}.project-request-info-box p{margin:0;font-size:.88rem;line-height:1.55;color:#64748b}.project-request-info-box ul{margin:0;padding-left:1.1rem;font-size:.88rem;line-height:1.55;color:#475569}.project-request-info-box li{margin-bottom:.3rem}.project-request-form{display:flex;flex-direction:column;gap:1.25rem}.project-request-section{padding:1.5rem;background:#fff;border:1px solid rgba(15,42,30,.1);border-radius:14px;box-shadow:0 4px 18px rgba(15,23,42,.06)}.project-request-section h2{margin:0 0 1.15rem;font-size:1.1rem;font-weight:700;color:#14532d}.project-request-section>p{margin:-.5rem 0 1rem;font-size:.9rem;line-height:1.5;color:#64748b}.project-request-fields{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:1rem;gap:1rem}.project-request-field{display:flex;flex-direction:column;gap:.35rem}.project-request-field--full{grid-column:1/-1}.project-request-field label,.project-request-field>span{font-size:.9rem;font-weight:600;color:#334155}.project-request-field input[type=email],.project-request-field input[type=number],.project-request-field input[type=password],.project-request-field input[type=tel],.project-request-field input[type=text],.project-request-field select,.project-request-field textarea{padding:.55rem .65rem;border-radius:8px;border:1px solid rgba(15,42,30,.2);font:inherit;font-size:.92rem;color:#0f172a;background:#fff;box-sizing:border-box;width:100%}.project-request-checkbox-group input[type=checkbox],.project-request-radio-group input[type=radio]{width:auto;padding:0;border:none;border-radius:0;background:transparent;accent-color:#16a34a}.project-request-field textarea{min-height:120px;resize:vertical}.project-request-field input:focus,.project-request-field select:focus,.project-request-field textarea:focus{outline:2px solid rgba(22,163,74,.35);outline-offset:1px;border-color:rgba(22,163,74,.45)}.project-request-field--error input,.project-request-field--error select,.project-request-field--error textarea{border-color:#dc2626}.project-request-error{margin:0;font-size:.82rem;color:#dc2626}.project-request-checkbox-group,.project-request-radio-group{display:flex;flex-direction:column;gap:.55rem}.project-request-checkbox-group label,.project-request-radio-group label{display:flex;align-items:flex-start;gap:.55rem;font-size:.9rem;font-weight:500;color:#334155;cursor:pointer}.project-request-checkbox-group input,.project-request-radio-group input{margin-top:.22rem;flex-shrink:0}.project-request-option-text{display:block;line-height:1.35;padding-top:.02rem}.project-request-file-input{display:flex;flex-direction:column;gap:.65rem}.project-request-file-input input[type=file]{font-size:.88rem;color:#475569}.project-request-file-list{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:.4rem}.project-request-file-list li{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.5rem .75rem;background:rgba(15,42,30,.04);border-radius:8px;font-size:.85rem;color:#475569}.project-request-file-remove{padding:.2rem .5rem;border:none;border-radius:6px;background:transparent;color:#dc2626;font-size:.8rem;font-weight:600;cursor:pointer}.project-request-file-remove:hover{background:rgba(220,38,38,.08)}.project-request-submit{display:inline-flex;align-items:center;justify-content:center;width:100%;padding:.75rem 1.35rem;border:none;border-radius:10px;font-weight:700;font-size:1rem;color:#fff;background:linear-gradient(165deg,#16a34a,#15803d);box-shadow:0 4px 14px rgba(22,163,74,.35);cursor:pointer;transition:transform .12s ease,box-shadow .18s ease}.project-request-submit:hover:not(:disabled){box-shadow:0 6px 20px rgba(22,163,74,.45);transform:translateY(-1px)}.project-request-submit:disabled{opacity:.65;cursor:not-allowed}.project-request-success{text-align:center;padding:2.5rem 1.5rem;background:#fff;border:1px solid rgba(22,163,74,.25);border-radius:16px;box-shadow:0 4px 20px rgba(15,23,42,.06)}.project-request-success h2{margin:0 0 .75rem;font-size:1.5rem;font-weight:800;color:#15803d}.project-request-success p{margin:0 auto 1.25rem;max-width:32rem;font-size:1rem;line-height:1.6;color:#475569}.project-request-success .services-btn{display:inline-flex}@media (max-width:900px){.project-request-layout{grid-template-columns:1fr}.project-request-aside{order:-1;flex-direction:row;flex-wrap:wrap}.project-request-info-box{flex:1 1;min-width:240px}}@media (max-width:600px){.project-request-page__inner{padding:1.75rem 1rem 3rem}.project-request-fields{grid-template-columns:1fr}.project-request-aside{flex-direction:column}}