.cp__wrapper{min-height:100vh;display:flex;flex-direction:column;font-family:Inter,sans-serif;background:#fff}.cp__hero{background:linear-gradient(135deg,#003070,#00448f);color:#fff;text-align:center;min-height:400px;padding:100px 24px;display:flex;align-items:center;justify-content:center}.cp__hero_title{font-size:52px;font-weight:800;margin-bottom:1.5rem;line-height:1.15}.cp__hero_text{font-size:20px;line-height:1.7;max-width:900px;margin:0 auto;color:#ffffffd9}.cp__container{max-width:1200px;margin:0 auto;padding:100px 24px}.cp__heading{font-size:40px;font-weight:800;color:#0a0a0a;text-align:center;margin-bottom:2rem;font-family:Inter,sans-serif}.cp__subtitle,.cp__text{text-align:center;font-size:16px;color:#6b7280;margin-bottom:2rem;line-height:1.7}.cp__services_grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:1.5rem;gap:1.5rem}.cp__service_card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:1.5rem;display:flex;align-items:center;gap:1rem;transition:all .2s ease;box-shadow:0 4px 24px #0000000f;white-space:pre-line}.cp__service_card:hover{border-color:#00448f;transform:translateY(-5px);box-shadow:0 12px 40px #00448f1f}.cp__service_icon{width:36px;height:36px;background:#00448f;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;flex-shrink:0}.cp__steps_grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:1.5rem;gap:1.5rem;margin-top:2rem}.cp__step_card{background:#f8faff;border:1px solid #e2e8f0;border-radius:16px;padding:1.5rem;display:flex;gap:1rem;align-items:center;box-shadow:0 4px 24px #0000000f}.cp__step_number{background:#00448f;color:#fff;width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:16px;flex-shrink:0}.cp__form_section{background:#f8faff}.cp__form{max-width:800px;margin:auto;display:flex;flex-direction:column;gap:18px}.cp__form_grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:15px;gap:15px}.cp__form input,.cp__form select,.cp__form textarea{padding:14px;border-radius:8px;border:1px solid #e2e8f0;font-size:14px;font-family:Inter,sans-serif;background:#fff;color:#0a0a0a;transition:border-color .2s ease}.cp__form input:focus,.cp__form select:focus,.cp__form textarea:focus{outline:none;border-color:#00448f;box-shadow:0 0 0 3px #00448f1a}.cp__form textarea{min-height:120px;resize:vertical}.cp__budget{font-weight:600;color:#0a0a0a}.cp__submit_btn{background:#00448f;color:#fff;border:none;padding:14px;border-radius:8px;font-weight:700;font-size:16px;cursor:pointer;transition:all .2s ease;font-family:Inter,sans-serif}.cp__submit_btn:hover{background:#003070;transform:translateY(-2px);box-shadow:0 8px 24px #00448f4d}.alert{padding:14px 18px;border-radius:10px;margin-bottom:20px;font-size:14px;font-weight:500;animation:fadeSlide .3s ease}.alert-success{background:#e6f9ed;color:#1e7e34;border:1px solid #b7e4c7}.alert-error{background:#fdecea;color:#c0392b;border:1px solid #f5c6cb}@keyframes fadeSlide{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.cp__why_list{max-width:800px;margin:2rem auto}.cp__why_item{display:flex;gap:1rem;padding:1.5rem;border:1px solid #e2e8f0;border-radius:16px;margin-bottom:1rem;background:#fff;box-shadow:0 4px 24px #0000000f;transition:all .2s ease}.cp__why_item:hover{transform:translateX(8px);border-color:#00448f;box-shadow:0 8px 32px #00448f1f}.cp__why_icon{width:36px;height:36px;background:#00448f;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.cp__why_text{font-size:16px;color:#0a0a0a;font-weight:500;line-height:1.6}.cp__faq_grid{max-width:900px;margin:2rem auto}.cp__faq_card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:1.8rem;margin-bottom:1.5rem;box-shadow:0 4px 24px #0000000f;transition:all .2s ease}.cp__faq_card:hover{border-color:#00448f;box-shadow:0 8px 32px #00448f1a}.cp__faq_q{font-weight:700;font-size:18px;margin-bottom:.5rem;color:#0a0a0a}.cp__faq_a{font-size:16px;color:#6b7280;line-height:1.7}.cp__slider{height:10px;border-radius:10px;appearance:none;outline:none;cursor:pointer}.cp__slider::-webkit-slider-thumb{appearance:none;width:18px;height:18px;background:#00448f;border-radius:50%;cursor:pointer}.cp__slider::-moz-range-thumb{width:18px;height:18px;background:#00448f;border-radius:50%}@media (max-width:1024px){.cp__hero_title{font-size:42px}.cp__services_grid,.cp__steps_grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.cp__hero{padding:60px 20px}.cp__hero_title{font-size:36px}.cp__container{padding:60px 20px}.cp__heading{font-size:28px}.cp__form_grid,.cp__services_grid,.cp__steps_grid{grid-template-columns:1fr}}