:root{--primary-amber:#FF9A3D;--primary-deep:#2A2D43;--accent-teal:#3DC7BE;--accent-mauve:#9D7BBA;--neutral-light:#F8F5F2;--neutral-dark:#1A1C26;--neutral-gray:#6B7280;--shadow-subtle:0 5px 20px rgba(42,45,67,0.08);--shadow-strong:0 10px 35px rgba(255,154,61,0.15);--gradient-primary:linear-gradient(135deg,var(--primary-amber) 0%,var(--accent-mauve) 100%);--gradient-dark:linear-gradient(135deg,var(--neutral-dark) 0%,var(--primary-deep) 100%)}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,sans-serif;background-color:var(--neutral-light);color:var(--neutral-dark);line-height:1.6;min-height:100vh;display:flex;flex-direction:column}.container_598e85d7{width:100%;max-width:1200px;margin:0 auto;padding:0 20px}header{background:var(--neutral-dark);padding:1rem 0;box-shadow:var(--shadow-subtle);position:sticky;top:0;z-index:1000}.nav-container_598e85d7{display:flex;justify-content:space-between;align-items:center}.brand-logo_598e85d7{display:flex;align-items:center;gap:10px;color:white;text-decoration:none;font-weight:700;font-size:1.5rem}.brand-logo_598e85d7 img{height:32px;width:auto}.nav-links_598e85d7{display:flex;gap:2rem;align-items:center}.nav-links_598e85d7 a{color:white;text-decoration:none;font-weight:500;transition:color 0.3s ease;padding:0.5rem 0}.nav-links_598e85d7 a:hover,.nav-links_598e85d7 a.active{color:var(--primary-amber)}.mobile-toggle_598e85d7{display:none;background:none;border:none;color:white;font-size:1.5rem;cursor:pointer}.breadcrumbs_598e85d7{padding:1.5rem 0 1rem;background-color:white;border-bottom:1px solid #eee}.breadcrumbs_598e85d7 a{color:var(--neutral-gray);text-decoration:none}.breadcrumbs_598e85d7 a:hover{color:var(--primary-amber)}.breadcrumbs_598e85d7 span{color:var(--primary-deep);font-weight:500}main{flex:1;padding:3rem 0}.page-title_598e85d7{text-align:center;margin-bottom:3rem;font-size:2.5rem;color:var(--primary-deep)}.contact-grid_598e85d7{display:grid;grid-template-columns:1fr 1fr;gap:4rem;margin-bottom:4rem}@media (max-width:768px){.contact-grid_598e85d7{grid-template-columns:1fr;gap:3rem}}.contact-form_598e85d7 h2,.contact-info_598e85d7 h2{margin-bottom:1.5rem;color:var(--primary-deep);font-size:1.8rem}.form-group_598e85d7{margin-bottom:1.5rem}.form-group_598e85d7 label{display:block;margin-bottom:0.5rem;font-weight:500;color:var(--neutral-dark)}.form-group_598e85d7 label .required_598e85d7{color:#e53e3e}.form-control{width:100%;padding:0.75rem 1rem;border:1px solid #d1d5db;border-radius:8px;font-size:1rem;transition:border-color 0.3s,box-shadow 0.3s;background-color:white}.form-control:focus{outline:none;border-color:var(--primary-amber);box-shadow:0 0 0 3px rgba(255,154,61,0.2)}textarea.form-control{min-height:150px;resize:vertical}.btn-primary_598e85d7{background:var(--gradient-primary);color:white;border:none;padding:0.875rem 2rem;border-radius:8px;font-weight:600;font-size:1rem;cursor:pointer;transition:transform 0.2s,box-shadow 0.3s;display:inline-block;text-decoration:none;text-align:center}.btn-primary_598e85d7:hover{transform:translateY(-2px);box-shadow:var(--shadow-strong)}.contact-info_598e85d7 .info-item_598e85d7{margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid #e5e7eb}.contact-info_598e85d7 .info-item_598e85d7:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.info-item_598e85d7 h3{color:var(--accent-teal);margin-bottom:0.5rem;font-size:1.2rem}.info-item_598e85d7 p{color:var(--neutral-gray);line-height:1.7}.map-container_598e85d7{margin-top:2rem;border-radius:12px;overflow:hidden;box-shadow:var(--shadow-subtle)}.map-container_598e85d7 iframe{width:100%;height:300px;border:0;display:block}.static-map_598e85d7{width:100%;height:300px;background:var(--gradient-dark);display:flex;align-items:center;justify-content:center;color:white;font-weight:600}footer{background:var(--neutral-dark);color:white;padding:2.5rem 0;margin-top:auto}.footer-links_598e85d7{display:flex;justify-content:center;flex-wrap:wrap;gap:2rem;margin-bottom:1.5rem}.footer-links_598e85d7 a{color:#d1d5db;text-decoration:none;transition:color 0.3s}.footer-links_598e85d7 a:hover{color:var(--primary-amber)}.copyright_598e85d7{text-align:center;color:#9ca3af;font-size:0.9rem}.cookie-notice_598e85d7{position:fixed;bottom:0;left:0;right:0;background:var(--primary-deep);color:white;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem;z-index:1001}.cookie-notice_598e85d7 p{flex:1;margin:0}.cookie-notice_598e85d7 button{background:var(--primary-amber);color:white;border:none;padding:0.5rem 1.5rem;border-radius:6px;font-weight:600;cursor:pointer}@media (max-width:768px){.mobile-toggle_598e85d7{display:block}.nav-links_598e85d7{position:fixed;top:70px;left:0;right:0;background:var(--neutral-dark);flex-direction:column;padding:2rem;gap:1.5rem;transform:translateY(-100%);opacity:0;visibility:hidden;transition:all 0.3s ease;box-shadow:0 10px 15px rgba(0,0,0,0.1)}.nav-links_598e85d7.active{transform:translateY(0);opacity:1;visibility:visible}.page-title_598e85d7{font-size:2rem}.footer-links_598e85d7{gap:1.5rem}}