.contact-hero{position:relative;min-height:60vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#3b82f6,#1d4ed8,#1e40af);color:#fff;padding:calc(var(--navbar-height, 80px) + 3rem) 1.5rem 5rem;overflow:hidden}.contact-hero-bg{position:absolute;inset:0;z-index:0}.contact-hero .hero-pattern{position:absolute;inset:0;background-image:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");animation:patternFloat 30s linear infinite}@keyframes patternFloat{0%{background-position:0 0}to{background-position:60px 60px}}.contact-hero .hero-gradient{position:absolute;bottom:0;left:0;right:0;height:300px;background:linear-gradient(transparent,#0003)}.floating-elements{position:absolute;inset:0;overflow:hidden;pointer-events:none}.floating-element{position:absolute;font-size:2.5rem;opacity:.2;animation:float-element 8s ease-in-out infinite}.el-1{top:15%;left:10%;animation-delay:0s}.el-2{top:25%;right:15%;animation-delay:1.5s}.el-3{bottom:35%;left:8%;animation-delay:3s}.el-4{bottom:20%;right:12%;animation-delay:4.5s}.el-5{top:50%;right:5%;animation-delay:6s}@keyframes float-element{0%,to{transform:translateY(0) rotate(0) scale(1)}50%{transform:translateY(-30px) rotate(10deg) scale(1.1)}}.contact-hero-content{position:relative;z-index:1;text-align:center;max-width:800px}.breadcrumb{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-bottom:1.5rem;font-size:.875rem}.contact-hero .breadcrumb a{color:#ffffffb3;text-decoration:none;transition:color .3s ease}.contact-hero .breadcrumb a:hover{color:#fff}.breadcrumb .icon-xs{width:14px;height:14px;color:#ffffff80}.breadcrumb-current{color:#fff;font-weight:500}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1.25rem;background:#ffffff26;border-radius:50px;font-size:.875rem;font-weight:600;margin-bottom:1.5rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2)}.hero-badge i{width:18px;height:18px}.contact-hero h1{font-size:clamp(2.5rem,6vw,4rem);font-weight:800;color:#fff;margin-bottom:1.5rem;line-height:1.1;text-shadow:0 4px 20px rgba(0,0,0,.2)}.text-highlight{position:relative;display:inline-block}.text-highlight:after{content:"";position:absolute;bottom:0;left:0;right:0;height:30%;background:#ffffff4d;border-radius:4px;z-index:-1}.hero-subtitle{font-size:1.25rem;color:#ffffffe6;margin-bottom:2.5rem;max-width:600px;margin-left:auto;margin-right:auto;line-height:1.7}.hero-search{max-width:600px;margin:0 auto}.search-box{display:flex;align-items:center;background:#fff;border-radius:16px;padding:.5rem;box-shadow:0 20px 50px #00000040}.search-box .search-icon{width:24px;height:24px;color:#666;margin-left:1rem;flex-shrink:0}.search-box input{flex:1;border:none;outline:none;padding:1rem;font-size:1rem;background:transparent;color:#333}.search-box input::placeholder{color:#999}.search-btn{width:50px;height:50px;background:linear-gradient(135deg,#3b82f6,#1d4ed8);border:none;border-radius:12px;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;flex-shrink:0}.search-btn:hover{background:linear-gradient(135deg,#2563eb,#1e40af);transform:scale(1.05)}.search-btn i{width:20px;height:20px}.search-suggestions{display:flex;align-items:center;justify-content:center;gap:.75rem;margin-top:1.25rem;flex-wrap:wrap}.search-suggestions>span{font-size:.875rem;color:#ffffffb3}.suggestion-tag{padding:.375rem 1rem;background:#ffffff26;border:1px solid rgba(255,255,255,.2);border-radius:50px;font-size:.8rem;color:#fff;cursor:pointer;transition:all .3s ease}.suggestion-tag:hover{background:#ffffff40;transform:translateY(-2px)}.contact-cards-section{background:#fff;padding:4rem 1.5rem;margin-top:-2rem;position:relative;z-index:10}.contact-cards-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;max-width:1200px;margin:0 auto}.contact-card{display:flex;align-items:center;gap:1rem;padding:1.5rem;background:#f8f9fa;border-radius:16px;text-decoration:none;color:inherit;transition:all .3s ease;border:2px solid transparent;cursor:pointer}.contact-card:hover{background:#fff;border-color:#3b82f6;box-shadow:0 10px 40px #3b82f626;transform:translateY(-4px)}.contact-card-icon{width:56px;height:56px;border-radius:14px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.contact-card-icon i{width:24px;height:24px}.contact-card-icon.phone{background:linear-gradient(135deg,#dbeafe,#bfdbfe);color:#2563eb}.contact-card-icon.whatsapp{background:linear-gradient(135deg,#dcfce7,#bbf7d0);color:#16a34a}.contact-card-icon.email{background:linear-gradient(135deg,#fef3c7,#fde68a);color:#d97706}.contact-card-icon.chat{background:linear-gradient(135deg,#f3e8ff,#e9d5ff);color:#9333ea}.contact-card-content{flex:1;min-width:0}.contact-card-content h3{font-size:.875rem;font-weight:600;color:#666;margin-bottom:.25rem}.contact-value{font-size:1rem;font-weight:700;color:#1a1a2e;margin-bottom:.375rem}.contact-meta{display:flex;align-items:center;gap:.375rem;font-size:.75rem;color:#888}.contact-meta i{width:12px;height:12px}.contact-meta.online{color:#16a34a}.online-dot{width:8px;height:8px;background:#16a34a;border-radius:50%;animation:pulse-dot 2s ease-in-out infinite}@keyframes pulse-dot{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.2);opacity:.7}}.contact-card-arrow{width:32px;height:32px;background:#f0f0f0;border-radius:8px;display:flex;align-items:center;justify-content:center;transition:all .3s ease;flex-shrink:0}.contact-card-arrow i{width:16px;height:16px;color:#999;transition:all .3s ease}.contact-card:hover .contact-card-arrow{background:#3b82f6}.contact-card:hover .contact-card-arrow i{color:#fff;transform:translate(2px)}.help-categories-section{background:#f8f9fa;padding:5rem 1.5rem}.section-header{margin-bottom:3rem}.section-header.text-center{text-align:center}.section-tag{display:inline-flex;align-items:center;gap:.5rem;background:linear-gradient(135deg,#dbeafe,#bfdbfe);color:#1d4ed8;padding:.5rem 1rem;border-radius:50px;font-size:.875rem;font-weight:600;margin-bottom:1rem}.section-tag i{width:16px;height:16px}.section-header h2{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:800;color:#1a1a2e;margin-bottom:.75rem}.section-subtitle{font-size:1.125rem;color:#666;max-width:500px;margin:0 auto}.categories-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;max-width:1000px;margin:0 auto}.category-card{display:flex;flex-direction:column;align-items:center;text-align:center;padding:2rem 1.5rem;background:#fff;border-radius:20px;text-decoration:none;transition:all .3s ease;border:2px solid transparent;box-shadow:0 4px 15px #0000000d}.category-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #0000001a;border-color:#3b82f6}.category-icon{width:72px;height:72px;border-radius:20px;display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem}.category-icon i{width:32px;height:32px}.category-icon.orders{background:linear-gradient(135deg,#dcfce7,#bbf7d0);color:#16a34a}.category-icon.payments{background:linear-gradient(135deg,#dbeafe,#bfdbfe);color:#2563eb}.category-icon.account{background:linear-gradient(135deg,#f3e8ff,#e9d5ff);color:#9333ea}.category-icon.restaurants{background:linear-gradient(135deg,#fef3c7,#fde68a);color:#d97706}.category-icon.delivery{background:linear-gradient(135deg,#ffedd5,#fed7aa);color:#ea580c}.category-icon.technical{background:linear-gradient(135deg,#f1f5f9,#e2e8f0);color:#475569}.category-card h3{font-size:1.125rem;font-weight:700;color:#1a1a2e;margin-bottom:.5rem}.category-card p{font-size:.875rem;color:#666;margin-bottom:1rem;line-height:1.5}.category-count{font-size:.75rem;font-weight:600;color:#3b82f6;background:#dbeafe;padding:.25rem .75rem;border-radius:20px}.faq-section{background:#fff;padding:5rem 1.5rem}.faq-tag{background:linear-gradient(135deg,#fef3c7,#fde68a);color:#b45309}.faq-tabs{display:flex;justify-content:center;gap:1rem;margin-bottom:2.5rem;flex-wrap:wrap}.faq-tab{display:flex;align-items:center;gap:.5rem;padding:.875rem 1.5rem;background:#f5f5f5;border:2px solid transparent;border-radius:50px;font-size:.9rem;font-weight:600;color:#666;cursor:pointer;transition:all .3s ease}.faq-tab i{width:18px;height:18px}.faq-tab:hover{background:#e8f4fc;color:#3b82f6}.faq-tab.active{background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;box-shadow:0 4px 15px #3b82f666}.faq-content{display:none;max-width:800px;margin:0 auto}.faq-content.active{display:block;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.faq-list{display:flex;flex-direction:column;gap:1rem}.faq-item{background:#f8f9fa;border-radius:16px;overflow:hidden;transition:all .3s ease;border:2px solid transparent}.faq-item:hover{border-color:#e0e0e0}.faq-item.active{background:#fff;border-color:#3b82f6;box-shadow:0 10px 30px #3b82f61a}.faq-item.highlight{border-color:#f59e0b;background:#fffbeb}.faq-question{display:flex;align-items:center;justify-content:space-between;width:100%;padding:1.25rem 1.5rem;background:none;border:none;cursor:pointer;text-align:left;transition:all .3s ease}.faq-question-content{display:flex;align-items:center;gap:1rem;flex:1}.faq-question-icon{width:40px;height:40px;background:#fff;border-radius:10px;display:flex;align-items:center;justify-content:center;color:#3b82f6;flex-shrink:0;box-shadow:0 2px 8px #0000000d}.faq-item.active .faq-question-icon{background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff}.faq-question-icon i{width:20px;height:20px}.faq-question span{font-size:1rem;font-weight:600;color:#1a1a2e;line-height:1.4}.faq-chevron{width:20px;height:20px;color:#999;transition:transform .3s ease;flex-shrink:0}.faq-item.active .faq-chevron{transform:rotate(180deg);color:#3b82f6}.faq-answer{max-height:0;overflow:hidden;transition:max-height .4s ease,padding .3s ease}.faq-item.active .faq-answer{max-height:1000px;padding:0 1.5rem 1.5rem 4.5rem}.faq-answer p{font-size:.95rem;color:#555;line-height:1.7;margin-bottom:1rem}.faq-answer p:last-child{margin-bottom:0}.faq-answer ul,.faq-answer ol{margin:.75rem 0;padding-left:1.5rem}.faq-answer li{font-size:.95rem;color:#555;line-height:1.7;margin-bottom:.5rem}.faq-answer strong{color:#1a1a2e;font-weight:600}.faq-answer a{color:#3b82f6;text-decoration:none;font-weight:500}.faq-answer a:hover{text-decoration:underline}.contact-form-section{background:#f8f9fa;padding:5rem 1.5rem}.contact-form-wrapper{display:grid;grid-template-columns:1fr 1.2fr;gap:3rem;max-width:1100px;margin:0 auto}.contact-info{display:flex;flex-direction:column}.contact-info h2{font-size:2rem;font-weight:800;color:#1a1a2e;margin-bottom:1rem}.contact-info-text{font-size:1.125rem;color:#666;line-height:1.7;margin-bottom:2rem}.tips-card{background:linear-gradient(135deg,#eff6ff,#dbeafe);border-radius:16px;padding:1.5rem;margin-bottom:1.5rem;border:1px solid #bfdbfe}.tips-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.tips-header i{width:24px;height:24px;color:#f59e0b}.tips-header h4{font-size:1rem;font-weight:700;color:#1a1a2e}.tips-list{list-style:none;padding:0;margin:0}.tips-list li{display:flex;align-items:flex-start;gap:.75rem;font-size:.9rem;color:#555;margin-bottom:.75rem;line-height:1.5}.tips-list li:last-child{margin-bottom:0}.tips-list li i{width:18px;height:18px;color:#16a34a;flex-shrink:0;margin-top:2px}.office-card{background:#fff;border-radius:16px;padding:1.5rem;border:1px solid #eee;box-shadow:0 4px 15px #0000000d}.office-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.office-header i{width:24px;height:24px;color:#3b82f6}.office-header h4{font-size:1rem;font-weight:700;color:#1a1a2e}.office-address{font-style:normal;margin-bottom:1rem}.office-address p{font-size:.9rem;color:#666;line-height:1.6;margin-bottom:.25rem}.office-map-link{display:inline-flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:600;color:#3b82f6;text-decoration:none;transition:all .3s ease}.office-map-link i{width:16px;height:16px}.office-map-link:hover{color:#1d4ed8}.contact-form-card{background:#fff;border-radius:24px;padding:2.5rem;box-shadow:0 20px 50px #00000014;border:1px solid #eee}.contact-form{display:flex;flex-direction:column;gap:1.25rem}.form-row{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem}.form-group{display:flex;flex-direction:column}.form-label{font-size:.875rem;font-weight:600;color:#333;margin-bottom:.5rem}.form-label .required{color:#ef4444;margin-left:2px}.input-wrapper{position:relative;display:flex;align-items:center}.input-icon{position:absolute;left:1rem;width:20px;height:20px;color:#999;pointer-events:none;z-index:1}.input-icon.textarea-icon{top:1rem;align-self:flex-start}.input-prefix{position:absolute;left:1rem;font-size:.95rem;font-weight:500;color:#666;z-index:1}.form-input{width:100%;padding:.875rem 1rem .875rem 3rem;background:#f8f9fa;border:2px solid #eee;border-radius:12px;font-size:.95rem;color:#333;transition:all .3s ease}.form-input.with-prefix{padding-left:3.5rem}.form-input::placeholder{color:#999}.form-input:hover{border-color:#ddd}.form-input:focus{outline:none;border-color:#3b82f6;background:#fff;box-shadow:0 0 0 4px #3b82f61a}.form-select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;padding-right:3rem;cursor:pointer}.form-textarea{resize:vertical;min-height:130px;padding-top:1rem}.form-hint{font-size:.75rem;color:#888;margin-top:.375rem}.checkbox-label{display:flex;align-items:center;gap:.75rem;cursor:pointer;font-size:.9rem;color:#555}.form-checkbox{display:none}.checkbox-custom{width:22px;height:22px;background:#f5f5f5;border:2px solid #ddd;border-radius:6px;display:flex;align-items:center;justify-content:center;transition:all .3s ease;flex-shrink:0}.checkbox-custom:after{content:"✓";font-size:14px;color:#fff;opacity:0;transform:scale(0);transition:all .2s ease}.form-checkbox:checked+.checkbox-custom{background:linear-gradient(135deg,#3b82f6,#1d4ed8);border-color:#3b82f6}.form-checkbox:checked+.checkbox-custom:after{opacity:1;transform:scale(1)}.submit-btn{margin-top:.5rem}.btn-block{width:100%}.form-success{text-align:center;padding:3rem 2rem}.success-icon{width:80px;height:80px;background:linear-gradient(135deg,#dcfce7,#bbf7d0);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem}.success-icon i{width:40px;height:40px;color:#16a34a}.form-success h3{font-size:1.5rem;font-weight:700;color:#1a1a2e;margin-bottom:.75rem}.form-success p{font-size:1rem;color:#666;margin-bottom:1.5rem}.support-hours-section{background:#fff;padding:4rem 1.5rem}.support-hours-card{background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-radius:24px;padding:2.5rem;max-width:1000px;margin:0 auto;border:1px solid #e2e8f0;box-shadow:0 10px 40px #0000000d}.support-hours-content{display:flex;align-items:center;gap:1.5rem;margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid #e2e8f0}.support-icon{width:64px;height:64px;background:linear-gradient(135deg,#3b82f6,#1d4ed8);border-radius:16px;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 8px 20px #3b82f64d}.support-icon i{width:32px;height:32px;color:#fff}.support-info h3{font-size:1.5rem;font-weight:800;color:#1a1a2e;margin-bottom:.5rem}.support-info p{font-size:1rem;color:#666;line-height:1.6}.support-hours-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.hours-item{display:flex;flex-direction:column;align-items:center;text-align:center;padding:1.25rem;background:#fff;border-radius:12px;border:1px solid #e2e8f0;transition:all .3s ease}.hours-item:hover{transform:translateY(-4px);box-shadow:0 10px 25px #00000014;border-color:#3b82f6}.hours-label{font-size:.8rem;font-weight:600;color:#666;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.5px}.hours-value{font-size:1.125rem;font-weight:700;color:#3b82f6}.app-cta-section{position:relative;background:linear-gradient(135deg,#3b82f6,#1d4ed8,#1e40af);padding:5rem 1.5rem;overflow:hidden}.app-cta-bg{position:absolute;inset:0;pointer-events:none}.cta-pattern{position:absolute;inset:0;background-image:radial-gradient(circle at 20% 50%,rgba(255,255,255,.1) 0%,transparent 50%),radial-gradient(circle at 80% 20%,rgba(255,255,255,.08) 0%,transparent 40%),radial-gradient(circle at 40% 80%,rgba(255,255,255,.06) 0%,transparent 30%)}.app-cta-content{position:relative;z-index:1;text-align:center;max-width:600px;margin:0 auto}.cta-icon{width:80px;height:80px;background:#fff3;border-radius:20px;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.3)}.cta-icon i{width:40px;height:40px;color:#fff}.app-cta-content h2{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:800;color:#fff;margin-bottom:1rem}.app-cta-content>p{font-size:1.125rem;color:#ffffffe6;line-height:1.7;margin-bottom:2rem}.app-buttons{display:flex;justify-content:center;gap:1rem;margin-bottom:1rem;flex-wrap:wrap}.app-download-btn{display:inline-block;transition:all .3s ease}.app-download-btn img{height:48px;width:auto}.app-download-btn:hover{transform:translateY(-4px);filter:brightness(1.1)}.coming-soon-text{font-size:.875rem;color:#ffffffb3;font-style:italic}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 1.75rem;font-size:1rem;font-weight:600;border-radius:12px;cursor:pointer;transition:all .3s ease;text-decoration:none;border:none}.btn i{width:18px;height:18px}.btn-primary{background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;box-shadow:0 4px 15px #3b82f64d}.btn-primary:hover{background:linear-gradient(135deg,#2563eb,#1e40af);transform:translateY(-2px);box-shadow:0 8px 25px #3b82f666}.btn-outline{background:transparent;color:#3b82f6;border:2px solid #3b82f6}.btn-outline:hover{background:#3b82f6;color:#fff}.btn-sm{padding:.625rem 1.25rem;font-size:.875rem}.btn-lg{padding:1rem 2rem;font-size:1.1rem}.animate-spin{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.toast-container{position:fixed;bottom:100px;right:1.5rem;z-index:9999;display:flex;flex-direction:column;gap:.75rem}.toast{display:flex;align-items:center;gap:.75rem;padding:1rem 1.5rem;background:#fff;border-radius:12px;box-shadow:0 10px 40px #00000026;animation:toastSlideIn .4s ease;min-width:280px;max-width:400px}.toast-icon{width:24px;height:24px;flex-shrink:0}.toast-message{font-size:.95rem;font-weight:500;color:#333;flex:1}.toast-success{border-left:4px solid #16a34a}.toast-success .toast-icon{color:#16a34a}.toast-error{border-left:4px solid #ef4444}.toast-error .toast-icon{color:#ef4444}.toast-info{border-left:4px solid #3b82f6}.toast-info .toast-icon{color:#3b82f6}.toast-exit{animation:toastSlideOut .3s ease forwards}@keyframes toastSlideIn{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}@keyframes toastSlideOut{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(100%)}}.back-to-top{position:fixed;bottom:100px;right:1.5rem;width:50px;height:50px;background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;border:none;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 20px #3b82f666;opacity:0;visibility:hidden;transform:translateY(20px);transition:all .3s ease;z-index:100}.back-to-top i{width:24px;height:24px}.back-to-top.visible{opacity:1;visibility:visible;transform:translateY(0)}.back-to-top:hover{transform:translateY(-4px);box-shadow:0 8px 30px #3b82f680}.mobile-bottom-nav{display:none;position:fixed;bottom:0;left:0;right:0;background:#fff;border-top:1px solid #eee;padding:.5rem 0;z-index:1000;box-shadow:0 -4px 20px #0000001a}.mobile-bottom-nav .nav-item{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.25rem;padding:.5rem;text-decoration:none;color:#666;font-size:.7rem;font-weight:500;transition:all .3s ease;flex:1}.mobile-bottom-nav .nav-item i{width:22px;height:22px}.mobile-bottom-nav .nav-item.active,.mobile-bottom-nav .nav-item:hover{color:#3b82f6}.nav-item-center{position:relative}.nav-item-icon{width:52px;height:52px;background:linear-gradient(135deg,#3b82f6,#1d4ed8);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-top:-1.5rem;box-shadow:0 4px 15px #3b82f666;transition:all .3s ease}.nav-item-icon i{width:24px;height:24px;color:#fff}.nav-item-center:hover .nav-item-icon{transform:scale(1.1);box-shadow:0 6px 20px #3b82f680}.section{padding:5rem 1.5rem}.container{max-width:1200px;margin:0 auto;padding:0 1rem}.text-center{text-align:center}.footer{position:relative;background:#1a1a2e;color:#fff}.footer-wave{position:absolute;top:-1px;left:0;right:0;color:#f8f9fa;line-height:0}.footer-wave svg{width:100%;height:60px}.footer-main{padding:6rem 1.5rem 3rem}.footer-grid{display:grid;grid-template-columns:1.5fr repeat(3,1fr) 1.2fr;gap:2.5rem}.footer-brand{max-width:280px}.footer-logo img{height:48px;width:auto;margin-bottom:1rem}.footer-tagline{font-size:.95rem;color:#ffffffb3;line-height:1.7;margin-bottom:1.5rem}.footer-social{display:flex;gap:.75rem}.social-link{width:40px;height:40px;background:#ffffff1a;border-radius:10px;display:flex;align-items:center;justify-content:center;color:#fff;transition:all .3s ease}.social-link i{width:18px;height:18px}.social-link:hover{background:#3b82f6;transform:translateY(-3px)}.footer-links h4,.footer-title{font-size:1rem;font-weight:700;color:#fff;margin-bottom:1.25rem}.footer-links ul{list-style:none;padding:0;margin:0}.footer-links li{margin-bottom:.75rem}.footer-links a{display:flex;align-items:center;gap:.5rem;font-size:.9rem;color:#ffffffb3;text-decoration:none;transition:all .3s ease}.footer-links a i{width:14px;height:14px;opacity:0;transition:all .3s ease}.footer-links a:hover{color:#fff;transform:translate(4px)}.footer-links a:hover i{opacity:1}.badge-hiring{font-size:.65rem;font-weight:700;background:linear-gradient(135deg,#16a34a,#15803d);color:#fff;padding:.15rem .5rem;border-radius:4px;margin-left:.5rem;text-transform:uppercase}.footer-app .app-download-btn{display:block;margin-bottom:.75rem}.footer-app .app-download-btn img{height:40px;width:auto}.footer-app .coming-soon{font-size:.8rem;color:#ffffff80;font-style:italic;margin-top:.5rem}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding:1.5rem}.footer-bottom-content{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem}.footer-copyright p{font-size:.875rem;color:#fff9}.footer-legal{display:flex;align-items:center;gap:1rem}.footer-legal a{font-size:.875rem;color:#fff9;text-decoration:none;transition:color .3s ease}.footer-legal a:hover{color:#fff}.footer-legal .separator{color:#ffffff4d}.footer-badge{display:flex;align-items:center;gap:.375rem;font-size:.875rem;color:#fff9}.footer-badge .heart-icon{width:16px;height:16px;color:#ef4444;animation:heartbeat 1.5s ease-in-out infinite}@keyframes heartbeat{0%,to{transform:scale(1)}50%{transform:scale(1.2)}}@media(max-width:1200px){.contact-cards-grid,.categories-grid,.support-hours-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:repeat(3,1fr);gap:2rem}.footer-brand{grid-column:span 3;max-width:100%;text-align:center;margin-bottom:1rem}.footer-social{justify-content:center}}@media(max-width:1024px){.contact-hero{min-height:55vh;padding-bottom:4rem}.contact-form-wrapper{grid-template-columns:1fr;gap:2rem}.contact-info{text-align:center}.contact-info h2{font-size:1.75rem}.tips-card,.office-card{text-align:left}.contact-form-card{padding:2rem}}@media(max-width:768px){.contact-hero{min-height:auto;padding:calc(var(--navbar-height, 80px) + 2rem) 1rem 4rem}.contact-hero h1{font-size:2rem}.hero-subtitle{font-size:1rem}.search-box{flex-direction:column;padding:1rem;gap:.75rem}.search-box .search-icon{display:none}.search-box input{text-align:center;padding:.875rem}.search-btn{width:100%;border-radius:10px}.search-suggestions{flex-direction:column;gap:.5rem}.search-suggestions>span{display:none}.search-suggestions .suggestion-tag{flex:none}.contact-cards-section{margin-top:0;padding:2rem 1rem}.contact-cards-grid{grid-template-columns:1fr}.contact-card{padding:1.25rem}.section{padding:3rem 1rem}.categories-grid{grid-template-columns:1fr;gap:1rem}.category-card{flex-direction:row;text-align:left;padding:1.25rem;gap:1rem}.category-icon{width:56px;height:56px;margin-bottom:0}.category-card h3{margin-bottom:.25rem}.category-card p{margin-bottom:.5rem;font-size:.8rem}.faq-tabs{flex-direction:column;align-items:stretch}.faq-tab{justify-content:center}.faq-question{padding:1rem}.faq-question-content{gap:.75rem}.faq-question-icon{width:36px;height:36px}.faq-question span{font-size:.9rem}.faq-item.active .faq-answer{padding:0 1rem 1rem 3.75rem}.form-row{grid-template-columns:1fr}.contact-form-card{padding:1.5rem;border-radius:20px}.support-hours-content{flex-direction:column;text-align:center}.support-hours-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.hours-item{padding:1rem}.app-cta-section{padding:4rem 1rem}.app-cta-content h2{font-size:1.5rem}.app-buttons{flex-direction:column;align-items:center}.footer-grid{grid-template-columns:1fr 1fr;gap:2rem}.footer-brand{grid-column:span 2}.footer-bottom-content{flex-direction:column;text-align:center}.mobile-bottom-nav{display:flex}.back-to-top{bottom:80px;right:1rem;width:44px;height:44px}.toast-container{left:1rem;right:1rem;bottom:80px}.toast{width:100%;min-width:auto}}@media(max-width:480px){.floating-element{font-size:1.75rem;opacity:.15}.hero-badge{font-size:.75rem;padding:.375rem 1rem}.contact-hero h1{font-size:1.75rem}.breadcrumb{font-size:.75rem}.section-header h2{font-size:1.5rem}.section-subtitle{font-size:1rem}.contact-card-icon{width:48px;height:48px}.contact-card-icon i{width:20px;height:20px}.contact-value{font-size:.9rem}.category-icon{width:48px;height:48px}.category-icon i{width:24px;height:24px}.faq-question-icon{width:32px;height:32px}.faq-question span{font-size:.85rem}.faq-item.active .faq-answer{padding:0 1rem 1rem}.faq-answer p,.faq-answer li{font-size:.875rem}.form-input{padding:.75rem 1rem .75rem 2.75rem;font-size:.9rem}.support-hours-grid{grid-template-columns:1fr}.support-info h3{font-size:1.25rem}.footer-grid{grid-template-columns:1fr;text-align:center}.footer-brand{grid-column:span 1}.footer-links ul,.footer-app{display:flex;flex-direction:column;align-items:center}.nav-item-icon{width:46px;height:46px}}@media(max-width:360px){.contact-form{padding:var(--space-4)}.contact-card h4{font-size:var(--font-size-base);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.contact-card{padding:var(--space-4)}.info-value,.contact-value{font-size:var(--font-size-sm);word-break:break-all}.category-card h4{font-size:var(--font-size-sm);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.faq-question span{font-size:var(--font-size-sm)}.section-header h2{font-size:1.375rem}.section-subtitle{font-size:var(--font-size-sm)}.contact-hero h1{font-size:1.5rem}.support-info h3{font-size:var(--font-size-lg)}.hours-item{padding:var(--space-3)}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.floating-element{animation:none}.contact-card:hover,.category-card:hover,.hours-item:hover{transform:none}.hero-pattern,.online-dot,.footer-badge .heart-icon{animation:none}}.faq-question:focus-visible,.faq-tab:focus-visible,.contact-card:focus-visible,.category-card:focus-visible,.suggestion-tag:focus-visible,.btn:focus-visible,.form-input:focus-visible,.search-btn:focus-visible{outline:3px solid rgba(59,130,246,.5);outline-offset:2px}.skip-link{position:absolute;top:-100%;left:0;background:#3b82f6;color:#fff;padding:.75rem 1.5rem;z-index:10000;text-decoration:none;font-weight:600}.skip-link:focus{top:0}@media(prefers-contrast:high){.contact-card,.category-card,.faq-item,.contact-form-card{border-width:2px}.btn-primary{background:#1d4ed8}.section-tag{border:2px solid currentColor}}@media print{.contact-hero{background:#fff!important;color:#000!important;min-height:auto;padding:2rem}.floating-elements,.hero-pattern,.hero-gradient,.hero-search,.app-cta-section,.mobile-bottom-nav,.back-to-top,.toast-container,.contact-card-arrow,.footer-social,.app-buttons{display:none!important}.contact-cards-grid,.categories-grid,.faq-tabs{display:block}.contact-card,.category-card{break-inside:avoid;box-shadow:none;border:1px solid #ddd;margin-bottom:1rem}.faq-content{display:block!important}.faq-answer{max-height:none!important;padding:1rem!important}.contact-form-wrapper{display:block}.contact-form-card{box-shadow:none;border:1px solid #ddd}.btn{background:#fff!important;color:#000!important;border:1px solid black!important}.footer{background:#fff!important;color:#000!important}.footer-wave{display:none}}@media(min-width:1400px){.container{max-width:1320px}.contact-hero h1{font-size:4.5rem}.contact-cards-grid,.categories-grid{gap:2rem}.faq-list{gap:1.25rem}}@media(max-width:1399px){.container{max-width:1140px}.contact-hero h1{font-size:3.5rem}.contact-cards-grid{gap:1.5rem}}@media(max-width:1199px){.container{max-width:960px}.contact-hero{min-height:55vh}.contact-hero h1{font-size:3rem}.hero-subtitle{font-size:1.125rem}.contact-cards-grid,.categories-grid{grid-template-columns:repeat(2,1fr);gap:1.25rem}.support-hours-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:repeat(3,1fr);gap:2rem}.footer-brand{grid-column:span 3;max-width:100%;text-align:center;margin-bottom:1.5rem}.footer-social{justify-content:center}}@media(max-width:991px){.container{max-width:720px}.section{padding:4rem 1.5rem}.contact-hero{min-height:auto;padding:calc(var(--navbar-height, 80px) + 2.5rem) 1.5rem 4rem}.contact-hero h1{font-size:2.5rem;margin-bottom:1.25rem}.hero-subtitle{font-size:1rem;margin-bottom:2rem}.hero-badge{font-size:.8rem;padding:.5rem 1rem}.hero-search{max-width:500px}.search-box{border-radius:14px}.search-box input{font-size:.95rem}.contact-form-wrapper{grid-template-columns:1fr;gap:2.5rem}.contact-info{text-align:center;order:2}.contact-form-card{order:1}.contact-info h2{font-size:1.75rem}.tips-card,.office-card{text-align:left;max-width:500px;margin-left:auto;margin-right:auto}.faq-tabs{gap:.75rem}.faq-tab{padding:.75rem 1.25rem;font-size:.85rem}.support-hours-content{gap:1.25rem}.support-icon{width:56px;height:56px}.support-icon i{width:28px;height:28px}.support-info h3{font-size:1.375rem}.app-cta-section{padding:4rem 1.5rem}.app-cta-content h2{font-size:2rem}.cta-icon{width:70px;height:70px}.cta-icon i{width:35px;height:35px}}@media(max-width:767px){.container{max-width:540px;padding:0 1rem}.section{padding:3.5rem 1rem}.contact-hero{padding:calc(var(--navbar-height, 70px) + 2rem) 1rem 3.5rem}.contact-hero h1{font-size:2rem;line-height:1.2}.hero-subtitle{font-size:.95rem;line-height:1.6}.breadcrumb{font-size:.8rem;margin-bottom:1rem}.floating-element{font-size:2rem;opacity:.15}.el-1{top:10%;left:5%}.el-2{top:20%;right:5%}.el-3{bottom:30%;left:3%}.el-4{bottom:15%;right:5%}.el-5{display:none}.search-box{flex-direction:column;padding:1rem;gap:.75rem;border-radius:16px}.search-box .search-icon{display:none}.search-box input{text-align:center;padding:.875rem 1rem;border-radius:10px;background:#f5f5f5}.search-btn{width:100%;height:48px;border-radius:10px}.search-suggestions{flex-wrap:wrap;justify-content:center;gap:.5rem;margin-top:1rem}.search-suggestions>span{width:100%;text-align:center;font-size:.8rem}.suggestion-tag{font-size:.75rem;padding:.375rem .875rem}.contact-cards-section{padding:2.5rem 1rem;margin-top:0}.contact-cards-grid{grid-template-columns:1fr;gap:1rem}.contact-card{padding:1.25rem;border-radius:14px}.contact-card-icon{width:50px;height:50px;border-radius:12px}.contact-card-icon i{width:22px;height:22px}.contact-value{font-size:.95rem}.contact-meta{font-size:.7rem}.contact-card-arrow{width:28px;height:28px}.section-header h2{font-size:1.625rem}.section-subtitle{font-size:.95rem}.section-tag{font-size:.8rem;padding:.375rem .875rem}.categories-grid{grid-template-columns:1fr;gap:.875rem}.category-card{flex-direction:row;text-align:left;padding:1.25rem;gap:1rem;border-radius:14px}.category-icon{width:56px;height:56px;border-radius:14px;margin-bottom:0;flex-shrink:0}.category-icon i{width:26px;height:26px}.category-card h3{font-size:1rem;margin-bottom:.25rem}.category-card p{font-size:.8rem;margin-bottom:.5rem;line-height:1.4}.category-count{font-size:.7rem;padding:.2rem .6rem}.faq-tabs{flex-direction:column;align-items:stretch;gap:.5rem}.faq-tab{justify-content:center;padding:.875rem 1.25rem;border-radius:12px}.faq-list{gap:.75rem}.faq-item{border-radius:14px}.faq-question{padding:1rem 1.25rem}.faq-question-content{gap:.75rem}.faq-question-icon{width:38px;height:38px;border-radius:10px}.faq-question-icon i{width:18px;height:18px}.faq-question span{font-size:.9rem}.faq-chevron{width:18px;height:18px}.faq-item.active .faq-answer{padding:0 1.25rem 1.25rem 4rem}.faq-answer p,.faq-answer li{font-size:.875rem}.contact-form-card{padding:1.75rem;border-radius:20px}.form-row{grid-template-columns:1fr;gap:1rem}.form-label{font-size:.8rem}.form-input{padding:.8rem 1rem .8rem 2.75rem;font-size:.9rem;border-radius:10px}.input-icon{width:18px;height:18px;left:.875rem}.form-textarea{min-height:120px}.checkbox-label{font-size:.85rem}.checkbox-custom{width:20px;height:20px}.btn-lg{padding:.875rem 1.5rem;font-size:1rem}.tips-card,.office-card{padding:1.25rem;border-radius:14px}.tips-header h4,.office-header h4{font-size:.95rem}.tips-list li,.office-address p{font-size:.85rem}.support-hours-card{padding:2rem 1.5rem;border-radius:20px}.support-hours-content{flex-direction:column;text-align:center;gap:1rem}.support-icon{width:60px;height:60px}.support-info h3{font-size:1.25rem}.support-info p{font-size:.9rem}.support-hours-grid{grid-template-columns:repeat(2,1fr);gap:.875rem}.hours-item{padding:1rem;border-radius:10px}.hours-label{font-size:.7rem}.hours-value{font-size:1rem}.app-cta-section{padding:3.5rem 1rem}.cta-icon{width:64px;height:64px;border-radius:16px}.cta-icon i{width:32px;height:32px}.app-cta-content h2{font-size:1.625rem}.app-cta-content>p{font-size:1rem}.app-buttons{flex-direction:column;align-items:center;gap:.75rem}.app-download-btn img{height:44px}.footer-main{padding:5rem 1rem 2.5rem}.footer-grid{grid-template-columns:1fr 1fr;gap:2rem}.footer-brand{grid-column:span 2;text-align:center}.footer-links{text-align:center}.footer-links ul{display:flex;flex-direction:column;align-items:center}.footer-links a i{display:none}.footer-app{grid-column:span 2;text-align:center}.footer-app .app-download-btn{display:inline-block;margin:0 .375rem .75rem}.footer-bottom-content{flex-direction:column;gap:1rem;text-align:center}.footer-legal{order:1}.footer-copyright{order:2}.footer-badge{order:3}.mobile-bottom-nav{display:flex;justify-content:space-around;align-items:flex-end;padding:.5rem .25rem .625rem}.back-to-top{bottom:85px;right:1rem;width:46px;height:46px}.back-to-top i{width:22px;height:22px}.toast-container{left:1rem;right:1rem;bottom:85px}.toast{width:100%;min-width:auto;max-width:none}.form-success{padding:2.5rem 1.5rem}.success-icon{width:70px;height:70px}.success-icon i{width:35px;height:35px}.form-success h3{font-size:1.375rem}.form-success p{font-size:.95rem}}@media(max-width:575px){.container{padding:0 .875rem}.section{padding:3rem .875rem}.contact-hero{padding:calc(var(--navbar-height, 70px) + 1.5rem) .875rem 3rem}.contact-hero h1{font-size:1.75rem}.hero-subtitle{font-size:.9rem}.hero-badge{font-size:.75rem;padding:.375rem .875rem;margin-bottom:1rem}.hero-badge i{width:16px;height:16px}.floating-element{font-size:1.75rem;opacity:.12}.el-3,.el-4,.el-5{display:none}.search-box{padding:.875rem}.search-box input{padding:.75rem;font-size:.9rem}.search-btn{height:44px}.suggestion-tag{font-size:.7rem;padding:.3rem .75rem}.section-header h2{font-size:1.5rem}.section-subtitle{font-size:.9rem}.section-tag{font-size:.75rem}.contact-card{padding:1rem}.contact-card-icon{width:46px;height:46px}.contact-card-icon i{width:20px;height:20px}.contact-card-content h3{font-size:.8rem}.contact-value{font-size:.9rem}.category-card{padding:1rem}.category-icon{width:50px;height:50px}.category-icon i{width:24px;height:24px}.category-card h3{font-size:.95rem}.category-card p{font-size:.75rem}.faq-tab{padding:.75rem 1rem;font-size:.8rem}.faq-tab i{width:16px;height:16px}.faq-question{padding:.875rem 1rem}.faq-question-icon{width:34px;height:34px}.faq-question-icon i{width:16px;height:16px}.faq-question span{font-size:.85rem}.faq-item.active .faq-answer{padding:0 1rem 1rem}.faq-answer p,.faq-answer li{font-size:.825rem;line-height:1.6}.faq-answer ul,.faq-answer ol{padding-left:1.25rem}.contact-form-card{padding:1.5rem;border-radius:18px}.contact-form{gap:1rem}.form-group{margin-bottom:0}.form-label{font-size:.75rem;margin-bottom:.375rem}.form-input{padding:.75rem .875rem .75rem 2.5rem;font-size:.875rem;border-radius:10px}.input-icon{width:16px;height:16px;left:.75rem}.form-textarea{min-height:100px;padding-top:.75rem}.form-hint{font-size:.7rem}.checkbox-label{font-size:.8rem;gap:.5rem}.checkbox-custom{width:18px;height:18px;border-radius:5px}.btn-lg{padding:.75rem 1.25rem;font-size:.95rem;border-radius:10px}.btn i{width:16px;height:16px}.tips-card,.office-card{padding:1rem;border-radius:12px}.tips-header,.office-header{gap:.5rem;margin-bottom:.75rem}.tips-header i,.office-header i{width:20px;height:20px}.tips-header h4,.office-header h4{font-size:.9rem}.tips-list li{font-size:.8rem;gap:.5rem;margin-bottom:.5rem}.tips-list li i{width:16px;height:16px}.office-address p,.office-map-link{font-size:.8rem}.support-hours-card{padding:1.5rem 1.25rem;border-radius:18px}.support-hours-content{padding-bottom:1.5rem;margin-bottom:1.5rem}.support-icon{width:54px;height:54px;border-radius:14px}.support-icon i{width:26px;height:26px}.support-info h3{font-size:1.125rem}.support-info p{font-size:.85rem}.support-hours-grid{grid-template-columns:1fr;gap:.75rem}.hours-item{flex-direction:row;justify-content:space-between;padding:.875rem 1rem}.hours-label{font-size:.75rem;margin-bottom:0}.hours-value{font-size:.95rem}.app-cta-section{padding:3rem .875rem}.cta-icon{width:56px;height:56px;border-radius:14px;margin-bottom:1.25rem}.cta-icon i{width:28px;height:28px}.app-cta-content h2{font-size:1.5rem;margin-bottom:.75rem}.app-cta-content>p{font-size:.9rem;margin-bottom:1.5rem}.app-download-btn img{height:40px}.coming-soon-text{font-size:.8rem}.footer-wave svg{height:40px}.footer-main{padding:4rem .875rem 2rem}.footer-grid{grid-template-columns:1fr;gap:2rem;text-align:center}.footer-brand{grid-column:span 1}.footer-logo img{height:40px}.footer-tagline{font-size:.875rem}.footer-social{justify-content:center}.social-link{width:36px;height:36px}.social-link i{width:16px;height:16px}.footer-title{font-size:.95rem;margin-bottom:1rem}.footer-links a{font-size:.85rem;justify-content:center}.footer-app .app-download-btn img{height:36px}.footer-bottom{padding:1.25rem .875rem}.footer-copyright p,.footer-legal a,.footer-badge{font-size:.8rem}.mobile-bottom-nav .nav-item{font-size:.65rem;padding:.375rem}.mobile-bottom-nav .nav-item i{width:20px;height:20px}.nav-item-icon{width:46px;height:46px;margin-top:-1.25rem}.nav-item-icon i{width:22px;height:22px}.back-to-top{bottom:80px;right:.875rem;width:42px;height:42px}.back-to-top i{width:20px;height:20px}.toast-container{left:.875rem;right:.875rem;bottom:80px}.toast{padding:.875rem 1rem;border-radius:10px}.toast-icon{width:20px;height:20px}.toast-message{font-size:.875rem}.form-success{padding:2rem 1.25rem}.success-icon{width:60px;height:60px;margin-bottom:1.25rem}.success-icon i{width:30px;height:30px}.form-success h3{font-size:1.25rem}.form-success p{font-size:.875rem}}@media(max-width:359px){.container{padding:0 .75rem}.section{padding:2.5rem .75rem}.contact-hero{padding:calc(var(--navbar-height, 70px) + 1.25rem) .75rem 2.5rem}.contact-hero h1{font-size:1.5rem}.hero-subtitle{font-size:.85rem}.hero-badge{font-size:.7rem}.section-header h2{font-size:1.375rem}.contact-card{padding:.875rem}.contact-card-icon{width:42px;height:42px}.category-card{padding:.875rem}.category-icon{width:44px;height:44px}.faq-question{padding:.75rem}.faq-question-icon{width:30px;height:30px}.faq-question span{font-size:.8rem}.contact-form-card{padding:1.25rem}.form-input{padding:.625rem .75rem .625rem 2.25rem;font-size:.825rem}.btn-lg{padding:.625rem 1rem;font-size:.875rem}}@media(max-height:500px)and (orientation:landscape){.contact-hero{min-height:auto;padding-top:calc(var(--navbar-height, 70px) + 1rem);padding-bottom:2rem}.contact-hero h1{font-size:1.75rem;margin-bottom:.75rem}.hero-subtitle{font-size:.9rem;margin-bottom:1.25rem}.hero-search{max-width:450px}.search-box{flex-direction:row;padding:.375rem}.search-box .search-icon{display:block;width:20px;height:20px}.search-box input{text-align:left;padding:.625rem}.search-btn{width:42px;height:42px}.floating-element{display:none}.mobile-bottom-nav{padding:.25rem 0 .375rem}.nav-item-icon{width:42px;height:42px;margin-top:-1rem}}@media(-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.contact-card,.category-card,.faq-item,.contact-form-card,.tips-card,.office-card,.support-hours-card{border-width:.5px}}
