:root{--vortex-primary:#FF2D75;--vortex-secondary:#00F2FE;--vortex-accent:#FFD300;--vortex-dark:#0A0A14;--vortex-darker:#05050A;--vortex-card:#12121F;--vortex-light:#F8F9FF;--vortex-gray:#8A8AA3;--gradient-vortex:linear-gradient(135deg,var(--vortex-primary) 0%,var(--vortex-secondary) 100%);--gradient-dark:linear-gradient(180deg,var(--vortex-darker) 0%,var(--vortex-dark) 100%);--shadow-glow:0 10px 30px rgba(255,45,117,0.2);--shadow-strong:0 15px 40px rgba(0,242,254,0.15);--shadow-soft:0 5px 20px rgba(10,10,20,0.3)}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;background:var(--gradient-dark);color:var(--vortex-light);line-height:1.6;min-height:100vh}.vortex-container_f15ee13d{width:100%;max-width:1200px;margin:0 auto;padding:0 20px}.vortex-header_f15ee13d{background-color:rgba(10,10,20,0.95);backdrop-filter:blur(10px);padding:20px 0;border-bottom:1px solid rgba(255,45,117,0.1);position:sticky;top:0;z-index:1000}.vortex-nav_f15ee13d{display:flex;justify-content:space-between;align-items:center}.vortex-logo_f15ee13d{display:flex;align-items:center;font-size:1.8rem;font-weight:800;background:var(--gradient-vortex);-webkit-background-clip:text;background-clip:text;color:transparent;text-decoration:none}.vortex-logo_f15ee13d img{height:32px;margin-right:10px}.vortex-nav-links_f15ee13d{display:flex;gap:30px;align-items:center}.vortex-nav-link_f15ee13d{color:var(--vortex-gray);text-decoration:none;font-weight:500;transition:color 0.3s ease}.vortex-nav-link_f15ee13d:hover,.vortex-nav-link_f15ee13d.active{color:var(--vortex-light)}.vortex-nav-link_f15ee13d.active{color:var(--vortex-primary)}.vortex-btn_f15ee13d{display:inline-block;padding:12px 28px;border-radius:50px;font-weight:600;text-decoration:none;transition:all 0.3s ease;border:none;cursor:pointer;font-size:1rem}.vortex-btn-primary_f15ee13d{background:var(--gradient-vortex);color:white;box-shadow:var(--shadow-glow)}.vortex-btn-primary_f15ee13d:hover{transform:translateY(-3px);box-shadow:var(--shadow-strong)}.vortex-breadcrumbs_f15ee13d{padding:30px 0 20px;color:var(--vortex-gray);font-size:0.9rem}.vortex-breadcrumbs_f15ee13d a{color:var(--vortex-secondary);text-decoration:none}.vortex-breadcrumbs_f15ee13d span{color:var(--vortex-primary)}.vortex-section_f15ee13d{padding:60px 0}h1{font-size:3rem;margin-bottom:20px;background:linear-gradient(90deg,var(--vortex-primary),var(--vortex-secondary));-webkit-background-clip:text;background-clip:text;color:transparent}.vortex-contact-intro_f15ee13d{text-align:center;max-width:700px;margin:0 auto 60px;color:var(--vortex-gray);font-size:1.1rem}.row{display:flex;flex-wrap:wrap;margin:0 -15px}.col{padding:0 15px;flex:1;min-width:300px}.vortex-contact-card_f15ee13d{background:var(--vortex-card);border-radius:20px;padding:40px;box-shadow:var(--shadow-soft);height:100%;border:1px solid rgba(255,45,117,0.1)}.vortex-contact-info_f15ee13d h3{font-size:1.8rem;margin-bottom:30px;color:var(--vortex-light)}.vortex-contact-item_f15ee13d{margin-bottom:25px;display:flex;align-items:flex-start}.vortex-contact-icon_f15ee13d{background:var(--gradient-vortex);width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-right:15px;flex-shrink:0}.vortex-contact-details_f15ee13d h4{color:var(--vortex-primary);margin-bottom:5px;font-size:1rem}.vortex-contact-details_f15ee13d p{color:var(--vortex-gray);line-height:1.5}.vortex-form_f15ee13d h3{font-size:1.8rem;margin-bottom:30px;color:var(--vortex-light)}.form-group{margin-bottom:25px}label{display:block;margin-bottom:8px;color:var(--vortex-light);font-weight:500}.form-control{width:100%;padding:15px 20px;background:rgba(255,255,255,0.05);border:1px solid rgba(255,255,255,0.1);border-radius:10px;color:var(--vortex-light);font-size:1rem;transition:border 0.3s ease}.form-control:focus{outline:none;border-color:var(--vortex-primary)}textarea.form-control{min-height:150px;resize:vertical}.vortex-map_f15ee13d{margin-top:80px;border-radius:20px;overflow:hidden;box-shadow:var(--shadow-soft);border:1px solid rgba(255,45,117,0.1)}.vortex-map_f15ee13d iframe{width:100%;height:400px;border:none;display:block}.vortex-footer_f15ee13d{background-color:rgba(5,5,10,0.98);padding:40px 0;border-top:1px solid rgba(255,45,117,0.1);margin-top:80px}.vortex-footer-links_f15ee13d{display:flex;justify-content:center;flex-wrap:wrap;gap:25px;margin-bottom:25px}.vortex-footer-link_f15ee13d{color:var(--vortex-gray);text-decoration:none;transition:color 0.3s ease}.vortex-footer-link_f15ee13d:hover{color:var(--vortex-primary)}.vortex-copyright_f15ee13d{text-align:center;color:var(--vortex-gray);font-size:0.9rem;line-height:1.6}@media (max-width:768px){.vortex-nav-links_f15ee13d{display:none}h1{font-size:2.5rem}.vortex-contact-card_f15ee13d{padding:30px}}