:root{--vortex-primary:#8B008B;--vortex-secondary:#4B0082;--vortex-accent:#FF1493;--vortex-dark:#0A0A1A;--vortex-light:#F8F8FF;--vortex-gray:#2D2D44;--vortex-card:#1A1A2E;--gradient-vortex:linear-gradient(135deg,var(--vortex-primary) 0%,var(--vortex-secondary) 50%,var(--vortex-accent) 100%);--gradient-subtle:linear-gradient(90deg,rgba(139,0,139,0.1) 0%,rgba(75,0,130,0.1) 100%);--shadow-vortex:0 10px 30px rgba(139,0,139,0.2);--shadow-heavy:0 15px 40px rgba(139,0,139,0.3);--shadow-light:0 5px 15px rgba(0,0,0,0.1)}*{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(--vortex-dark);color:var(--vortex-light);line-height:1.6;min-height:100vh;display:flex;flex-direction:column}.container_dc01d798{width:100%;max-width:1200px;margin:0 auto;padding:0 20px}.vortex-header_dc01d798{background-color:rgba(10,10,26,0.95);backdrop-filter:blur(10px);padding:1rem 0;position:sticky;top:0;z-index:1000;border-bottom:1px solid var(--vortex-gray)}.vortex-header-inner_dc01d798{display:flex;justify-content:space-between;align-items:center}.vortex-logo_dc01d798{display:flex;align-items:center;gap:10px;font-size:1.8rem;font-weight:700;background:var(--gradient-vortex);-webkit-background-clip:text;background-clip:text;color:transparent;text-decoration:none}.vortex-logo_dc01d798 img{height:40px;width:auto}.vortex-nav_dc01d798{display:flex;gap:1.5rem}.vortex-nav_dc01d798 a{color:var(--vortex-light);text-decoration:none;font-weight:500;padding:0.5rem 0;position:relative;transition:color 0.3s ease}.vortex-nav_dc01d798 a:hover,.vortex-nav_dc01d798 a.active{color:var(--vortex-accent)}.vortex-nav_dc01d798 a.active::after{content:'';position:absolute;bottom:0;left:0;width:100%;height:2px;background:var(--gradient-vortex)}.vortex-breadcrumbs_dc01d798{padding:1.5rem 0;background:var(--gradient-subtle)}.vortex-breadcrumbs-inner_dc01d798{display:flex;align-items:center;gap:0.5rem;font-size:0.9rem}.vortex-breadcrumbs_dc01d798 a{color:var(--vortex-accent);text-decoration:none}.vortex-breadcrumbs_dc01d798 span{color:var(--vortex-light)}.vortex-main_dc01d798{flex:1;padding:3rem 0}.vortex-contact-hero_dc01d798{text-align:center;margin-bottom:3rem}.vortex-contact-hero_dc01d798 h1{font-size:3rem;margin-bottom:1rem;background:var(--gradient-vortex);-webkit-background-clip:text;background-clip:text;color:transparent}.vortex-contact-hero_dc01d798 p{font-size:1.2rem;color:#ccc;max-width:700px;margin:0 auto}.vortex-contact-grid_dc01d798{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:3rem;margin-bottom:4rem}.vortex-contact-form_dc01d798{background-color:var(--vortex-card);padding:2.5rem;border-radius:15px;box-shadow:var(--shadow-vortex)}.vortex-contact-form_dc01d798 h2{margin-bottom:1.5rem;color:var(--vortex-accent)}.vortex-form-group_dc01d798{margin-bottom:1.5rem}.vortex-form-group_dc01d798 label{display:block;margin-bottom:0.5rem;font-weight:500}.vortex-form-group_dc01d798 .required_dc01d798{color:var(--vortex-accent)}.form-control{width:100%;padding:0.75rem 1rem;background-color:rgba(255,255,255,0.05);border:1px solid var(--vortex-gray);border-radius:8px;color:var(--vortex-light);font-size:1rem;transition:border-color 0.3s ease}.form-control:focus{outline:none;border-color:var(--vortex-primary)}textarea.form-control{min-height:150px;resize:vertical}.btn{display:inline-block;padding:0.75rem 2rem;background:var(--gradient-vortex);color:white;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:transform 0.3s ease,box-shadow 0.3s ease}.btn:hover{transform:translateY(-3px);box-shadow:var(--shadow-heavy)}.vortex-contact-info_dc01d798{background-color:var(--vortex-card);padding:2.5rem;border-radius:15px;box-shadow:var(--shadow-vortex)}.vortex-contact-info_dc01d798 h2{margin-bottom:1.5rem;color:var(--vortex-accent)}.vortex-contact-details_dc01d798{display:flex;flex-direction:column;gap:1.5rem}.vortex-contact-item_dc01d798{display:flex;align-items:flex-start;gap:1rem}.vortex-contact-icon_dc01d798{background:var(--gradient-vortex);width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.vortex-contact-text_dc01d798 h4{margin-bottom:0.25rem;color:var(--vortex-light)}.vortex-contact-text_dc01d798 p{color:#ccc}.vortex-map-section_dc01d798{margin-bottom:4rem}.vortex-map-section_dc01d798 h2{text-align:center;margin-bottom:2rem;color:var(--vortex-accent)}.vortex-map-container_dc01d798{border-radius:15px;overflow:hidden;box-shadow:var(--shadow-vortex);height:400px}.vortex-map-container_dc01d798 iframe{width:100%;height:100%;border:none}.vortex-footer_dc01d798{background-color:var(--vortex-card);padding:2.5rem 0;border-top:1px solid var(--vortex-gray);margin-top:auto}.vortex-footer-links_dc01d798{display:flex;justify-content:center;flex-wrap:wrap;gap:2rem;margin-bottom:1.5rem}.vortex-footer-links_dc01d798 a{color:var(--vortex-light);text-decoration:none;transition:color 0.3s ease}.vortex-footer-links_dc01d798 a:hover{color:var(--vortex-accent)}.vortex-footer-copyright_dc01d798{text-align:center;color:#aaa;font-size:0.9rem;line-height:1.5}@media (max-width:768px){.vortex-header-inner_dc01d798{flex-direction:column;gap:1rem}.vortex-nav_dc01d798{flex-wrap:wrap;justify-content:center}.vortex-contact-hero_dc01d798 h1{font-size:2.5rem}.vortex-contact-grid_dc01d798{grid-template-columns:1fr}.vortex-footer-links_dc01d798{gap:1rem}}