.success-section{padding:80px 0;background:#f8f9fa;min-height:60vh;display:flex;align-items:center}.success-card{background:#fff;padding:3rem;border-radius:15px;box-shadow:0 10px 30px rgba(0,0,0,.1);text-align:center;max-width:600px;margin:0 auto}.success-card h1{color:#28a745;margin-bottom:1rem;font-size:2rem}.success-card p{margin-bottom:2rem;color:#666}.success-details{text-align:left}.success-details h3{margin-bottom:1rem;color:#333}.success-details ol{margin-left:1rem}.success-details li{margin-bottom:.5rem;color:#666}.hero{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:60px 0;text-align:center}.hero h1{font-size:3rem;margin-bottom:1rem}.hero p{font-size:1.2rem;opacity:.9}.form-wrapper{display:grid;grid-template-columns:2fr 1fr;grid-gap:3rem;gap:3rem;align-items:start}.apply-form{background:#fff;padding:2rem;border-radius:15px;box-shadow:0 10px 30px rgba(0,0,0,.1)}.form-group{margin-bottom:1.5rem}.form-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:1rem;gap:1rem}label{display:block;margin-bottom:.5rem;font-weight:600;color:#333}input,select,textarea{width:100%;padding:.8rem;border:2px solid #e9ecef;border-radius:8px;font-size:1rem;transition:border-color .3s ease}input:focus,select:focus,textarea:focus{outline:none;border-color:#007bff}.options-grid{display:grid;grid-gap:.8rem;gap:.8rem}.option-item{display:flex;align-items:center;gap:.5rem;cursor:pointer;padding:.5rem;border-radius:5px;transition:background-color .3s ease}.option-item:hover{background-color:#f8f9fa}.option-item input[type=checkbox]{width:auto;margin:0}.agreement{display:flex;align-items:center;gap:.5rem;cursor:pointer}.agreement input[type=checkbox]{width:auto;margin:0}.submit-btn{width:100%;padding:1rem;font-size:1.1rem;margin-top:1rem}.submit-btn:disabled{background-color:#6c757d;cursor:not-allowed}.form-sidebar{display:flex;flex-direction:column;gap:2rem}.estimate-card,.info-card,.summary-card{background:#fff;padding:1.5rem;border-radius:10px;box-shadow:0 5px 15px rgba(0,0,0,.1)}.estimate-card h3,.info-card h3,.summary-card h3{margin-bottom:1rem;color:#333}.summary-item{display:flex;justify-content:space-between;margin-bottom:.8rem;padding-bottom:.8rem;border-bottom:1px solid #eee}.info-card ol{margin-left:1rem}.info-card li{margin-bottom:.5rem;color:#666}.estimate-item{margin-bottom:.8rem;padding-bottom:.5rem;border-bottom:1px solid #f0f0f0}.estimate-item,.estimate-total{display:flex;justify-content:space-between}.estimate-total{margin-top:1rem;padding-top:1rem;border-top:2px solid #007bff;font-weight:700;font-size:1.1rem;color:#007bff}.estimate-note{margin-top:1rem;font-size:.8rem;color:#666;line-height:1.4}.estimate-placeholder{text-align:center;color:#999;font-style:italic;padding:2rem 0}@media (max-width:768px){.hero h1{font-size:2rem}.form-wrapper{gap:2rem}.form-row,.form-wrapper{grid-template-columns:1fr}.apply-form{padding:1.5rem}}