.contact-hero{background:linear-gradient(135deg,#0a0a0a 0%,#1a1a2e 50%,#16213e 100%);align-items:center;min-height:100vh;padding-top:80px;display:flex;position:relative;overflow:hidden}.contact-hero-background{z-index:1;position:absolute;inset:0}.hero-gradient-1{background:radial-gradient(circle,#667eea26 0%,#0000 70%);width:60%;height:140%;animation:8s ease-in-out infinite float;position:absolute;top:-20%;right:-10%}.hero-gradient-2{background:radial-gradient(circle,#764ba21a 0%,#0000 70%);width:50%;height:120%;animation:6s ease-in-out infinite reverse float;position:absolute;bottom:-30%;left:-10%}.floating-shapes{position:absolute;inset:0}.shape{background:linear-gradient(135deg,#667eea1a,#764ba20d);border-radius:50%;animation:6s ease-in-out infinite float;position:absolute}.shape-1{width:60px;height:60px;animation-delay:0s;top:10%;left:5%}.shape-2{width:100px;height:100px;animation-delay:2s;top:70%;right:8%}.shape-3{width:80px;height:80px;animation-delay:4s;bottom:20%;left:12%}.shape-4{width:120px;height:120px;animation-delay:1s;top:30%;right:18%}.shape-5{width:70px;height:70px;animation-delay:3s;bottom:15%;right:22%}.shape-6{width:90px;height:90px;animation-delay:5s;top:50%;left:8%}.shape-7{width:110px;height:110px;animation-delay:6s;top:20%;right:30%}.shape-8{width:50px;height:50px;animation-delay:7s;bottom:40%;left:25%}.contact-hero-container{z-index:2;grid-template-columns:1fr 1fr;align-items:center;gap:60px;max-width:1200px;margin:0 auto;padding:0 20px;display:grid;position:relative}.contact-hero-content{text-align:left}.contact-hero-title{background:linear-gradient(135deg,#fff 0%,#ffffffe6 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:24px;font-size:3.5rem;font-weight:700;line-height:1.1}.contact-hero-subtitle{color:#fffc;max-width:500px;margin-bottom:40px;font-size:1.25rem;line-height:1.6}.contact-hero-stats{gap:40px;display:flex}.stat-item{text-align:center}.stat-number{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:8px;font-size:2rem;font-weight:700}.stat-label{color:#ffffffb3;font-size:.9rem;font-weight:500}.contact-hero-visual{justify-content:center;align-items:center;display:flex}.contact-visual{width:100%;max-width:400px;height:400px;position:relative}.message-bubble{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:20px;padding:20px;animation:4s ease-in-out infinite float;position:absolute;box-shadow:0 10px 30px #0000004d}.message-1{animation-delay:0s;top:0;left:0}.message-2{animation-delay:1s;top:40%;right:0}.message-3{animation-delay:2s;bottom:0;left:20%}.bubble-content{align-items:center;gap:12px;display:flex}.bubble-avatar{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.2rem;display:flex}.bubble-text{color:#fff;font-size:.9rem;font-weight:500}.message-2 .bubble-content{flex-direction:row-reverse}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@media (max-width:968px){.contact-hero-container{text-align:center;grid-template-columns:1fr;gap:40px}.contact-hero-title{font-size:2.5rem}.contact-hero-subtitle{margin:0 auto 40px}.contact-hero-stats{justify-content:center}.contact-visual{height:300px}}@media (max-width:768px){.contact-hero-title{font-size:2rem}.contact-hero-subtitle{font-size:1.1rem}.contact-hero-stats{flex-direction:column;gap:30px}.message-bubble{transform:scale(.8)}}
.contact-form-section{background:linear-gradient(135deg,#0a0a0a 0%,#1a1a1a 100%);padding:100px 0;position:relative;overflow:hidden}.contact-form-section:before{content:"";background:radial-gradient(circle at 20% 80%,#667eea0d 0%,#0000 50%);position:absolute;inset:0}.section-header{text-align:center;margin-bottom:60px}.section-title{background:linear-gradient(135deg,#fff 0%,#fffc 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:16px;font-size:3rem;font-weight:700}.section-subtitle{color:#ffffffb3;max-width:600px;margin:0 auto;font-size:1.2rem;line-height:1.6}.contact-form{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:24px;max-width:800px;margin:0 auto;padding:50px}.form-grid{grid-template-columns:1fr 1fr;gap:30px;margin-bottom:30px;display:grid}.form-group{flex-direction:column;display:flex}.form-group.full-width{grid-column:1/-1}.form-label{color:#fff;margin-bottom:10px;font-size:1rem;font-weight:600}.form-input,.form-select,.form-textarea{color:#fff;background:#ffffff1a;border:1px solid #fff3;border-radius:12px;padding:15px 20px;font-family:inherit;font-size:1rem;transition:all .3s}.form-input::placeholder,.form-textarea::placeholder{color:#ffffff80}.form-input:focus,.form-select:focus,.form-textarea:focus{background:#ffffff26;border-color:#667eea;outline:none;box-shadow:0 0 0 3px #667eea1a}.form-textarea{resize:vertical;min-height:120px}.submit-button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border:none;border-radius:50px;justify-content:center;align-items:center;gap:10px;width:100%;margin-top:20px;margin-bottom:20px;padding:18px 40px;font-size:1.1rem;font-weight:600;transition:all .3s;display:flex;box-shadow:0 8px 25px #667eea4d}.submit-button:hover:not(:disabled){box-shadow:0 12px 35px #667eea66}.submit-button:disabled{opacity:.7;cursor:not-allowed;transform:none!important}.spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:20px;height:20px;animation:1s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.form-note{text-align:center;color:#fff9;margin:0;font-size:.9rem;line-height:1.5}.success-message{text-align:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:24px;max-width:600px;margin:0 auto;padding:60px 40px}.success-icon{margin-bottom:30px;font-size:4rem}.success-message h2{color:#fff;margin-bottom:20px;font-size:2.5rem;font-weight:600}.success-message p{color:#fffc;margin-bottom:30px;font-size:1.2rem;line-height:1.6}.back-button{color:#fff;cursor:pointer;background:0 0;border:2px solid #fff3;border-radius:25px;padding:12px 30px;font-weight:600;transition:all .3s}.back-button:hover{background:#667eea1a;border-color:#667eea}@media (max-width:768px){.contact-form-section{padding:80px 0}.section-title{font-size:2.5rem}.contact-form{padding:30px 25px}.form-grid{grid-template-columns:1fr;gap:20px}.success-message{padding:40px 25px}.success-message h2{font-size:2rem}.success-message p{font-size:1.1rem}}
.contact-info-section{background:linear-gradient(135deg,#1a1a1a 0%,#0a0a0a 100%);padding:100px 0;position:relative;overflow:hidden}.contact-info-section:before{content:"";background:radial-gradient(circle at 80% 30%,#764ba20d 0%,#0000 50%);position:absolute;inset:0}.contact-methods-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px;margin-bottom:80px;display:grid}.contact-method-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);text-align:center;cursor:pointer;color:inherit;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:20px;padding:40px 30px;text-decoration:none;transition:all .3s;position:relative;overflow:hidden}.contact-method-card:before{content:"";background:linear-gradient(90deg,#0000,#667eea80,#0000);height:1px;position:absolute;top:0;left:0;right:0}.contact-method-card:hover{border-color:#667eea4d;box-shadow:0 20px 40px #0000004d}.method-icon{border-radius:20px;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 24px;font-size:2.5rem;display:flex;box-shadow:0 10px 30px #0000004d}.method-title{color:#fff;margin-bottom:12px;font-size:1.5rem;font-weight:600}.method-description{color:#ffffffb3;margin-bottom:16px;font-size:1rem;line-height:1.6}.method-value{color:#667eea;font-size:1.1rem;font-weight:600}.contact-cta{text-align:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#667eea1a 0%,#764ba21a 100%);border:1px solid #ffffff1a;border-radius:24px;max-width:600px;margin:0 auto;padding:50px}.contact-cta h3{color:#fff;margin-bottom:16px;font-size:2.5rem;font-weight:600}.contact-cta p{color:#fffc;margin-bottom:30px;font-size:1.2rem;line-height:1.6}.cta-buttons{flex-wrap:wrap;justify-content:center;gap:20px;display:flex}.cta-button{cursor:pointer;border:none;border-radius:25px;padding:12px 30px;font-size:1rem;font-weight:600;transition:all .3s}.cta-button.primary{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);box-shadow:0 8px 20px #667eea4d}.cta-button.primary:hover{transform:translateY(-2px);box-shadow:0 12px 25px #667eea66}.cta-button.secondary{color:#fff;background:0 0;border:2px solid #fff3}.cta-button.secondary:hover{background:#667eea1a;border-color:#667eea;transform:translateY(-2px)}@media (max-width:768px){.contact-info-section{padding:80px 0}.contact-methods-grid{grid-template-columns:1fr;gap:20px}.contact-method-card{padding:30px 20px}.contact-cta{padding:40px 30px}.contact-cta h3{font-size:2rem}.cta-buttons{flex-direction:column;align-items:center}.cta-button{width:100%;max-width:200px}}
