.page-hero.svelte-1bv7ezn{background:linear-gradient(145deg,#fffdfb 0%,#fff3e8 50%,#f7f2ff 100%);padding:7rem 0 6rem;position:relative;overflow:hidden}.hero-inner.svelte-1bv7ezn{z-index:2;grid-template-columns:1fr auto;align-items:center;gap:2rem;display:grid;position:relative}.hero-content.svelte-1bv7ezn{text-align:left}.hero-img-col.svelte-1bv7ezn{flex-shrink:0;justify-content:center;align-items:flex-end;display:flex}.hero-contact-img.svelte-1bv7ezn{object-fit:contain;filter:drop-shadow(0 12px 32px #0000001a);width:320px;height:auto;animation:5s ease-in-out infinite svelte-1bv7ezn-hero-float}@keyframes svelte-1bv7ezn-hero-float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.hero-deco-stars.svelte-1bv7ezn{pointer-events:none;position:absolute;top:14%;left:5%}.hero-blob.svelte-1bv7ezn{pointer-events:none;border-radius:60% 40% 30% 70%/60% 30% 70% 40%;animation:14s ease-in-out infinite svelte-1bv7ezn-blob-morph;position:absolute}.blob-1.svelte-1bv7ezn{background:#f68a3c0d;width:480px;height:480px;top:-18%;right:-8%}.blob-2.svelte-1bv7ezn{background:#5b3a9d0d;width:360px;height:360px;animation-delay:6s;bottom:-8%;left:-5%}@keyframes svelte-1bv7ezn-blob-morph{0%,to{border-radius:60% 40% 30% 70%/60% 30% 70% 40%}50%{border-radius:30% 70% 60% 40%/50% 30% 70% 60%}}.page-badge.svelte-1bv7ezn{border-radius:var(--radius-pill);font-family:var(--font-display);color:var(--orange);background:#fff;border:1.5px solid #f68a3c26;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.4rem 1.2rem;font-size:.82rem;font-weight:700;display:inline-flex;box-shadow:0 2px 12px #f68a3c1a}.badge-dot.svelte-1bv7ezn{background:var(--orange);border-radius:50%;width:7px;height:7px}.page-title.svelte-1bv7ezn{font-family:var(--font-display);color:var(--text-primary);letter-spacing:-.02em;margin-bottom:1.2rem;font-size:clamp(2.2rem,5vw,4rem);font-weight:800;line-height:1.2}.title-orange.svelte-1bv7ezn{color:var(--orange)}.page-subtitle.svelte-1bv7ezn{font-size:var(--fs-body-lg);color:var(--text-secondary);max-width:620px;margin:0 auto;line-height:1.75}.hero-wave.svelte-1bv7ezn{width:100%;position:absolute;bottom:-1px;left:0}.hero-wave.svelte-1bv7ezn svg:where(.svelte-1bv7ezn){width:100%;height:80px;display:block}.page-main.svelte-1bv7ezn{background:var(--warm-white);padding-bottom:6rem}.contact-section.svelte-1bv7ezn{padding:4rem clamp(1rem,4vw,2rem) 5rem}.contact-grid.svelte-1bv7ezn{grid-template-columns:1.2fr 1fr;align-items:start;gap:2.5rem;display:grid}.form-card.svelte-1bv7ezn{border-radius:var(--radius-xl);box-shadow:var(--shadow-lg);background:#fff;border:1.5px solid #f7f2ffe6;padding:2.75rem}.form-header.svelte-1bv7ezn{margin-bottom:2rem}.form-title.svelte-1bv7ezn{font-family:var(--font-display);color:var(--text-primary);margin-bottom:.4rem;font-size:1.65rem;font-weight:800}.form-subtitle.svelte-1bv7ezn{color:var(--text-muted);font-size:.9rem}.form-row.svelte-1bv7ezn{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.form-group.svelte-1bv7ezn{margin-bottom:1.25rem}.form-group.svelte-1bv7ezn label:where(.svelte-1bv7ezn){font-family:var(--font-display);color:var(--text-primary);margin-bottom:.45rem;font-size:.84rem;font-weight:700;display:block}.required.svelte-1bv7ezn{color:var(--bright-pink)}.form-group.svelte-1bv7ezn input:where(.svelte-1bv7ezn),.form-group.svelte-1bv7ezn select:where(.svelte-1bv7ezn),.form-group.svelte-1bv7ezn textarea:where(.svelte-1bv7ezn){border:2px solid var(--pale-lavender);border-radius:var(--radius-md);width:100%;color:var(--text-primary);background:var(--warm-white);font-size:.9rem;font-family:var(--font-body);outline:none;padding:.8rem 1.1rem;transition:all .28s}.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{border-color:var(--royal-purple-light);background:#fff;box-shadow:0 0 0 4px #5b3a9d14}.form-group.svelte-1bv7ezn input:where(.svelte-1bv7ezn)::placeholder,.form-group.svelte-1bv7ezn textarea:where(.svelte-1bv7ezn)::placeholder{color:var(--text-muted)}.form-group.svelte-1bv7ezn textarea:where(.svelte-1bv7ezn){resize:vertical;min-height:100px}.submit-btn.svelte-1bv7ezn{background:linear-gradient(135deg, var(--royal-purple), var(--royal-purple-light));color:#fff;width:100%;font-family:var(--font-display);border-radius:var(--radius-pill);cursor:pointer;transition:all .3s var(--ease-bounce);justify-content:center;align-items:center;gap:.5rem;margin-top:.5rem;padding:1em;font-size:1rem;font-weight:700;display:flex;box-shadow:0 4px 16px #5b3a9d4d}.submit-btn.svelte-1bv7ezn:hover:not(:disabled){transform:translateY(-2px)scale(1.02);box-shadow:0 8px 24px #5b3a9d61}.submit-btn.svelte-1bv7ezn:disabled{opacity:.75;cursor:not-allowed}.spinner.svelte-1bv7ezn{border:2.5px solid #fff6;border-top-color:#fff;border-radius:50%;width:18px;height:18px;animation:.7s linear infinite svelte-1bv7ezn-spin}@keyframes svelte-1bv7ezn-spin{to{transform:rotate(360deg)}}.success-state.svelte-1bv7ezn{text-align:center;padding:3rem 1rem}.success-illo.svelte-1bv7ezn{width:140px;height:140px;margin:0 auto 1.75rem}.success-illo.svelte-1bv7ezn svg:where(.svelte-1bv7ezn){width:100%;height:100%}.success-state.svelte-1bv7ezn h3:where(.svelte-1bv7ezn){font-family:var(--font-display);color:var(--leaf-green);margin-bottom:.5rem;font-size:1.9rem}.success-state.svelte-1bv7ezn p:where(.svelte-1bv7ezn){color:var(--text-secondary);max-width:360px;margin:0 auto 1.75rem;font-size:.95rem;line-height:1.7}.reset-btn.svelte-1bv7ezn{background:var(--pale-lavender);color:var(--royal-purple);font-family:var(--font-display);border-radius:var(--radius-pill);cursor:pointer;padding:.7em 1.8em;font-size:.9rem;font-weight:700;transition:all .28s}.reset-btn.svelte-1bv7ezn:hover{background:var(--lavender-light)}.info-column.svelte-1bv7ezn{flex-direction:column;gap:1.25rem;display:flex}.info-cards.svelte-1bv7ezn{flex-direction:column;gap:.9rem;display:flex}.info-card.svelte-1bv7ezn{border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);background:#fff;border:1.5px solid #f7f2ffe6;align-items:center;gap:1rem;padding:1.1rem 1.25rem;transition:all .28s;display:flex}.info-card.svelte-1bv7ezn:hover{box-shadow:var(--shadow-md);transform:translate(4px)}.info-icon.svelte-1bv7ezn{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;display:flex}.info-icon.svelte-1bv7ezn svg{width:40px;height:40px}.info-title.svelte-1bv7ezn{font-family:var(--font-display);margin-bottom:.22rem;font-size:.92rem;font-weight:700}.info-detail.svelte-1bv7ezn{color:var(--text-secondary);white-space:pre-line;font-size:.82rem;line-height:1.65}.map-card.svelte-1bv7ezn{border-radius:var(--radius-lg);box-shadow:var(--shadow-md);background:#fff;border:1.5px solid #f7f2ffe6;overflow:hidden}.map-label.svelte-1bv7ezn{font-family:var(--font-display);color:var(--royal-purple);border-bottom:1px solid var(--pale-lavender);align-items:center;gap:.4rem;padding:.75rem 1rem;font-size:.82rem;font-weight:700;display:flex}.quick-actions.svelte-1bv7ezn{grid-template-columns:1fr 1fr;gap:.75rem;display:grid}.quick-btn.svelte-1bv7ezn{border-radius:var(--radius-pill);font-family:var(--font-display);transition:all .3s var(--ease-bounce);justify-content:center;align-items:center;gap:.5rem;padding:.8em 1.2em;font-size:.92rem;font-weight:700;display:flex}.quick-call.svelte-1bv7ezn{color:#fff;background:linear-gradient(135deg,#1a8bd6,#42a5f5);box-shadow:0 4px 16px #1a8bd64d}.quick-call.svelte-1bv7ezn:hover{transform:translateY(-2px)scale(1.03)}.quick-whatsapp.svelte-1bv7ezn{color:#fff;background:linear-gradient(135deg,#25d366,#128c7e);box-shadow:0 4px 16px #25d3664d}.quick-whatsapp.svelte-1bv7ezn:hover{transform:translateY(-2px)scale(1.03)}@media (width<=960px){.hero-inner.svelte-1bv7ezn{text-align:center;grid-template-columns:1fr}.hero-content.svelte-1bv7ezn{text-align:center}.hero-img-col.svelte-1bv7ezn{order:-1;justify-content:center;width:100%;display:flex}.hero-contact-img.svelte-1bv7ezn{width:280px}.contact-grid.svelte-1bv7ezn{grid-template-columns:1fr}.info-column.svelte-1bv7ezn{order:-1}.info-cards.svelte-1bv7ezn{grid-template-columns:1fr 1fr;display:grid}}@media (width<=600px){.hero-contact-img.svelte-1bv7ezn{width:220px}.form-row.svelte-1bv7ezn{grid-template-columns:1fr}.form-card.svelte-1bv7ezn{padding:1.75rem}.info-cards.svelte-1bv7ezn{grid-template-columns:1fr}.page-hero.svelte-1bv7ezn{padding:5.5rem 0 5rem}}
