.contact-page{background:linear-gradient(180deg,#f8fafc,#fff);min-height:100vh}.contact-hero{position:relative;min-height:50vh;display:flex;align-items:center;justify-content:center;background:url(https://images.unsplash.com/photo-1589308078059-be1415eab4c3?auto=format&fit=crop&w=1920&q=80) 50%/cover no-repeat;overflow:hidden}.contact-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(26,26,46,.9),rgba(255,100,32,.8))}.contact-hero-content{position:relative;z-index:2;text-align:center;padding:4rem 1.5rem;max-width:800px}.contact-hero-badge{display:inline-flex;align-items:center;gap:.5rem;background:rgba(255,255,255,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:.6rem 1.5rem;border-radius:50px;font-size:.9rem;font-weight:500;color:white;margin-bottom:1.5rem;border:1px solid rgba(255,255,255,.2)}.contact-hero-badge svg{width:18px;height:18px;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.contact-hero-title{font-size:3.5rem;font-weight:800;color:white;line-height:1.2;margin-bottom:1rem}.contact-hero-title .highlight{background:linear-gradient(135deg,#FFB800,#FF6420);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.contact-hero-subtitle{font-size:1.2rem;color:rgba(255,255,255,.9);line-height:1.6;max-width:600px;margin:0 auto}.contact-floating-shapes{position:absolute;inset:0;overflow:hidden;pointer-events:none}.floating-shape{position:absolute;border-radius:50%;background:rgba(255,255,255,.05);animation:float 20s ease-in-out infinite}.floating-shape:first-child{width:300px;height:300px;top:-150px;right:-100px;animation-delay:0s}.floating-shape:nth-child(2){width:200px;height:200px;bottom:-100px;left:-50px;animation-delay:-5s}.floating-shape:nth-child(3){width:150px;height:150px;top:50%;left:10%;animation-delay:-10s}@keyframes float{0%,to{transform:translateY(0) rotate(0deg)}50%{transform:translateY(-30px) rotate(180deg)}}.contact-main{position:relative;z-index:10;margin-top:0;padding:3rem 1.5rem 5rem;background:linear-gradient(180deg,#f8fafc,#fff)}.contact-container{max-width:1200px;margin:0 auto}.contact-quick-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-bottom:3rem}.quick-card{background:white;border-radius:20px;padding:2rem;text-align:center;box-shadow:0 10px 40px rgba(0,0,0,.08);transition:all .4s cubic-bezier(.175,.885,.32,1.275);border:1px solid rgba(255,100,32,.1);text-decoration:none;display:block}.quick-card:hover{transform:translateY(-10px);box-shadow:0 20px 50px rgba(255,100,32,.15);border-color:rgba(255,100,32,.3)}.quick-card-icon{width:70px;height:70px;margin:0 auto 1.25rem;background:linear-gradient(135deg,#FF6420,#ff8c42);border-radius:20px;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.quick-card-icon:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(255,255,255,.2),transparent 50%)}.quick-card-icon svg{width:32px;height:32px;color:white;position:relative;z-index:1}.quick-card-title{font-size:1.1rem;font-weight:700;color:#1a1a2e;margin-bottom:.5rem}.quick-card-info{font-size:.95rem;color:#6b7280;font-weight:500}.quick-card-info.highlight-text{color:#FF6420;font-weight:600}.quick-card-info+.quick-card-info{margin-top:.35rem}.contact-grid{display:grid;grid-template-columns:1.2fr 1fr;gap:2.5rem;align-items:start}.contact-form-section{background:white;border-radius:24px;padding:3rem;box-shadow:0 20px 60px rgba(0,0,0,.08);position:relative;overflow:hidden}.contact-form-section:before{content:"";position:absolute;top:0;left:0;right:0;height:5px;background:linear-gradient(90deg,#FF6420,#FFB800 50%,#FF6420)}.form-header{margin-bottom:2rem}.form-header h2{font-size:1.75rem;font-weight:700;color:#1a1a2e;margin-bottom:.5rem}.form-header p{color:#6b7280;font-size:1rem}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.form-group{position:relative}.form-group label{display:block;font-size:.9rem;font-weight:600;color:#374151;margin-bottom:.5rem}.form-group label .required{color:#FF6420}.input-wrapper{position:relative}.input-wrapper svg{position:absolute;left:1rem;top:50%;transform:translateY(-50%);width:20px;height:20px;color:#9ca3af;transition:color .3s ease}.input-wrapper input,.input-wrapper select,.input-wrapper textarea{width:100%;padding:1rem 1rem 1rem 3rem;border:2px solid #e5e7eb;border-radius:12px;font-size:1rem;color:#1a1a2e;background:#fafafa;transition:all .3s ease}.input-wrapper textarea{resize:none;min-height:140px;padding-top:1rem}.input-wrapper textarea+svg{top:1.25rem;transform:none}.input-wrapper input:focus,.input-wrapper select:focus,.input-wrapper textarea:focus{outline:none;border-color:#FF6420;background:white;box-shadow:0 0 0 4px rgba(255,100,32,.1)}.input-wrapper input:focus+svg,.input-wrapper textarea:focus+svg{color:#FF6420}.input-wrapper.has-error input,.input-wrapper.has-error textarea{border-color:#ef4444}.error-message{display:flex;align-items:center;gap:.25rem;color:#ef4444;font-size:.85rem;margin-top:.5rem}.error-message svg{width:14px;height:14px}.interest-group{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem}.interest-option{position:relative}.interest-option input{position:absolute;opacity:0;cursor:pointer}.interest-option label{display:flex;align-items:center;justify-content:center;padding:.75rem 1rem;border:2px solid #e5e7eb;border-radius:10px;font-size:.9rem;font-weight:500;color:#6b7280;cursor:pointer;transition:all .3s ease;background:#fafafa}.interest-option input:checked+label{border-color:#FF6420;background:rgba(255,100,32,.1);color:#FF6420}.interest-option label:hover{border-color:#FF6420}.submit-btn{display:flex;align-items:center;justify-content:center;gap:.75rem;width:100%;padding:1.25rem 2rem;background:linear-gradient(135deg,#FF6420,#ff8c42);border:none;border-radius:14px;font-size:1.1rem;font-weight:700;color:white;cursor:pointer;transition:all .3s ease;position:relative;overflow:hidden}.submit-btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s ease}.submit-btn:hover:before{left:100%}.submit-btn:hover{transform:translateY(-3px);box-shadow:0 10px 30px rgba(255,100,32,.4)}.submit-btn:disabled{opacity:.7;cursor:not-allowed;transform:none}.submit-btn .spinner,.submit-btn svg{width:22px;height:22px}.submit-btn .spinner{border:3px solid rgba(255,255,255,.3);border-top-color:white;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}.form-message{display:flex;align-items:center;gap:1rem;padding:1.25rem 1.5rem;border-radius:12px;margin-bottom:1.5rem;animation:slideIn .3s ease}@keyframes slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.form-message.success{background:linear-gradient(135deg,rgba(16,185,129,.1),rgba(52,211,153,.1));border:1px solid rgba(16,185,129,.3);color:#059669}.form-message.error{background:linear-gradient(135deg,rgba(239,68,68,.1),rgba(248,113,113,.1));border:1px solid rgba(239,68,68,.3);color:#dc2626}.form-message svg{width:24px;height:24px;flex-shrink:0}.form-message span{font-weight:500}.contact-info-section{display:flex;flex-direction:column;gap:2rem}.map-card{background:white;border-radius:24px;overflow:hidden;box-shadow:0 20px 60px rgba(0,0,0,.08)}.map-wrapper{position:relative;height:250px;background:linear-gradient(135deg,#1a1a2e,#2d2d44)}.map-wrapper iframe{width:100%;height:100%;border:none}.map-overlay{position:absolute;bottom:1rem;left:1rem;right:1rem;background:white;border-radius:12px;padding:1rem 1.25rem;display:flex;align-items:center;gap:1rem;box-shadow:0 4px 20px rgba(0,0,0,.15)}.map-overlay svg{width:24px;height:24px;color:#FF6420;flex-shrink:0}.map-overlay-text{flex:1}.map-overlay-text h4{font-size:.9rem;font-weight:700;color:#1a1a2e;margin-bottom:.25rem}.map-overlay-text p{font-size:.85rem;color:#6b7280;line-height:1.4}.social-card{background:linear-gradient(135deg,#1a1a2e,#2d2d44);border-radius:24px;padding:2rem;color:white}.social-card h3{font-size:1.25rem;font-weight:700;margin-bottom:.5rem}.social-card p{color:rgba(255,255,255,.7);font-size:.95rem;margin-bottom:1.5rem}.social-links{display:flex;gap:1rem}.social-link{width:50px;height:50px;border-radius:14px;display:flex;align-items:center;justify-content:center;transition:all .3s ease;text-decoration:none}.social-link svg{width:24px;height:24px;color:white}.social-link.facebook{background:#1877f2}.social-link.instagram{background:linear-gradient(135deg,#f09433,#dc2743 50%,#bc1888)}.social-link.twitter{background:#000}.social-link.youtube{background:#ff0000}.social-link.whatsapp{background:#25d366}.social-link:hover{transform:translateY(-5px) scale(1.1);box-shadow:0 10px 25px rgba(0,0,0,.3)}.response-card{background:white;border-radius:24px;padding:2rem;box-shadow:0 20px 60px rgba(0,0,0,.08);gap:1.5rem}.response-card,.response-icon{display:flex;align-items:center}.response-icon{width:70px;height:70px;background:linear-gradient(135deg,rgba(255,100,32,.1),rgba(255,184,0,.1));border-radius:20px;justify-content:center;flex-shrink:0}.response-icon svg{width:36px;height:36px;color:#FF6420}.response-content h4{font-size:1.1rem;font-weight:700;color:#1a1a2e;margin-bottom:.25rem}.response-content p{color:#6b7280;font-size:.95rem}.response-content .time{color:#FF6420;font-weight:700}.contact-faq{margin-top:4rem;text-align:center}.contact-faq h2{font-size:2rem;font-weight:700;color:#1a1a2e;margin-bottom:.5rem}.contact-faq>p{color:#6b7280;margin-bottom:2rem}.faq-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;text-align:left}.faq-item{background:white;border-radius:16px;padding:1.5rem;box-shadow:0 4px 20px rgba(0,0,0,.05);border:1px solid #f3f4f6;transition:all .3s ease}.faq-item:hover{border-color:rgba(255,100,32,.3);box-shadow:0 10px 30px rgba(0,0,0,.08)}.faq-item h4{font-size:1rem;font-weight:700;color:#1a1a2e;margin-bottom:.5rem;display:flex;align-items:center;gap:.5rem}.faq-item h4 svg{width:20px;height:20px;color:#FF6420}.faq-item p{color:#6b7280;font-size:.95rem;line-height:1.6}@media (max-width:1024px){.contact-quick-cards{grid-template-columns:repeat(2,1fr)}.contact-grid,.form-row{grid-template-columns:1fr}.interest-group{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.contact-hero-title{font-size:2.5rem}.contact-hero-subtitle{font-size:1rem}.contact-quick-cards{grid-template-columns:1fr}.contact-form-section{padding:2rem 1.5rem}.faq-grid{grid-template-columns:1fr}.social-links{flex-wrap:wrap}.response-card{flex-direction:column;text-align:center}}@media (max-width:480px){.contact-hero-title{font-size:2rem}.interest-group{grid-template-columns:1fr}.map-overlay{flex-direction:column;text-align:center}}