@import"https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&display=swap";:root{--bg-color: #fdfbf9;--surface-color: #ffffff;--surface-color-light: #f5f0ec;--text-primary: #3d342b;--text-secondary: #6e6155;--accent-color: #a8815b;--accent-hover: #8e6a48;--border-color: #e6dfd8;--glass-bg: rgba(255, 255, 255, .85);--glass-border: rgba(168, 129, 91, .15);--glass-shadow: 0 8px 30px rgba(0, 0, 0, .05);--transition: all .3s cubic-bezier(.25, .8, .25, 1);--font-family: "Outfit", sans-serif}*{margin:0;padding:0;box-sizing:border-box}body{font-family:var(--font-family);background-color:var(--bg-color);color:var(--text-primary);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}a{color:inherit;text-decoration:none;transition:var(--transition)}img{max-width:100%;height:auto;display:block}.glass-panel{background:var(--glass-bg);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid var(--glass-border);box-shadow:var(--glass-shadow);border-radius:16px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.75rem;font-family:var(--font-family);font-weight:500;font-size:1rem;border-radius:8px;cursor:pointer;transition:var(--transition);border:none;outline:none}.btn-primary{background:var(--accent-color);color:#fff;box-shadow:0 4px 15px #a8815b40}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #a8815b59;background:var(--accent-hover)}.btn-primary:active{transform:translateY(0)}.btn-outline{background:transparent;color:var(--accent-color);border:1px solid var(--accent-color)}.btn-outline:hover{background:#d4af371a;transform:translateY(-2px)}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.2;margin-bottom:1rem}h1{font-size:2rem}h2{font-size:1.5rem;color:var(--accent-color)}h3{font-size:1.25rem}p{margin-bottom:1rem;color:var(--text-secondary)}input,textarea,select{width:100%;padding:.75rem 1rem;background-color:#fff;border:1px solid var(--border-color);border-radius:8px;color:var(--text-primary);font-family:var(--font-family);transition:var(--transition)}input:focus,textarea:focus{outline:none;border-color:var(--accent-color);box-shadow:0 0 0 3px #a8815b26}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1.5rem}.section{padding:3rem 0}.text-center{text-align:center}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-4{margin-bottom:1rem}.mb-8{margin-bottom:1.5rem}.mt-8{margin-top:1.5rem}.fade-in-up{animation:fadeInUp .8s cubic-bezier(.25,.8,.25,1) forwards;opacity:0;transform:translateY(30px)}@keyframes fadeInUp{to{opacity:1;transform:translateY(0)}}.delay-100{animation-delay:.1s}.delay-200{animation-delay:.2s}.delay-300{animation-delay:.3s}.page-transition{animation:fadePage .3s ease-in-out}@keyframes fadePage{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media(min-width:768px){h1{font-size:3rem}h2{font-size:2.25rem}h3{font-size:1.5rem}.section{padding:5rem 0}.mb-8{margin-bottom:3rem}.mt-8{margin-top:3rem}}.app-layout.svelte-12qhfyh{display:flex;flex-direction:column;min-height:100vh}.main-header.svelte-12qhfyh{position:fixed;top:1rem;left:1rem;right:1rem;z-index:100;padding:.75rem 1.5rem;border-radius:100px}.header-container.svelte-12qhfyh{display:flex;align-items:center;justify-content:space-between}.brand.svelte-12qhfyh{display:flex;align-items:center;gap:.75rem;font-size:1.5rem;font-weight:700;color:var(--accent-color);letter-spacing:-.5px}.nav-logo.svelte-12qhfyh{height:48px;width:48px;border-radius:50%;object-fit:contain;background:transparent}.desktop-nav.svelte-12qhfyh{display:none;gap:2rem}.desktop-nav.svelte-12qhfyh a:where(.svelte-12qhfyh){font-weight:500;position:relative;padding:.5rem 0}.desktop-nav.svelte-12qhfyh a:where(.svelte-12qhfyh):after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background-color:var(--accent-color);transition:var(--transition)}.desktop-nav.svelte-12qhfyh a:where(.svelte-12qhfyh):hover:after{width:100%}.menu-btn.svelte-12qhfyh{background:transparent;border:none;color:var(--text-primary);cursor:pointer;display:flex;align-items:center;justify-content:center}.mobile-menu.svelte-12qhfyh{position:fixed;top:5rem;left:1rem;right:1rem;z-index:99;padding:2rem;border-radius:20px;display:flex;flex-direction:column;gap:2rem;animation:fadePage .3s ease-out forwards}.mobile-menu.svelte-12qhfyh nav:where(.svelte-12qhfyh){display:flex;flex-direction:column;gap:1.5rem}.mobile-menu.svelte-12qhfyh nav:where(.svelte-12qhfyh) a:where(.svelte-12qhfyh){font-size:1.5rem;font-weight:600;padding-bottom:.5rem;border-bottom:1px solid var(--border-color)}.mobile-contact.svelte-12qhfyh{display:flex;flex-direction:column;gap:1rem;color:var(--accent-color);margin-top:auto}.contact-item.svelte-12qhfyh{display:flex;align-items:center;gap:.75rem;font-size:.9rem}main.svelte-12qhfyh{flex:1;margin-top:0}.main-footer.svelte-12qhfyh{background-color:var(--surface-color-light);padding:2rem 1rem 1rem;border-top:1px solid var(--border-color)}.footer-content.svelte-12qhfyh{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:1.5rem}.footer-brand.svelte-12qhfyh{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.footer-logo.svelte-12qhfyh{height:48px;width:48px;border-radius:50%;object-fit:contain}.footer-links.svelte-12qhfyh{display:flex;flex-direction:column;gap:.75rem}.footer-links.svelte-12qhfyh h4:where(.svelte-12qhfyh),.footer-contact.svelte-12qhfyh h4:where(.svelte-12qhfyh){margin-bottom:1rem;color:var(--text-primary)}.footer-contact.svelte-12qhfyh .contact-item:where(.svelte-12qhfyh){color:var(--text-secondary);margin-bottom:.75rem}.footer-bottom.svelte-12qhfyh{text-align:center;padding-top:2rem;border-top:1px solid var(--border-color);color:var(--text-secondary);font-size:.85rem}@media(min-width:768px){.menu-btn.svelte-12qhfyh{display:none}.desktop-nav.svelte-12qhfyh{display:flex}.main-header.svelte-12qhfyh{top:1.5rem;left:50%;transform:translate(-50%);width:90%;max-width:1200px}.main-footer.svelte-12qhfyh{padding:4rem 1rem 2rem}.footer-content.svelte-12qhfyh{flex-direction:row;justify-content:space-between;gap:2.5rem;margin-bottom:3rem}.footer-info.svelte-12qhfyh{max-width:400px}}
