.transit-form{background:#fff;border-radius:20px;padding:2rem 1.5rem;box-shadow:0 10px 40px #00000014;margin:2rem auto;max-width:100%}@media(min-width:768px){.transit-form{padding:3rem 2.5rem;border-radius:24px}}@media(min-width:1024px){.transit-form{padding:4rem 3rem}}.service-selection{background:linear-gradient(135deg,#f8f9fa,#e9ecef);padding:1.5rem;border-radius:16px;margin-bottom:2rem;border:2px solid #e0e0e0;box-shadow:0 4px 15px #0000000d}@media(min-width:768px){.service-selection{padding:2rem 2.5rem;border-radius:20px}}.service-selection h3{margin-bottom:1.25rem;color:#2e7d32;font-size:1.25rem;font-weight:700}@media(min-width:768px){.service-selection h3{font-size:1.5rem;margin-bottom:1.5rem}}.service-selection select{font-size:1rem;padding:.875rem;border-radius:12px;border:2px solid #ddd;background:#fff;transition:all .3s ease;width:100%}@media(min-width:768px){.service-selection select{font-size:1.1rem;padding:1rem 1.25rem}}.service-selection select:focus{border-color:#2e7d32;box-shadow:0 0 0 3px #2e7d321a;outline:none}.service-selection select option:disabled{color:#999;font-style:italic}.form-steps{display:flex;justify-content:space-between;margin-bottom:2rem;position:relative;padding:0 .5rem}@media(min-width:768px){.form-steps{margin-bottom:3rem;padding:0}}.form-steps:before{content:"";position:absolute;top:20px;left:0;right:0;height:3px;background:#e0e0e0;z-index:0}@media(min-width:768px){.form-steps:before{top:25px}}.step-indicator{display:flex;flex-direction:column;align-items:center;position:relative;z-index:1;flex:1;cursor:pointer;transition:all .3s ease}.step-number{width:40px;height:40px;border-radius:50%;background:#fff;border:3px solid #e0e0e0;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1rem;color:#999;margin-bottom:.5rem;transition:all .3s ease}@media(min-width:768px){.step-number{width:50px;height:50px;font-size:1.2rem;margin-bottom:.75rem}}.step-title{font-size:.7rem;color:#000;font-weight:600;text-align:center;max-width:80px;line-height:1.2}@media(min-width:768px){.step-title{font-size:.9rem;max-width:120px}}.step-indicator.active .step-number{background:linear-gradient(135deg,#2e7d32,#4caf50);border-color:#2e7d32;color:#fff;box-shadow:0 4px 15px #2e7d324d;transform:scale(1.1)}.step-indicator.active .step-title{color:#fff;font-weight:700}.step-indicator.completed .step-number{background:#4caf50;border-color:#4caf50;color:#fff}.step-indicator.completed .step-title{color:#4caf50}.form-section{margin-bottom:2rem;padding:1.5rem;background:#f8f9fa;border-radius:16px;border:1px solid #e9ecef}@media(min-width:768px){.form-section{padding:2rem;margin-bottom:2.5rem;border-radius:20px}}.form-section h4{color:#2e7d32;font-size:1.1rem;margin-bottom:1.25rem;font-weight:700;padding-bottom:.75rem;border-bottom:2px solid #e0e0e0}@media(min-width:768px){.form-section h4{font-size:1.3rem;margin-bottom:1.5rem}}.form-row{display:grid;gap:1rem;grid-template-columns:1fr;margin-bottom:1rem}@media(min-width:640px){.form-row{grid-template-columns:repeat(2,1fr);gap:1.25rem}}@media(min-width:1024px){.form-row{grid-template-columns:repeat(3,1fr);gap:1.5rem}}.form-group{margin-bottom:1.25rem}.form-group label{display:block;font-weight:600;margin-bottom:.5rem;color:#333;font-size:.95rem}@media(min-width:768px){.form-group label{font-size:1rem}}.form-group .required{color:#dc3545;margin-left:2px}.form-group input:not([type=checkbox]):not([type=radio]),.form-group select,.form-group textarea{width:100%;padding:.875rem;border:2px solid #ddd;border-radius:10px;font-size:.95rem;transition:all .3s ease;background:#fff;color:#333}@media(min-width:768px){.form-group input:not([type=checkbox]):not([type=radio]),.form-group select,.form-group textarea{padding:1rem;font-size:1rem;border-radius:12px}}.form-group input:not([type=checkbox]):not([type=radio]):focus,.form-group select:focus,.form-group textarea:focus{border-color:#2e7d32;box-shadow:0 0 0 3px #2e7d321a;outline:none}.form-group textarea{min-height:100px;resize:vertical}@media(min-width:768px){.form-group textarea{min-height:120px}}.radio-group,.checkbox-group{display:flex;flex-direction:column;gap:.75rem}@media(min-width:640px){.radio-group,.checkbox-group{flex-direction:row;gap:1.5rem}}.radio-label,.checkbox-label{display:flex;align-items:center;cursor:pointer;padding:.75rem 1rem;border:2px solid #e0e0e0;border-radius:10px;background:#fff;transition:all .3s ease;font-weight:500}@media(min-width:768px){.radio-label,.checkbox-label{padding:1rem 1.25rem;border-radius:12px}}.radio-label:hover,.checkbox-label:hover{border-color:#2e7d32;background:#2e7d320d}.radio-label input[type=radio],.checkbox-label input[type=checkbox]{margin-right:.5rem;width:18px;height:18px;cursor:pointer}@media(min-width:768px){.radio-label input[type=radio],.checkbox-label input[type=checkbox]{width:20px;height:20px;margin-right:.75rem}}.radio-label input[type=radio]:checked~span,.checkbox-label input[type=checkbox]:checked~span{color:#2e7d32;font-weight:700}.repeater-section{margin-bottom:1.5rem;padding:1.25rem;background:#fff;border-radius:12px;border:2px dashed #ddd}@media(min-width:768px){.repeater-section{padding:1.5rem;margin-bottom:2rem;border-radius:16px}}.repeater-section>label{display:block;font-weight:700;margin-bottom:1rem;color:#333;font-size:1rem}@media(min-width:768px){.repeater-section>label{font-size:1.1rem}}.repeater-item{display:grid;gap:.75rem;grid-template-columns:1fr auto;margin-bottom:.75rem;padding:1rem;background:#f8f9fa;border-radius:10px;border:1px solid #e0e0e0;align-items:start}@media(min-width:768px){.repeater-item{gap:1rem;padding:1.25rem;border-radius:12px}}.repeater-item input,.repeater-item select{width:100%}.btn-remove{background:#dc3545;color:#fff;border:none;padding:.5rem .75rem;border-radius:8px;cursor:pointer;transition:all .3s ease;font-size:1rem;height:fit-content}@media(min-width:768px){.btn-remove{padding:.625rem 1rem;border-radius:10px}}.btn-remove:hover{background:#c82333;transform:scale(1.05)}.btn{padding:.875rem 1.75rem;font-size:1rem;font-weight:600;border:none;border-radius:12px;cursor:pointer;transition:all .3s ease;display:inline-flex;align-items:center;gap:.5rem;text-decoration:none;width:100%;justify-content:center}@media(min-width:640px){.btn{width:auto;padding:1rem 2rem;font-size:1.05rem}}@media(min-width:768px){.btn{padding:1.125rem 2.5rem;font-size:1.1rem;border-radius:14px}}.btn-primary{background:linear-gradient(135deg,#2e7d32,#4caf50);color:#fff;box-shadow:0 4px 15px #2e7d324d}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #2e7d3266}.btn-secondary{background:#6c757d;color:#fff}.btn-secondary:hover{background:#5a6268;transform:translateY(-2px)}.btn:disabled{opacity:.5;cursor:not-allowed}.form-navigation{display:flex;flex-direction:column-reverse;gap:1rem;margin-top:2rem;padding-top:2rem;border-top:2px solid #e0e0e0}@media(min-width:640px){.form-navigation{flex-direction:row;justify-content:space-between;gap:1.5rem}}.coming-soon{text-align:center;padding:3rem 1.5rem;font-size:1.25rem;color:#666;background:linear-gradient(135deg,#f8f9fa,#e9ecef);border-radius:16px;margin:2rem 0;border:2px dashed #ccc}@media(min-width:768px){.coming-soon{padding:4rem 2rem;font-size:1.5rem;border-radius:20px}}.review-container{background:#f8f9fa;padding:1.5rem;border-radius:16px;border:2px solid #e0e0e0}@media(min-width:768px){.review-container{padding:2rem;border-radius:20px}}.review-section{margin-bottom:2rem;padding-bottom:2rem;border-bottom:2px solid #e0e0e0}.review-section:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.review-section h3{color:#2e7d32;font-size:1.2rem;margin-bottom:1rem;font-weight:700}@media(min-width:768px){.review-section h3{font-size:1.4rem}}.review-section dl{display:grid;grid-template-columns:1fr;gap:.75rem}@media(min-width:640px){.review-section dl{grid-template-columns:auto 1fr;gap:1rem 1.5rem}}.review-section dt{font-weight:600;color:#666;font-size:.95rem}.review-section dd{color:#333;font-size:.95rem;margin-left:0;word-break:break-word}@media(min-width:768px){.review-section dt,.review-section dd{font-size:1rem}}.border-red-500{border-color:#dc3545!important}.error-message{color:#dc3545;font-size:.875rem;margin-top:.25rem;display:block}.hidden{display:none!important}@media(max-width:768px){.container{padding:0 1rem}.section-title{font-size:1.75rem!important;line-height:1.3}.form-step h3{font-size:1.25rem}.form-step>p{font-size:.95rem}}@media(max-width:480px){.section-title{font-size:1.5rem!important}.step-title{font-size:.65rem;max-width:60px}.step-number{width:35px;height:35px;font-size:.9rem}.form-steps:before{top:17px}}input[type=file]{padding:.75rem!important;border:2px dashed #ddd!important;background:#f8f9fa!important;cursor:pointer}@media(min-width:768px){input[type=file]{padding:1rem!important}}input[type=file]:hover{border-color:#2e7d32!important;background:#2e7d320d!important}@keyframes spin{to{transform:rotate(360deg)}}.loading{animation:spin 1s linear infinite}.mobile-menu-toggle{display:none;background:none;border:none;font-size:1.5rem;color:var(--dark);cursor:pointer;padding:.5rem}@media(max-width:768px){.mobile-menu-toggle{display:block}nav ul{display:none;position:absolute;top:100%;left:0;right:0;background:#fff;flex-direction:column;box-shadow:0 10px 30px #00000026;border-radius:0 0 16px 16px;padding:1rem 0}nav ul.mobile-menu-open{display:flex}nav ul li{margin:0;width:100%}nav ul li a{display:block;padding:1rem 1.5rem;border-radius:0;width:100%}.header-container{position:relative}}@media(max-width:768px){.hero{padding:3rem 0!important}.hero h1{font-size:2rem!important;line-height:1.2!important}.hero p{font-size:1rem!important}.hero .btn{width:100%}}@media(max-width:768px){.about-grid{grid-template-columns:1fr!important;gap:1.5rem!important}.about-card{padding:1.5rem!important}}@media(max-width:768px){.testimonial-carousel{padding:1rem!important}.testimonial-card{padding:1.5rem!important}}@media(max-width:768px){footer .container>div{grid-template-columns:1fr!important;gap:2rem!important}.footer-section{text-align:center!important}.social-links{justify-content:center!important}}@media(max-width:768px){.section{padding:3rem 0!important}h2.section-title{font-size:1.75rem!important}h3{font-size:1.3rem!important}}@media(max-width:768px){button,a,input[type=submit],input[type=button],.btn,select{min-height:44px;min-width:44px}}html,body{overflow-x:hidden;width:100%}body{-webkit-overflow-scrolling:touch}*:focus-visible{outline:3px solid rgba(46,125,50,.5);outline-offset:2px}img{max-width:100%;height:auto}@media(max-width:768px){table{display:block;overflow-x:auto;-webkit-overflow-scrolling:touch}}.repeater-item input[type=number],.repeater-item input[type=text],.repeater-item select{min-height:50px;font-size:16px;padding:12px 16px;width:100%!important;box-sizing:border-box}.repeater-item .form-group label{font-size:15px;font-weight:600;margin-bottom:8px;display:block}.repeater-item .form-group{flex:1;min-width:150px;max-width:100%}.repeater-item{padding:1.5rem;margin-bottom:1.5rem;background:#f8f9fa;border-radius:12px;border:2px solid #e0e0e0}.repeater-item .form-row{display:flex;gap:1rem;flex-wrap:wrap;align-items:flex-end}.repeater-item .btn-remove{min-width:44px;min-height:44px;font-size:18px;padding:10px;border-radius:8px;flex-shrink:0;align-self:flex-end;margin-bottom:0}@media(min-width:768px){.repeater-item input[type=number],.repeater-item input[type=text],.repeater-item select{min-height:54px;font-size:17px;padding:14px 18px}.repeater-item .form-group label{font-size:16px}.repeater-item .form-row{gap:1.25rem}.repeater-item .form-group{min-width:180px}}@media(min-width:1024px){.repeater-item input[type=number],.repeater-item input[type=text],.repeater-item select{min-height:56px;font-size:18px;padding:16px 20px}.repeater-item .form-group label{font-size:17px}.repeater-item .form-row{gap:1.5rem}.repeater-item .form-group{min-width:200px}}
