.contact-hero.svelte-435v32{position:relative;background:linear-gradient(135deg,#eff6ff,#dbeafe 10%,#bfdbfe);padding:6rem 0 4rem;overflow:hidden}.contact-hero-content.svelte-435v32{position:relative;z-index:10}.contact-pattern.svelte-435v32{position:absolute;opacity:.04;z-index:1}.contact-pattern-1.svelte-435v32{top:10%;right:5%;width:300px;height:300px;background:linear-gradient(135deg,var(--dreamy-br-green),#007d2e);border-radius:40% 60% 60% 40%/60% 40%;animation:svelte-435v32-contact-morph 18s infinite ease-in-out}.contact-pattern-2.svelte-435v32{bottom:20%;left:10%;width:200px;height:200px;background:linear-gradient(135deg,#4f46e5,#3730a3);border-radius:60% 40% 30% 70%/60% 30% 70% 40%;animation:svelte-435v32-contact-morph 22s infinite ease-in-out reverse}.contact-pattern-3.svelte-435v32{top:50%;right:20%;width:150px;height:150px;background:linear-gradient(135deg,#0ea5e9,#0284c7);border-radius:50%;animation:svelte-435v32-contact-float 15s infinite ease-in-out}@keyframes svelte-435v32-contact-morph{0%,to{border-radius:40% 60% 60% 40%/60% 40%}50%{border-radius:60% 40% 30% 70%/30% 60% 40% 70%}}@keyframes svelte-435v32-contact-float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.contact-header.svelte-435v32{text-align:center;max-width:700px;margin:0 auto}.contact-icon-container.svelte-435v32{display:inline-flex;align-items:center;justify-content:center;width:130px;height:130px;background:linear-gradient(135deg,var(--dreamy-us-blue) 0%,var(--dreamy-py-blue) 100%);border-radius:2.5rem;margin-bottom:3rem;box-shadow:0 12px 30px -5px #3b82f64d;position:relative}.contact-icon-container.svelte-435v32:before{content:"";position:absolute;inset:-6px;background:linear-gradient(135deg,var(--dreamy-us-blue),var(--dreamy-py-blue));border-radius:2.5rem;z-index:-1;opacity:.2}.contact-icon.svelte-435v32{width:60px;height:60px;color:#fff}.contact-title.svelte-435v32{font-size:4.2rem;font-weight:900;background:linear-gradient(135deg,var(--dreamy-py-blue) 0%,var(--dreamy-br-blue) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:1rem;line-height:1.1;letter-spacing:-.02em}.contact-content.svelte-435v32{padding:6rem 0;background:#fff}.contact-layout.svelte-435v32{display:grid;grid-template-columns:1.2fr .8fr;gap:4rem;max-width:1200px;margin:0 auto}.contact-form-card.svelte-435v32{background:#fff;border-radius:2rem;padding:3rem;box-shadow:0 8px 25px -5px #0000001a;border:1px solid #e2e8f0}.form-header.svelte-435v32{text-align:center;margin-bottom:3rem}.form-title.svelte-435v32{font-size:2rem;font-weight:700;color:#1e293b;margin-bottom:1rem}.form-subtitle.svelte-435v32{font-size:1rem;color:#64748b;line-height:1.6}.contact-form.svelte-435v32{display:flex;flex-direction:column;gap:2rem}.form-grid.svelte-435v32{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.form-group.svelte-435v32{display:flex;flex-direction:column;gap:.5rem}.form-group.full-width.svelte-435v32{grid-column:1 / -1}.form-label.svelte-435v32{font-size:.875rem;font-weight:600;color:#374151;display:flex;align-items:center;gap:.25rem}.required.svelte-435v32{color:#ef4444}.form-input.svelte-435v32,.form-select.svelte-435v32,.form-textarea.svelte-435v32{width:100%;padding:1rem 1.25rem;border:2px solid #e2e8f0;border-radius:.75rem;font-size:.95rem;color:#374151;transition:all .3s ease;background:#fff}.form-input.svelte-435v32:focus,.form-select.svelte-435v32:focus,.form-textarea.svelte-435v32:focus{outline:none;border-color:var(--dreamy-br-green);box-shadow:0 0 0 3px #10b9811a}.form-textarea.svelte-435v32{resize:vertical;min-height:140px}.form-actions.svelte-435v32{display:flex;gap:1rem;flex-direction:column}.submit-btn.svelte-435v32{display:flex;align-items:center;justify-content:center;gap:.75rem;padding:1.25rem 2rem;border-radius:1rem;font-weight:700;font-size:1rem;transition:all .3s cubic-bezier(.4,0,.2,1);cursor:pointer;border:none;text-decoration:none}.submit-btn-primary.svelte-435v32{background:linear-gradient(135deg,var(--dreamy-br-green),#007d2e);color:#fff;box-shadow:0 8px 25px -5px #10b9814d}.submit-btn-primary.svelte-435v32:hover:not(:disabled){background:linear-gradient(135deg,#007d2e,#047857);transform:translateY(-2px);box-shadow:0 12px 35px -5px #10b98166}.submit-btn-whatsapp.svelte-435v32{background:linear-gradient(135deg,#25d366,#128c7e);color:#fff;box-shadow:0 8px 25px -5px #25d3664d}.submit-btn-whatsapp.svelte-435v32:hover{background:linear-gradient(135deg,#128c7e,#075e54);transform:translateY(-2px);box-shadow:0 12px 35px -5px #25d36666}.submit-icon.svelte-435v32{width:20px;height:20px}.loading-spinner.svelte-435v32{width:20px;height:20px;animation:svelte-435v32-spin 1s linear infinite}@keyframes svelte-435v32-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.success-message.svelte-435v32{text-align:center;padding:4rem 2rem;background:linear-gradient(135deg,#ecfdf5,#d1fae5);border-radius:1.5rem;border:1px solid #a7f3d0}.success-icon.svelte-435v32{width:64px;height:64px;color:var(--dreamy-br-green);margin:0 auto 1.5rem}.success-message.svelte-435v32 h3:where(.svelte-435v32){font-size:1.5rem;font-weight:700;color:#065f46;margin-bottom:1rem}.success-message.svelte-435v32 p:where(.svelte-435v32){font-size:1rem;color:#047857;line-height:1.6}.contact-details-card.svelte-435v32{background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-radius:2rem;padding:3rem;margin-bottom:2rem}.details-title.svelte-435v32{font-size:1.5rem;font-weight:700;color:#1e293b;margin-bottom:2rem;text-align:center}.contact-items.svelte-435v32{display:flex;flex-direction:column;gap:2rem}.contact-item.svelte-435v32{display:flex;gap:1rem;align-items:flex-start}.contact-item-icon.svelte-435v32{width:48px;height:48px;border-radius:.75rem;display:flex;align-items:center;justify-content:center;flex-shrink:0;background:linear-gradient(135deg,#e2e8f0,#cbd5e1)}.contact-item-icon.svelte-435v32 svg:where(.svelte-435v32){width:24px;height:24px;color:#475569}.contact-item-icon.whatsapp.svelte-435v32{background:linear-gradient(135deg,#25d366,#128c7e)}.contact-item-icon.whatsapp.svelte-435v32 svg:where(.svelte-435v32){color:#fff}.contact-item-icon.email.svelte-435v32{background:linear-gradient(135deg,#4f46e5,#3730a3)}.contact-item-icon.email.svelte-435v32 svg:where(.svelte-435v32){color:#fff}.contact-item-icon.schedule.svelte-435v32{background:linear-gradient(135deg,#f59e0b,#d97706)}.contact-item-icon.schedule.svelte-435v32 svg:where(.svelte-435v32){color:#fff}.contact-item-title.svelte-435v32{font-size:1rem;font-weight:700;color:#1e293b;margin-bottom:.5rem}.contact-item-text.svelte-435v32{font-size:.875rem;color:#64748b;line-height:1.5}.contact-link.svelte-435v32{font-size:.875rem;color:#0ea5e9;text-decoration:none;font-weight:600;margin-top:.5rem;display:inline-block}.contact-link.svelte-435v32:hover{color:#0284c7;text-decoration:underline}.map-container.svelte-435v32{background:#fff;border-radius:1.5rem;overflow:hidden;border:1px solid #e2e8f0}.map-placeholder.svelte-435v32{height:300px;display:flex;flex-direction:column;align-items:center;justify-content:center;background:linear-gradient(135deg,#f8fafc,#f1f5f9);text-align:center;padding:2rem}.map-icon.svelte-435v32{width:48px;height:48px;color:#64748b;margin-bottom:1rem}.map-placeholder.svelte-435v32 h4:where(.svelte-435v32){font-size:1.125rem;font-weight:700;color:#374151;margin-bottom:.5rem}.map-placeholder.svelte-435v32 p:where(.svelte-435v32){font-size:.875rem;color:#64748b;margin-bottom:.25rem}.map-note.svelte-435v32{font-size:.75rem;color:#9ca3af;font-style:italic}@media (max-width: 1024px){.contact-layout.svelte-435v32{grid-template-columns:1fr;gap:3rem}}@media (max-width: 768px){.contact-title.svelte-435v32{font-size:2.5rem}.form-grid.svelte-435v32{grid-template-columns:1fr}.contact-form-card.svelte-435v32,.contact-details-card.svelte-435v32{padding:2rem}}@media (max-width: 640px){.contact-hero.svelte-435v32{padding:4rem 0 3rem}.contact-title.svelte-435v32{font-size:2rem}.contact-intro.svelte-435v32{font-size:1.125rem}}
