:root{--brand:#28a745;--brand-dark:#1e7e34;--brand-light:#48c76a;--text:#1a202c;--text-light:#4a5568;--bg:#fff;--bg-light:#f7fafc;--border:#e2e8f0;--shadow:0 4px 6px -1px #0000001a;--shadow-lg:0 20px 25px -5px #0000001a;--radius:12px;--container:min(1200px,92vw)}.contact-module__B5yPaq__contact-page{color:var(--text);background:var(--bg-light);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6}.contact-module__B5yPaq__container{width:var(--container);margin:0 auto;padding:0 20px}.contact-module__B5yPaq__contact-hero{background:linear-gradient(135deg,#0f2027 0%,#203a43 50%,#2c5364 100%);padding:100px 0 60px;position:relative;overflow:hidden}.contact-module__B5yPaq__contact-hero:before{content:"";opacity:.2;background:url(https://images.unsplash.com/photo-1423666639041-f56000c27a9a?auto=format&fit=crop&w=1920) 50%/cover;position:absolute;inset:0}.contact-module__B5yPaq__hero-content{text-align:center;max-width:700px;margin:0 auto;position:relative}.contact-module__B5yPaq__badge{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;background:#ffffff26;border:1px solid #fff3;border-radius:20px;margin-bottom:20px;padding:6px 16px;font-size:13px;font-weight:600;display:inline-block}.contact-module__B5yPaq__hero-content h1{color:#fff;margin:0 0 16px;font-size:clamp(36px,5vw,48px);font-weight:800;line-height:1.2}.contact-module__B5yPaq__hero-subtitle{color:#ffffffd9;margin:0;font-size:18px;line-height:1.6}.contact-module__B5yPaq__contact-main{margin-top:-40px;padding:60px 0;position:relative}.contact-module__B5yPaq__contact-grid{grid-template-columns:380px 1fr;align-items:start;gap:40px;display:grid}.contact-module__B5yPaq__contact-info-side{flex-direction:column;gap:24px;display:flex}.contact-module__B5yPaq__info-header h2{color:var(--text);margin:0 0 8px;font-size:24px;font-weight:700}.contact-module__B5yPaq__info-header p{color:var(--text-light);margin:0;font-size:15px}.contact-module__B5yPaq__info-cards{flex-direction:column;gap:16px;display:flex}.contact-module__B5yPaq__info-card{border-radius:var(--radius);border:1px solid var(--border);cursor:pointer;background:#fff;align-items:flex-start;gap:16px;padding:24px;transition:all .3s;display:flex}.contact-module__B5yPaq__info-card:hover{box-shadow:var(--shadow-lg);border-color:var(--accent-color);transform:translateY(-2px)}.contact-module__B5yPaq__info-icon{border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.contact-module__B5yPaq__info-content h3{color:var(--text-light);text-transform:uppercase;letter-spacing:.5px;margin:0 0 4px;font-size:14px;font-weight:600}.contact-module__B5yPaq__info-main{color:var(--text);margin:0 0 4px;font-size:16px;font-weight:700}.contact-module__B5yPaq__info-sub{color:var(--text-light);margin:0;font-size:13px}.contact-module__B5yPaq__social-section{border-radius:var(--radius);border:1px solid var(--border);background:#fff;padding:24px}.contact-module__B5yPaq__social-section h4{color:var(--text-light);text-transform:uppercase;letter-spacing:.5px;margin:0 0 16px;font-size:14px;font-weight:600}.contact-module__B5yPaq__social-links{gap:12px;display:flex}.contact-module__B5yPaq__social-btn{border-radius:8px;flex:1;justify-content:center;align-items:center;gap:8px;padding:10px 16px;font-size:14px;font-weight:600;text-decoration:none;transition:all .2s;display:flex}.contact-module__B5yPaq__social-btn.contact-module__B5yPaq__linkedin{color:#fff;background:#0077b5}.contact-module__B5yPaq__social-btn.contact-module__B5yPaq__linkedin:hover{background:#005885}.contact-module__B5yPaq__social-btn.contact-module__B5yPaq__whatsapp{color:#fff;background:#25d366}.contact-module__B5yPaq__social-btn.contact-module__B5yPaq__whatsapp:hover{background:#128c7e}.contact-module__B5yPaq__map-container{border-radius:var(--radius);border:1px solid var(--border);background:#fff;height:200px;overflow:hidden}.contact-module__B5yPaq__map-placeholder{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);flex-direction:column;justify-content:center;align-items:center;gap:12px;width:100%;height:100%;display:flex}.contact-module__B5yPaq__map-placeholder span{font-size:16px;font-weight:600}.contact-module__B5yPaq__contact-form-side{position:sticky;top:100px}.contact-module__B5yPaq__form-container{border-radius:var(--radius);border:1px solid var(--border);box-shadow:var(--shadow-lg);background:#fff;padding:40px}.contact-module__B5yPaq__form-header{border-bottom:2px solid var(--bg-light);margin-bottom:32px;padding-bottom:24px}.contact-module__B5yPaq__form-header h2{color:var(--text);margin:0 0 8px;font-size:28px;font-weight:800}.contact-module__B5yPaq__form-header p{color:var(--text-light);margin:0;font-size:15px}.contact-module__B5yPaq__contact-form{flex-direction:column;gap:20px;display:flex}.contact-module__B5yPaq__form-row{grid-template-columns:1fr 1fr;gap:20px;display:grid}.contact-module__B5yPaq__form-group{flex-direction:column;gap:6px;display:flex;position:relative}.contact-module__B5yPaq__form-group label{color:var(--text-light);text-transform:uppercase;letter-spacing:.3px;font-size:13px;font-weight:600;transition:color .2s}.contact-module__B5yPaq__form-group.contact-module__B5yPaq__focused label{color:var(--brand)}.contact-module__B5yPaq__form-group input,.contact-module__B5yPaq__form-group select,.contact-module__B5yPaq__form-group textarea{border:2px solid var(--border);color:var(--text);background:#fff;border-radius:8px;padding:12px 16px;font-family:inherit;font-size:15px;transition:all .2s}.contact-module__B5yPaq__form-group input:focus,.contact-module__B5yPaq__form-group select:focus,.contact-module__B5yPaq__form-group textarea:focus{border-color:var(--brand);outline:none;box-shadow:0 0 0 3px #28a7451a}.contact-module__B5yPaq__form-group textarea{resize:vertical;min-height:120px}.contact-module__B5yPaq__form-group select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%234a5568' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-position:right 12px center;background-repeat:no-repeat;background-size:16px;padding-right:40px}.contact-module__B5yPaq__checkbox-container{cursor:pointer;color:var(--text-light);align-items:flex-start;gap:12px;font-size:14px;line-height:1.5;display:flex}.contact-module__B5yPaq__checkbox-container input{opacity:0;cursor:pointer;position:absolute}.contact-module__B5yPaq__checkmark{border:2px solid var(--border);border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;margin-top:2px;transition:all .2s;display:flex}.contact-module__B5yPaq__checkbox-container input:checked~.contact-module__B5yPaq__checkmark{background:var(--brand);border-color:var(--brand)}.contact-module__B5yPaq__checkmark:after{content:"";border:2px solid #fff;border-width:0 2px 2px 0;width:5px;height:10px;display:none;transform:rotate(45deg)}.contact-module__B5yPaq__checkbox-container input:checked~.contact-module__B5yPaq__checkmark:after{display:block}.contact-module__B5yPaq__checkbox-label{font-size:13px;line-height:1.5}.contact-module__B5yPaq__form-footer{flex-direction:column;gap:20px;margin-top:8px;display:flex}.contact-module__B5yPaq__submit-btn{background:linear-gradient(135deg,var(--brand)0%,var(--brand-dark)100%);color:#fff;cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;gap:10px;padding:16px 32px;font-size:16px;font-weight:700;transition:all .3s;display:flex;box-shadow:0 4px 14px #28a74566}.contact-module__B5yPaq__submit-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #28a74580}.contact-module__B5yPaq__submit-btn:active{transform:translateY(0)}.contact-module__B5yPaq__faq-section{padding:40px 0 80px}.contact-module__B5yPaq__faq-box{border-radius:var(--radius);text-align:center;border:1px solid var(--border);background:linear-gradient(135deg,#f6f9fc 0%,#edf2f7 100%);padding:40px}.contact-module__B5yPaq__faq-box h3{color:var(--text);margin:0 0 12px;font-size:20px;font-weight:700}.contact-module__B5yPaq__faq-box p{color:var(--text-light);max-width:600px;margin:0 auto 20px}.contact-module__B5yPaq__btn-outline{border:2px solid var(--brand);color:var(--brand);background:0 0;border-radius:8px;align-items:center;padding:12px 24px;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.contact-module__B5yPaq__btn-outline:hover{background:var(--brand);color:#fff}@media (max-width:1024px){.contact-module__B5yPaq__contact-grid{grid-template-columns:1fr}.contact-module__B5yPaq__contact-form-side{order:-1;position:relative;top:0}.contact-module__B5yPaq__contact-info-side{flex-flow:wrap}.contact-module__B5yPaq__info-header{text-align:center;width:100%}.contact-module__B5yPaq__info-cards,.contact-module__B5yPaq__social-section,.contact-module__B5yPaq__map-container{flex:1;min-width:300px}}@media (max-width:768px){.contact-module__B5yPaq__contact-hero{padding:80px 0 40px}.contact-module__B5yPaq__hero-content h1{font-size:32px}.contact-module__B5yPaq__form-container{padding:24px}.contact-module__B5yPaq__form-row{grid-template-columns:1fr}.contact-module__B5yPaq__contact-info-side{flex-direction:column;align-items:center}.contact-module__B5yPaq__info-header{text-align:center}.contact-module__B5yPaq__info-cards{align-items:center;width:100%;max-width:400px}.contact-module__B5yPaq__info-card{text-align:center;flex-direction:column;align-items:center;width:100%;max-width:400px}.contact-module__B5yPaq__info-icon{margin-bottom:12px}.contact-module__B5yPaq__info-content{text-align:center}.contact-module__B5yPaq__social-section{text-align:center;width:100%;max-width:400px}.contact-module__B5yPaq__social-links{justify-content:center}.contact-module__B5yPaq__map-container{width:100%;max-width:400px}.contact-module__B5yPaq__faq-box{padding:24px}}@media (max-width:480px){.contact-module__B5yPaq__contact-main{margin-top:-20px}.contact-module__B5yPaq__form-header h2{font-size:24px}.contact-module__B5yPaq__info-icon{width:40px;height:40px}.contact-module__B5yPaq__info-icon svg{width:20px;height:20px}.contact-module__B5yPaq__info-card{padding:20px}.contact-module__B5yPaq__info-main{font-size:15px}.contact-module__B5yPaq__social-btn{padding:8px 12px;font-size:13px}.contact-module__B5yPaq__social-btn svg{width:16px;height:16px}}
