.scroll-progress-bar.svelte-3ycqhz{position:fixed;top:0;left:0;height:3px;background:linear-gradient(90deg,#1e40af,#3b82f6);z-index:1000;transition:width .3s ease}.contact-page.svelte-3ycqhz{min-height:100vh;background:#f8fafc;padding:2rem 0}.contact-header.svelte-3ycqhz{text-align:center;margin-bottom:3rem;padding:2rem 0;background:linear-gradient(135deg,#1e40af,#3b82f6);color:#fff;border-radius:1rem;position:relative;overflow:hidden}.contact-header.svelte-3ycqhz:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-image:radial-gradient(circle at 25% 25%,rgba(255,255,255,.1) 0%,transparent 50%),radial-gradient(circle at 75% 75%,rgba(255,255,255,.1) 0%,transparent 50%);pointer-events:none}.breadcrumb.svelte-3ycqhz{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-bottom:1.5rem;font-size:.875rem;position:relative;z-index:1}.breadcrumb-link.svelte-3ycqhz{color:#fffc;text-decoration:none;display:flex;align-items:center;gap:.25rem;transition:color .3s ease}.breadcrumb-link.svelte-3ycqhz:hover{color:#fff}.breadcrumb-separator.svelte-3ycqhz{color:#fff9}.breadcrumb-current.svelte-3ycqhz{color:#fff;font-weight:500}.contact-title.svelte-3ycqhz{font-size:3rem;font-weight:800;margin-bottom:.5rem;text-shadow:0 2px 4px rgba(0,0,0,.1);position:relative;z-index:1}.contact-subtitle.svelte-3ycqhz{font-size:1.125rem;color:#ffffffe6;margin:0;position:relative;z-index:1}.contact-content.svelte-3ycqhz{max-width:1200px;margin:0 auto}.section-title.svelte-3ycqhz{font-size:1.75rem;font-weight:700;color:#1e293b;margin-bottom:2rem;text-align:center}.contact-methods.svelte-3ycqhz{margin-bottom:4rem}.methods-grid.svelte-3ycqhz{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.method-card.svelte-3ycqhz{background:#fff;border:2px solid #e2e8f0;border-radius:1rem;padding:2rem;text-align:center;transition:all .3s ease;position:relative;overflow:hidden}.method-card.svelte-3ycqhz:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:var(--accent-color);transform:scaleX(0);transition:transform .3s ease}.method-card.svelte-3ycqhz:hover{border-color:var(--accent-color);transform:translateY(-4px);box-shadow:0 12px 30px #0000001a}.method-card.svelte-3ycqhz:hover:before{transform:scaleX(1)}.method-icon.svelte-3ycqhz{width:4rem;height:4rem;background:var(--accent-color);border-radius:1rem;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;transition:transform .3s ease}.method-card.svelte-3ycqhz:hover .method-icon:where(.svelte-3ycqhz){transform:scale(1.1)}.method-icon.svelte-3ycqhz i:where(.svelte-3ycqhz){font-size:1.5rem;color:#fff}.method-card.svelte-3ycqhz h3:where(.svelte-3ycqhz){font-size:1.25rem;font-weight:600;color:#1e293b;margin-bottom:.5rem}.method-description.svelte-3ycqhz{color:#64748b;margin-bottom:1.5rem}.method-contact.svelte-3ycqhz{margin-bottom:1.5rem}.contact-value.svelte-3ycqhz{font-weight:600;color:var(--accent-color);font-size:1.125rem}.chat-button.svelte-3ycqhz{background:var(--accent-color);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:.5rem;font-weight:600;cursor:pointer;transition:all .3s ease}.chat-button.svelte-3ycqhz:hover{transform:translateY(-1px);box-shadow:0 4px 12px #8b5cf64d}.method-details.svelte-3ycqhz{display:flex;flex-direction:column;gap:.5rem}.detail-item.svelte-3ycqhz{display:flex;align-items:center;justify-content:center;gap:.5rem;font-size:.875rem;color:#64748b}.detail-item.svelte-3ycqhz i:where(.svelte-3ycqhz){color:var(--accent-color)}.contact-main.svelte-3ycqhz{display:grid;grid-template-columns:2fr 1fr;gap:3rem;margin-bottom:4rem}.contact-form-section.svelte-3ycqhz{background:#fff;border-radius:1rem;padding:2rem;box-shadow:0 4px 6px #0000000d;border:1px solid #e2e8f0}.contact-form.svelte-3ycqhz{max-width:none}.form-row.svelte-3ycqhz{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-group.svelte-3ycqhz{margin-bottom:1.5rem}.form-label.svelte-3ycqhz{display:flex;align-items:center;gap:.5rem;font-weight:600;color:#1e293b;margin-bottom:.5rem}.form-label.svelte-3ycqhz i:where(.svelte-3ycqhz){color:#3b82f6;width:1rem}.form-input.svelte-3ycqhz,.form-select.svelte-3ycqhz,.form-textarea.svelte-3ycqhz{width:100%;padding:.75rem;border:1px solid #d1d5db;border-radius:.5rem;font-size:.875rem;transition:all .3s ease;background:#fff}.form-input.svelte-3ycqhz:focus,.form-select.svelte-3ycqhz:focus,.form-textarea.svelte-3ycqhz:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.form-file.svelte-3ycqhz{width:100%;padding:.75rem;border:2px dashed #d1d5db;border-radius:.5rem;background:#fafafa;cursor:pointer;transition:border-color .3s ease}.form-file.svelte-3ycqhz:hover{border-color:#3b82f6}.form-help.svelte-3ycqhz{display:block;margin-top:.5rem;font-size:.75rem;color:#6b7280}.form-actions.svelte-3ycqhz{text-align:center;margin-top:2rem}.form-note.svelte-3ycqhz{margin-top:1rem;font-size:.875rem;color:#6b7280;display:flex;align-items:center;justify-content:center;gap:.5rem}.form-note.svelte-3ycqhz i:where(.svelte-3ycqhz){color:#10b981}.contact-sidebar.svelte-3ycqhz{display:flex;flex-direction:column;gap:2rem}.contact-info-card.svelte-3ycqhz,.support-team-card.svelte-3ycqhz,.quick-faq-card.svelte-3ycqhz{background:#fff;border-radius:1rem;padding:2rem;box-shadow:0 4px 6px #0000000d;border:1px solid #e2e8f0}.contact-info-card.svelte-3ycqhz h3:where(.svelte-3ycqhz),.support-team-card.svelte-3ycqhz h3:where(.svelte-3ycqhz),.quick-faq-card.svelte-3ycqhz h3:where(.svelte-3ycqhz){display:flex;align-items:center;gap:.5rem;font-size:1.25rem;font-weight:600;color:#1e293b;margin-bottom:1.5rem;padding-bottom:.75rem;border-bottom:2px solid #e2e8f0}.contact-info-card.svelte-3ycqhz h3:where(.svelte-3ycqhz) i:where(.svelte-3ycqhz){color:#f59e0b}.support-team-card.svelte-3ycqhz h3:where(.svelte-3ycqhz) i:where(.svelte-3ycqhz){color:#3b82f6}.quick-faq-card.svelte-3ycqhz h3:where(.svelte-3ycqhz) i:where(.svelte-3ycqhz){color:#10b981}.office-details.svelte-3ycqhz{display:flex;flex-direction:column;gap:1.5rem}.address.svelte-3ycqhz p:where(.svelte-3ycqhz){line-height:1.6;color:#475569;margin:0}.office-hours.svelte-3ycqhz h4:where(.svelte-3ycqhz){display:flex;align-items:center;gap:.5rem;font-size:1rem;font-weight:600;color:#1e293b;margin-bottom:.75rem}.office-hours.svelte-3ycqhz h4:where(.svelte-3ycqhz) i:where(.svelte-3ycqhz){color:#3b82f6}.office-hours.svelte-3ycqhz ul:where(.svelte-3ycqhz){list-style:none;padding:0;margin:0}.office-hours.svelte-3ycqhz li:where(.svelte-3ycqhz){padding:.5rem 0;color:#475569;font-size:.875rem;border-bottom:1px solid #f1f5f9}.office-hours.svelte-3ycqhz li:where(.svelte-3ycqhz):last-child{border-bottom:none}.map-link.svelte-3ycqhz{display:flex;align-items:center;gap:.5rem;color:#3b82f6;text-decoration:none;font-weight:500;transition:color .3s ease}.map-link.svelte-3ycqhz:hover{color:#2563eb}.team-members.svelte-3ycqhz{display:flex;flex-direction:column;gap:1.5rem}.team-member.svelte-3ycqhz{display:flex;gap:1rem;align-items:flex-start}.member-avatar.svelte-3ycqhz{width:3rem;height:3rem;border-radius:50%;overflow:hidden;flex-shrink:0}.member-avatar.svelte-3ycqhz img:where(.svelte-3ycqhz){width:100%;height:100%;object-fit:cover}.member-info.svelte-3ycqhz h4:where(.svelte-3ycqhz){font-size:1rem;font-weight:600;color:#1e293b;margin-bottom:.25rem}.member-role.svelte-3ycqhz{font-size:.875rem;color:#64748b;margin-bottom:.75rem}.member-specialties.svelte-3ycqhz{display:flex;flex-wrap:wrap;gap:.25rem}.specialty-tag.svelte-3ycqhz{background:#f1f5f9;color:#475569;padding:.125rem .5rem;border-radius:.25rem;font-size:.75rem;font-weight:500}.faq-items.svelte-3ycqhz{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:1.5rem}.faq-item.svelte-3ycqhz h4:where(.svelte-3ycqhz){font-size:.875rem;font-weight:600;color:#1e293b;margin-bottom:.5rem}.faq-item.svelte-3ycqhz p:where(.svelte-3ycqhz){font-size:.75rem;color:#64748b;line-height:1.5;margin:0}.view-all-link.svelte-3ycqhz{display:flex;align-items:center;gap:.5rem;color:#3b82f6;text-decoration:none;font-weight:500;font-size:.875rem;transition:all .3s ease}.view-all-link.svelte-3ycqhz:hover{gap:.75rem}.alternative-contact.svelte-3ycqhz{background:#fff;border-radius:1rem;padding:3rem;text-align:center;box-shadow:0 4px 6px #0000000d;border:1px solid #e2e8f0}.alt-contact-content.svelte-3ycqhz h2:where(.svelte-3ycqhz){font-size:1.75rem;font-weight:700;color:#1e293b;margin-bottom:.75rem}.alt-contact-content.svelte-3ycqhz p:where(.svelte-3ycqhz){color:#64748b;margin-bottom:2rem;font-size:1.125rem}.social-links.svelte-3ycqhz{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.social-link.svelte-3ycqhz{display:flex;align-items:center;gap:.75rem;padding:1rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:.75rem;text-decoration:none;color:#475569;font-weight:500;transition:all .3s ease}.social-link.svelte-3ycqhz:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.social-link.twitter.svelte-3ycqhz{border-color:#1da1f2}.social-link.twitter.svelte-3ycqhz:hover{background:#1da1f2;color:#fff}.social-link.linkedin.svelte-3ycqhz{border-color:#0077b5}.social-link.linkedin.svelte-3ycqhz:hover{background:#0077b5;color:#fff}.social-link.github.svelte-3ycqhz{border-color:#333}.social-link.github.svelte-3ycqhz:hover{background:#333;color:#fff}.social-link.email.svelte-3ycqhz{border-color:#ea4335}.social-link.email.svelte-3ycqhz:hover{background:#ea4335;color:#fff}.social-link.svelte-3ycqhz i:where(.svelte-3ycqhz){font-size:1.25rem;flex-shrink:0}@media (max-width: 768px){.contact-title.svelte-3ycqhz{font-size:2rem}.contact-header.svelte-3ycqhz{padding:1.5rem}.methods-grid.svelte-3ycqhz{grid-template-columns:1fr}.contact-main.svelte-3ycqhz{grid-template-columns:1fr;gap:2rem}.form-row.svelte-3ycqhz{grid-template-columns:1fr}.contact-form-section.svelte-3ycqhz,.contact-info-card.svelte-3ycqhz,.support-team-card.svelte-3ycqhz,.quick-faq-card.svelte-3ycqhz,.alternative-contact.svelte-3ycqhz{padding:1.5rem}.social-links.svelte-3ycqhz{grid-template-columns:1fr}}@media (max-width: 480px){.contact-page.svelte-3ycqhz{padding:1rem 0}.contact-title.svelte-3ycqhz{font-size:1.75rem}.method-card.svelte-3ycqhz{padding:1.5rem}.team-member.svelte-3ycqhz{flex-direction:column;align-items:center;text-align:center}.member-specialties.svelte-3ycqhz{justify-content:center}}
