.contato{padding:80px 0;min-height:100vh;background-color:var(--cream)}.contato-header{text-align:center;max-width:700px;margin:0 auto 4rem}.contato-header h2{font-size:2.8rem;font-weight:700;margin-bottom:1.5rem;color:#333;background:linear-gradient(135deg,#606e4f,#4a5a3a);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.contato-header p{font-size:1.2rem;color:#666;line-height:1.6}.contato-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;max-width:1200px;margin:0 auto}.contato-form-section{background:white;padding:3rem;border-radius:20px;box-shadow:0 10px 30px rgba(0,0,0,.1)}.contato-info-section{display:flex;flex-direction:column;gap:1.5rem}.info-card{background:white;padding:2rem;border-radius:15px;box-shadow:0 8px 25px rgba(0,0,0,.08);transition:transform .3s ease}.info-card:hover{transform:translateY(-3px)}.info-card h3{font-size:1.3rem;font-weight:600;margin-bottom:1rem;color:#333}.info-card p{color:#666;line-height:1.6;margin:0}.contact-form{gap:1.5rem}.contact-form,.form-group{display:flex;flex-direction:column}.form-group label{font-weight:600;color:#333;margin-bottom:.5rem;font-size:1rem}.form-group input,.form-group select,.form-group textarea{width:100%;padding:1rem;border:2px solid #e2e8f0;border-radius:10px;font-size:1rem;font-family:inherit;transition:all .3s ease;background:#f8fafc}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#606e4f;background:white;box-shadow:0 0 0 3px rgba(96,110,79,.1)}.form-group textarea{resize:vertical;min-height:120px;font-family:inherit}.form-group select{cursor:pointer}.form-group input:disabled,.form-group select:disabled,.form-group textarea:disabled{background:#f1f5f9;cursor:not-allowed;opacity:.7}@media (max-width:768px){.contato{padding:60px 0}.contato-header h2{font-size:2.2rem}.contato-header p{font-size:1.1rem}.contato-content{grid-template-columns:1fr;gap:2rem}.contato-form-section{padding:2rem}.info-card{padding:1.5rem}}@media (max-width:480px){.contato{padding:40px 0}.contato-header{margin-bottom:2rem}.contato-header h2{font-size:1.8rem}.contato-form-section{padding:1.5rem}.form-group input,.form-group select,.form-group textarea{padding:.75rem}}