.contact-page.svelte-1bv7ezn{min-height:100vh;background:#f5f5f5}.page-title.svelte-1bv7ezn{font-size:2.5rem;font-weight:700;color:#d40000;margin:0 0 .5rem}.container.svelte-1bv7ezn{max-width:1200px;margin:0 auto;padding:3rem 2rem}.contact-grid.svelte-1bv7ezn{display:grid;grid-template-columns:1fr 1.2fr;gap:3rem;margin-bottom:4rem}.contact-form-section.svelte-1bv7ezn h2:where(.svelte-1bv7ezn){font-size:1.75rem;font-weight:700;color:#1a1a1a;margin:0 0 1rem}.intro.svelte-1bv7ezn{font-size:1.05rem;line-height:1.7;color:#555;margin:0 0 2rem}.info-cards.svelte-1bv7ezn{display:flex;flex-direction:column;gap:1rem}.info-card.svelte-1bv7ezn{display:flex;gap:1rem;padding:1.25rem;background:#fff;border-radius:12px;box-shadow:0 2px 8px #00000014;transition:transform .2s,box-shadow .2s}.info-card.svelte-1bv7ezn:hover{transform:translateY(-2px);box-shadow:0 4px 16px #0000001f}.info-icon.svelte-1bv7ezn{font-size:1.5rem;width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:#fff5f5;border-radius:10px;flex-shrink:0}.info-icon.whatsapp-icon.svelte-1bv7ezn{background:#e8f5e9}.info-content.svelte-1bv7ezn h3:where(.svelte-1bv7ezn){font-size:1rem;font-weight:600;color:#1a1a1a;margin:0 0 .35rem}.info-content.svelte-1bv7ezn p:where(.svelte-1bv7ezn){margin:0;color:#333;font-size:.95rem;line-height:1.5}.info-content.svelte-1bv7ezn a:where(.svelte-1bv7ezn){color:#d40000;text-decoration:none;transition:color .2s}.info-content.svelte-1bv7ezn a:where(.svelte-1bv7ezn):hover{color:#a00000}.info-note.svelte-1bv7ezn{font-size:.8rem;color:#888;display:block;margin-top:.25rem}.social-section.svelte-1bv7ezn{margin-top:2rem}.social-section.svelte-1bv7ezn h3:where(.svelte-1bv7ezn){font-size:1rem;font-weight:600;color:#1a1a1a;margin:0 0 1rem}.social-links.svelte-1bv7ezn{display:flex;gap:.75rem}.social-link.svelte-1bv7ezn{width:44px;height:44px;display:flex;align-items:center;justify-content:center;border-radius:10px;color:#fff;transition:transform .2s,opacity .2s}.social-link.svelte-1bv7ezn:hover{transform:scale(1.1);opacity:.9}.social-link.svelte-1bv7ezn svg:where(.svelte-1bv7ezn){width:22px;height:22px}.social-link.facebook.svelte-1bv7ezn{background:#1877f2}.social-link.instagram.svelte-1bv7ezn{background:linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888)}.social-link.youtube.svelte-1bv7ezn{background:red}.contact-form-section.svelte-1bv7ezn{background:#fff;padding:2rem;border-radius:16px;box-shadow:0 4px 16px #0000001a}.form-row.svelte-1bv7ezn{margin-bottom:1.25rem}.form-row.two-cols.svelte-1bv7ezn{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-group.svelte-1bv7ezn label:where(.svelte-1bv7ezn){display:block;font-weight:600;font-size:.9rem;color:#333;margin-bottom:.5rem}.form-group.svelte-1bv7ezn input:where(.svelte-1bv7ezn),.form-group.svelte-1bv7ezn select:where(.svelte-1bv7ezn),.form-group.svelte-1bv7ezn textarea:where(.svelte-1bv7ezn){width:100%;padding:.875rem 1rem;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;font-family:inherit;transition:all .2s;background:#fff}.form-group.svelte-1bv7ezn input:where(.svelte-1bv7ezn):focus,.form-group.svelte-1bv7ezn select:where(.svelte-1bv7ezn):focus,.form-group.svelte-1bv7ezn textarea:where(.svelte-1bv7ezn):focus{outline:none;border-color:#d40000;box-shadow:0 0 0 3px #d400001a}.form-group.svelte-1bv7ezn select:where(.svelte-1bv7ezn){appearance:none;background:#fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23d40000' d='M6 8L1 3h10z'/%3E%3C/svg%3E") no-repeat right 1rem center;color:#333;cursor:pointer}.form-group.svelte-1bv7ezn select:where(.svelte-1bv7ezn):invalid,.form-group.svelte-1bv7ezn select:where(.svelte-1bv7ezn) option[value=""]:where(.svelte-1bv7ezn){color:#999}.form-group.svelte-1bv7ezn textarea:where(.svelte-1bv7ezn){resize:vertical;min-height:120px}.btn-primary.svelte-1bv7ezn{width:100%;padding:1rem;background:#d40000;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;gap:.5rem}.btn-primary.svelte-1bv7ezn:hover:not(:disabled){background:#a00000}.btn-primary.svelte-1bv7ezn:disabled{opacity:.7;cursor:not-allowed}.spinner.svelte-1bv7ezn{width:18px;height:18px;border:2px solid rgba(255,255,255,.3);border-radius:50%;border-top-color:#fff;animation:svelte-1bv7ezn-spin .8s linear infinite}@keyframes svelte-1bv7ezn-spin{to{transform:rotate(360deg)}}.success-message.svelte-1bv7ezn{text-align:center;padding:4rem 2rem;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:300px}.success-icon.svelte-1bv7ezn{width:64px;height:64px;background:#4caf50;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2rem;margin:0 auto 1.5rem}.success-message.svelte-1bv7ezn h3:where(.svelte-1bv7ezn){font-size:1.5rem;color:#1a1a1a;margin:0 0 .5rem}.success-message.svelte-1bv7ezn p:where(.svelte-1bv7ezn){color:#666;margin:0 0 1.5rem}.error-message.svelte-1bv7ezn{background:#ffebee;color:#c62828;padding:1rem;border-radius:8px;margin-bottom:1rem;font-size:.95rem}.hp-field.svelte-1bv7ezn{position:absolute;left:-9999px;opacity:0;height:0;overflow:hidden}.privacy-notice.svelte-1bv7ezn{font-size:.8rem;color:#888;line-height:1.5;margin:0 0 1rem}.privacy-notice.svelte-1bv7ezn a:where(.svelte-1bv7ezn){color:#d40000;text-decoration:underline}.faq-section.svelte-1bv7ezn{margin-top:4rem}.faq-section.svelte-1bv7ezn h2:where(.svelte-1bv7ezn){font-size:1.75rem;font-weight:700;color:#1a1a1a;margin:0 0 2rem;text-align:center}.faq-grid.svelte-1bv7ezn{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.faq-item.svelte-1bv7ezn{background:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 2px 8px #00000014}.faq-item.svelte-1bv7ezn h3:where(.svelte-1bv7ezn){font-size:1.05rem;font-weight:600;color:#1a1a1a;margin:0 0 .75rem}.faq-item.svelte-1bv7ezn p:where(.svelte-1bv7ezn){font-size:.95rem;line-height:1.6;color:#555;margin:0}@media(max-width:900px){.contact-grid.svelte-1bv7ezn{grid-template-columns:1fr;gap:2rem}.faq-grid.svelte-1bv7ezn{grid-template-columns:1fr}}@media(max-width:600px){.page-title.svelte-1bv7ezn{font-size:1.75rem}.container.svelte-1bv7ezn{padding:2rem 1rem}.form-row.two-cols.svelte-1bv7ezn{grid-template-columns:1fr}.contact-form-section.svelte-1bv7ezn{padding:1.5rem}}@media(max-width:480px){.page-title.svelte-1bv7ezn{font-size:1.5rem}.contact-form-section.svelte-1bv7ezn h2:where(.svelte-1bv7ezn){font-size:1.35rem}.intro.svelte-1bv7ezn{font-size:.95rem}.container.svelte-1bv7ezn{padding:1.5rem .75rem}.contact-form-section.svelte-1bv7ezn{padding:1.25rem}.info-card.svelte-1bv7ezn{padding:1rem}.info-icon.svelte-1bv7ezn{width:40px;height:40px}.info-content.svelte-1bv7ezn h3:where(.svelte-1bv7ezn){font-size:.9rem}.info-content.svelte-1bv7ezn p:where(.svelte-1bv7ezn){font-size:.85rem}.faq-section.svelte-1bv7ezn h2:where(.svelte-1bv7ezn){font-size:1.35rem}.faq-item.svelte-1bv7ezn{padding:1.25rem}.faq-item.svelte-1bv7ezn h3:where(.svelte-1bv7ezn){font-size:.95rem}.faq-item.svelte-1bv7ezn p:where(.svelte-1bv7ezn){font-size:.85rem}.form-group.svelte-1bv7ezn input:where(.svelte-1bv7ezn),.form-group.svelte-1bv7ezn select:where(.svelte-1bv7ezn),.form-group.svelte-1bv7ezn textarea:where(.svelte-1bv7ezn){padding:.75rem .875rem;font-size:.95rem}}
