:root{--color-primary: #e65100;--color-primary-dark: #bf360c;--color-primary-light: #ff6d00;--color-secondary: #1a237e;--color-secondary-light: #3949ab;--color-accent: #00897b;--color-text: #212121;--color-text-light: #616161;--color-text-muted: #9e9e9e;--color-bg: #ffffff;--color-bg-alt: #fafafa;--color-bg-dark: #263238;--color-border: #e0e0e0;--color-success: #43a047;--color-error: #e53935;--color-warning: #fb8c00;--font-display: "Montserrat", -apple-system, BlinkMacSystemFont, sans-serif;--font-body: "Open Sans", -apple-system, BlinkMacSystemFont, sans-serif;--space-xs: .25rem;--space-sm: .5rem;--space-md: 1rem;--space-lg: 1.5rem;--space-xl: 2rem;--space-2xl: 3rem;--space-3xl: 4rem;--radius-sm: 4px;--radius-md: 8px;--radius-lg: 12px;--radius-xl: 20px;--shadow-sm: 0 1px 3px rgba(0,0,0,.12);--shadow-md: 0 4px 12px rgba(0,0,0,.15);--shadow-lg: 0 8px 30px rgba(0,0,0,.12);--shadow-xl: 0 20px 60px rgba(0,0,0,.15)}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-body);color:var(--color-text);background-color:var(--color-bg);line-height:1.6}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);line-height:1.2;font-weight:700}h1{font-size:clamp(2rem,5vw,3.5rem)}h2{font-size:clamp(1.5rem,4vw,2.5rem)}h3{font-size:clamp(1.25rem,3vw,1.75rem)}a{color:var(--color-primary);text-decoration:none;transition:color .2s ease}a:hover{color:var(--color-primary-dark)}img{max-width:100%;height:auto}.container{width:100%;max-width:1280px;margin:0 auto;padding:0 var(--space-md)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:var(--space-sm);padding:var(--space-sm) var(--space-lg);border-radius:var(--radius-md);font-family:var(--font-display);font-weight:600;font-size:.95rem;text-align:center;cursor:pointer;transition:all .2s ease;border:2px solid transparent}.btn-primary{background:var(--color-primary);color:#fff;border-color:var(--color-primary)}.btn-primary:hover{background:var(--color-primary-dark);border-color:var(--color-primary-dark);color:#fff}.btn-secondary{background:var(--color-secondary);color:#fff;border-color:var(--color-secondary)}.btn-secondary:hover{background:var(--color-secondary-light);border-color:var(--color-secondary-light);color:#fff}.btn-outline{background:transparent;color:var(--color-primary);border-color:var(--color-primary)}.btn-outline:hover{background:var(--color-primary);color:#fff}.btn-white{background:#fff;color:var(--color-primary);border-color:#fff}.btn-white:hover{background:var(--color-bg-alt);color:var(--color-primary-dark)}.btn-lg{padding:var(--space-md) var(--space-xl);font-size:1.1rem}.section{padding:var(--space-3xl) 0}.section-alt{background:var(--color-bg-alt)}.section-dark{background:var(--color-bg-dark);color:#fff}.section-title{text-align:center;margin-bottom:var(--space-sm)}.section-subtitle{text-align:center;color:var(--color-text-light);max-width:600px;margin:0 auto var(--space-2xl)}.card{background:#fff;border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-md);transition:transform .3s ease,box-shadow .3s ease}.card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.card-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:var(--space-xl)}.property-card{position:relative}.property-image{width:100%;height:220px;object-fit:cover}.property-badge{position:absolute;top:var(--space-md);left:var(--space-md);background:var(--color-primary);color:#fff;padding:var(--space-xs) var(--space-sm);border-radius:var(--radius-sm);font-size:.75rem;font-weight:700;text-transform:uppercase}.property-content{padding:var(--space-lg)}.property-price{font-family:var(--font-display);font-size:1.5rem;font-weight:800;color:var(--color-primary);margin-bottom:var(--space-sm)}.property-address{font-weight:600;margin-bottom:var(--space-xs)}.property-location{color:var(--color-text-light);font-size:.9rem;margin-bottom:var(--space-md)}.property-features{display:flex;gap:var(--space-lg);padding-top:var(--space-md);border-top:1px solid var(--color-border)}.property-feature{display:flex;align-items:center;gap:var(--space-xs);font-size:.9rem;color:var(--color-text-light)}.form-group{margin-bottom:var(--space-md)}.form-label{display:block;font-weight:600;margin-bottom:var(--space-xs);color:var(--color-text)}.form-input,.form-select,.form-textarea{width:100%;padding:.875rem var(--space-md);border:1px solid var(--color-border);border-radius:var(--radius-md);font-size:1rem;font-family:inherit;background-color:#fff;color:var(--color-text);transition:border-color .2s ease,box-shadow .2s ease}.form-input,.form-select{height:52px}.form-select{appearance:none;-webkit-appearance:none;-moz-appearance:none;background-image: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='%23616161' d='M2.5 4.5L6 8l3.5-3.5z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;background-size:12px;padding-right:2.5rem;cursor:pointer}.form-input::placeholder{color:var(--color-text-muted)}.form-input:focus,.form-select:focus,.form-textarea:focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 3px #e651001a}.form-textarea{min-height:100px;resize:vertical}.search-bar{display:flex;background:#fff;border-radius:var(--radius-xl);box-shadow:var(--shadow-xl);overflow:hidden;align-items:stretch}.search-bar .form-group{flex:1;margin:0;border-right:1px solid var(--color-border);padding:var(--space-md) var(--space-lg);display:flex;flex-direction:column;justify-content:center}.search-bar .form-group:last-of-type{border-right:none}.search-label{font-size:.75rem;font-weight:600;color:var(--color-text-light);text-transform:uppercase;letter-spacing:.5px;margin-bottom:var(--space-xs)}.search-bar .form-input,.search-bar .form-select{border:none;border-radius:0;padding:var(--space-sm) 0;height:auto;font-size:1rem;font-weight:500;background:transparent}.search-bar .form-select{padding-right:var(--space-lg);background-position:right 0 center}.search-bar .form-input:focus,.search-bar .form-select:focus{box-shadow:none}.search-bar .btn{border-radius:0;padding:var(--space-lg) var(--space-2xl);flex-shrink:0}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:var(--space-xl)}.stat-item{text-align:center}.stat-number{font-family:var(--font-display);font-size:3rem;font-weight:800;color:var(--color-primary);line-height:1;margin-bottom:var(--space-sm)}.stat-label{color:var(--color-text-light);font-weight:500}.page-header{background:linear-gradient(135deg,var(--color-secondary) 0%,var(--color-primary) 100%);color:#fff;padding:calc(100px + var(--space-2xl)) 0 var(--space-2xl);text-align:center;position:relative;overflow:hidden}.page-header:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");opacity:.5}.page-header .container{position:relative;z-index:1}.page-header h1{color:#fff;margin-bottom:var(--space-sm);text-shadow:0 2px 4px rgba(0,0,0,.2)}.page-header h1 span{display:inline-block;background:#ffffff26;padding:var(--space-sm) var(--space-lg);border-radius:var(--radius-lg);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.page-header p{color:#ffffffe6;font-size:1.1rem;max-width:600px;margin:0 auto}.text-center{text-align:center}.text-primary{color:var(--color-primary)}.text-muted{color:var(--color-text-muted)}.font-display{font-family:var(--font-display)}.font-bold{font-weight:700}@media(max-width:768px){.section{padding:var(--space-2xl) 0}.search-bar{flex-direction:column}.search-bar .form-group{border-right:none;border-bottom:1px solid var(--color-border)}}.voice-fab.svelte-6xdc88{position:fixed;bottom:var(--space-xl);right:var(--space-xl);width:64px;height:64px;border-radius:50%;background:var(--color-primary);color:#fff;border:none;cursor:pointer;box-shadow:var(--shadow-lg);display:flex;align-items:center;justify-content:center;transition:all .3s ease;z-index:999}.voice-fab.svelte-6xdc88:hover{background:var(--color-primary-dark);transform:scale(1.1)}.speaking-indicator.svelte-6xdc88{position:absolute;top:-4px;right:-4px;bottom:-4px;left:-4px;border-radius:50%;border:3px solid var(--color-primary-light);animation:svelte-6xdc88-speaking-pulse 1s ease-in-out infinite}@keyframes svelte-6xdc88-speaking-pulse{0%,to{opacity:.5;transform:scale(1)}50%{opacity:1;transform:scale(1.1)}}.voice-modal.svelte-6xdc88{position:fixed;bottom:calc(var(--space-xl) + 80px);right:var(--space-xl);width:380px;max-height:70vh;background:#fff;border-radius:var(--radius-xl);box-shadow:var(--shadow-xl);z-index:1000;display:flex;flex-direction:column;overflow:hidden}.voice-header.svelte-6xdc88{display:flex;justify-content:space-between;align-items:center;padding:var(--space-md) var(--space-lg);background:var(--color-primary);color:#fff}.voice-title.svelte-6xdc88{display:flex;align-items:center;gap:var(--space-sm)}.voice-avatar.svelte-6xdc88{width:40px;height:40px;border-radius:50%;overflow:hidden;background:#fff}.voice-avatar.svelte-6xdc88 img:where(.svelte-6xdc88){width:100%;height:100%;object-fit:contain}.voice-title.svelte-6xdc88 h3:where(.svelte-6xdc88){font-size:1rem;margin:0;color:#fff}.voice-title.svelte-6xdc88 p:where(.svelte-6xdc88){font-size:.75rem;opacity:.9;margin:0}.voice-close.svelte-6xdc88{background:none;border:none;color:#fff;font-size:1.5rem;cursor:pointer;padding:var(--space-xs);line-height:1}.voice-body.svelte-6xdc88{padding:var(--space-lg);flex:1;overflow-y:auto}.voice-intro.svelte-6xdc88{background:var(--color-bg-alt);padding:var(--space-md);border-radius:var(--radius-md);margin-bottom:var(--space-lg)}.voice-intro.svelte-6xdc88 p:where(.svelte-6xdc88){margin-bottom:var(--space-sm);font-weight:600}.voice-intro.svelte-6xdc88 ul:where(.svelte-6xdc88){margin:0;padding-left:var(--space-lg);font-size:.9rem;color:var(--color-text-light)}.voice-intro.svelte-6xdc88 li:where(.svelte-6xdc88){margin-bottom:var(--space-xs)}.voice-transcript.svelte-6xdc88{margin-bottom:var(--space-lg);max-height:200px;overflow-y:auto}.transcript-message.svelte-6xdc88{padding:var(--space-sm) var(--space-md);margin-bottom:var(--space-sm);border-radius:var(--radius-md)}.transcript-message.user.svelte-6xdc88{background:var(--color-primary);color:#fff;margin-left:20%}.transcript-message.assistant.svelte-6xdc88{background:var(--color-bg-alt);margin-right:20%}.transcript-role.svelte-6xdc88{font-size:.7rem;font-weight:600;text-transform:uppercase;opacity:.7}.transcript-message.svelte-6xdc88 p:where(.svelte-6xdc88){margin:var(--space-xs) 0 0;font-size:.9rem;line-height:1.4}.voice-controls.svelte-6xdc88{display:flex;flex-direction:column;align-items:center;gap:var(--space-md)}.voice-connect.svelte-6xdc88{display:flex;align-items:center;gap:var(--space-sm);padding:var(--space-md) var(--space-xl);background:var(--color-primary);color:#fff;border:none;border-radius:var(--radius-lg);font-weight:600;cursor:pointer;transition:all .2s ease}.voice-connect.svelte-6xdc88:hover{background:var(--color-primary-dark)}.voice-mic.svelte-6xdc88{position:relative;width:80px;height:80px;border-radius:50%;background:var(--color-bg-alt);border:3px solid var(--color-border);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.voice-mic.svelte-6xdc88:hover{border-color:var(--color-primary)}.voice-mic.listening.svelte-6xdc88{background:var(--color-primary);border-color:var(--color-primary);color:#fff}.voice-mic.speaking.svelte-6xdc88{background:var(--color-accent);border-color:var(--color-accent);color:#fff}.voice-pulse.svelte-6xdc88{position:absolute;top:-10px;right:-10px;bottom:-10px;left:-10px;border-radius:50%;background:var(--color-primary);opacity:.3;animation:svelte-6xdc88-pulse 1.5s ease-out infinite}@keyframes svelte-6xdc88-pulse{0%{transform:scale(1);opacity:.3}to{transform:scale(1.3);opacity:0}}.speaking-waves.svelte-6xdc88{display:flex;align-items:center;gap:4px;height:32px}.speaking-waves.svelte-6xdc88 span:where(.svelte-6xdc88){width:4px;height:100%;background:#fff;border-radius:2px;animation:svelte-6xdc88-wave 1s ease-in-out infinite}.speaking-waves.svelte-6xdc88 span:where(.svelte-6xdc88):nth-child(2){animation-delay:.1s}.speaking-waves.svelte-6xdc88 span:where(.svelte-6xdc88):nth-child(3){animation-delay:.2s}@keyframes svelte-6xdc88-wave{0%,to{transform:scaleY(.4)}50%{transform:scaleY(1)}}.voice-end.svelte-6xdc88{padding:var(--space-sm) var(--space-lg);background:var(--color-error);color:#fff;border:none;border-radius:var(--radius-md);font-weight:600;cursor:pointer}.voice-footer.svelte-6xdc88{padding:var(--space-sm) var(--space-lg);text-align:center;font-size:.75rem;color:var(--color-text-muted);border-top:1px solid var(--color-border);background:var(--color-bg-alt)}.voice-footer.svelte-6xdc88 p:where(.svelte-6xdc88){margin:0}.voice-notice.svelte-6xdc88{margin-top:var(--space-xs)!important}.voice-notice.svelte-6xdc88 a:where(.svelte-6xdc88){color:var(--color-primary);font-weight:600}@media(max-width:480px){.voice-modal.svelte-6xdc88{right:var(--space-md);left:var(--space-md);width:auto;bottom:calc(var(--space-md) + 80px)}.voice-fab.svelte-6xdc88{right:var(--space-md);bottom:var(--space-md)}}.feedback-fab.svelte-1hxvyqt{position:fixed;bottom:var(--space-xl);left:var(--space-xl);width:56px;height:56px;border-radius:50%;background:var(--color-secondary);color:#fff;border:none;cursor:pointer;box-shadow:var(--shadow-lg);display:flex;align-items:center;justify-content:center;transition:all .3s ease;z-index:998}.feedback-fab.svelte-1hxvyqt:hover{background:var(--color-secondary-light);transform:scale(1.1)}.feedback-modal.svelte-1hxvyqt{position:fixed;bottom:calc(var(--space-xl) + 70px);left:var(--space-xl);width:340px;background:#fff;border-radius:var(--radius-xl);box-shadow:var(--shadow-xl);z-index:999;overflow:hidden}.feedback-header.svelte-1hxvyqt{display:flex;justify-content:space-between;align-items:center;padding:var(--space-md) var(--space-lg);background:var(--color-secondary);color:#fff}.feedback-header.svelte-1hxvyqt h3:where(.svelte-1hxvyqt){font-size:1rem;margin:0;color:#fff}.feedback-close.svelte-1hxvyqt{background:none;border:none;color:#fff;font-size:1.5rem;cursor:pointer;line-height:1;padding:0}.feedback-form.svelte-1hxvyqt{padding:var(--space-lg)}.form-group.svelte-1hxvyqt{margin-bottom:var(--space-md)}.form-label.svelte-1hxvyqt{display:block;font-weight:600;margin-bottom:var(--space-xs);font-size:.9rem}.form-input.svelte-1hxvyqt,.form-textarea.svelte-1hxvyqt{width:100%;padding:var(--space-sm);border:2px solid var(--color-border);border-radius:var(--radius-md);font-size:.9rem;font-family:inherit}.form-input.svelte-1hxvyqt:focus,.form-textarea.svelte-1hxvyqt:focus{outline:none;border-color:var(--color-secondary)}.form-textarea.svelte-1hxvyqt{resize:vertical;min-height:80px}.feedback-status.svelte-1hxvyqt{padding:var(--space-sm);border-radius:var(--radius-md);margin-bottom:var(--space-md);font-size:.85rem;text-align:center}.feedback-status.success.svelte-1hxvyqt{background:#43a0471a;color:var(--color-success)}.feedback-status.error.svelte-1hxvyqt{background:#e539351a;color:var(--color-error)}.feedback-footer.svelte-1hxvyqt{padding:var(--space-sm) var(--space-lg);background:var(--color-bg-alt);text-align:center}.feedback-footer.svelte-1hxvyqt p:where(.svelte-1hxvyqt){font-size:.75rem;color:var(--color-text-muted);margin:0}@media(max-width:480px){.feedback-modal.svelte-1hxvyqt{left:var(--space-md);right:var(--space-md);width:auto;bottom:calc(var(--space-md) + 70px)}.feedback-fab.svelte-1hxvyqt{left:var(--space-md);bottom:var(--space-md)}}.header.svelte-12qhfyh{position:fixed;top:0;left:0;right:0;z-index:1000;transition:all .3s ease}.header.scrolled.svelte-12qhfyh{box-shadow:var(--shadow-lg)}.header.scrolled.svelte-12qhfyh .header-top:where(.svelte-12qhfyh){max-height:0;padding:0;overflow:hidden}.header-top.svelte-12qhfyh{background:linear-gradient(135deg,var(--color-secondary),var(--color-secondary-light));color:#fff;padding:var(--space-sm) 0;font-size:.85rem;max-height:50px;transition:all .3s ease}.header-top-content.svelte-12qhfyh{display:flex;justify-content:space-between;align-items:center}.header-contact.svelte-12qhfyh{display:flex;gap:var(--space-xl)}.header-contact.svelte-12qhfyh a:where(.svelte-12qhfyh){color:#fff;display:flex;align-items:center;gap:var(--space-sm);font-weight:500}.header-contact.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{color:var(--color-primary-light)}.header-contact.svelte-12qhfyh svg:where(.svelte-12qhfyh){opacity:.9}.header-info.svelte-12qhfyh{display:flex;gap:var(--space-xl);color:#ffffffe6}.header-hours.svelte-12qhfyh,.header-location.svelte-12qhfyh{display:flex;align-items:center;gap:var(--space-xs)}.header-info.svelte-12qhfyh svg:where(.svelte-12qhfyh){opacity:.7}.nav.svelte-12qhfyh{background:#fff;padding:var(--space-sm) 0;border-bottom:1px solid var(--color-border)}.header.scrolled.svelte-12qhfyh .nav:where(.svelte-12qhfyh){padding:var(--space-xs) 0}.nav-container.svelte-12qhfyh{display:flex;justify-content:space-between;align-items:center}.logo.svelte-12qhfyh{display:flex;align-items:center;gap:var(--space-md)}.logo-img.svelte-12qhfyh{height:55px;width:auto;border-radius:var(--radius-sm)}.header.scrolled.svelte-12qhfyh .logo-img:where(.svelte-12qhfyh){height:45px}.logo-text.svelte-12qhfyh{display:flex;flex-direction:column}.logo-name.svelte-12qhfyh{font-family:var(--font-display);font-weight:700;font-size:1.25rem;color:var(--color-text);line-height:1.2}.logo-tagline.svelte-12qhfyh{font-size:.75rem;color:var(--color-primary);font-style:italic}.header.scrolled.svelte-12qhfyh .logo-text:where(.svelte-12qhfyh){display:none}.nav-links.svelte-12qhfyh{display:flex;list-style:none;gap:var(--space-lg);align-items:center}.nav-links.svelte-12qhfyh>li:where(.svelte-12qhfyh)>a:where(.svelte-12qhfyh),.dropdown-trigger.svelte-12qhfyh{font-family:var(--font-display);font-weight:600;color:var(--color-text);padding:var(--space-sm) 0;position:relative;background:none;border:none;cursor:pointer;font-size:1rem;display:flex;align-items:center;gap:var(--space-xs)}.nav-links.svelte-12qhfyh>li:where(.svelte-12qhfyh)>a:where(.svelte-12qhfyh):after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:var(--color-primary);transition:width .2s ease}.nav-links.svelte-12qhfyh>li:where(.svelte-12qhfyh)>a:where(.svelte-12qhfyh):hover,.dropdown-trigger.svelte-12qhfyh:hover{color:var(--color-primary)}.nav-links.svelte-12qhfyh>li:where(.svelte-12qhfyh)>a:where(.svelte-12qhfyh):hover:after{width:100%}.dropdown-arrow.svelte-12qhfyh{transition:transform .2s ease}.dropdown-trigger[aria-expanded=true].svelte-12qhfyh .dropdown-arrow:where(.svelte-12qhfyh){transform:rotate(180deg)}.has-dropdown.svelte-12qhfyh{position:relative}.dropdown-menu.svelte-12qhfyh{position:absolute;top:100%;left:0;background:#fff;min-width:200px;border-radius:var(--radius-md);box-shadow:var(--shadow-lg);padding:var(--space-sm) 0;opacity:0;visibility:hidden;transform:translateY(-10px);transition:all .2s ease;list-style:none;z-index:100}.dropdown-menu.open.svelte-12qhfyh{opacity:1;visibility:visible;transform:translateY(0)}.dropdown-menu.svelte-12qhfyh li:where(.svelte-12qhfyh) a:where(.svelte-12qhfyh){display:block;padding:var(--space-sm) var(--space-lg);color:var(--color-text);font-weight:500;transition:all .2s ease}.dropdown-menu.svelte-12qhfyh li:where(.svelte-12qhfyh) a:where(.svelte-12qhfyh):hover{background:var(--color-bg-alt);color:var(--color-primary)}.nav-cta.svelte-12qhfyh a:where(.svelte-12qhfyh){padding:var(--space-sm) var(--space-lg)}.nav-cta.svelte-12qhfyh a:where(.svelte-12qhfyh):after{display:none}.mobile-toggle.svelte-12qhfyh{display:none;background:none;border:none;cursor:pointer;padding:var(--space-sm)}.hamburger.svelte-12qhfyh{display:block;width:28px;height:3px;background:var(--color-text);position:relative;transition:background .2s ease}.hamburger.svelte-12qhfyh:before,.hamburger.svelte-12qhfyh:after{content:"";position:absolute;left:0;width:28px;height:3px;background:var(--color-text);transition:transform .2s ease}.hamburger.svelte-12qhfyh:before{top:-9px}.hamburger.svelte-12qhfyh:after{bottom:-9px}.hamburger.open.svelte-12qhfyh{background:transparent}.hamburger.open.svelte-12qhfyh:before{transform:translateY(9px) rotate(45deg)}.hamburger.open.svelte-12qhfyh:after{transform:translateY(-9px) rotate(-45deg)}.footer.svelte-12qhfyh{background:var(--color-bg-dark);color:#fff;padding:var(--space-3xl) 0 var(--space-xl)}.footer-grid.svelte-12qhfyh{display:grid;grid-template-columns:2fr 1fr 1fr 1.5fr;gap:var(--space-2xl);margin-bottom:var(--space-2xl)}.footer-logo.svelte-12qhfyh{height:60px;margin-bottom:var(--space-md);background:#fff;padding:var(--space-sm);border-radius:var(--radius-sm)}.footer-tagline.svelte-12qhfyh{font-style:italic;color:var(--color-primary-light);margin-bottom:var(--space-md)}.footer-description.svelte-12qhfyh{color:#ffffffb3;font-size:.9rem;margin-bottom:var(--space-md)}.footer-social.svelte-12qhfyh{display:flex;gap:var(--space-md);flex-wrap:wrap}.social-link.svelte-12qhfyh{display:inline-flex;align-items:center;gap:var(--space-xs);background:#ffffff1a;padding:var(--space-xs) var(--space-md);border-radius:var(--radius-sm);color:#fffc;font-size:.85rem;transition:all .2s ease}.social-link.svelte-12qhfyh:hover{background:#fff3;color:#fff}.footer-links.svelte-12qhfyh h4:where(.svelte-12qhfyh),.footer-contact.svelte-12qhfyh h4:where(.svelte-12qhfyh){color:var(--color-primary-light);margin-bottom:var(--space-md);font-size:1.1rem}.footer-links.svelte-12qhfyh ul:where(.svelte-12qhfyh){list-style:none}.footer-links.svelte-12qhfyh li:where(.svelte-12qhfyh){margin-bottom:var(--space-sm)}.footer-links.svelte-12qhfyh a:where(.svelte-12qhfyh),.footer-contact.svelte-12qhfyh a:where(.svelte-12qhfyh){color:#fffc}.footer-links.svelte-12qhfyh a:where(.svelte-12qhfyh):hover,.footer-contact.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{color:#fff}.footer-contact.svelte-12qhfyh address:where(.svelte-12qhfyh){font-style:normal;color:#fffc;line-height:1.8;margin-bottom:var(--space-md)}.footer-quick-links.svelte-12qhfyh{display:flex;flex-wrap:wrap;gap:var(--space-sm)}.footer-quick-links.svelte-12qhfyh a:where(.svelte-12qhfyh){background:#ffffff1a;padding:var(--space-xs) var(--space-sm);border-radius:var(--radius-sm);font-size:.85rem;color:#fffc}.footer-quick-links.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{background:#fff3;color:#fff}.footer-affiliations.svelte-12qhfyh{display:flex;justify-content:center;gap:var(--space-xl);padding:var(--space-xl) 0;border-top:1px solid rgba(255,255,255,.1);border-bottom:1px solid rgba(255,255,255,.1);margin-bottom:var(--space-xl);flex-wrap:wrap}.footer-affiliations.svelte-12qhfyh img:where(.svelte-12qhfyh){height:50px;background:#fff;padding:var(--space-xs);border-radius:var(--radius-sm)}.footer-bottom.svelte-12qhfyh{display:flex;justify-content:space-between;align-items:center;color:#fff9;font-size:.875rem}.footer-legal.svelte-12qhfyh{display:flex;gap:var(--space-lg)}.footer-legal.svelte-12qhfyh a:where(.svelte-12qhfyh){color:#fff9}.footer-legal.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{color:#fff}.footer-sig.svelte-12qhfyh{color:#fff6;font-size:.8rem}@media(max-width:1024px){.footer-grid.svelte-12qhfyh{grid-template-columns:1fr 1fr}}@media(max-width:1024px){.logo-text.svelte-12qhfyh,.header-info.svelte-12qhfyh{display:none}}@media(max-width:768px){.header-top.svelte-12qhfyh{display:none}.mobile-toggle.svelte-12qhfyh{display:block}.nav-links.svelte-12qhfyh{position:absolute;top:100%;left:0;right:0;flex-direction:column;background:#fff;padding:var(--space-lg);gap:var(--space-sm);box-shadow:var(--shadow-lg);transform:translateY(-20px);opacity:0;visibility:hidden;transition:all .3s ease}.nav-links.open.svelte-12qhfyh{transform:translateY(0);opacity:1;visibility:visible}.has-dropdown.svelte-12qhfyh{width:100%}.dropdown-trigger.svelte-12qhfyh{width:100%;justify-content:space-between;padding:var(--space-sm)}.dropdown-menu.svelte-12qhfyh{position:static;box-shadow:none;background:var(--color-bg-alt);border-radius:var(--radius-sm);margin-top:var(--space-xs)}.dropdown-menu.open.svelte-12qhfyh{transform:none}.footer-grid.svelte-12qhfyh{grid-template-columns:1fr;text-align:center}.footer-social.svelte-12qhfyh,.footer-quick-links.svelte-12qhfyh{justify-content:center}.footer-bottom.svelte-12qhfyh{flex-direction:column;gap:var(--space-md)}}
