.features-list li{display:flex;align-items:flex-start;gap:12px;padding:12px 0;border-bottom:1px solid #f0f0f0;font-size:14px;color:#333}.features-list li:last-child{border-bottom:none}.check-icon svg{width:16px;height:16px;stroke:currentColor;stroke-width:3;fill:none}.benefit-icon svg{width:32px;height:32px;stroke:currentColor;stroke-width:1.5;fill:none}.benefit-content h3{font-size:16px;font-weight:700;color:#1a1a1a;margin-bottom:10px}.benefit-content p{font-size:14px;color:#666;line-height:1.7}.contact-section{padding:60px 0 80px;max-width:1400px;margin:0 auto}.contact-section h1{font-size:4rem;line-height:1.2;font-weight:700;color:#fff;text-transform:uppercase;text-align:center;margin-bottom:80px;background:#000;padding:30px 0 60px}.contact-wrapper{display:grid;grid-template-columns:1fr 1fr;gap:60px;max-width:1000px;margin:0 auto}.contact-form-wrapper h2{font-size:26px;font-weight:900;text-transform:uppercase;color:#1a1a1a;line-height:1.2;margin-bottom:40px}.contact-form{display:flex;flex-direction:column;gap:25px}.form-group{display:flex;flex-direction:column;gap:8px}.form-group label{font-size:14px;font-weight:600;color:#1a1a1a}.form-group label .required{color:red}.form-group input,.form-group select,.form-group textarea{padding:14px 16px;border:1px solid #ddd;font-size:14px;font-family:Inter,sans-serif;color:#1a1a1a;transition:border-color .3s;background:#fff}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#7b8cde}.form-group input::placeholder,.form-group textarea::placeholder{color:#999}.form-group select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23333' d='M6 8L1 3h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 16px center;padding-right:40px}.form-group textarea{min-height:150px;resize:vertical}.form-checkbox{display:flex;align-items:flex-start;gap:12px}.form-checkbox input[type=checkbox]{width:18px;height:18px;margin-top:2px;cursor:pointer;accent-color:#7B8CDE}.form-checkbox label{font-size:13px;color:#666;line-height:1.5}.form-checkbox label .required{color:red}.form-checkbox label a{color:#7b8cde;text-decoration:underline}.btn-submit{align-self:flex-start;padding:18px 40px;background:#eef386;color:#1a1a1a;font-size:13px;font-weight:800;letter-spacing:1px;text-transform:uppercase;border:none;border-radius:30px;cursor:pointer;transition:all .3s}.btn-submit:hover{background:#d4e043;transform:translateY(-2px)}.locations-wrapper{display:grid;grid-template-columns:1fr;gap:20px;align-items:flex-start}.location-card{background:#1a1a1a;padding:25px;color:#fff}.location-icon{width:36px;height:36px;margin-bottom:15px;color:#e8f54a}.location-icon svg{width:100%;height:100%;stroke:currentColor;stroke-width:1.5;fill:none}.location-card h3{font-size:14px;font-weight:800;letter-spacing:1px;text-transform:uppercase;margin-bottom:12px}.location-card address{font-style:normal;font-size:13px;color:#ccc;line-height:1.5;margin-bottom:12px}.location-card .location-phone{display:block;font-size:13px;color:#fff;margin-bottom:8px;text-decoration:underline;transition:color .3s}.location-card .location-phone:hover{color:#e8f54a}.location-card .location-email{display:block;font-size:13px;color:#fff;text-decoration:underline;word-break:break-all;transition:color .3s}.location-card .location-email:hover{color:#e8f54a}.hero{background:linear-gradient(to right,#0009,#0009),url(/img/contact/hero.jpg)}.hero-content{max-width:none;width:100%;text-align:center}.hero-title{font-size:60px}.btn-submit{position:relative;display:flex;align-items:center;justify-content:center;gap:.5rem}.btn-loader{display:none;width:18px;height:18px;border:2px solid transparent;border-top-color:currentColor;border-radius:50%;animation:spin .8s linear infinite}.btn-submit.loading .btn-text{opacity:.7}.btn-submit.loading .btn-loader{display:block}.btn-submit.loading{pointer-events:none}@keyframes spin{to{transform:rotate(360deg)}}.contact-form__success,.contact-form__error{display:none;text-align:center;padding:2rem;border-radius:8px;margin-top:1rem}.contact-form__success h3{font-size:30px}.contact-form__success p{font-size:16px;margin-top:20px}.contact-form-wrapper.success .contact-form,.contact-form-wrapper.success h2{display:none}.contact-form-wrapper.success .contact-form__success{display:block}.contact-form-wrapper.error .contact-form,.contact-form-wrapper.error h2{display:none}.contact-form-wrapper.error .contact-form__error{display:block}.success-icon,.error-icon{width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;font-size:2rem;font-weight:700}.success-icon{background-color:#d4edda;color:#28a745}.error-icon{background-color:#f8d7da;color:#dc3545}@media(max-width:1024px){.hero{min-height:200px}.contact-wrapper{gap:40px}.locations-wrapper{grid-template-columns:1fr}}@media(max-width:768px){.contact-section{padding:60px 20px}.contact-wrapper{grid-template-columns:1fr;gap:50px}.contact-form-wrapper h2{font-size:26px}.locations-wrapper{grid-template-columns:repeat(2,1fr)}}@media(max-width:500px){.hero-content{padding:40px 20px;width:100%}.hero-title{font-size:4rem}.locations-wrapper{grid-template-columns:1fr}}
