:root{--flame-orange:#FF6B35;--flame-dark:#E55A2B;--midnight-blue:#0A2463;--twilight-purple:#7B2CBF;--ember-red:#D90429;--ash-black:#121212;--smoke-gray:#2D2D2D;--mist-gray:#F8F9FA;--ember-white:#FFFFFF;--spark-yellow:#FFD166;--gradient-flame:linear-gradient(135deg,var(--flame-orange) 0%,var(--twilight-purple) 50%,var(--midnight-blue) 100%);--gradient-ember:linear-gradient(90deg,var(--flame-orange) 0%,var(--ember-red) 100%);--gradient-night:linear-gradient(135deg,var(--ash-black) 0%,var(--midnight-blue) 100%);--shadow-flame:0 10px 30px rgba(255,107,53,0.2);--shadow-ember:0 15px 40px rgba(217,4,41,0.25);--shadow-light:0 5px 15px rgba(0,0,0,0.1);--shadow-deep:0 20px 50px rgba(0,0,0,0.3)}*{margin:0;padding:0;box-sizing:border-box;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,sans-serif}body{background-color:var(--ash-black);color:var(--mist-gray);line-height:1.6;min-height:100vh;display:flex;flex-direction:column}.container_0fe6b2bd{width:100%;max-width:1200px;margin:0 auto;padding:0 20px}.header-main_0fe6b2bd{background:var(--gradient-night);padding:1.2rem 0;box-shadow:var(--shadow-deep);position:sticky;top:0;z-index:1000}.nav-wrapper_0fe6b2bd{display:flex;justify-content:space-between;align-items:center}.brand-logo_0fe6b2bd{display:flex;align-items:center;gap:12px;text-decoration:none;font-weight:800;font-size:1.8rem;color:var(--ember-white);transition:color 0.3s}.brand-logo_0fe6b2bd:hover{color:var(--flame-orange)}.logo-img_0fe6b2bd{height:40px;width:auto}.brand-text_0fe6b2bd{background:var(--gradient-flame);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.nav-links_0fe6b2bd{display:flex;gap:2rem;align-items:center}.nav-link_0fe6b2bd{color:var(--mist-gray);text-decoration:none;font-weight:500;padding:0.5rem 0;position:relative;transition:color 0.3s}.nav-link_0fe6b2bd:hover,.nav-link_0fe6b2bd.active{color:var(--flame-orange)}.nav-link_0fe6b2bd.active::after{content:'';position:absolute;bottom:0;left:0;width:100%;height:3px;background:var(--gradient-ember);border-radius:2px}.breadcrumbs_0fe6b2bd{padding:1.5rem 0;background-color:rgba(18,18,18,0.9)}.breadcrumb-list_0fe6b2bd{display:flex;gap:0.5rem;list-style:none}.breadcrumb-item_0fe6b2bd a{color:var(--mist-gray);text-decoration:none;transition:color 0.3s}.breadcrumb-item_0fe6b2bd a:hover{color:var(--flame-orange)}.breadcrumb-separator_0fe6b2bd{color:var(--smoke-gray)}.breadcrumb-current_0fe6b2bd{color:var(--flame-orange);font-weight:600}main{flex:1;padding:3rem 0}.page-title_0fe6b2bd{text-align:center;margin-bottom:3rem;font-size:3rem;background:var(--gradient-flame);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.contact-section_0fe6b2bd{display:grid;grid-template-columns:1fr 1fr;gap:4rem;margin-bottom:4rem}@media (max-width:768px){.contact-section_0fe6b2bd{grid-template-columns:1fr}}.contact-form_0fe6b2bd{background:var(--smoke-gray);padding:2.5rem;border-radius:16px;box-shadow:var(--shadow-deep)}.form-title_0fe6b2bd{color:var(--ember-white);margin-bottom:1.5rem;font-size:1.8rem}.form-group_0fe6b2bd{margin-bottom:1.5rem}.form-label_0fe6b2bd{display:block;margin-bottom:0.5rem;color:var(--mist-gray);font-weight:500}.required_0fe6b2bd{color:var(--ember-red)}.form-control{width:100%;padding:0.9rem 1.2rem;background-color:var(--ash-black);border:2px solid transparent;border-radius:10px;color:var(--ember-white);font-size:1rem;transition:all 0.3s}.form-control:focus{outline:none;border-color:var(--flame-orange);box-shadow:var(--shadow-flame)}textarea.form-control{min-height:180px;resize:vertical}.btn{display:inline-block;padding:1rem 2.5rem;border:none;border-radius:10px;font-weight:700;font-size:1.1rem;cursor:pointer;transition:all 0.3s;text-decoration:none;text-align:center}.btn-primary{background:var(--gradient-ember);color:var(--ember-white)}.btn-primary:hover{transform:translateY(-3px);box-shadow:var(--shadow-ember)}.contact-info_0fe6b2bd{background:var(--smoke-gray);padding:2.5rem;border-radius:16px;box-shadow:var(--shadow-deep)}.info-title_0fe6b2bd{color:var(--ember-white);margin-bottom:1.5rem;font-size:1.8rem}.info-list_0fe6b2bd{list-style:none}.info-item_0fe6b2bd{margin-bottom:1.8rem;padding-left:2.5rem;position:relative}.info-item_0fe6b2bd::before{content:'';position:absolute;left:0;top:0.3rem;width:20px;height:20px;background:var(--gradient-flame);border-radius:50%}.info-label_0fe6b2bd{display:block;color:var(--flame-orange);font-weight:600;margin-bottom:0.3rem}.info-value_0fe6b2bd{color:var(--mist-gray);font-size:1.1rem}.map-section_0fe6b2bd{margin-top:4rem}.map-title_0fe6b2bd{text-align:center;margin-bottom:2rem;font-size:2rem;color:var(--ember-white)}.map-container_0fe6b2bd{border-radius:16px;overflow:hidden;box-shadow:var(--shadow-deep);height:400px}.map-iframe_0fe6b2bd{width:100%;height:100%;border:none}.footer-main_0fe6b2bd{background:var(--gradient-night);padding:3rem 0 1.5rem;margin-top:auto}.footer-content_0fe6b2bd{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:2rem;margin-bottom:2rem}.footer-links_0fe6b2bd{display:flex;gap:2rem;flex-wrap:wrap}.footer-link_0fe6b2bd{color:var(--mist-gray);text-decoration:none;transition:color 0.3s}.footer-link_0fe6b2bd:hover{color:var(--flame-orange)}.copyright_0fe6b2bd{text-align:center;color:var(--smoke-gray);font-size:0.9rem;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,0.1)}.cookie-notice_0fe6b2bd{position:fixed;bottom:0;left:0;right:0;background:var(--gradient-night);padding:1.5rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem;z-index:1001;display:none}.cookie-text_0fe6b2bd{color:var(--mist-gray);flex:1;min-width:300px}.cookie-btn_0fe6b2bd{background:var(--gradient-ember);color:var(--ember-white);border:none;padding:0.8rem 2rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all 0.3s}.cookie-btn_0fe6b2bd:hover{transform:translateY(-2px);box-shadow:var(--shadow-ember)}.mobile-toggle_0fe6b2bd{display:none;background:none;border:none;color:var(--ember-white);font-size:1.5rem;cursor:pointer}@media (max-width:768px){.nav-links_0fe6b2bd{display:none;flex-direction:column;position:absolute;top:100%;left:0;right:0;background:var(--gradient-night);padding:1rem;gap:1rem}.nav-links_0fe6b2bd.active{display:flex}.mobile-toggle_0fe6b2bd{display:block}.footer-content_0fe6b2bd{flex-direction:column;text-align:center}}