.imm-root{--imm-surface:#fff;--imm-text:#1f2937;--imm-border:#e2e8f0;--imm-shadow:rgba(0,0,0,.1);--imm-primary:#4f46e5;--imm-primary-rgb:79,70,229}@media(max-width:768px){.contact-info,.contact-form{flex:100%}}@keyframes highlightSection{0%{box-shadow:0 0 0 rgba(52,152,219,0)}50%{box-shadow:0 0 30px rgba(52,152,219,.7)}100%{box-shadow:0 0 0 rgba(52,152,219,0)}}.highlight-section{animation:highlightSection 2s ease-in-out}.imm-container{max-width:1000px;margin:0 auto;padding:3rem 1.5rem}@keyframes gradientBG{0%{background-position:0% 50%}50%{background-position:100% 50%}100%{background-position:0% 50%}}.imm-card{display:grid;grid-template-columns:1fr 1.5fr;gap:2rem;background:var(--imm-surface);border-radius:24px;overflow:hidden;box-shadow:0 20px 40px var(--imm-shadow)}.imm-sidebar{background:linear-gradient(135deg,#6366f1 0%,#4f46e5 100%);padding:3rem 2rem;color:#fff;display:flex;flex-direction:column;justify-content:space-between}.imm-form-section{padding:3rem 2rem}.imm-title{font-size:2rem;font-weight:700;margin-bottom:1rem;color:#fff}.imm-subtitle{color:rgba(255,255,255,.9);line-height:1.6}.imm-contact-info{margin-top:2rem}.imm-info-item{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem;color:rgba(255,255,255,.9)}.imm-info-icon{width:40px;height:40px;background:rgba(255,255,255,.1);border-radius:50%;display:flex;align-items:center;justify-content:center}.imm-input-group{margin-bottom:1.5rem}.imm-label{display:block;margin-bottom:.5rem;color:var(--imm-text);font-weight:500}.imm-input{width:100%;padding:.75rem 1rem;border:2px solid var(--imm-border);border-radius:12px;transition:all .3s ease;background:#f8fafc}.imm-input:focus{border-color:var(--imm-primary);box-shadow:0 0 0 4px rgba(99,102,241,.1);outline:0}.imm-textarea{resize:vertical;min-height:120px}.imm-social{display:flex;gap:1rem;margin-top:2rem}.imm-social-icon{width:40px;height:40px;background:rgba(255,255,255,.1);border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.imm-social-icon:hover{background:rgba(255,255,255,.2);transform:translateY(-2px)}@media(max-width:992px){.imm-container{padding:1.5rem 1rem}}@media(max-width:768px){.imm-card{grid-template-columns:1fr}.imm-sidebar{padding:2rem 1.5rem}.imm-form-section{padding:2rem 1.5rem}.imm-title{font-size:1.75rem}.imm-info-item span[dir="ltr"]{font-size:.85rem;word-break:break-word}}@media(max-width:576px){.imm-container{padding:1rem .5rem}.imm-card{border-radius:16px}.imm-sidebar{padding:1.5rem 1rem}.imm-form-section{padding:1.25rem .75rem}.imm-title{font-size:1.25rem}.imm-subtitle{font-size:.85rem}.imm-info-item{font-size:.8rem;gap:.5rem}.imm-info-icon,.imm-social-icon{width:32px;height:32px}.imm-input{padding:.6rem .8rem;font-size:.9rem}}@keyframes spin{to{transform:rotate(360deg)}}@media(max-width:768px){.submit-button{padding:.75rem 1.5rem;font-size:1rem}}