.reviews-section{background:linear-gradient(135deg,#f8fafc,#fff 50%,#f1f5f9);overflow:hidden;padding:8rem 0;position:relative}.reviews-section:before{background-image:radial-gradient(circle at 20% 20%,rgba(247,183,49,.04) 0,rgba(0,0,0,0) 50%),radial-gradient(circle at 80% 80%,rgba(51,102,255,.04) 0,rgba(0,0,0,0) 50%);content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:0}.reviews-tabs{display:flex;justify-content:center;margin-bottom:3rem;position:relative;z-index:1}.tab{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:rgba(255,255,255,.8);border:2px solid #0000;border-radius:25px;color:#64748b;cursor:pointer;font-size:1.1rem;font-weight:600;margin:0 .5rem;overflow:hidden;padding:1rem 2.5rem;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1)}.tab:before{background:linear-gradient(135deg,rgba(247,183,49,.1),rgba(51,102,255,.05));bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .3s ease}.tab:hover{border-color:rgba(247,183,49,.3);box-shadow:0 8px 25px rgba(247,183,49,.15);transform:translateY(-3px)}.tab:hover:before{opacity:1}.tab.active{background:linear-gradient(135deg,#f7b731,#f97316);border-color:#f7b731;box-shadow:0 8px 25px rgba(247,183,49,.3);color:#fff;transform:translateY(-3px)}.qa-container,.reviews-container{margin:0 auto;max-width:1200px;padding:0 2rem;position:relative;z-index:1}.qa-header,.reviews-header{align-items:center;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:rgba(255,255,255,.9);border:1px solid #fff3;border-radius:20px;box-shadow:0 10px 30px rgba(0,0,0,.05);display:flex;justify-content:space-between;margin-bottom:3rem;padding:2rem}.qa-header h2,.reviews-header h2{background:linear-gradient(135deg,#1a202c,#4a5568);-webkit-background-clip:text;color:#1a202c;font-size:2.5rem;font-weight:800;letter-spacing:-.02em;margin:0;-webkit-text-fill-color:#0000;background-clip:text}.ask-question-btn,.primary-btn,.write-review{background:linear-gradient(135deg,#f7b731,#f97316);border:none;border-radius:15px;box-shadow:0 8px 20px rgba(247,183,49,.2);color:#fff;cursor:pointer;font-size:1.05rem;font-weight:600;overflow:hidden;padding:1rem 2rem;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1)}.ask-question-btn:before,.primary-btn:before,.write-review:before{background:linear-gradient(90deg,rgba(0,0,0,0),rgba(255,255,255,.2),rgba(0,0,0,0));content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s ease;width:100%}.ask-question-btn:hover,.primary-btn:hover,.write-review:hover{box-shadow:0 12px 30px rgba(247,183,49,.3);transform:translateY(-3px)}.ask-question-btn:hover:before,.primary-btn:hover:before,.write-review:hover:before{left:100%}.reviews-overview{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:rgba(255,255,255,.95);border:1px solid #fff3;border-radius:20px;box-shadow:0 15px 35px rgba(0,0,0,.05);display:flex;gap:3rem;margin-bottom:3rem;padding:2.5rem}.rating-summary{align-items:center;display:flex;flex-direction:column;min-width:200px}.rating-score{color:#1a202c;font-size:4rem;font-weight:800;margin-bottom:.5rem;text-shadow:0 2px 4px #0000001a}.rating-details{text-align:center}.rating-stars{color:#f7b731;filter:drop-shadow(0 2px 4px rgba(247,183,49,.3));font-size:1.5rem;margin-bottom:.5rem}.review-count{color:#64748b;font-size:1.1rem;font-weight:500}.rating-breakdown{flex:1}.rating-bar{align-items:center;display:flex;gap:1rem;margin-bottom:1rem}.rating-bar span:first-child{color:#374151;font-weight:500;min-width:80px}.progress-bar{background:#e5e7eb;flex:1;height:8px;overflow:hidden}.progress,.progress-bar{border-radius:10px;position:relative}.progress{background:linear-gradient(90deg,#f7b731,#f97316);height:100%;transition:width .8s cubic-bezier(.4,0,.2,1)}.progress:after{animation:shimmer 2s infinite;background:linear-gradient(90deg,rgba(0,0,0,0),rgba(255,255,255,.3),rgba(0,0,0,0));bottom:0;content:"";left:0;position:absolute;right:0;top:0}@keyframes shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}.rating-bar span:last-child{color:#374151;font-weight:600;min-width:30px;text-align:right}.qa-controls,.reviews-controls{align-items:center;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:rgba(255,255,255,.9);border:1px solid #fff3;border-radius:15px;box-shadow:0 8px 20px rgba(0,0,0,.05);display:flex;justify-content:space-between;margin-bottom:2rem;padding:1.5rem}.search-box{flex:1;max-width:400px;position:relative}.search-box i{color:#9ca3af;font-size:1.1rem;left:1rem;position:absolute;top:50%;transform:translateY(-50%)}.qa-search,.search-input{background:rgba(255,255,255,.9);border:2px solid #e5e7eb;border-radius:12px;font-size:1rem;padding:.8rem 1rem .8rem 3rem;transition:all .3s ease;width:100%}.qa-search:focus,.search-input:focus{border-color:#f7b731;box-shadow:0 0 0 3px rgba(247,183,49,.1);outline:none}.controls-right{align-items:center;display:flex;gap:1rem}.filter-btn,.filter-group{display:flex;gap:.5rem}.filter-btn{align-items:center;background:#fff;border:2px solid #e5e7eb;border-radius:10px;color:#64748b;cursor:pointer;font-weight:500;padding:.6rem 1.2rem;transition:all .3s ease}.filter-btn.active,.filter-btn:hover{background:rgba(247,183,49,.1);border-color:#f7b731;color:#f97316}.sort-select{background:#fff;border:2px solid #e5e7eb;border-radius:10px;color:#64748b;cursor:pointer;font-weight:500;padding:.6rem 1rem;transition:all .3s ease}.sort-select:focus{border-color:#f7b731;outline:none}.reviews-list{display:flex;flex-direction:column;gap:1.5rem}.review-item{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:rgba(255,255,255,.95);border:1px solid #fff3;border-radius:20px;box-shadow:0 10px 25px rgba(0,0,0,.05);overflow:hidden;padding:2rem;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1)}.review-item:before{background:linear-gradient(90deg,rgba(0,0,0,0),rgba(247,183,49,.3),rgba(0,0,0,0));content:"";height:2px;left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .3s ease}.review-item:hover{box-shadow:0 20px 40px rgba(0,0,0,.08);transform:translateY(-5px)}.review-item:hover:before{opacity:1}.review-header{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:1.5rem}.reviewer-info h4{color:#1a202c;font-size:1.3rem;font-weight:700;margin:0 0 .5rem}.reviewer-meta{align-items:center;display:flex;gap:1rem}.location{color:#64748b;font-size:.95rem;font-weight:500}.verified-badge{align-items:center;background:linear-gradient(135deg,#10b981,#059669);border-radius:15px;color:#fff;display:flex;font-size:.8rem;font-weight:600;gap:.3rem;padding:.2rem .8rem}.review-date{color:#9ca3af;font-size:.9rem;font-weight:500}.review-rating{margin-bottom:1.5rem}.review-rating .rating-stars{font-size:1.2rem;margin-bottom:.5rem}.review-title{color:#1a202c;font-size:1.2rem;font-weight:600;line-height:1.4}.review-content p{color:#4a5568;font-size:1.05rem;line-height:1.7;margin:0}.review-photos{margin:1.5rem 0}.review-photo{border-radius:12px;box-shadow:0 8px 20px rgba(0,0,0,.1);cursor:pointer;height:150px;max-width:200px;object-fit:cover;transition:transform .3s ease}.review-photo:hover{transform:scale(1.05)}.review-footer{align-items:center;border-top:1px solid #e2e8f099;display:flex;justify-content:space-between;margin-top:1.5rem;padding-top:1.5rem}.review-tags{display:flex;gap:.5rem}.review-tag{background:linear-gradient(135deg,rgba(247,183,49,.1),rgba(51,102,255,.05));border:1px solid #f7b73133;border-radius:15px;color:#f97316;font-size:.85rem;font-weight:600;padding:.3rem .8rem}.helpful-btn{align-items:center;background:rgba(0,0,0,0);border:2px solid #e5e7eb;border-radius:10px;color:#64748b;cursor:pointer;display:flex;font-weight:500;gap:.5rem;padding:.5rem 1rem;transition:all .3s ease}.helpful-btn.active,.helpful-btn:hover{background:rgba(247,183,49,.1);border-color:#f7b731;color:#f97316;transform:translateY(-2px)}.loading-spinner{align-items:center;color:#64748b;display:flex;flex-direction:column;padding:3rem}.spinner-logo{height:60px;margin-bottom:1rem;position:relative;width:60px}.spinner-logo img{border-radius:50%;height:100%;width:100%}.spinner-overlay{animation:spin 1s linear infinite;border:3px solid #0000;border-radius:50%;border-top-color:#f7b731;bottom:-5px;left:-5px;position:absolute;right:-5px;top:-5px}@keyframes spin{to{transform:rotate(1turn)}}.loading-text{color:#64748b;font-weight:500}.load-more-btn{background:linear-gradient(135deg,rgba(247,183,49,.1),rgba(51,102,255,.05));border:2px solid #f7b7314d;border-radius:15px;color:#f97316;cursor:pointer;display:block;font-weight:600;margin:3rem auto 0;padding:1rem 3rem;transition:all .3s ease}.load-more-btn:hover{background:linear-gradient(135deg,#f7b731,#f97316);box-shadow:0 10px 25px rgba(247,183,49,.2);color:#fff;transform:translateY(-3px)}.modal{align-items:center;animation:modalFadeIn .3s ease-out;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:rgba(0,0,0,.6);display:flex;height:100%;justify-content:center;left:0;opacity:0;overflow-y:auto;padding:1rem;position:fixed;top:0;transition:all .3s ease;visibility:hidden;width:100%;z-index:999999}.modal.modal-open{opacity:1;visibility:visible}.modal-content{animation:modalSlideIn .4s cubic-bezier(.34,1.56,.64,1);-webkit-backdrop-filter:none;backdrop-filter:none;background:#fff;border:1px solid #e6e6e6cc;border-radius:20px;box-shadow:0 20px 40px rgba(0,0,0,.2),0 5px 20px rgba(0,0,0,.1);margin:auto;max-height:calc(100vh - 2rem);max-width:650px;overflow-y:auto;padding:2rem;position:relative;transform-origin:center;width:100%}body.modal-open{overflow:hidden;position:fixed;width:100%}@keyframes modalFadeIn{0%{-webkit-backdrop-filter:blur(0);backdrop-filter:blur(0);opacity:0}to{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);opacity:1}}@keyframes modalSlideIn{0%{opacity:0;transform:scale(.8) translateY(-50px)}to{opacity:1;transform:scale(1) translateY(0)}}.modal-header{align-items:flex-start;border-bottom:2px solid #e5e7eb;display:flex;justify-content:space-between;margin-bottom:2rem;min-height:50px;padding-bottom:1.5rem;position:relative}.modal-header h3{color:#1a202c;flex:1;font-size:1.8rem;font-weight:800;line-height:1.3;margin:0;padding-right:1rem}.close-modal{align-items:center;background:#ef4444;border:2px solid #dc2626;border-radius:50%;box-shadow:0 4px 12px rgba(239,68,68,.3);color:#fff;cursor:pointer;display:flex;flex-shrink:0;font-family:Arial,sans-serif;font-size:1.5rem;font-weight:900;height:44px;justify-content:center;line-height:1;outline:none;padding:.6rem;position:relative;transition:all .3s ease;width:44px;z-index:1000000}.close-modal:after{content:"×";display:block;font-size:inherit;line-height:1}.close-modal:focus,.close-modal:hover{background:#dc2626;border-color:#b91c1c;box-shadow:0 6px 20px rgba(239,68,68,.4);transform:scale(1.1)}.close-modal:active{box-shadow:0 2px 8px rgba(239,68,68,.4);transform:scale(.95)}.form-group{margin-bottom:1.5rem;position:relative}.form-group label{color:#374151;display:block;font-size:1rem;font-weight:600;margin-bottom:.5rem}.form-group input,.form-group select,.form-group textarea{background:#fff;border:2px solid #d1d5db;border-radius:12px;box-shadow:0 1px 3px rgba(0,0,0,.1);color:#1f2937;font-family:inherit;font-size:1rem;padding:.75rem;transition:all .3s ease;width:100%}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{background:#fff;border-color:#f7b731;box-shadow:0 0 0 3px rgba(247,183,49,.1);outline:none}.form-group textarea{line-height:1.6;min-height:120px;resize:vertical}.form-group select{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3E%3Cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3E%3C/svg%3E");background-position:right 12px center;background-repeat:no-repeat;background-size:16px;cursor:pointer;padding-right:3rem}.star-rating{background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;display:flex;gap:.5rem;justify-content:center;margin-bottom:1.5rem;padding:1rem}.star-rating input{display:none}.star-rating label{color:#d1d5db;cursor:pointer;font-size:2rem;position:relative;text-shadow:none;transition:all .3s ease}.star-rating label:before{content:"★"}.star-rating label:hover,.star-rating label:hover~label{color:#fbbf24;transform:scale(1.1)}.star-rating input:checked~label{color:#f7b731;transform:scale(1.05)}.char-count{bottom:-1.5rem;color:#6b7280;font-size:.85rem;font-weight:500;position:absolute;right:0}.form-group input[data-max-length]:focus+.char-count,.form-group textarea[data-max-length]:focus+.char-count{color:#f7b731;font-weight:600}.photo-preview{display:flex;flex-wrap:wrap;gap:1rem;margin-top:1rem}.photo-preview img{border:2px solid #e5e7eb;border-radius:12px;height:100px;object-fit:cover;transition:all .3s ease;width:100px}.photo-preview img:hover{border-color:#f7b731;transform:scale(1.05)}.form-group.checkbox{align-items:center;display:flex;gap:1rem;margin-bottom:2rem}.form-group.checkbox input[type=checkbox]{accent-color:#f7b731;margin:0;transform:scale(1.2);width:auto}.form-group.checkbox label{color:#64748b;font-weight:500;margin:0}.primary-btn{background:linear-gradient(135deg,#f7b731,#f39c12);border:none;border-radius:12px;box-shadow:0 4px 12px rgba(247,183,49,.3);color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:1rem 2rem;transition:all .3s ease;width:100%}.primary-btn:hover{background:linear-gradient(135deg,#f39c12,#e67e22);box-shadow:0 6px 20px rgba(247,183,49,.4);transform:translateY(-2px)}.primary-btn:active{box-shadow:0 2px 8px rgba(247,183,49,.3);transform:translateY(0)}@media (max-width:1440px){.modal-content{max-width:600px;padding:2.8rem}}@media (max-width:1200px){.modal-content{max-width:550px;padding:2.5rem}.modal-header h3{font-size:2.1rem}}@media (max-width:1024px){.modal-content{max-width:85%;padding:2.2rem}.modal-header h3{font-size:2rem}.close-modal{font-size:1.7rem;height:48px;width:48px}}@media (max-width:834px){.modal{align-items:flex-start;padding:2rem 1rem 1rem}.modal-content{border-radius:20px;max-height:calc(100vh - 2rem);max-width:95%;padding:2rem}.modal-header{margin-bottom:2rem;padding-bottom:1.2rem}.modal-header h3{font-size:1.9rem;padding-right:.8rem}.close-modal{font-size:1.6rem;height:45px;width:45px}}@media (max-width:768px){.modal{align-items:flex-start;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:rgba(0,0,0,.5);padding:1rem .5rem .5rem}.modal-content{background:#fff;border:1px solid #e5e7eb;border-radius:16px;box-shadow:0 10px 30px rgba(0,0,0,.15),0 3px 10px rgba(0,0,0,.1);margin:0;max-height:calc(100vh - 1rem);max-width:100%;padding:1.5rem}.modal-header{align-items:center;flex-wrap:nowrap;gap:1rem;margin-bottom:1.5rem;padding-bottom:1rem}.modal-header h3{color:#1a202c;flex:1;font-size:1.5rem;min-width:0;padding-right:.5rem}.close-modal{background:#ef4444;color:#fff;font-size:1.3rem;height:40px;margin:0;position:relative;right:0;top:0;width:40px}.form-group{margin-bottom:1.2rem}.form-group label{color:#374151;font-size:.95rem;margin-bottom:.4rem}.form-group input,.form-group select,.form-group textarea{background:#fff;border-color:#d1d5db;border-radius:10px;color:#1f2937;font-size:1rem;padding:.8rem}.star-rating{background:#f9fafb;gap:.3rem;padding:.8rem}.star-rating label{color:#d1d5db;font-size:1.8rem}.char-count{color:#6b7280;font-size:.85rem}}@media (max-width:640px){.modal{padding:1rem .3rem .3rem}.modal-content{border-radius:16px;max-height:calc(100vh - .6rem);padding:1.5rem}.modal-header h3{font-size:1.6rem}.close-modal{font-size:1.4rem;height:40px;width:40px}.star-rating label{font-size:2rem}}@media (max-width:480px){.modal{background:rgba(0,0,0,.4);padding:.5rem .25rem .25rem}.modal-content{background:#fff;border-radius:14px;max-height:calc(100vh - .5rem);padding:1.2rem}.modal-header{margin-bottom:1.5rem;padding-bottom:.8rem}.modal-header h3{color:#1a202c;font-size:1.3rem}.close-modal{background:#ef4444;color:#fff;font-size:1.2rem;height:36px;width:36px}.star-rating{gap:.2rem;padding:.7rem}.star-rating label{font-size:1.6rem}.form-group{margin-bottom:1.5rem}.form-group input,.form-group select,.form-group textarea{background:#fff;color:#1f2937;font-size:.95rem;padding:.7rem}.primary-btn{font-size:.95rem;padding:.9rem 1.5rem}.photo-preview img{height:75px;width:75px}}@media (max-width:375px){.modal-content{padding:1rem}.modal-header h3{font-size:1.4rem}.close-modal{font-size:1.2rem;height:36px;width:36px}.star-rating label{font-size:1.6rem}.form-group input,.form-group select,.form-group textarea{font-size:.95rem;padding:.8rem}}@media (max-width:320px){.modal{padding:.2rem .1rem .1rem}.modal-content{border-radius:12px;max-height:calc(100vh - .2rem);padding:.8rem}.modal-header{margin-bottom:1.2rem;padding-bottom:.6rem}.modal-header h3{font-size:1.3rem;line-height:1.1}.close-modal{font-size:1.1rem;height:34px;padding:.4rem;width:34px}.star-rating{gap:.1rem;padding:.5rem}.star-rating label{font-size:1.5rem}.form-group{margin-bottom:1.2rem}.form-group input,.form-group select,.form-group textarea{border-radius:10px;font-size:.9rem;padding:.7rem}.form-group label{font-size:.95rem;margin-bottom:.5rem}.photo-preview img{height:65px;width:65px}}@media (hover:none) and (pointer:coarse){.close-modal{min-height:44px;min-width:44px;padding:.8rem}.close-modal:hover{background:rgba(239,68,68,.15);transform:none}.close-modal:active{background:rgba(239,68,68,.3);transform:scale(.95)}.star-rating label{margin:.1rem;padding:.3rem}.primary-btn{min-height:48px;padding:1rem 2rem}}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.close-modal{border-width:1.5px}.modal-content{border-width:.5px}}@media (orientation:landscape) and (max-height:600px){.modal{align-items:flex-start;padding-top:.5rem}.modal-content{max-height:calc(100vh - 1rem);padding:1.5rem}.modal-header{margin-bottom:1.5rem;padding-bottom:1rem}.modal-header h3{font-size:1.6rem}.star-rating{padding:.8rem}.form-group{margin-bottom:1.2rem}}@media (prefers-color-scheme:dark){.modal{background:rgba(0,0,0,.85)}.modal-content{background:rgba(30,30,30,.98);border-color:rgba(255,255,255,.1)}.modal-header h3{background:linear-gradient(135deg,#f8fafc,#e2e8f0);background-clip:text;-webkit-background-clip:text;color:#f8fafc;-webkit-text-fill-color:#0000}.form-group label{color:#e2e8f0}.form-group input,.form-group select,.form-group textarea{background:rgba(45,45,45,.9);border-color:rgba(255,255,255,.1);color:#f8fafc}}.faq-categories{display:flex;flex-wrap:wrap;gap:.5rem}.faq-category-filter{background:#fff;border:2px solid #e5e7eb;border-radius:20px;color:#64748b;cursor:pointer;font-size:.9rem;font-weight:500;padding:.5rem 1rem;transition:all .3s ease}.faq-category-filter.active,.faq-category-filter:hover{background:rgba(247,183,49,.1);border-color:#f7b731;color:#f97316}.qa-item{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:rgba(255,255,255,.95);border:1px solid #fff3;border-radius:16px;box-shadow:0 8px 20px rgba(0,0,0,.05);margin-bottom:1.5rem;padding:2rem;transition:all .3s ease}.qa-item:hover{box-shadow:0 15px 30px rgba(0,0,0,.08);transform:translateY(-3px)}.question h4{color:#1a202c;font-size:1.2rem;font-weight:600;margin-bottom:.5rem}.question-meta{color:#9ca3af;font-size:.9rem;margin-bottom:1rem}.answer p{color:#4a5568;line-height:1.6;margin:0}.question-actions{border-top:1px solid #e2e8f099;margin-top:1rem;padding-top:1rem}@media (max-width:1024px){.reviews-overview{flex-direction:column;gap:2rem;text-align:center}.qa-controls,.reviews-controls{align-items:stretch;flex-direction:column;gap:1rem}}@media (max-width:768px){.reviews-section{padding:4rem 0}.qa-container,.reviews-container{padding:0 1.5rem}.qa-header,.reviews-header{flex-direction:column;gap:1.5rem;text-align:center}.qa-header h2,.reviews-header h2{font-size:2rem}.review-item{padding:1.5rem}.review-footer,.review-header{flex-direction:column;gap:1rem}.review-footer{align-items:flex-start}.modal-content{margin:1rem;padding:2rem}.tabs{flex-direction:column;gap:.5rem}.tab{margin:0}}@media (max-width:480px){.reviews-section{padding:3rem 0}.modal-content{padding:1.5rem}.review-item{padding:1rem}.qa-header h2,.reviews-header h2{font-size:1.8rem}}@media (max-width:768px){.modal-header{align-items:center;flex-wrap:nowrap;gap:1rem}.modal-header h3{flex:1;min-width:0;padding-right:.5rem}.close-modal{margin:0;position:relative;right:0;top:0}}@media (min-width:1920px){.modal-content{max-width:800px;padding:4rem}.modal-header h3{font-size:2.5rem}.close-modal{font-size:2rem;height:55px;width:55px}}@media print{.modal{display:none!important}}@media (prefers-reduced-motion:reduce){.close-modal,.modal,.modal-content{animation:none;transition:opacity .2s ease}.close-modal:hover{transform:none}}@supports (-webkit-touch-callout:none){.modal{position:fixed}.modal,.modal-content{-webkit-overflow-scrolling:touch}}@media (max-width:768px){.modal{background:rgba(0,0,0,.5)!important}.modal-content{background:#fff!important;border-color:#e5e7eb!important;color:#1f2937!important}.modal-header h3{color:#1a202c!important}.form-group label{color:#374151!important}.form-group input,.form-group select,.form-group textarea{background:#fff!important;border-color:#d1d5db!important;color:#1f2937!important}.star-rating{background:#f9fafb!important;border-color:#e5e7eb!important}.star-rating label{color:#d1d5db!important}.star-rating input:checked~label,.star-rating label:hover{color:#f7b731!important}.close-modal{background:#ef4444!important;border-color:#dc2626!important;color:#fff!important}}@media (prefers-color-scheme:dark) and (min-width:769px){.modal{background:rgba(0,0,0,.85)}.modal-content{background:rgba(30,30,30,.98);border-color:rgba(255,255,255,.1);color:#f8fafc}.modal-header h3{color:#f8fafc}.form-group label{color:#e2e8f0}.form-group input,.form-group select,.form-group textarea{background:rgba(45,45,45,.9);border-color:rgba(255,255,255,.1);color:#f8fafc}}@media (max-width:768px){.modal,.modal.modal-open{-webkit-backdrop-filter:blur(4px)!important;backdrop-filter:blur(4px)!important;background:rgba(0,0,0,.5)!important}.modal-content{background:#fff!important;border:2px solid #e5e7eb!important;box-shadow:0 10px 30px rgba(0,0,0,.2) ! important,0 3px 10px rgba(0,0,0,.1)!important;color:#1f2937!important}.close-modal{background:#ef4444!important;border:2px solid #dc2626!important;box-shadow:0 4px 12px rgba(239,68,68,.4)!important;color:#fff!important;font-weight:900!important;z-index:999999!important}.close-modal:active,.close-modal:focus,.close-modal:hover{background:#dc2626!important;border-color:#b91c1c!important;color:#fff!important}.modal-header h3{color:#1a202c!important;text-shadow:none!important}.form-group label{color:#374151!important;text-shadow:none!important}.form-group input,.form-group select,.form-group textarea{background:#fff!important;border:2px solid #d1d5db!important;box-shadow:0 1px 3px rgba(0,0,0,.1)!important;color:#1f2937!important}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{background:#fff!important;border-color:#f7b731!important;box-shadow:0 0 0 3px rgba(247,183,49,.1)!important;color:#1f2937!important}.star-rating{background:#f9fafb!important;border:1px solid #e5e7eb!important}.star-rating label{color:#d1d5db!important;text-shadow:none!important}.star-rating input:checked~label,.star-rating label:hover{color:#f7b731!important}.char-count{color:#6b7280!important}.primary-btn{background:linear-gradient(135deg,#f7b731,#f39c12)!important;border:none!important;box-shadow:0 4px 12px rgba(247,183,49,.3)!important;color:#fff!important}.primary-btn:hover{background:linear-gradient(135deg,#f39c12,#e67e22)!important;color:#fff!important}}@media (hover:none) and (pointer:coarse){.close-modal{background:#ef4444!important;border:2px solid #dc2626!important;color:#fff!important;font-size:1.4rem!important;height:44px!important;min-height:44px!important;min-width:44px!important;width:44px!important}.close-modal:active,.close-modal:focus,.close-modal:hover{background:#dc2626!important;color:#fff!important;transform:scale(.95)!important}.form-group input,.form-group select,.form-group textarea{font-size:16px!important;min-height:44px!important;padding:.8rem!important}.primary-btn{font-size:16px!important;min-height:48px!important;padding:1rem 2rem!important}.star-rating label{align-items:center!important;display:flex!important;justify-content:center!important;min-height:44px!important;min-width:44px!important}}@media (prefers-contrast:high){.modal-content{background:#fff!important;border:3px solid #000!important}.close-modal{background:#000!important;border:2px solid #000!important;color:#fff!important}.form-group input,.form-group select,.form-group textarea{background:#fff!important;border:2px solid #000!important;color:#000!important}}.star-rating label:before{color:#d1d5db!important;content:"★";font-size:1.75rem}.star-rating .selected:before,.star-rating input:checked~label:before,.star-rating label:hover:before,.star-rating label:hover~label:before{color:gold!important}.star-rating{display:flex;gap:.25rem}.star-rating input[type=radio]{height:0;opacity:0;position:absolute;width:0}.star-rating label{cursor:pointer;display:block;font-size:0;line-height:0}.star-rating input[type=radio]:focus+label:before{outline:2px solid #4f46e5;outline-offset:2px}.hero-section{background-color:rgba(0,0,0,.8);color:#fff;height:100vh;left:0;margin-top:0;min-height:700px;overflow:hidden;position:relative;top:0;width:100%;z-index:1}.hero-section:before{background:inherit;content:"";height:100px;top:-100px;z-index:-2}#hero-video,.hero-section:before{left:0;position:absolute;width:100%}#hero-video{filter:brightness(.4);height:100%;object-fit:cover;top:0;transform:scale(1.05);transition:transform 15s ease;z-index:-1}.hero-section:hover #hero-video{transform:scale(1.15)}.hero-section:after{display:none}.wave-container{bottom:-20px;left:0;line-height:0;overflow:hidden;pointer-events:none;position:absolute;width:100%;z-index:10}.wave-container svg{display:block;height:150px;position:relative;transform:translateY(1px);width:100%}.taxi-on-wave{animation:driveOnWave 15s linear infinite;bottom:70px;filter:drop-shadow(3px 5px 2px rgba(0,0,0,.4));height:auto;left:-100px;pointer-events:none;position:absolute;width:60px;z-index:4}@keyframes driveOnWave{0%{left:-100px;transform:translateY(0) rotate(2deg)}10%{transform:translateY(-5px) rotate(0)}20%{transform:translateY(0) rotate(-2deg)}30%{transform:translateY(5px) rotate(0)}40%{transform:translateY(0) rotate(2deg)}50%{transform:translateY(-10px) rotate(0)}60%{transform:translateY(0) rotate(-2deg)}70%{transform:translateY(5px) rotate(0)}80%{transform:translateY(0) rotate(2deg)}90%{transform:translateY(-5px) rotate(0)}to{left:110%;transform:translateY(0) rotate(-2deg)}}.hero-content{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;padding:1rem;padding-bottom:280px;padding-top:calc(var(--header-height, 80px) + 2rem);position:relative;z-index:2}.hero-content:before{background:radial-gradient(circle,rgba(0,0,0,.2) 0,rgba(0,0,0,0) 70%);content:"";height:400px;left:50%;max-width:900px;position:absolute;top:50%;transform:translate(-50%,-50%);width:100%;z-index:-1}.hero-content-inner{animation:fadeIn 1.5s ease-out;margin-top:80px;max-width:64rem;padding-top:60px;text-align:center;width:100%}.video-controls{bottom:200px!important;left:auto!important;position:fixed!important;right:30px!important;top:auto!important;transform:none!important;z-index:100!important}.video-btn{align-items:center;backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px);background:linear-gradient(135deg,rgba(247,183,49,.9),rgba(255,107,53,.9));border:3px solid #fffc;border-radius:50%;box-shadow:0 8px 32px rgba(247,183,49,.4),0 4px 16px rgba(0,0,0,.3),inset 0 1px rgba(255,255,255,.2);color:#fff;cursor:pointer;display:flex;height:80px;justify-content:center;overflow:hidden;position:relative;transition:all .4s cubic-bezier(.4,0,.2,1);width:80px}.video-btn:before{background:linear-gradient(135deg,rgba(255,255,255,.1),rgba(0,0,0,0) 50%);border-radius:50%;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .3s ease}.video-btn:hover:before{opacity:1}.video-btn:hover{background:linear-gradient(135deg,rgba(255,107,53,.95),rgba(247,183,49,.95));border-color:#fff;box-shadow:0 8px 32px rgba(255,107,53,.4),0 4px 16px rgba(0,0,0,.3),inset 0 2px rgba(255,255,255,.3);transform:scale(1.05)}.video-btn:active{transform:scale(1.02);transition-duration:.1s}.video-btn i{font-size:24px;margin-left:3px;text-shadow:0 2px 4px #0000004d;transition:all .3s ease}.video-btn:hover i{font-size:26px;text-shadow:0 3px 6px #0006}.video-btn:after{animation:videoPulse 2s infinite;border:2px solid #f7b73199;border-radius:50%;bottom:-2px;content:"";left:-2px;opacity:0;position:absolute;right:-2px;top:-2px}@keyframes videoPulse{0%{opacity:.8;transform:scale(1)}50%{opacity:.5;transform:scale(1.05)}to{opacity:0;transform:scale(1.1)}}@media (min-width:1200px){.video-btn{height:50px;width:50px}.video-btn i{font-size:20px;margin-left:3px}.video-btn:hover i{font-size:22px}}@media (max-width:1024px){.video-btn{height:45px;width:45px}.video-btn i{font-size:18px;margin-left:3px}.video-btn:hover i{font-size:20px}}@media (max-width:768px){.video-controls{bottom:140px;position:fixed;right:20px}.video-btn{border-width:2px;box-shadow:0 4px 16px rgba(247,183,49,.4),0 2px 8px rgba(0,0,0,.3);height:40px;width:40px}.video-btn i{font-size:16px;margin-left:2px}.video-btn:hover i{font-size:18px}}@media (max-width:480px){.video-controls{bottom:120px;right:15px}.video-btn{border-width:2px;height:50px;width:50px}.video-btn i{font-size:20px;margin-left:2px}.video-btn:hover i{font-size:22px}}@media (max-width:768px) and (orientation:landscape){.video-controls{bottom:100px;right:20px}.video-btn{height:55px;width:55px}.video-btn i{font-size:22px}}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.video-btn{border-width:1.5px}}.video-modal{align-items:center;background-color:rgba(0,0,0,.9);display:none;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:1000}.video-modal.active{animation:fadeIn .3s ease;display:flex}.modal-content{aspect-ratio:16/9;max-width:1000px;position:relative;width:90%}.modal-content video{border-radius:8px;box-shadow:0 10px 30px rgba(0,0,0,.5);height:100%;object-fit:cover;width:100%}.close-modal{align-items:center;background:rgba(255,255,255,.2);border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:20px;height:40px;justify-content:center;position:absolute;right:-40px;top:-40px;transition:all .3s ease;width:40px}.close-modal:hover{background:rgba(255,255,255,.4);transform:rotate(90deg)}@media (max-width:768px){.wave-container svg{height:100px}.video-controls{bottom:80px;right:20px}.video-btn{height:50px;width:50px}.close-modal{height:30px;right:-30px;top:-30px;width:30px}.hero-section{min-height:100vh}.hero-content-inner{margin-top:40px;padding-top:20px}.hero-content{padding-bottom:120px}.hero-cta,.hero-features{margin-bottom:2rem}.taxi-on-wave{bottom:70px;width:60px}}@media (min-width:1200px){.wave-container svg{height:150px}.hero-content{padding-bottom:180px}}.services-section{position:relative;z-index:0}.hero-title{color:#fff;display:inline-block;font-size:2rem;font-weight:600;letter-spacing:.5px;line-height:1.2;margin-bottom:1rem;position:relative;text-shadow:0 2px 10px #00000080}.hero-title:after{background:#feb800;border-radius:3px;bottom:-.5rem;box-shadow:0 2px 5px rgba(254,184,0,.5);content:"";height:3px;left:50%;position:absolute;transform:translate(-50%);width:80px}.hero-subtitle{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:rgba(0,0,0,.3);border:1px solid #ffffff0d;border-radius:.75rem;box-shadow:0 4px 20px rgba(0,0,0,.1);display:inline-block;font-size:1rem;font-weight:400;letter-spacing:.5px;line-height:1.5;margin-bottom:4rem;margin-top:1rem;max-width:60%;padding:1rem 1.5rem}.hero-cta{gap:1.25rem;margin-bottom:3.5rem;position:relative;z-index:5}.hero-cta,.hero-cta-buttons{display:flex;flex-wrap:wrap;justify-content:center;margin-top:2.5rem}.hero-cta-buttons{gap:1.5rem;margin-bottom:2.5rem}.primary-button{animation-fill-mode:backwards;background:linear-gradient(90deg,#eab308,#f97316);border-radius:9999px;box-shadow:0 4px 15px rgba(234,179,8,.3);color:#000;display:inline-block;font-size:1.125rem;font-weight:700;overflow:hidden;padding:1.1rem 2.5rem;position:relative;transition:all .3s ease;z-index:1}.primary-button:before{background:linear-gradient(90deg,#f97316,#eab308);content:"";height:100%;left:0;position:absolute;top:0;transition:all .5s ease;width:0;z-index:-1}.primary-button:hover{box-shadow:0 8px 25px rgba(234,179,8,.4);color:#000;transform:translateY(-3px)}.primary-button:hover:before{width:100%}.secondary-button{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:rgba(255,255,255,.08);border:1px solid #fff3;border-radius:9999px;color:#fff;display:inline-block;font-size:1.125rem;font-weight:600;padding:1.1rem 2.5rem;transition:all .3s ease}.secondary-button:hover{background-color:rgba(255,255,255,.15);border-color:rgba(255,255,255,.3);box-shadow:0 8px 25px rgba(0,0,0,.2);transform:translateY(-3px)}.hero-features{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center;margin-bottom:6rem;margin-top:2.5rem;position:relative;z-index:5}.feature-item{align-items:center;animation:fadeInUp .6s ease-out forwards;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:rgba(0,0,0,.4);border:1px solid #ffffff0d;border-radius:9999px;box-shadow:0 4px 15px rgba(0,0,0,.1);cursor:pointer;display:flex;gap:.75rem;opacity:0;padding:.75rem 1.5rem;transform:translateY(20px);transition:all .3s ease}.feature-item:first-child{animation-delay:.3s}.feature-item:nth-child(2){animation-delay:.5s}.feature-item:nth-child(3){animation-delay:.7s}.feature-item:hover{background-color:rgba(0,0,0,.5);border-color:rgba(255,255,255,.15);box-shadow:0 8px 25px rgba(0,0,0,.15);transform:translateY(-3px) scale(1.05)}.feature-item i{color:#eab308;filter:drop-shadow(0 0 5px rgba(234,179,8,.5));font-size:1.25rem}.feature-item span{font-weight:500;letter-spacing:.3px}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (min-width:768px){.hero-title{font-size:4rem;margin-bottom:2rem}.hero-subtitle{font-size:1.35rem;margin-bottom:2.5rem}}@media (min-width:1024px){.hero-title{font-size:4rem}}@media (max-width:480px){.hero-section{min-height:120vh}.hero-content{padding-bottom:200px;padding-top:calc(var(--header-scrolled-height, 70px) + 3rem)}.hero-content-inner{margin-top:40px;padding-top:30px}.hero-title{font-size:2.2rem;margin-bottom:1rem}.hero-subtitle{font-size:1.1rem;margin-bottom:1.5rem;padding:.8rem 1.2rem}.wave-container svg{height:100px}.taxi-on-wave{bottom:110px;width:60px}}@media (min-width:481px) and (max-width:768px){.hero-section{min-height:115vh}.hero-content{padding-bottom:220px;padding-top:calc(var(--header-scrolled-height, 70px) + 4rem)}.hero-content-inner{margin-top:50px;padding-top:40px}.hero-title{font-size:2.8rem;margin-bottom:1.3rem}.hero-subtitle{font-size:1.2rem;margin-bottom:1.8rem;padding:.9rem 1.4rem}.wave-container svg{height:110px}.taxi-on-wave{bottom:130px;width:60px}}@media (min-width:769px) and (max-width:992px){.hero-content{padding-bottom:130px;padding-top:calc(var(--header-height, 80px) + 10rem)}.hero-content-inner{margin-top:60px;padding-top:45px}.hero-title{font-size:3.5rem;margin-bottom:1.5rem}.hero-subtitle{font-size:1.3rem;margin-bottom:2rem;padding:1rem 1.5rem}.wave-container svg{height:120px}.taxi-on-wave{bottom:110px;width:70px}}.hero-section .video-controls,body .video-controls,section .video-controls{bottom:200px!important;left:auto!important;position:fixed!important;right:30px!important;top:auto!important;transform:none!important;z-index:100!important}@media (max-width:768px){.hero-section .video-controls,body .video-controls,section .video-controls{bottom:140px!important;right:20px!important}}@media (max-width:480px){.hero-section .video-controls,body .video-controls,section .video-controls{bottom:120px!important;right:15px!important}}@media (max-width:360px){.hero-section .video-controls,body .video-controls,section .video-controls{bottom:100px!important;right:10px!important}}@media (max-width:375px){.hero-section{min-height:110vh!important}.hero-content{padding-bottom:120px!important;padding-top:calc(var(--header-scrolled-height, 80px) + 6rem)!important}.hero-content-inner{margin-top:60px!important;padding-top:40px!important}.hero-title{font-size:2rem!important;line-height:1.1!important;margin-bottom:1rem!important}.hero-subtitle{font-size:1rem!important;margin-bottom:1.5rem!important;max-width:90%!important;padding:.8rem 1rem!important}.wave-container svg{height:100px!important}.taxi-on-wave{bottom:115px!important}.video-controls{bottom:125px!important}}@media (max-width:480px){.hero-section{min-height:120vh!important}.hero-content{padding-bottom:120px!important;padding-top:calc(var(--header-scrolled-height, 80px) + 8rem)!important}.hero-content-inner{margin-top:50px!important;padding-top:35px!important}.wave-container svg{height:100px!important}.taxi-on-wave{bottom:110px!important}.video-controls{bottom:120px!important}}@media (min-width:481px) and (max-width:768px){.hero-section{min-height:115vh!important}.hero-content{padding-bottom:140px!important}.wave-container svg{height:110px!important}.taxi-on-wave{bottom:130px!important}.video-controls{bottom:140px!important}}@media (max-width:768px){.hero-section{min-height:110vh!important}.wave-container{bottom:-10px!important}.wave-container svg{height:120px!important}.hero-content{padding-bottom:160px!important}.taxi-on-wave{bottom:110px!important;width:60px!important}.video-controls{bottom:120px!important}}@media (min-width:769px) and (max-width:992px){.hero-section{min-height:110vh!important}.wave-container svg{height:130px!important}.taxi-on-wave{bottom:140px!important}}.wave-container{pointer-events:none!important;z-index:10!important}.taxi-on-wave{pointer-events:none!important;z-index:11!important}
