.faq-section.svelte-14zr7hk{padding:6rem 0;background-color:var(--card-bg, #111827);border-top:1px solid var(--border-color, #1e293b)}[data-theme=light] .faq-section.svelte-14zr7hk{background-color:#f8fafc;border-color:#0000000d}.container.svelte-14zr7hk{max-width:800px;margin:0 auto;padding:0 1.5rem}.faq-header.svelte-14zr7hk{text-align:center;margin-bottom:4rem}.faq-title.svelte-14zr7hk{font-family:var(--font-display, sans-serif);font-size:2.25rem;font-weight:700;color:var(--text-color);margin-bottom:1.25rem;letter-spacing:-.02em;line-height:1.2}.faq-subtitle.svelte-14zr7hk{font-size:1.125rem;color:var(--text-muted);max-width:600px;margin:0 auto;line-height:1.6}.faq-accordion-group.svelte-14zr7hk{display:flex;flex-direction:column;gap:1rem}.faq-item.svelte-14zr7hk{border-radius:12px;background-color:var(--bg-color, #0f172a);border:1px solid var(--border-color, #1e293b);overflow:hidden;transition:all .3s ease}[data-theme=light] .faq-item.svelte-14zr7hk{background-color:#fff;border-color:#0000000d}.faq-question.svelte-14zr7hk{display:flex;align-items:center;justify-content:space-between;padding:1.5rem;cursor:pointer;font-weight:600;font-size:1.05rem;color:var(--text-color);line-height:1.5;list-style:none}.faq-question.svelte-14zr7hk::-webkit-details-marker{display:none}.faq-icon.svelte-14zr7hk{flex-shrink:0;margin-left:1.5rem;color:var(--color-primary, #7e58f0);transition:transform .3s cubic-bezier(.4,0,.2,1)}.faq-item[open].svelte-14zr7hk .faq-icon:where(.svelte-14zr7hk){transform:rotate(180deg)}.faq-item.svelte-14zr7hk:target{border-color:var(--color-primary, #7e58f0);box-shadow:0 0 0 2px #7e58f033}.faq-answer-container.svelte-14zr7hk{display:grid;grid-template-rows:0fr;transition:grid-template-rows .3s ease-out}.faq-item[open].svelte-14zr7hk .faq-answer-container:where(.svelte-14zr7hk){grid-template-rows:1fr;animation:svelte-14zr7hk-fadeIn .4s ease forwards}.faq-answer-content.svelte-14zr7hk{overflow:hidden;padding:0 1.5rem;color:var(--text-muted);font-size:1rem;line-height:1.7}.faq-item[open].svelte-14zr7hk .faq-answer-content:where(.svelte-14zr7hk){padding-bottom:1.5rem}@keyframes svelte-14zr7hk-fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media(max-width:640px){.faq-title.svelte-14zr7hk{font-size:1.75rem}.faq-question.svelte-14zr7hk{font-size:.95rem;padding:1.25rem}}.contact.svelte-pzu9qq{padding:8rem 0;border-top:1px solid var(--border-color);background-color:var(--bg-color);position:relative;overflow:hidden}.contact.svelte-pzu9qq:before{content:"";position:absolute;top:50%;right:0;width:600px;height:600px;background:radial-gradient(circle,#7e58f00d,#0a0f1c00 70%);transform:translate(30%,-50%);pointer-events:none;z-index:0}.container-grid.svelte-pzu9qq{display:grid;grid-template-columns:1fr 1.2fr;gap:6rem;position:relative;z-index:10}.contact-info.svelte-pzu9qq{display:flex;flex-direction:column;align-items:flex-start}.label-tag.svelte-pzu9qq{display:inline-flex;align-items:center;padding:.5rem 1rem;border-radius:9999px;background-color:var(--card-bg);color:var(--text-color);border:1px solid var(--border-color);font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;margin-bottom:2rem}.contact-title.svelte-pzu9qq{font-size:clamp(2.5rem,5vw,4rem);letter-spacing:-.02em;margin-bottom:1.5rem;line-height:1.1}.contact-desc.svelte-pzu9qq{font-size:1.125rem;color:var(--text-muted);line-height:1.6;margin-bottom:4rem;max-width:480px}.contact-details.svelte-pzu9qq{display:flex;flex-direction:column;gap:1.5rem;margin-top:auto}.contact-link.svelte-pzu9qq{display:flex;align-items:center;gap:1rem;font-size:1.25rem;font-weight:500;color:var(--text-color);transition:color .2s ease,transform .2s ease}.contact-icon.svelte-pzu9qq{display:flex;align-items:center;justify-content:center;width:48px;height:48px;background-color:var(--card-bg);border:1px solid var(--border-color);border-radius:12px;color:var(--color-primary);transition:all .2s ease}.contact-link.svelte-pzu9qq:hover{color:var(--color-primary);transform:translate(4px)}.contact-link.svelte-pzu9qq:hover .contact-icon:where(.svelte-pzu9qq){background-color:#7e58f01a;border-color:#7e58f04d}.contact-form-container.svelte-pzu9qq{padding-top:4.5rem;display:flex;flex-direction:column}.contact-form.svelte-pzu9qq{display:flex;flex-direction:column;gap:3rem}.form-row.svelte-pzu9qq{display:grid;grid-template-columns:1fr 1fr;gap:2rem}input.svelte-pzu9qq,textarea.svelte-pzu9qq{width:100%;background-color:transparent;border:none;border-bottom:2px solid var(--border-color);color:var(--text-color);font-family:var(--font-sans);font-size:1.125rem;padding:1rem 0;transition:border-color .3s ease,background-color .3s ease;resize:vertical}input.svelte-pzu9qq:focus,textarea.svelte-pzu9qq:focus{outline:none;border-bottom-color:var(--color-primary)}input.svelte-pzu9qq::placeholder,textarea.svelte-pzu9qq::placeholder{color:var(--text-muted);opacity:.7}input.svelte-pzu9qq:disabled,textarea.svelte-pzu9qq:disabled{opacity:.5;cursor:not-allowed}.form-actions.svelte-pzu9qq{margin-top:1rem;display:flex;justify-content:flex-start}.submit-btn.svelte-pzu9qq{padding:1.25rem 3rem;font-size:1.125rem;gap:.75rem;width:auto}.ml-2.svelte-pzu9qq{margin-left:.5rem}.form-message.svelte-pzu9qq{padding:1rem;border-radius:8px;text-align:center;font-weight:500}.form-message.success.svelte-pzu9qq{background-color:#9dda651a;color:var(--color-tech);border:1px solid rgba(157,218,101,.2)}.form-message.error.svelte-pzu9qq{background-color:#ef44441a;color:#ef4444;border:1px solid rgba(239,68,68,.2)}@media(max-width:1024px){.contact.svelte-pzu9qq{padding:6rem 0}.container-grid.svelte-pzu9qq{grid-template-columns:1fr;gap:4rem}.contact-form-container.svelte-pzu9qq{padding-top:0}}@media(max-width:768px){.form-row.svelte-pzu9qq{grid-template-columns:1fr;gap:3rem}.contact-form.svelte-pzu9qq{gap:3rem}}@media(max-width:640px){.contact-title.svelte-pzu9qq{font-size:2.25rem}.contact-link.svelte-pzu9qq{font-size:1.125rem}.contact-icon.svelte-pzu9qq{width:40px;height:40px}.submit-btn.svelte-pzu9qq{width:100%}}
